diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-11 00:19:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-11 00:19:40 +0000 |
commit | b53103d1ed32baf22565a9f6b9f2f1f415ed2288 (patch) | |
tree | 6cabe56d945e33edcb4fd1bc34bd3bc3815a8156 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html | |
parent | a9f41a29daefaf04b27040f25cd0f63f41d290a6 (diff) |
faq 3.19 (10jun09)
git-svn-id: svn://tug.org/texlive/trunk@13704 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html index c38d4bf0af9..21d5af5a421 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-extref.html @@ -63,9 +63,26 @@ have the .aux file, write: </pre> </blockquote><p> +Heiko Oberdiek’s experimental <i>zref</i> bundle includes a +hyper-crossreferencing mechanism using its <i>zref-xr</i> module. +Usage is closely modelled on <i>xr</i> and <i>xr-hyper</i>; a +trivial example (from a <i>comp.text.tex</i> posting) is +<blockquote> +<pre> +\usepackage{zref-xr,zref-user} +\zexternaldocument*{xr02} +... +\zref{foo} +</pre> +</blockquote><p> +The module provides all the facilities of the older packages, and can +deal both with “traditional” LaTeX labels and with +<i>zref</i>’s style of labels. <dl> -<dt><tt><i>xr.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>xr-hyper.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>xr.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/required/tools/">browse the directory</a>) +<dt><tt><i>xr-hyper.sty</i></tt><dd>Distributed with <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/hyperref/">browse the directory</a>) +<dt><tt><i>zref bundle</i></tt><dd>Distributed as part of + <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/oberdiek/">browse the directory</a>) </dl> <p/> <p/><p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extref</a> |