I am currently using a Journal template from http://www.elsevier.com/author-schemas/ ... ment-class as the journal I am submitting to doesn't use latex. Thus I use:
Code: Select all
\usepackage{cite}
\bibliographystyle{elsarticle-harv}
How can I enforce this? Do I have to use another biblo style file? Which one?
(I tried \usepackage[square]{natbib} but this just gives an "option clash error", so I guess its wrong).
Thank You