I'm having one problem with the achemso package that I cannot seem to solve.
I'm able to generate my references and everything just fine but when I do, the final reference is not properly aligned and instead of being single spaced it is double spaced.
For example: (ignore the lines)
_______[35] blah, blah and blah
____________more blah
[36] blah, blah and blah (<---I want to fix this one)
_____more blah
I got the entire package recently from CTAN and I have not added any updated .cls or .bst files so I'm a bit stumped.
Code: Select all
\documentclass{chem,dissertation,blah,blah}
\usepackage{achemso}
\begindocument
some words and such. \cite{harry03}
\bibliographystyle{achemso}
\bibliography{bibfile1}
\end{document}
Thank you (in advance, hopefully)