I am using the
sort&compress
option with natbib, and a problem I am getting is that if I have e.g. references 3-6 cited, I get 3--6. How can I remove the second dash?Thank you
sort&compress
option with natbib, and a problem I am getting is that if I have e.g. references 3-6 cited, I get 3--6. How can I remove the second dash?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
Code: Select all
\usepackage{microtype}
\DisableLigatures{}
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