diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html index 75cc2e990a8..73902e793b9 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html @@ -2,19 +2,19 @@ <title>UK TeX FAQ -- question label nameref</title> </head><body> <h3>Referring to things by their name</h3> -<p/>LaTeX’s labelling mechanism is designed for the impersonal world of +<p/>LaTeX’s labelling mechanism is designed for the impersonal world of the academic publication, in which everything has a number: an extension is necessary if we are to record the <em>name</em> of things -we’ve labelled. The two packages available extend the LaTeX +we’ve labelled. The two packages available extend the LaTeX sectioning commands to provide reference by the name of the section. <p/>The <i>titleref</i> package is a simple extension which provides -the command <code>\</code><code>titleref</code>; it is a stand-alone package — don’t use it +the command <code>\</code><code>titleref</code>; it is a stand-alone package — don’t use it in a document in which you also need to use <i>hyperref</i>. <p/>The <i>byname</i> package is part of the <i>smartref</i> bundle and works well with <i>smartref</i>, and works (to an extent) with <i>hyperref</i>, but the links it defines are not hyperlinks. <p/>The <i>memoir</i> class incorporates the functionality of -<i>titleref</i>, but doesn’t work with <i>byname</i> (though a +<i>titleref</i>, but doesn’t work with <i>byname</i> (though a search of <i>comp.text.tex</i> on <a href="groups.google.com">groups.google.com</a> will find a patch to <i>byname</i> to remedy the problem). <p/>The <i>hyperref</i> bundle includes a package <i>nameref</i>, @@ -43,15 +43,15 @@ name-referencing mechanisms: The section name is: \ztitleref{sec:one}. </pre> </blockquote><p> -(One might hope that something of this sort would be the “way of the -future”, but things move slowly in the LaTeX world: don’t hold +(One might hope that something of this sort would be the “way of the +future”, but things move slowly in the LaTeX world: don’t hold your breath.) <p/>Each of <i>titleref</i>, <i>byname</i> and <i>nameref</i> defines a reference command with the same name as the package: <code>\</code><code>titleref</code>, <code>\</code><code>byname</code> and <code>\</code><code>nameref</code>. The <i>nameref</i> package also defines a command <code>\</code><code>byshortnameref</code>, which uses the -optional ‘short’ title argument to the chapter and section commands. -(Although it comes from the same author, <i>zref</i> <em>doesn’t</em> +optional ‘short’ title argument to the chapter and section commands. +(Although it comes from the same author, <i>zref</i> <em>doesn’t</em> define a short-name variant.) <dl> <dt><tt><i>byname.sty</i></tt><dd>Distributed with <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/smartref.zip">macros/latex/contrib/smartref</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/smartref/">browse the directory</a>) @@ -60,7 +60,7 @@ define a short-name variant.) <dt><tt><i>nameref.sty</i></tt><dd>Distributed with <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse the directory</a>) <dt><tt><i>smartref.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/smartref.zip">macros/latex/contrib/smartref</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/smartref/">browse the directory</a>) <dt><tt><i>titleref.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/misc/titleref.sty">macros/latex/contrib/misc/titleref.sty</a> -<dt><tt><i>zref.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse the directory</a>) +<dt><tt><i>zref.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/zref.html">catalogue entry</a> </dl> <p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nameref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nameref</a> </body> |