I am new to LaTeX and the boards here so I will try my best not to waste too much of everyones time. In a fit of MS Word rage I recently downloaded the latest version of MikeTeX and the achemso package in order to prepare a manuscript for an ACS journal. Everything is working great except the Bibliography. For some reason when I run the achemso Demo file I get the bibliography with no titles, in the correct format as expected, however when I run my file (based on the example) I get the titles showing up in my refernce as well as some other small formatting issues. It seems as though the achemso package is not reading the achemso bib style correctly. I have tried directly requesting the achemso style with
\bibliographystyle{achemso}
but I get the error: \bibliographystyle
ignored. Here is a truncated version of my code. Any suggestions would be greatly appreciated.
Code: Select all
Code, edit and compile here:
\documentclass[journal=orgnd7,manuscript=article]{achemso}\usepackage[version=3]{mhchem} % Formula subscripts using \ce{}\usepackage{graphicx}\usepackage{epstopdf}\usepackage{textcomp}\usepackage{gensymb}\graphicspath{{fig/}}\begin{document}\bibliographystyle{achemso}\bibliography{OM_Paper}\end{document}