On 2009-06-02, Semih Özmen wrote: > I need to sort my multiple references...my references are sorted = > according to their occurence on the file and follows the order quiet = > well but when I give a multiple reference, [21,1,3,7] can be = > generated..but I want to sort this group in itself automatically.
Put
% Compressed, sorted lists of numerical citations: [8,11-16]
\usepackage[noadjust]{cite}
in the LaTeX preamble. (Read the "cite" doc for alternative options.)
Günter
