I'd like to make my thesis in LaTeX and I like achemso for the formatting of my references. However, I came across some problems and I don't know what is going on (new to LaTeX

In trying to figure out what is going on I used a MWE posted earlier here: http://www.latex-community.org/forum/vi ... 647#p30647
When I run this MWE using the instructions in that post, I get errors (for example: Package achemso Warning: \bibliographystyle ignored on input line 4.).
I do see the reference in the output file.
In my real thesis file, I would like to specify the document class as
Code: Select all
\documentclass[10pt,twoside,openright]{book}
Code: Select all
\usepackage[journal=jacsat]{achemso}
I could supply my thesis files, but since the MWE above already seems to be giving errors, I think I'd first get this to work. Anybody has suggestions? Thanks in advance!