diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-backref.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-backref.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-backref.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-backref.html new file mode 100644 index 00000000000..7b96f1ff472 --- /dev/null +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-backref.html @@ -0,0 +1,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 ("<code>5, 6, 7</code>" comes out as such, rather than as +"<code>5-7</code>"), 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> |