Tuesday 17 May 2016

Latex: Citation Order for elsarticle

To order citations in your paper, you might want to use cite package like this:
\usepackage{cite}
However, as it was described here, the package conflicts with natbib package embedded into elsarticle.


The solution is to use biboptions:
For example:
\documentclass[3p]{elsarticle}
\biboptions{sort&compress}
%...

No comments:

Post a Comment