summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-backref.html
blob: d8def1f0f13089397fc02e6a2de099d9d981d96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<head>
<title>UK TeX FAQ -- question label backref</title>
</head><body>
<h3>References from the bibliography to the citation</h3>
<p>A link (or at least a page reference), from the bibliography to the
citing command, is often useful in large documents.
<p>Two packages support this requirement, <i>backref</i> and
<i>citeref</i>.  <i>Backref</i> is part of the
<i>hyperref</i> bundle, and supports hyperlinks back to the citing
command.  <i>Citeref</i> is the older, and seems to rely on rather
simpler (and therefore possibly more stable) code.  Neither collapses
lists of pages (&ldquo;<code>5, 6, 7</code>&rdquo; comes out as such, rather than as
&ldquo;<code>5&ndash;7</code>&rdquo;), but neither package repeats the reference to a page that
holds multiple citations.  (The failure to collapse lists is of course
forgiveable in the case of the <i>hyperref</i>-related
<i>backref</i>, since the concept of multiple hyperlinks from the
same anchor is less than appealing.)
<dl>
<dt><tt><i>backref.sty</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>)
<dt><tt><i>citeref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/citeref.zip">macros/latex/contrib/citeref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/citeref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/citeref/">browse</a>)
</dl>
<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=backref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=backref</a>
</body>