BibTeX, biblatex and biber ⇒ Sort&Compress Doesn't Compress
Sort&Compress Doesn't Compress
I use the following packages:
%%%% Citations and Reference packages
\usepackage[sort&compress]{natbib}
\usepackage{chapterbib}
\usepackage[colorlinks=true,linkcolor=blue,citecolor=green]{hyperref}
And I cite reference using the following:
\citep{ref1, ref2, ref3, ref4, ref5, ref6}
My reference appear in text as:
[1, 2, 3, 4, 5]
Not
[1-5]
As they should.
Anyone know why?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Sort&Compress Doesn't Compress
Sort&Compress Doesn't Compress
Code: Select all
%%%% Citations and Reference packages
\documentclass[a4paper,oneside,11pt,titlepage]{book}
\usepackage[sort&compress]{natbib}
\usepackage{chapterbib}
\usepackage[colorlinks=true,linkcolor=blue,citecolor=green]{hyperref}
\begin{document}
\mainmatter
\chaper{One}
Reference \citep{Key1, Key2, Key3, Key4}. % Key1 - 4 refer to bibtek reference keys
%%%% References at End of Chapter
\clearpage
\addcontentsline{toc}{section}{References}
\bibliographystyle{ThesisBibStyle} % My style file created using custombib
\bibliography{references} % database of my references exsists in my root dir
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
Re: Sort&Compress Doesn't Compress
When that package isn't included, it sorts and compresses fine.
Someone suggested using \usepackage{hypernat} to make them compatable.
http://www.tex.ac.uk/tex-archive/help/C ... ernat.html
However no matter which order I include this package in it throws up errors. Probably something do to with incompatability with chapterbib.
Plz help me sort this out.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Sort&Compress Doesn't Compress
[1] View topic: hyperref and cite
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10