4
votes
1answer
59 views

biblatex: move backrefpages to after the period

I've used some tips about how to toy with the format of backrefs in biblatex, and I'm seeing that the formatting is quite flexible. In the screenshot below, I've put the backref into a box. That's ...
1
vote
1answer
148 views

Why does backref refer to wrong page?

I use biber with backref, but backref points to a wrong page. Option backref always gets it one page wrong. Why does it so and how can I solve the problem? Here's what might be related to the ...
8
votes
1answer
135 views

Back references for shorthandlist

I am using biblatex for writing my thesis and it works generally fine. Now I want to put back references to my bibliography. However, after putting the option into the preamble, the back references ...
4
votes
1answer
221 views

Bibliography backref on new line with smaller font size

At the moment I use \usepackage[style=authoryear,dashed=false, abbreviate=false, natbib=true,backref=true,backend=biber]{biblatex} \setlength\bibitemsep{1.7\itemsep} ...
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 ...
10
votes
1answer
309 views

biblatex: How to suppress back references for certain citations?

When using BibTeX's standard citation commands, such as \cite, typically back references are generated (if enabled) in the bibliography pointing back to the place of citation. That's a nice feature. ...
8
votes
2answers
539 views

Changing the hyperref target for back references in biblatex bibliography

In my bibliography style, I have added a trigger to change the biblatex bibliography back reference mechanism to refer to the paragraph numbers in the margins ("runners") instead of pages. ...
7
votes
1answer
955 views

Formatting back references in bibliography

I would like to change the way the back references are shown in the bibliography, such that they are all shown within parentheses. So I would like to see (page x, y, z) after my bibitems. This ...