I'm new in this community, though I have used latex for more than a year now. I normally use latex in the scientific community for manuscript writing and for presentations (with beamer).
I have a problem that have not been able to fix in more than a week.
I am using the achemso style (from the American Chemical Society) and when I use pdflatex (pdflatex bibtex pdlatex pdflatex) to run this and for some reason,
the achemso compilation does the following:
1) Write a acs-rootfile.bib file and contains:
Code: Select all
This is an auxiliary file used by the `achemso' bundle.
This file may safely be deleted. It will be recreated as required.
@Control{achemso-control,
ctrl-use-title = "no",
ctrl-etal-number = "15",
ctrl-etal-truncate = "no",
}
3) Therefore the output pdf file has a blank first citation and the citations in the rootfile start at 2.
Please, let me know if you have any ideas on how to remove this @Control from the first citation.
Thank you for your help.