BibTeX, biblatex and biber ⇒ [natbib] Spaces in numerical citation
[natbib] Spaces in numerical citation
[1, 5, 7–9]
Instead, I would like to condense this if at all possible, and remove the spaces to they would look like this:
[1,5,7–9]
I know it's not a big difference, but I am thinking that it could save some space in the long run. How do I go about doing that? Thanks!
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
[natbib] Spaces in numerical citation
Code: Select all
\makeatletter
\def\NAT@spacechar{}
\makeatother
Code: Select all
\makeatletter
\def\NAT@spacechar{\hspace{.5ex}}
\makeatother