GeneralReferences won't compress using "cite" package

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jamasony
Posts: 4
Joined: Fri Aug 21, 2009 6:17 pm

References won't compress using "cite" package

Post by jamasony »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: References won't compress using "cite" package

Post by josephwright »

Please post an example TeX file, so we can see how you are using it!
Joseph Wright
jamasony
Posts: 4
Joined: Fri Aug 21, 2009 6:17 pm

Re: References won't compress using "cite" package

Post by jamasony »

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.
---
Last edited by jamasony on Sat Aug 22, 2009 11:33 pm, edited 2 times in total.
jamasony
Posts: 4
Joined: Fri Aug 21, 2009 6:17 pm

Re: References won't compress using "cite" package

Post by jamasony »

EDIT - it is the "newclude" package which seems to be breaking the citation compression.
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Re: References won't compress using "cite" package

Post by spiegboy »

maybe you can try the natbib with the option compress. it may be compatible with newclude package, if you still need it.
jamasony
Posts: 4
Joined: Fri Aug 21, 2009 6:17 pm

Re: References won't compress using "cite" package

Post by jamasony »

Thanks Spiegboy. I was able to just remove newclude here.
Post Reply