1
vote
1answer
36 views

Backref also lists and links to citations in listoffigure/listoftables

I sometimes use \cite in the figure or table environment and use backref to be able to link to citations from the bibliography. If I include a list of figures or list of tables the citation is ...
2
votes
1answer
81 views

Flushing right the pagebackrefs in the bibliography with hyperref

I'd like to flush the back references to pages in my bibliography to the right. I have a solution for the citeref package, see the MWE. But how can I achieve this when using hyperref? ...
3
votes
1answer
140 views

Hyperref, Natbib: Curious backref behaviour

I have prepared the following MWE from the answer I found at formatting-back-references-in-bibliography. If the option backref=page is forwarded to hyperref with \hypersetup then the back references ...
11
votes
1answer
167 views

Make backrefs invisible in hardcopy

Is there a way to make bibliography back-references display and hyperlink in a PDF file but not print in a hard copy. When I use \usepackage[colorlinks=false,backref=page]{hyperref} I get a red ...
2
votes
1answer
155 views

pagebackref option is not working in Beamer

When I use \usepackage[pagebackref]{hyperref} in \documentclass{article}, it works perfectly. But when I use it in beamer class i.e. \documentclass[hyperref={pagebackref=true}]{beamer}, it does not ...
7
votes
1answer
317 views

Why are all of my footnotes hyperlinked to the titlepage?

Problem I have various footnotes, which are hyperlinked from the text to the bottom of their respective pages. When I click on the hyperlinks (in the main text), they always take me to the first page ...
8
votes
1answer
713 views

Precise back-reference target with hyperref and backref

The backref option and its variants in the hyperref package allow to include back-references in the bibliography to the page(s) or section(s) in which a given reference was cited. The target of the ...
7
votes
1answer
686 views

Breaking links and escaping characters in bibliographies with backlinks and ocgcolorlinks set

I have the following situation: I have to use the ocgcolorlinks option in hyperref, so that links are not broken. So I had the idea to set each char as a link with \href. After putting some code ...
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. ...
2
votes
0answers
555 views

Wrong links in bibliography using hyperref with options pagebackref and hypertexnames=false [closed]

I am using the hyperref package (v6.82m) with MiKTeX 2.9. I am using the option pagebackref so as to obtain a bibliography with links to the pages where the references are cited. I am also using the ...
2
votes
1answer
81 views

detecting before/after pages in \backrefentrycount

I'm using memoir, (optionally) hyperref, and backref. In the back references of my bibliography, I want all the references that come before the Endnotes "chapter" to be formatted differently. The ...
7
votes
1answer
275 views

Removing double entries from hyperref's pagebackref

When using hyperref's pagebackref, the same page is listed multiple times, if the reference appears on that particular page more than once. e.g.: A. Hindle, M. Godfrey, and R. Holt. Software ...
7
votes
1answer
953 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 ...
9
votes
2answers
565 views

Is it possible to have back references after each chapter with a single main.bib file?

I'm using LaTeX + BibTeX to write my dissertation. I have one separate .tex file for each chapter. And I'll generate one bibliography for each chapter. But all the references are from the same file ...
30
votes
1answer
1k views

Footnote backreference with hyperref

This question led to a new package: footnotebackref I'm using hyperref to have footnote marks link to the footnote proper and I'd like to have some sort of "backreferences" from the footnote ...
5
votes
1answer
433 views

Problem with hyperref's pagebackref, modroman and thebibliography

Following @yiannis-lazarides comment here, I decided to use the modroman package for my frontmatters. In my actual project I don't have that many references, and thus decided to use the ...
3
votes
1answer
299 views

Enclosing Page Numbers using the `Backref=Pages` Extension of `Hyperref`

I'm using the backref=pages extension of the hyperref package, as I'd like to have a list of back-reference pages after my bibliographic items. Is there a way to enclose these page numbers in brackets ...
0
votes
1answer
847 views

Remove hyper reference (back reference) in bibliography [closed]

I'm having a trouble with removing the hyperlinks that LaTeX generates after each bibliographic entry. Example: A. Jonas, J. App. Chem, 2000, 1,5,8,13,15,17 The numbers "1,5,8,..." are in ...
4
votes
2answers
2k views

hyperref with the backref=page option

I encountered an issue when using the backref=page option of the hyperref package together with the natbib package with the options square,sort&compress,numbers. If the natbib package compresses a ...