Hi,
When I add references to the text it looks like [1,2,3,4,5]. Is there a way to contract this to [1-5]?
Thanks.
LyX ⇒ Contract references from [1,2,3,4,5] to [1-5]
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Contract references from [1,2,3,4,5] to [1-5]
You could use the cite package:
It compresses reference ranges by default.
Stefan
Code: Select all
\usepackage{cite}
Stefan
LaTeX.org admin