Tagged Questions
3
votes
2answers
307 views
biblatex backref – how to add spaces around the dash?
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 ...