BibTeX, biblatex and biberCitation Ranges instead of Citation Lists

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
the_hannes
Posts: 2
Joined: Tue Sep 06, 2011 1:10 pm

Citation Ranges instead of Citation Lists

Post by the_hannes »

Hi,

I'm using the bibliography style unsrturl.
I don't mind using a different style if it supports DOI and URL hyperlinks in the bibliography.

I would like a citation of the style

Code: Select all

\cite{Cardoso2005,PhysRevA.49.1473,PhysRevA.62.010101,PhysRevA.69.064302,PhysRevA.70.054303}
to appear as [61, 65-68] or at least [64-68] instead of [61, 65, 66, 67, 68].

My research on the web hasn't helped me so far. Does anyone have a solution?

Greets,
Hannes
Last edited by the_hannes on Wed Sep 07, 2011 4:50 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Citation Ranges instead of Citation Lists

Post by frabjous »

Try loading the cite package:

Code: Select all

\usepackage{cite}
If that doesn't work, provide a proper minimal working example we can test with.
the_hannes
Posts: 2
Joined: Tue Sep 06, 2011 1:10 pm

Re: Citation Ranges instead of Citation Lists

Post by the_hannes »

Thank you!
This fixes the problem.
I appreciate your quick response!

The topic can be closed...
Post Reply