summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html
diff options
context:
space:
mode:
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.html66
1 files changed, 0 insertions, 66 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
deleted file mode 100644
index 40e7af65387..00000000000
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-nameref.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<head>
-<title>UK TeX FAQ -- question label nameref</title>
-</head><body>
-<h3>Referring to things by their name</h3>
-<p/>LaTeX&#8217;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&#8217;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 &#8212; don&#8217;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&#8217;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>,
-which will work standing alone (i.e., without <i>hyperref</i>: of
-course, in this mode its references are not hyperlinked). If you load
-<i>hyperref</i> itself, <i>nameref</i> is automatically loaded.
-<i>Memoir</i> requires the <i>memhfixc</i> when running with
-<i>hyperref</i>; following the sequence:
-<blockquote>
-<pre>
-\documentclass[...]{memoir}
-...
-\usepackage[...]{hyperref}
-\usepackage{memhfixc}
-</pre>
-</blockquote><p>
-<i>nameref</i> commands may be used in a <i>memoir</i> document.
-<p/><i>Zref</i> defines a proposed replacement for all of the LaTeX
-reference mechanisms, and among other things provides
-name-referencing mechanisms:
-<blockquote>
-<pre>
-\usepackage[user,titleref]{zref}
-...
-\section{hello}\zlabel{sec:one}
-The section name is: \ztitleref{sec:one}.
-</pre>
-</blockquote><p>
-(One might hope that something of this sort would be the &#8220;way of the
-future&#8221;, but things move slowly in the LaTeX world: don&#8217;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 &#8216;short&#8217; title argument to the chapter and section commands.
-(Although it comes from the same author, <i>zref</i> <em>doesn&#8217;t</em>
-define a short-name variant.)
-<dl>
-<dt><tt><i>byname.sty</i></tt><dd>Distributed with <a href="http://mirror.ctan.org/macros/latex/contrib/smartref.zip">macros/latex/contrib/smartref</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/smartref/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/smartref.html">catalogue entry</a>
-<dt><tt><i>hyperref.sty</i></tt><dd><a href="http://mirror.ctan.org/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/hyperref/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/hyperref.html">catalogue entry</a>
-<dt><tt><i>memoir.cls</i></tt><dd><a href="http://mirror.ctan.org/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/memoir/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/memoir.html">catalogue entry</a>
-<dt><tt><i>nameref.sty</i></tt><dd>Distributed with <a href="http://mirror.ctan.org/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/hyperref/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/hyperref.html">catalogue entry</a>
-<dt><tt><i>smartref.sty</i></tt><dd><a href="http://mirror.ctan.org/macros/latex/contrib/smartref.zip">macros/latex/contrib/smartref</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/smartref/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/smartref.html">catalogue entry</a>
-<dt><tt><i>titleref.sty</i></tt><dd><a href="http://mirror.ctan.org/macros/latex/contrib/titleref.zip">macros/latex/contrib/titleref</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/titleref/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/titleref.html">catalogue entry</a>
-<dt><tt><i>zref.sty</i></tt><dd>Distributed as part of <a href="http://mirror.ctan.org/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/oberdiek/">browse the directory</a>); <a href="http://mirror.ctan.org/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>