I am using \begin{bibliography}...\bibitems..\end{bibliography} and calling my citations as \cite{ref1,ref2,ref3} which is giving [1,2,3]. No problem so far!
But I am looking for a way to make it as [1-3] but can't find a way. Pls advice.
Regards!
General ⇒ Multiple citations
NEW: TikZ book now 40% off at Amazon.com for a short time.
Multiple citations
Try:
in your preamble. Look at the cite package documentation for more info.
Code: Select all
\usepackage{cite}