I'm writing an article to a RSC journal with the achemso package. I would like to use the ChemEurJ.bst bibliography style but I'm having some problems with this. The first reference line, (1), seems to be blank and the actual references start from (2). The rest works fine. First I tried by adding the \bibliographystyle{ChemEurJ} before the \document class (see below).
Code: Select all
\bibliographystyle{ChemEurJ}
\documentclass[journal=jacsat,manuscript=article]{achemso}
\usepackage[version=3]{mhchem}
\title{Test article}
\author{RSC author}
\begin{document}
Blaa blaa blaa.\cite{test_cite}
\bibliography{refX}
\end{document}
original:
Code: Select all
\newcommand*\acs@bibstyle{achemso}
\ifacs@biochem
\def\acs@bibstyle{biochem}
\bibliographystyle{biochem}
\else
\bibliographystyle{achemso}
\fi
Code: Select all
\newcommand*\acs@bibstyle{achemso}
\ifacs@biochem
\def\acs@bibstyle{biochem}
\bibliographystyle{biochem}
\else
\bibliographystyle{ChemEurJ}
\fi
Blaa blaa blaa.2
References
(1)
(2) D. G. Blackmond, Angew. Chem. Int. Ed. 2005, 44, 4302–4320.
Any help will be appreciated.
Thanks,
Tatu