Text Formatting ⇒ Compressed numerical citation
Compressed numerical citation
I'm using \usepackage[num,alf,recuo=1cm,bibjustif]{abntex2cite} for my citations but in the text it's appears like this: [1,2,3,4]
But i want it like this: [1-4]
Please, someone can help me?
Ps: i'm using Latexian (last version) on MacBook
Thanks!!!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Compressed numerical citation
welcome to the forum!
In the source code of abntex2cite.sty I can read:
% - Macros for output sorted and compressed numerical citations
% [9,2,3,1,4,11,7,10] becames [1--4,7,9--11]
So this should be supported. Perhaps show a

Unfortunately, the documentation of

Stefan
-
- Posts: 1
- Joined: Wed Feb 25, 2015 10:27 pm
Re: Compressed numerical citation
\usepackage{cite}