I am having trouble with using achems.bst for my bibliography. I am
sure that it must be a trivial error, but I just can't figure it out.
Here a MWE:
\documentclass{scrreprt}
\usepackage{achemso}
\usepackage[english]{babel}
\begin{document}
Test~\cite{Henriksson}
\bibliography{Ionic_Liquids_2010_05_12}
\bibliographystyle{achemso}
\end{document}
When I build the file, I get the following error message:
The style file: ahemso.bst
Illegal, another \bibstyle command --- line 18 of file \\....\MWE.aux
: \bibstyle
: {achemso}
I'm skipping whatever remains of this command
The funny thing is that my document consist only of 10 lines at this
stage.
Please help me if you have any idea for the cause...
Cheers,
Andre
Just solved the problem: delete the \bibliographystyle command, as it
is predefined by the achemso package itself.
Cheers,
Andre