Ans. M2

From STMDocs
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>