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}
provided in the ACS achemso bundle all reference numbers in the .pdf file were replaced byachemso-demo.tex
marks.?
Can somebody help me out please? Do I need any other latex package to get the references appear in the main document? Thanks.