Hello,
I am having trouble getting my references to compress (e.g. [2,3,4] becomes [2-4]). I am using the "cite" package from
http://www.tex.ac.uk/tex-archive/macros ... trib/cite/
which was updated April 09. I've tried it also using the compress option (which the documentation says is active by default), but no luck. I am using Miktex. Any ideas on how to get this functionality to be in effect?
Many thanks,
Jason
General ⇒ References won't compress using "cite" package
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: References won't compress using "cite" package
Please post an example TeX file, so we can see how you are using it!
Joseph Wright
Re: References won't compress using "cite" package
Hi Joseph,
Thanks for the response.
UPDATE - post deleted, figured it out. I am using the "newclude" package, this breaks the citation compression. I remove the newclude package and the auxiliary files, and citations now compress properly.
---
Thanks for the response.
UPDATE - post deleted, figured it out. I am using the "newclude" package, this breaks the citation compression. I remove the newclude package and the auxiliary files, and citations now compress properly.
---
Last edited by jamasony on Sat Aug 22, 2009 11:33 pm, edited 2 times in total.
Re: References won't compress using "cite" package
EDIT - it is the "newclude" package which seems to be breaking the citation compression.
Re: References won't compress using "cite" package
maybe you can try the natbib with the option compress. it may be compatible with newclude package, if you still need it.
Re: References won't compress using "cite" package
Thanks Spiegboy. I was able to just remove newclude here.