GeneralMultiple citations

General information and discussion about TeXnicCenter
Post Reply
pban92
Posts: 54
Joined: Sat Aug 09, 2008 9:34 am

Multiple citations

Post by pban92 »

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Multiple citations

Post by frabjous »

Try:

Code: Select all

\usepackage{cite}
in your preamble. Look at the cite package documentation for more info.
pban92
Posts: 54
Joined: Sat Aug 09, 2008 9:34 am

Re: Multiple citations

Post by pban92 »

*Salute*
Post Reply