BibTeX, biblatex and biberachemso-control in achemso

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
roboa1983
Posts: 1
Joined: Sat Oct 10, 2009 12:08 am

achemso-control in achemso

Post by roboa1983 »

Hello:
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",
}
2) The rootfile.aux file has this as a first citation!
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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: achemso-control in achemso

Post by josephwright »

The special citation does not of itself cause a problem. However, you may have some kind of version clash. Can you post a minimal example which shows the issue, including \listfiles in the example. Also post the log file you get for the example.
Joseph Wright
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: achemso-control in achemso

Post by josephwright »

I should add that the "magic" citation idea is used by several packages (most notably biblatex): it's not unique to achemso.
Joseph Wright
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: achemso-control in achemso

Post by josephwright »

The solution to this is usually to check the version of achemso.bst that you have. Often, people download and install an updated achemso.cls, but don't also install the matching BibTeX file. The .bst file from version 2 of achemso is not compatible with the way version 3 of achemso.cls controls references. You need to update both parts to get things working!
Joseph Wright
Post Reply