BibTeX, biblatex and biberCompressed Numbering of Citations

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
swagatopablo
Posts: 16
Joined: Sun Mar 25, 2012 10:57 am

Compressed Numbering of Citations

Post by swagatopablo »

I am using unsrt bibliography format with the article document class. Suppose I cite five references in a sentence. They are appearing like "[1, 2, 3, 4, 5]". How to make it appear like "[1-5]", which I have seen in many articles?

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
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Compressed Numbering of Citations

Post by Stefan Kottwitz »

You can achive this by loading the cite-Package:

Code: Select all

\usepackage{cite}
Stefan
LaTeX.org admin
Post Reply