diff options
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> |