GeneralACS achemso package bibliography problem

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
zahid
Posts: 3
Joined: Sun Sep 26, 2010 5:31 pm

ACS achemso package bibliography problem

Post by zahid »

Dear all,
I am writing an article using achemso package provided by American Chemical Society. I have a problem with bibliography section. I use the command

Code: Select all

\bibliography{nameOfTheFileContainingReferences}

There are more than 20 reference in that .bib file but it does not produce anything in my document (also there is no error message during compilation). I also tried the command

Code: Select all

\bibliographystyle{achemso}
\bibliography{nameOfTheFileContainingReferences}
and that does not work either. When I tried to compile the
achemso-demo.tex
provided in the ACS achemso bundle all reference numbers in the .pdf file were replaced by
?
marks.
Can somebody help me out please? Do I need any other latex package to get the references appear in the main document? Thanks.
Last edited by zahid on Tue Sep 28, 2010 6:26 pm, edited 1 time in total.

Recommended reading 2024:

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

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

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Re: ACS achemso package bibliography problem

Post by gmedina »

Hi,

you must compile using (pdf)latex, then bibtex, and finally (pdf)latex two more times.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
zahid
Posts: 3
Joined: Sun Sep 26, 2010 5:31 pm

Re: ACS achemso package bibliography problem

Post by zahid »

Dear gmedina,
Thank you very much for this help. It works. Thank you once again.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

ACS achemso package bibliography problem

Post by localghost »

Now that the problem is solved, please be so kind and mark the topic (not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read before posting). Please keep that in mind for the future so that a reminder will not be needed any more.


Best regards and welcome to the board
Thorsten
Post Reply