Document ClassesTitles Appearing in my Bibliography using achemso

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
fpick
Posts: 1
Joined: Sat May 16, 2015 12:18 am

Titles Appearing in my Bibliography using achemso

Post by fpick »

Hello,

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

\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}

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
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Titles Appearing in my Bibliography using achemso

Post by Johannes_B »

Hi,

can you give a link to the demo material you downloaded and compiled?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply