I am using biblatex with backref=true, which generates ranges as e.g. 34–37. How can I make it e.g. 34 – 37? The spaces should be non-breakable.
I have tried to redefine \bibrangedash, but with no success.
|
I am using I have tried to redefine |
||||
|
Although the OP's question is about adding non-breakable spaces, I suggest a solution differing in two respects:
The corresponding
|
|||
|
|
I was inattentive and misinterpreted a bit of the documentation. The following works, should someone need the same:
|
|||||||
|
\bibrangedash. Did you try, say,\def\bibrangedash{\mbox{\,--}\,}? (The\mboxinstruction is there to prevent a line break right before the endash.) – Mico Apr 29 '12 at 12:26\renewcommand*{\bibrangedash}{\,~\textendash~\,}and other variants, but neither those nor the one you have provided work. Anyway, I had another look at the documentation and I missed an important information, my apologies. The answer is coming. – Harold Cavendish Apr 29 '12 at 12:39