Ans. M2

From STMDocs
Revision as of 14:33, 18 June 2009 by Reeja.b (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<Back

You seem to be loading natbib into your TeX file. If so, please remove it as it has been already loaded in elsarticle.cls. Also add the sort&compress option in \documentclass. For example: <geshi lang="latex">

 \documentclass[sort&compress]{elsarticle}

</geshi>