Hi all,
I am using the ieeetran.bst style for my bibliography in an ieeetran class file. I was wondering if there is a way to compress the list of citations. For example, let say we have a reference list like 1,2,3,6. Normally it appears like [1],[2],[3],[6]. But I want it to be like [1-3,6]. Is there any trick that helps?
Text Formatting ⇒ IEEEtran | Compress List of Citations
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
IEEEtran | Compress List of Citations
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: IEEEtran | Compress List of Citations
Many thanks localghost! I have another question. I have used cite package and it works, but partially! For example references [1],[2],[3],[4],[5],[13] become [1]-[5,13] while I need it to be [1-5,13]. Any idea?