BibTeX, biblatex and biber ⇒ natbib won't sort&compress - among other things
natbib won't sort&compress - among other things
Not only that, but I'm using hyperref and the links to the references are green, whilst all my other links are black - as they should be.
Finally, even though the references are superscript the commas that separate them are not so, if I have 10 references, they alternate superscript and normal script for the numbers and the commas.
So, those are my 3 problems. Any suggestions?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: natbib won't sort&compress - among other things
\cite{One}\cite{Two}
rather than
\cite{One,Two}
Am I correct?
--
Joseph Wright
Re: natbib won't sort&compress - among other things
\citet{ref,ref2,ref3,ref4}
I sort of wonder if sort&compress issues are some kind of conflict with something in my documentclass file which can be found here:
http://graduateschool.nd.edu/assets/4694/ndthesis.cls
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: natbib won't sort&compress - among other things
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl
for example.
--
Joseph Wright
Re: natbib won't sort&compress - among other things

It works now. Thanks for your help!