summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/eplain
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-24 23:41:28 +0000
committerKarl Berry <karl@freefriends.org>2009-07-24 23:41:28 +0000
commit76fa5e8e1df302a76387fdcd18ae069d1b4fed02 (patch)
tree7c9f3e16947ba6de1e04ff5746d8f53cd21afabe /Master/texmf-dist/doc/eplain
parentd9694ce1fb8dd23d0e0854338fff8c6cddc28d19 (diff)
eplain 3.3 (24jul09)
git-svn-id: svn://tug.org/texlive/trunk@14435 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/eplain')
-rw-r--r--Master/texmf-dist/doc/eplain/ChangeLog106
-rw-r--r--Master/texmf-dist/doc/eplain/NEWS22
-rw-r--r--Master/texmf-dist/doc/eplain/README.TOP13
-rw-r--r--Master/texmf-dist/doc/eplain/demo/Makefile6
-rw-r--r--Master/texmf-dist/doc/eplain/doc/eplain.html4208
-rw-r--r--Master/texmf-dist/doc/eplain/doc/eplain.pdfbin924999 -> 893366 bytes
-rw-r--r--Master/texmf-dist/doc/eplain/doc/lscommnt.jpgbin68529 -> 68468 bytes
-rw-r--r--Master/texmf-dist/doc/eplain/doc/xhyper.jpgbin14157 -> 14084 bytes
-rw-r--r--Master/texmf-dist/doc/eplain/util/idxuniq14
-rw-r--r--Master/texmf-dist/doc/eplain/util/trimsee4
10 files changed, 2295 insertions, 2078 deletions
diff --git a/Master/texmf-dist/doc/eplain/ChangeLog b/Master/texmf-dist/doc/eplain/ChangeLog
index 06bff49b92c..9d12ad3aefb 100644
--- a/Master/texmf-dist/doc/eplain/ChangeLog
+++ b/Master/texmf-dist/doc/eplain/ChangeLog
@@ -1,3 +1,109 @@
+2009-07-21 Oleg Katsitadze <olegkat@gmail.com>
+
+ * NEWS, Makefile, eplain.tex, doc/eplain.info, doc/eplain.pdf:
+ * doc/eplain.texi:
+ Version 3.3.
+
+2009-07-18 Oleg Katsitadze <olegkat@gmail.com>
+
+ * util/mkdist-merge: Only unset world's and group's write
+ permission bit on the generated eplain.tex and leave user's bit
+ on.
+
+ * xeplain.tex (\idx@scanterm): Reset catcode of newline before
+ calling \scantokens, to work around a peculiarity of TeX/e-TeX
+ adding a trailing newline in \scantokens when newline's catcode is
+ 13 (active). Hopefully nobody will ever rely on unusual newline
+ catcode inside an index term.
+
+ * doc/userdef.texi (Packages known to work): Updated with the new
+ version of epstopdf (v2.2).
+
+ * xeplain.tex (\usepkg@load@pkg): Send the package reloading
+ warning to the log file only and not the terminal, for the sake of
+ epstopdf.sty which causes several such warnings.
+
+2009-07-12 Oleg Katsitadze <olegkat@gmail.com>
+
+ * doc/userdef.texi (Verbatim listing): Added a note on extending
+ \dospecials when defining new special characters.
+ * doc/progdef.texi (Category codes): Refer to "Verbatim listing"
+ for the note on \dospecials.
+
+ * xeplain.tex (\@idxwrite): \sanitize the term before passing it
+ to \indexproofterm, to unactivate any active characters the user
+ hasn't bothered to add to \dospecials.
+
+2009-07-10 Karl Berry <karl@gnu.org>
+
+ * xeplain.tex (\beginpackages): Set \DoNotLoadEpstopdf,
+ for TL 2009 graphics.cfg.
+
+2009-07-05 Oleg Katsitadze <olegkat@gmail.com>
+
+ xeplain.tex (\eqnum, \eqalignnum, \lefteqnumbers, \righteqnumbers):
+ New macros. Suggested by Dan Luecking May 15 00:32:26 CEST 2009.
+ doc/userdef.texi (Displays): Documented \eqnum, \eqalignnum,
+ \lefteqnumbers and \righteqnumbers.
+ (Formatting displays): Removed stale reference to \generaldisplay.
+
+ xeplian.tex, doc/userdef.texi (Logos): Added eTeX, ExTeX, XeTeX
+ and XeLaTeX (from tugboat.dtx). Suggested by Dorai Sitaram Apr 12
+ 21:30:42 CEST 2009.
+
+2009-06-28 Oleg Katsitadze <olegkat@gmail.com>
+
+ (NEWS): News for the upcoming release.
+
+2009-06-26 Oleg Katsitadze <olegkat@gmail.com>
+
+ doc/hlink.texi (General hyperlinks, URL hyperlinks): Added
+ examples of mailto hyperlinks. Suggested by John Culleton Apr 22
+ 14:53:31 CEST 2009.
+
+2009-06-25 Oleg Katsitadze <olegkat@gmail.com>
+
+ demo/Makefile (ctan_lion_350x350.png): New target to notify about
+ the missing image file and how to obtain it.
+
+ Makefile (DIR_SOURCE, FILES_ZSOURCE): Renamed to DIR_ZSOURCE and
+ FILES_ZSOURCE ("zipped source").
+ (DIR_SOURCE, FILES_SOURCE): Targets for packaging unzipped source
+ files. Includes only xeplain.tex so far. Suggested by Jim
+ Diamond Jun 15 16:59:03 CEST 2009.
+
+2009-06-21 Oleg Katsitadze <olegkat@gmail.com>
+
+ * README.TDS, xeplain.tex, doc/invoke.texi: Added a note on how to
+ obtain Eplain's source files.
+
+ * ifpdf.sty: Updated.
+
+ * util/idxuniq, util/trimsee: Comment tweaks.
+
+2009-05-23 Karl Berry <karl@gnu.org>
+
+ * util/trimsee: use standard sh instead of bash ((...)), Frank K
+ tex-live mail 23 May 2009 19:30:06 +0200, debian#530199
+
+2009-03-28 Oleg Katsitadze <olegkat@gmail.com>
+
+ * doc/userdef.texi (Indexing): Note on specifying output file for
+ MakeIndex (option -o) when using multiple indexes. Reported by
+ John Culleton Mar 24 15:30:47 CET 2009.
+
+2009-03-27 Oleg Katsitadze <olegkat@gmail.com>
+
+ * xeplain.tex (\@idxcollectname): Expand \idxnameseparator once,
+ so that the .idx file contains its contents. This ensures that
+ \idxname{John}{Smith} and \idx{Smith, John} don't end up as
+ separate index entries. Reported by John Culleton Mar 23 19:31:46
+ CET 2009.
+
+2008-03-30 Oleg Katsitadze <olegkat@gmail.com>
+
+ * doc/userdef.texi: Note on writing .bbl by hand.
+
2007-11-26 Oleg Katsitadze <olegkat@gmail.com>
* NEWS, Makefile, eplain.tex, doc/eplain.info, doc/eplain.pdf:
diff --git a/Master/texmf-dist/doc/eplain/NEWS b/Master/texmf-dist/doc/eplain/NEWS
index 78b45d1b6f6..b30b0254313 100644
--- a/Master/texmf-dist/doc/eplain/NEWS
+++ b/Master/texmf-dist/doc/eplain/NEWS
@@ -1,7 +1,25 @@
This file records noteworthy changes. This file is public domain.
-3.2 (26 November 2007)
+3.3 (21 July 2009)
+
+* New commands \eqnum and \eqalignnum, counterparts of \(l)eqno and
+ \(l)eqalignno, producing equation numbers which can be uniformly
+ transformed to right-aligned (\righteqnumbers) or left-aligned
+ (\lefteqnumbers).
+* Eplain has borrowed the eTeX, ExTeX, XeTeX and XeLaTeX logos from
+ tugboat.dtx.
+* \idxnameseparator is now expanded once so that the .idx file
+ contains its contents instead of the macro call.
+* Non-silent indexing macros have been fixed not to produce a spurious
+ newline when newline's catcode is 13 (active).
+* Eplain now takes care to unactivate any active characters before
+ typesetting index term in the margin for proofing.
+* Updated ifpdf.sty.
+* LaTeX package reloading warnings are now not shown on the terminal.
+* Documentation improvements.
+
+3.2 (26 November 2007)
* Fixed a bug which caused silent indexing macros to output spurious
space in vertical mode.
* Added a switch to disable index file input/output.
@@ -12,6 +30,7 @@ This file records noteworthy changes. This file is public domain.
and producing columns too high to fit on a page. Also improved
appearance of the last column, which often came out spaced out.
+
3.1 (3 December 2006)
General:
@@ -127,7 +146,6 @@ Other:
* \ref and \cite conflicts with amstex described in manual.
2.3 (1 March 1993)
-
* New macros for arbitrary cross-references.
* \iterate is redefined to allow \else in loops.
* texnames.sty uses \spacefactor1000 instead of an empty hbox to handle
diff --git a/Master/texmf-dist/doc/eplain/README.TOP b/Master/texmf-dist/doc/eplain/README.TOP
new file mode 100644
index 00000000000..544578f69ae
--- /dev/null
+++ b/Master/texmf-dist/doc/eplain/README.TOP
@@ -0,0 +1,13 @@
+This directory contains the Eplain macro package for the TeX typesetting
+system. For more information about Eplain see http://tug.org/eplain.
+
+The package consists of the files in the directories conforming to the
+TeX Directory Structure (v. 1.1). The directories are:
+
+ tex/eplain compiled Eplain package
+ doc/eplain compiled Eplain manual and other docs
+ source/eplain zip archive of the source files for Eplain
+
+Please note that eplain.tex is a generated file. The original sources
+can be found in the zip archive under the source/eplain directory, on
+CTAN or on Eplain's home page at http://tug.org/eplain.
diff --git a/Master/texmf-dist/doc/eplain/demo/Makefile b/Master/texmf-dist/doc/eplain/demo/Makefile
index 45ba215c7aa..7a578663f38 100644
--- a/Master/texmf-dist/doc/eplain/demo/Makefile
+++ b/Master/texmf-dist/doc/eplain/demo/Makefile
@@ -21,6 +21,12 @@ xhyper.pdf: xhyper.tex ctan_lion_350x350.png
lscommnt.pdf: lscommnt.tex
PDFLATEX=$(PDFTEX) $(TEXI2PDF) lscommnt.tex
+ctan_lion_350x350.png:
+ @echo "Please download"
+ @echo " ftp://tug.ctan.org/ftpmaint/CTAN_lion/ctan_lion_350x350.png"
+ @echo "and place it in the demo subdirectory."
+ exit 1
+
#
# Documents which have to be processed with dvipdfm(x).
#
diff --git a/Master/texmf-dist/doc/eplain/doc/eplain.html b/Master/texmf-dist/doc/eplain/doc/eplain.html
index 50bd1c4bd2c..a7c7a04a014 100644
--- a/Master/texmf-dist/doc/eplain/doc/eplain.html
+++ b/Master/texmf-dist/doc/eplain/doc/eplain.html
@@ -3,12 +3,12 @@
<title>Eplain: Expanded Plain TeX</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Eplain: Expanded Plain TeX">
-<meta name="generator" content="makeinfo 4.8">
+<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
-This manual documents the Eplain macros, version 3.2,
-November 2007. Eplain provides functionality for plain TeX that
+This manual documents the Eplain macros, version 3.3,
+July 2009. Eplain provides functionality for plain TeX that
is intended to be useful regardless of how your document is actually
formatted.
@@ -229,8 +229,8 @@ updates throughout.-->
</div>
<div class="node">
-<p><hr>
<a name="Top"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Introduction">Introduction</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a>
@@ -238,8 +238,8 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a>
<h2 class="unnumbered">Eplain</h2>
-<p>This manual documents the Eplain macros, version 3.2,
-November 2007. Eplain provides functionality for plain TeX that
+<p>This manual documents the Eplain macros, version 3.3,
+July 2009. Eplain provides functionality for plain TeX that
is intended to be useful regardless of how your document is actually
formatted.
@@ -519,8 +519,8 @@ updates throughout.
<!-- This is part of the Eplain manual. Public domain. -->
<div class="node">
-<p><hr>
<a name="Introduction"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Installation">Installation</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Top">Top</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -556,8 +556,8 @@ format, you are out of luck.
<p>On the other hand, almost everyone would like capabilities such as
cross-referencing by labels, so that you don't have to put actual page
numbers in the manuscript. The author of Eplain
-<a name="index-Berry_002c-Karl-8"></a>is not aware of any generally available macro packages that (1)&nbsp;<!-- /@w -->do
-not force their typographic style on an author, and yet (2)&nbsp;<!-- /@w -->provide
+<a name="index-Berry_002c-Karl-8"></a>is not aware of any generally available macro packages that (1)&nbsp;do
+not force their typographic style on an author, and yet (2)&nbsp;provide
such capabilities.
<p>Besides such generic macros as cross-referencing, Eplain
@@ -596,8 +596,8 @@ article (written for
<!-- This is part of the Eplain manual. Public domain. -->
<div class="node">
-<p><hr>
<a name="Installation"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Invoking-Eplain">Invoking Eplain</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Introduction">Introduction</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -653,8 +653,8 @@ installed under <samp><span class="file">/usr/local/share/texmf/web2c/</span></s
<!-- This is part of the Eplain manual. Public domain. -->
<div class="node">
-<p><hr>
<a name="Invoking-Eplain"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#User-definitions">User definitions</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Installation">Installation</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -674,7 +674,7 @@ contemporary machines.
<p>In addition, if a format (<samp><span class="file">.fmt</span></samp>)
<a name="index-g_t_002efmt-_0040r_007bfile_007d-25"></a>file has been created for Eplain (see the previous section), you can
eliminate the time spent reading the macro source file. You do this
-by responding <code>&amp;eplain</code> to TeX's `<samp><span class="samp">**</span></samp>' prompt. For
+by responding <code>&amp;eplain</code> to TeX's &lsquo;<samp><span class="samp">**</span></samp>&rsquo; prompt. For
example:
<pre class="example"> initex
@@ -720,7 +720,9 @@ by Nelson Beebe.
</dl>
<p class="noindent">The file <samp><span class="file">eplain.tex</span></samp> is all of these files merged
-together, with comments removed.
+together, with comments removed. The original sources can be found in
+Eplain source zip archive in your TeX distribution, on <acronym>CTAN</acronym>
+or on Eplain's home page at <a href="http://tug.org/eplain">http://tug.org/eplain</a>.
<p>All of these files except <samp><span class="file">xeplain.tex</span></samp> can be input individually,
if all you want are the definitions in that file.
@@ -766,20 +768,20 @@ undefined cross-references and/or citations. The shell script
<a href="http://www.gnu.org/software/texinfo">http://www.gnu.org/software/texinfo</a>) can automate this process:
it runs BibTeX, MakeIndex and TeX as many times as needed to
complete the compilation process. You will need to set the
-<samp><span class="env">LATEX</span></samp> environment variable to `<samp><span class="samp">tex</span></samp>'. For example, in a
+<samp><span class="env">LATEX</span></samp> environment variable to &lsquo;<samp><span class="samp">tex</span></samp>&rsquo;. For example, in a
Bourne-compatible shell, the following command will do all the work:
<pre class="example"> prompt$ LATEX=tex texi2dvi file.tex
</pre>
<p><a name="index-pdftex-35"></a>(Despite the name, <samp><span class="command">texi2dvi</span></samp> can also produce
-<samp><span class="file">.pdf</span></samp> files; just set `<samp><span class="samp">LATEX=pdftex</span></samp>'.) See the output from
+<samp><span class="file">.pdf</span></samp> files; just set &lsquo;<samp><span class="samp">LATEX=pdftex</span></samp>&rsquo;.) See the output from
the command <samp><span class="command">texi2dvi --help</span></samp> for invoking information and a
full list of options.
<!-- This is part of the Eplain manual. Public domain. -->
<div class="node">
-<p><hr>
<a name="User-definitions"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Hyperlinks">Hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Invoking-Eplain">Invoking Eplain</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -819,8 +821,8 @@ formatting are described in subsections.
</ul>
<div class="node">
-<p><hr>
<a name="Diagnostics"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Rules">Rules</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -863,8 +865,8 @@ Eplain defines it to be the character <code>^^J</code>.
hoping that will fix it.}%
</pre>
<div class="node">
-<p><hr>
<a name="Rules"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Citations">Citations</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Diagnostics">Diagnostics</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -873,7 +875,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.2 Rules</h3>
-<p>The default dimensions of rules are defined in chapter&nbsp;<!-- /@w -->21 of the
+<p>The default dimensions of rules are defined in chapter&nbsp;21 of the
<cite>The TeXbook</cite>. To sum up what is given there, the &ldquo;thickness&rdquo;
of rules is
<a name="index-rule-thickness-47"></a>0.4pt by default. Eplain defines three parameters that let you change
@@ -891,8 +893,8 @@ to take advantage of the default rule parameters, you must use
<a name="index-evrule-52"></a>
<div class="node">
-<p><hr>
<a name="Citations"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Displays">Displays</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Rules">Rules</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -931,6 +933,11 @@ name for the <samp><span class="file">.bbl</span></samp> file by defining the co
<code>\bblfilebasename</code>.
<a name="index-bblfilebasename-62"></a>The default definition is simply <code>\jobname</code>.
+ <p>On the other hand, if your document's bibliography is very simple, you
+may prefer to create the <samp><span class="file">.bbl</span></samp> file yourself, by hand, instead of
+using BibTeX. An annotated example of this approach is also given
+below.
+
<p>See the document <cite>BibTeXing</cite> (whose text is in the file
<samp><span class="file">btxdoc.tex</span></samp>, which should be in the Eplain distribution you got)
for information on how to write your <tt>.bib</tt> files. Both the
@@ -961,7 +968,7 @@ in the text.
<a name="index-bibliography-66"></a>command is next. It serves two purposes: producing the typeset
bibliography, and telling BibTeX the root names of the <tt>.bib</tt>
files. Therefore, the argument to <code>\bibliography</code> is a comma
-separated list of the <tt>.bib</tt> files (without the `<samp><span class="samp">.bib</span></samp>'). Again,
+separated list of the <tt>.bib</tt> files (without the &lsquo;<samp><span class="samp">.bib</span></samp>&rsquo;). Again,
spaces in this list are significant.
<p>You tell BibTeX the particular style in which you want your
@@ -993,29 +1000,36 @@ You can restore the default by saying <code>\xrefwarningtrue</code>.
<p><a name="index-Knuth_002c-Donald-Ervin-70"></a><a name="index-Graham_002c-Ronald-L_002e-71"></a><a name="index-numbered-references-72"></a><a name="index-references_002c-numbered-73"></a>
If we suppose that this file was named <samp><span class="file">citex.tex</span></samp> and that the
bibliography data is in <samp><span class="file">knuth.bib</span></samp> (as the <code>\bibliography</code>
-command says), the following commands do what's required. (`<samp><span class="samp">$ </span></samp>'
+command says), the following commands do what's required. (&lsquo;<samp><span class="samp">$ </span></samp>&rsquo;
represents the shell prompt.)
-<pre class="example"> $ tex citex (produces undefined citation messages)
- $ bibtex citex (read knuth.bib and citex.aux, write citex.bbl)
- $ tex citex (read citex.bbl, still have undefined citations)
- $ tex citex (one more time, to resolve the references)
+<pre class="example"> $ tex citex <i>(produces undefined citation messages)</i>
+ $ bibtex citex <i>(read knuth.bib and citex.aux, write citex.bbl)</i>
+ $ tex citex <i>(read citex.bbl, still have undefined citations)</i>
+ $ tex citex <i>(one more time, to resolve the references)</i>
</pre>
<p><a name="index-texi2dvi-74"></a>The <samp><span class="command">texi2dvi</span></samp> program can help you automate this
process (see <a href="#Invoking-Eplain">Invoking Eplain</a>).
+ <p>For simple documents you might choose to write the <samp><span class="file">.bbl</span></samp> file
+yourself, instead of running BibTeX. For this scenario, the
+following commands should suffice:
+
+<pre class="example"> $ tex citex <i>(read citex.bbl, produces undefined citation messages)</i>
+ $ tex citex <i>(one more time, to resolve the references)</i>
+</pre>
<p>The output looks something like (because we used the <tt>plain</tt>
bibliography style):
<blockquote>
Two citations to Knuthian works: [2,1 note].
- <p><b>References</b>
+ <p><b>References</b>
- <p>[1] Ronald L. Graham, Donald E. Knuth, and Oren Patashnik. <i>Concrete
+ <p>[1] Ronald L. Graham, Donald E. Knuth, and Oren Patashnik. <i>Concrete
Mathematics</i>. Addison-Wesley, Reading, Massachusetts, 1989.
- <p>[2] Donald E. Knuth. <i>Surreal Numbers</i>. Addison-Wesley, Reading,
+ <p>[2] Donald E. Knuth. <i>Surreal Numbers</i>. Addison-Wesley, Reading,
Massachusetts, 1974.
</blockquote>
@@ -1031,8 +1045,8 @@ of numbered, the bibliography style is <code>alpha</code>.)
</ul>
<div class="node">
-<p><hr>
<a name="Formatting-citations"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Formatting-bibliographies">Formatting bibliographies</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Citations">Citations</a>
@@ -1051,7 +1065,7 @@ redefining the following macros.
<dl>
<dt><code>\printcitestart</code><br><dt><code>\printcitefinish</code><dd><a name="index-printcitestart-78"></a><a name="index-printcitefinish-79"></a>Eplain expands these macros at the begining and end of the list of
citations for each <code>\cite</code> command. By default, they produce a
-`<samp><span class="samp">[</span></samp>' and `<samp><span class="samp">]</span></samp>', respectively.
+&lsquo;<samp><span class="samp">[</span></samp>&rsquo; and &lsquo;<samp><span class="samp">]</span></samp>&rsquo;, respectively.
<br><dt><code>\printbetweencitations</code><dd><a name="index-printbetweencitations-80"></a>If a <code>\cite</code> command has multiple citations, as in
<code>\cite{acp,texbook}</code>, Eplain expands this macro in between each
@@ -1072,8 +1086,8 @@ superscripted labels, with the optional notes in parentheses.
\def\printcitenote#1{\hbox{\sevenrm\space (#1)}}
</pre>
<div class="node">
-<p><hr>
<a name="Formatting-bibliographies"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Formatting-citations">Formatting citations</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Citations">Citations</a>
@@ -1136,8 +1150,8 @@ the names. Just use <code>\def</code>.)
that BibTeX produces to do anything you wish.
<div class="node">
-<p><hr>
<a name="Displays"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Time-of-day">Time of day</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Citations">Citations</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -1146,34 +1160,42 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.4 Displays</h3>
-<p><a name="index-displays_002c-left_002djustifying-94"></a><a name="index-mathematics-displays_002c-formatting-95"></a><a name="index-left_002djustification-of-displays-96"></a>
+<p><a name="index-displays_002c-left_002djustifying-94"></a><a name="index-mathematics-displays_002c-formatting-95"></a><a name="index-left_002djustification-of-displays-96"></a><a name="index-equation-numbers_002c-left_002dalignment-97"></a><a name="index-left_002dalignment-of-equation-numbers-98"></a>
By default, TeX centers displayed material. (Displayed material is
just whatever you put between <code>$$</code>'s&mdash;it's not necessarily
mathematics.) Many layouts would be better served if the displayed
material was left-justified. Therefore, Eplain provides the command
<code>\leftdisplays</code>,
-<a name="index-leftdisplays-97"></a>which indents displayed material by <code>\parindent</code> plus
+<a name="index-leftdisplays-99"></a>which indents displayed material by <code>\parindent</code> plus
<code>\leftskip</code>, plus <code>\leftdisplayindent</code>.
-<a name="index-leftdisplayindent-98"></a>
+<a name="index-leftdisplayindent-100"></a>
You can go back to centering displays with <code>\centereddisplays</code>.
-<a name="index-centereddisplays-99"></a>(It is usually poor typography to have both centered and left-justified
+<a name="index-centereddisplays-101"></a>(It is usually poor typography to have both centered and left-justified
displays in a single publication, though.)
<p><code>\leftdisplays</code> also changes the plain TeX commands that deal
with alignments inside math displays,
<code>\displaylines</code>,
-<a name="index-displaylines-100"></a><code>\eqalignno</code>,
-<a name="index-eqalignno-101"></a>and <code>\leqalignno</code>,
-<a name="index-leqalignno-102"></a>to produce left-justified text. You can still override this formatting
+<a name="index-displaylines-102"></a><code>\eqalignno</code>,
+<a name="index-eqalignno-103"></a>and <code>\leqalignno</code>,
+<a name="index-leqalignno-104"></a>to produce left-justified text. You can still override this formatting
by inserting <code>\hfill</code> glue, as explained in <cite>The TeXbook</cite>.
+ <p><a name="index-lefteqnumbers-105"></a><a name="index-righteqnumbers-106"></a><a name="index-eqnum-107"></a><a name="index-eqalignnum-108"></a><a name="index-eqno-109"></a><a name="index-leqno-110"></a><a name="index-eqalignno-111"></a><a name="index-leqalignno-112"></a>Eplain defines <code>\eqnum</code> and <code>\eqalignnum</code> which can be set
+up to produce either left-aligned or right-aligned equation numbers.
+<code>\lefteqnumbers</code> (<code>\righteqnumbers</code>) will define
+<code>\eqnum</code> to expand to <code>\eqno</code> (<code>\leqno</code>), and
+<code>\eqalignnum</code> to expand to <code>\eqalignno</code>
+(<code>\leqalignno</code>). Default is <code>\righteqnumbers</code>
+(right-aligned equation numbers).
+
<ul class="menu">
<li><a accesskey="1" href="#Formatting-displays">Formatting displays</a>: General formatting of displays.
</ul>
<div class="node">
-<p><hr>
<a name="Formatting-displays"></a>
+<p><hr>
Up:&nbsp;<a rel="up" accesskey="u" href="#Displays">Displays</a>
</div>
@@ -1183,19 +1205,18 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Displays">Displays</a>
<p>If you want some other kind of formatting, you can write a definition
of your own, analogous to <code>\leftdisplays</code>. You need only make sure
that <code>\leftdisplaysetup</code>
-<a name="index-leftdisplaysetup-103"></a>is called at the beginning of every display (presumably by invoking it
-in TeX's <code>\everydisplay</code> parameter), and to define
-<code>\generaldisplay</code>.
-<a name="index-generaldisplay-104"></a>
-<code>\leftdisplays</code> expands the old value of <code>\everydisplay</code>
+<a name="index-leftdisplaysetup-113"></a>is called at the beginning of every display (presumably by invoking it
+in TeX's <code>\everydisplay</code> parameter).
+
+ <p><code>\leftdisplays</code> expands the old value of <code>\everydisplay</code>
before calling <code>\leftdisplaysetup</code>, so that any changes you have made
to it won't be lost. That old token list as available as the value of
the token register <code>\previouseverydisplay</code>.
-<a name="index-previouseverydisplay-105"></a>
+<a name="index-previouseverydisplay-114"></a>
<div class="node">
-<p><hr>
<a name="Time-of-day"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Lists">Lists</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Displays">Displays</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -1204,30 +1225,30 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.5 Time of day</h3>
-<p><a name="index-time-of-day-106"></a><a name="index-date-107"></a>
+<p><a name="index-time-of-day-115"></a><a name="index-date-116"></a>
TeX provides the day, month, and year as numeric quantities (unless
your TeX implementation is woefully deficient). Eplain provides some
control sequences to make them a little more friendly to humans.
<p><code>\monthname</code>
-<a name="index-monthname-108"></a>produces the name of the current month, abbreviated to three letters.
+<a name="index-monthname-117"></a>produces the name of the current month, abbreviated to three letters.
<p><code>\fullmonthname</code>
-<a name="index-fullmonthname-109"></a>produces the name of the current month, unabbreviated (in English).
+<a name="index-fullmonthname-118"></a>produces the name of the current month, unabbreviated (in English).
<p><code>\timestring</code>
-<a name="index-timestring-110"></a>produces the current time, as in `1:14 p.m.'
+<a name="index-timestring-119"></a>produces the current time, as in `1:14 p.m.'
<p><code>\timestamp</code>
-<a name="index-timestamp-111"></a>produces the current date and time, as in `23 Apr 64 1:14 p.m.'.
+<a name="index-timestamp-120"></a>produces the current date and time, as in `23 Apr 64 1:14 p.m.'.
(Except the spacing is slightly different.)
<p><code>\today</code>
-<a name="index-today-112"></a>produces the current date, as in `23 April 1964'.
+<a name="index-today-121"></a>produces the current date, as in `23 April 1964'.
<div class="node">
-<p><hr>
<a name="Lists"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Verbatim-listing">Verbatim listing</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Time-of-day">Time of day</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -1236,20 +1257,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.6 Lists</h3>
-<p><a name="index-lists-113"></a><a name="index-numbered-lists-114"></a><a name="index-ordered-list-115"></a><a name="index-unordered-lists-116"></a>
+<p><a name="index-lists-122"></a><a name="index-numbered-lists-123"></a><a name="index-ordered-list-124"></a><a name="index-unordered-lists-125"></a>
Many documents require lists of items, either numbered or simply
enumerated. Plain TeX defines one macro to help with creating lists,
<code>\item</code>, but that is insufficient in many cases. Therefore,
Eplain provides two pairs of commands:
<dl>
-<dt><code>\numberedlist ... \endnumberedlist</code><br><dt><code>\orderedlist ... \endorderedlist</code><dd><a name="index-numberedlist-117"></a><a name="index-endnumberedlist-118"></a><a name="index-orderedlist-119"></a><a name="index-endorderedlist-120"></a>These commands (they are synonyms) produce a list with the items
+<dt><code>\numberedlist ... \endnumberedlist</code><br><dt><code>\orderedlist ... \endorderedlist</code><dd><a name="index-numberedlist-126"></a><a name="index-endnumberedlist-127"></a><a name="index-orderedlist-128"></a><a name="index-endorderedlist-129"></a>These commands (they are synonyms) produce a list with the items
numbered sequentially, starting from one. A nested <code>\numberedlist</code>
labels the items with lowercase letters, starting with `a'. Another
nested <code>\numberedlist</code> labels the items with roman numerals. Yet
-more deeply nested numbered lists label items with `<samp><span class="samp">*</span></samp>'.
+more deeply nested numbered lists label items with &lsquo;<samp><span class="samp">*</span></samp>&rsquo;.
- <br><dt><code>\unorderedlist ... \endunorderedlist</code><dd><a name="index-unorderedlist-121"></a><a name="index-endunorderedlist-122"></a>This produces a list with the items labelled with small black boxes
+ <br><dt><code>\unorderedlist ... \endunorderedlist</code><dd><a name="index-unorderedlist-130"></a><a name="index-endunorderedlist-131"></a>This produces a list with the items labelled with small black boxes
(&ldquo;square bullets&rdquo;). A nested <code>\unorderedlist</code> labels items with
em-dashes. Doubly (and deeper) nested unordered lists label items with
`*'s.
@@ -1259,7 +1280,7 @@ em-dashes. Doubly (and deeper) nested unordered lists label items with
<p>The two kinds of lists can be nested within each other, as well.
<p>In both kinds of lists, you begin an item with <code>\li</code>.
-<a name="index-li-123"></a>An item may continue for several paragraphs. Each item starts a
+<a name="index-li-132"></a>An item may continue for several paragraphs. Each item starts a
paragraph.
<p>You can give <code>\li</code> an optional argument, a cross-reference label.
@@ -1271,7 +1292,7 @@ with <code>\xrefn</code>. See <a href="#Cross_002dreferences">Cross-references<
<code>\xrefn</code> pointing to the relevant list item (see <a href="#List-hyperlinks">List hyperlinks</a>).
<p>You can also say <code>\listcompact</code>
-<a name="index-listcompact-124"></a>right after <code>\numberedlist</code> or <code>\unorderedlist</code>. The items in
+<a name="index-listcompact-133"></a>right after <code>\numberedlist</code> or <code>\unorderedlist</code>. The items in
the list will then not have any extra space between them
(see <a href="#Formatting-lists">Formatting lists</a>). You might want to do this if the items in
this particular list are short.
@@ -1290,56 +1311,56 @@ this particular list are short.
</ul>
<div class="node">
-<p><hr>
<a name="Formatting-lists"></a>
+<p><hr>
Up:&nbsp;<a rel="up" accesskey="u" href="#Lists">Lists</a>
</div>
<h4 class="subsection">4.6.1 Formatting lists</h4>
-<p><a name="index-lists_002c-formatting-125"></a>
+<p><a name="index-lists_002c-formatting-134"></a>
Several registers define the spacing associated with lists. It is
likely that their default values won't suit your particular layout.
<dl>
-<dt><code>\abovelistskipamount, \belowlistskipamount</code><dd><a name="index-abovelistskipamount-126"></a><a name="index-belowlistskipamount-127"></a>The vertical glue inserted before and after every list, respectively.
+<dt><code>\abovelistskipamount, \belowlistskipamount</code><dd><a name="index-abovelistskipamount-135"></a><a name="index-belowlistskipamount-136"></a>The vertical glue inserted before and after every list, respectively.
- <br><dt><code>\interitemskipamount</code><dd><a name="index-interitemskipamount-128"></a>The vertical glue inserted before each item except the first.
+ <br><dt><code>\interitemskipamount</code><dd><a name="index-interitemskipamount-137"></a>The vertical glue inserted before each item except the first.
<code>\listcompact</code> resets this to zero, as mentioned above.
- <br><dt><code>\listleftindent, \listrightindent</code><dd><a name="index-listleftindent-129"></a><a name="index-listrightindent-130"></a><code>\listrightindent</code> is the amount of space by which the list is
+ <br><dt><code>\listleftindent, \listrightindent</code><dd><a name="index-listleftindent-138"></a><a name="index-listrightindent-139"></a><code>\listrightindent</code> is the amount of space by which the list is
indented on the right; i.e., it is added to <code>\rightskip</code>.
<code>\listleftindent</code> is the amount of space, <em>relative to</em>
<code>\parindent</code>, by which the list is indented on the left. Why treat
-the two parameters differently? Because (a)&nbsp;<!-- /@w -->it is more useful to
+the two parameters differently? Because (a)&nbsp;it is more useful to
make the list indentation depend on the paragraph indentation;
-(b)&nbsp;<!-- /@w -->footnotes aren't formatted right if <code>\parindent</code> is reset
+(b)&nbsp;footnotes aren't formatted right if <code>\parindent</code> is reset
to zero.
</dl>
<p>The three vertical glues are inserted by macros, and preceded by
penalties: <code>\abovelistskip</code>
-<a name="index-abovelistskip-131"></a>does <code>\vpenalty\abovelistpenalty</code>
-<a name="index-abovelistpenalty-132"></a>and then <code>\vskip\abovelistskip</code>. <code>\belowlistskip</code>
-<a name="index-belowlistskip-133"></a>and <code>\interitemskip</code>
-<a name="index-interitemskip-134"></a>are analogous.
+<a name="index-abovelistskip-140"></a>does <code>\vpenalty\abovelistpenalty</code>
+<a name="index-abovelistpenalty-141"></a>and then <code>\vskip\abovelistskip</code>. <code>\belowlistskip</code>
+<a name="index-belowlistskip-142"></a>and <code>\interitemskip</code>
+<a name="index-interitemskip-143"></a>are analogous.
<p>In addition, the macro <code>\listmarkerspace</code>
-<a name="index-listmarkerspace-135"></a>is called to separate the item label from the item text. This is set to
+<a name="index-listmarkerspace-144"></a>is called to separate the item label from the item text. This is set to
<code>\enspace</code> by default.
<p>If you want to change the labels on the items, you can redefine these
macros:
<code>\numberedmarker</code>
-<a name="index-numberedmarker-136"></a>or <code>\unorderedmarker</code>.
-<a name="index-unorderedmarker-137"></a>The following registers might be useful if you do:
+<a name="index-numberedmarker-145"></a>or <code>\unorderedmarker</code>.
+<a name="index-unorderedmarker-146"></a>The following registers might be useful if you do:
<dl>
-<dt><code>\numberedlistdepth, \unorderedlistdepth</code><dd><a name="index-numberedlistdepth-138"></a><a name="index-unorderedlistdepth-139"></a>These keep track of the depth of nesting of the two kinds of lists.
+<dt><code>\numberedlistdepth, \unorderedlistdepth</code><dd><a name="index-numberedlistdepth-147"></a><a name="index-unorderedlistdepth-148"></a>These keep track of the depth of nesting of the two kinds of lists.
- <br><dt><code>\itemnumber, \itemletter</code><dd><a name="index-itemnumber-140"></a><a name="index-itemletter-141"></a>These keep track of the number of items that have been seen in the current
+ <br><dt><code>\itemnumber, \itemletter</code><dd><a name="index-itemnumber-149"></a><a name="index-itemletter-150"></a>These keep track of the number of items that have been seen in the current
numbered list. They are both integer registers. The difference is that
<code>\itemnumber</code> starts at one, and <code>\itemletter</code> starts at 97,
i.e., lowercase `a'.
@@ -1348,16 +1369,16 @@ i.e., lowercase `a'.
<p>You can also redefine the control sequences that are used internally,
if you want to do something radically different: <code>\beginlist</code>
-<a name="index-beginlist-142"></a>is invoked to begin both kinds of lists; <code>\printitem</code>
-<a name="index-printitem-143"></a>is invoked to print the label (and space following the label) for each
+<a name="index-beginlist-151"></a>is invoked to begin both kinds of lists; <code>\printitem</code>
+<a name="index-printitem-152"></a>is invoked to print the label (and space following the label) for each
item; and <code>\endlist</code>
-<a name="index-endlist-144"></a>is invoked to end both kinds of
+<a name="index-endlist-153"></a>is invoked to end both kinds of
lists.
-<a name="index-item-labels_002c-changing-145"></a><a name="index-labels-on-items_002c-changing-146"></a>
+<a name="index-item-labels_002c-changing-154"></a><a name="index-labels-on-items_002c-changing-155"></a>
<div class="node">
-<p><hr>
<a name="Verbatim-listing"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Contents">Contents</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Lists">Lists</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -1366,40 +1387,40 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.7 Verbatim listing</h3>
-<p><a name="index-verbatim-listing-147"></a><a name="index-listing-files-148"></a><a name="index-files_002c-verbatim-listing-of-149"></a>It is sometimes useful to include a file verbatim in your document;
+<p><a name="index-verbatim-listing-156"></a><a name="index-listing-files-157"></a><a name="index-files_002c-verbatim-listing-of-158"></a>It is sometimes useful to include a file verbatim in your document;
for example, part of a computer program. The <code>\listing</code>
-<a name="index-listing-150"></a>command is given one argument, a filename, and produces the contents of
+<a name="index-listing-159"></a>command is given one argument, a filename, and produces the contents of
that file in your document. <code>\listing</code> expands <code>\listingfont</code>
to set the current font. The default value of <code>\listingfont</code>
-<a name="index-listingfont-151"></a>is <code>\tt</code>.
+<a name="index-listingfont-160"></a>is <code>\tt</code>.
<p>You can take arbitrary actions before reading the file by defining the macro
<code>\setuplistinghook</code>.
-<a name="index-setuplistinghook-152"></a>This is expanded just before the file is input.
+<a name="index-setuplistinghook-161"></a>This is expanded just before the file is input.
<p>If you want to have line numbers on the output, you can say
<code>\let\setuplistinghook = \linenumberedlisting</code>.
-<a name="index-linenumberedlisting-153"></a>The line numbers are stored in the count register <code>\lineno</code> while
+<a name="index-linenumberedlisting-162"></a>The line numbers are stored in the count register <code>\lineno</code> while
the file is being read. You can redefine the macro
<code>\printlistinglineno</code>
-<a name="index-printlistinglineno-154"></a>to change how they are printed.
+<a name="index-printlistinglineno-163"></a>to change how they are printed.
<p>Normally, the <code>\listing</code> command will add a final empty line at
the end of the output, even if the file does not end in a newline. To
suppress this final line, you can say
<code>\let\setuplistinghook = \nolastlinelisting</code>.
-<a name="index-nolastlinelisting-155"></a>This also works with line numbers (say
+<a name="index-nolastlinelisting-164"></a>This also works with line numbers (say
<code>\def\setuplistinghook{\linenumberedlisting \nolastlinelisting}</code>),
but only if <code>\printlistinglineno</code>
-<a name="index-printlistinglineno-156"></a>consists exclusively of boxes at the top level (i.e., any
+<a name="index-printlistinglineno-165"></a>consists exclusively of boxes at the top level (i.e., any
<code>\kern</code>s or glue should be wrapped up in a box).
- <p><a name="index-form-feed-character_002c-and-verbatim-listing-157"></a><a name="index-g_t_0040kbd_007bCTRL_002dL_007d_002c-and-verbatim-listing-158"></a>You can use the form feed control character (<acronym>ASCII</acronym>
-code&nbsp;<!-- /@w -->12, typed as <kbd>CTRL-L</kbd>) in the file to force a page break
+ <p><a name="index-form-feed-character_002c-and-verbatim-listing-166"></a><a name="index-g_t_0040kbd_007bCTRL_002dL_007d_002c-and-verbatim-listing-167"></a>You can use the form feed control character (<acronym>ASCII</acronym>
+code&nbsp;12, typed as <kbd>CTRL-L</kbd>) in the file to force a page break
in the output.
<p>You can produce in-line verbatim text in your document with <code>\verbatim</code>.
-<a name="index-verbatim-159"></a>End the text with <code>|endverbatim</code>. If you need a `<samp><span class="samp">|</span></samp>' in the text,
+<a name="index-verbatim-168"></a>End the text with <code>|endverbatim</code>. If you need a &lsquo;<samp><span class="samp">|</span></samp>&rsquo; in the text,
double it. If the first character of the verbatim text is a space, use
<code>| </code>. (<code>| </code> will work elsewhere in the argument, too, but
isn't necessary.)
@@ -1412,9 +1433,9 @@ isn't necessary.)
<p>Line breaks and spaces in the verbatim text are preserved.
- <p><a name="index-verbatimescapechar-160"></a><a name="index-escape-character_002c-changing-verbatim-161"></a>You can change the verbatim escape character from the default `<samp><span class="samp">|</span></samp>'
+ <p><a name="index-verbatimescapechar-169"></a><a name="index-escape-character_002c-changing-verbatim-170"></a>You can change the verbatim escape character from the default &lsquo;<samp><span class="samp">|</span></samp>&rsquo;
with <code>\verbatimescapechar </code><var>char</var>; for example, this changes
-it to `<samp><span class="samp">@</span></samp>'.
+it to &lsquo;<samp><span class="samp">@</span></samp>&rsquo;.
<pre class="example"> \verbatimescapechar \@
</pre>
@@ -1423,6 +1444,18 @@ others, depending on the catcode of the character. The argument to
<code>\verbatimescapechar</code> is used as <code>\catcode `</code><var>char</var>, so
the exact rules follow that for <code>\catcode</code>.
+ <p><a name="index-special-characters-171"></a><a name="index-characters_002c-special-172"></a><a name="index-uncatcodespecials-173"></a><a name="index-dospecials-174"></a>To reset the category code of all special characters to 12
+(&ldquo;other&rdquo;), <code>\verbatim</code> uses <code>\uncatcodespecials</code>
+(see <a href="#Category-codes">Category codes</a>). If you make additional characters
+&ldquo;special&rdquo;, you should extend <code>\dospecials</code> to include those
+characters, lest they be given special treatment inside verbatim
+environments. For example,
+
+<pre class="example"> \catcode`\A=\active
+ % Try commenting out the following line.
+ \expandafter\def\expandafter\dospecials\expandafter{\dospecials\do\A}
+ \verbatimA#$%_^|endverbatim
+</pre>
<p>Because <code>\verbatim</code> must change the category code of special
characters, calling inside a macro definition of your own does not work
properly. For example:
@@ -1434,8 +1467,8 @@ making the macro definition. Perhaps <code>\uncatcodespecials</code> will
help you (see <a href="#Category-codes">Category codes</a>).
<div class="node">
-<p><hr>
<a name="Contents"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Cross_002dreferences">Cross-references</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Verbatim-listing">Verbatim listing</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -1444,12 +1477,12 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.8 Contents</h3>
-<p><a name="index-table-of-contents-162"></a><a name="index-contents-163"></a>Producing a table of contents that is both useful and aesthetic is one
+<p><a name="index-table-of-contents-175"></a><a name="index-contents-176"></a>Producing a table of contents that is both useful and aesthetic is one
of the most difficult design problems in any work. Naturally, Eplain
does not pretend to solve the design problem. Collecting the raw data
for a table of contents, however, is much the same across documents.
Eplain uses an auxiliary file with extension <samp><span class="file">.toc</span></samp>
-<a name="index-g_t_002etoc-_0040r_007bfile_007d-164"></a>(and the same root name as your document) to save the information.
+<a name="index-g_t_002etoc-_0040r_007bfile_007d-177"></a>(and the same root name as your document) to save the information.
<ul class="menu">
<li><a accesskey="1" href="#Writing-the-_002etoc-file">Writing the .toc file</a>
@@ -1459,9 +1492,9 @@ Eplain uses an auxiliary file with extension <samp><span class="file">.toc</span
</ul>
<div class="node">
-<p><hr>
<a name="Writing-the-.toc-file"></a>
<a name="Writing-the-_002etoc-file"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Reading-the-_002etoc-file">Reading the .toc file</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Contents">Contents</a>
@@ -1471,14 +1504,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Contents">Contents</a>
<p>To write an entry for the table of contents, you say
<code>\writetocentry{</code><var>part</var><code>}{</code><var>text</var><code>}</code>,
-<a name="index-writetocentry-165"></a>where <var>part</var> is the type of part this entry is, e.g.,
-`<samp><span class="samp">chapter</span></samp>', and <var>text</var> is the text of the title.
+<a name="index-writetocentry-178"></a>where <var>part</var> is the type of part this entry is, e.g.,
+&lsquo;<samp><span class="samp">chapter</span></samp>&rsquo;, and <var>text</var> is the text of the title.
<code>\writetocentry</code> puts an entry into the <tt>.toc</tt> file that looks
-<a name="index-toc_0040dots_007b_007dentry-166"></a>like <code>\toc</code><var>part</var><code>entry{</code><var>text</var><code>}{</code><var>page number</var><code>}</code>
+<a name="index-toc_0040dots_007b_007dentry-179"></a>like <code>\toc</code><var>part</var><code>entry{</code><var>text</var><code>}{</code><var>page number</var><code>}</code>
(unless <var>part</var> is an integer, see below). The <var>text</var> is
written unexpanded.
- <p><a name="index-writenumberedtocentry-167"></a>A related command, <code>\writenumberedtocentry</code>, takes one additional
+ <p><a name="index-writenumberedtocentry-180"></a>A related command, <code>\writenumberedtocentry</code>, takes one additional
argument, the first token of which is expanded at the point of the
<code>\writenumberedtocentry</code>, but the rest of the argument is not
expanded. The usual application is when the parts of the document are
@@ -1494,14 +1527,14 @@ call <code>\writenumberedtocentry</code>.
<pre class="example"> \writenumberedtocentry{chapter}{A $\sin$ wave}{\the\chapno}
\writetocentry{section}{A section title}
</pre>
- <p class="noindent">Supposing <code>\the\chapno</code> expanded to `<samp><span class="samp">3</span></samp>' and that the
+ <p class="noindent">Supposing <code>\the\chapno</code> expanded to &lsquo;<samp><span class="samp">3</span></samp>&rsquo; and that the
<code>\write</code>'s occurred on pages eight and nine, respectively, the
above writes the following to the <tt>.toc</tt> file:
<pre class="example"> \tocchapterentry{A $\sin$ wave}{3}{8}
\tocsectionentry{A section title}{9}
</pre>
- <p><a name="index-writenumberedtocline-168"></a>A variation on <code>\writenumberedtocentry</code> is
+ <p><a name="index-writenumberedtocline-181"></a>A variation on <code>\writenumberedtocentry</code> is
<code>\writenumberedtocline</code>, differing only in the order of the
parameters it takes and writes for the <code>\toc</code><var>part</var><code>entry</code>
control sequences. To continue the previous example:
@@ -1516,13 +1549,13 @@ control sequences. To continue the previous example:
<code>\toc</code><var>part</var><code>entry</code> macros to typeset the text of the entry
without actually reading it as an argument. This is required for
entries which need to change character catcodes, e.g., to produce
-<a name="index-table-of-contents_002c-and-verbatim-text-169"></a><a name="index-contents_002c-and-verbatim-text-170"></a><a name="index-verbatim-text_002c-in-table-of-contents-171"></a><a name="index-special-characters_002c-in-table-of-contents-172"></a>verbatim text (see <a href="#Verbatim-listing">Verbatim listing</a>).
+<a name="index-table-of-contents_002c-and-verbatim-text-182"></a><a name="index-contents_002c-and-verbatim-text-183"></a><a name="index-verbatim-text_002c-in-table-of-contents-184"></a><a name="index-special-characters_002c-in-table-of-contents-185"></a>verbatim text (see <a href="#Verbatim-listing">Verbatim listing</a>).
<p>Each of <code>\writetocentry</code>, <code>\writenumberedtocentry</code> and
<code>\writenumberedtocline</code> processes a numeric <var>part</var> argument
specially. If you pass <var>part</var> expanding to an integer, these
macros write into the <tt>.toc</tt> file an entry that starts with
-<a name="index-toc_0040dots_007b_007dentry-173"></a><code>\tocentry{</code><var>part</var><code>}</code>. Thus, you can define a single
+<a name="index-toc_0040dots_007b_007dentry-186"></a><code>\tocentry{</code><var>part</var><code>}</code>. Thus, you can define a single
<code>\tocentry</code> macro which formats all entries for a table of
contents. To continue the previous examples:
@@ -1537,9 +1570,9 @@ contents. To continue the previous examples:
\tocentry{2}{A section title}{9}
</pre>
<div class="node">
-<p><hr>
<a name="Reading-the-.toc-file"></a>
<a name="Reading-the-_002etoc-file"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Changing-the-_002etoc-file_0027s-root-name">Changing the .toc file's root name</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Writing-the-_002etoc-file">Writing the .toc file</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Contents">Contents</a>
@@ -1548,7 +1581,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Contents">Contents</a>
<h4 class="subsection">4.8.2 Reading the <tt>.toc</tt> file</h4>
-<p><a name="index-readtocfile-174"></a>You read the <tt>.toc</tt> file with the command <code>\readtocfile</code>.
+<p><a name="index-readtocfile-187"></a>You read the <tt>.toc</tt> file with the command <code>\readtocfile</code>.
Naturally, whatever <code>\toc... entry</code> commands that were written
to the file must be defined when <code>\readtocfile</code> is invoked. Eplain
has minimal definitions for <code>\tocchapterentry</code>,
@@ -1564,19 +1597,19 @@ called <em>before</em> the first call to a <code>\writetoc...</code> macro.
<code>\readtocfile</code> does not itself delete the information
from the <tt>.toc</tt> file, so that you can call it several times,
e.g., to create both a short
-<a name="index-table-of-contents_002c-short-175"></a>and normal table of contents. (To produce this in particular, define
+<a name="index-table-of-contents_002c-short-188"></a>and normal table of contents. (To produce this in particular, define
<code>\tocsectionentry</code> to produce nothing while you are reading
<tt>.toc</tt> file for a short table of contents (see <a href="#Macro-arguments">Macro arguments</a>).)
<p>On the other hand, if you don't want to rewrite the <tt>.toc</tt> file at
all, perhaps because you are only running TeX on part of your
manuscript, you can set <code>\rewritetocfilefalse</code>.
-<a name="index-ifrewritetocfile-176"></a><a name="index-rewritetocfile-_0040r_007b_0028conditional_0029_007d-177"></a>
+<a name="index-ifrewritetocfile-189"></a><a name="index-rewritetocfile-_0040r_007b_0028conditional_0029_007d-190"></a>
<div class="node">
-<p><hr>
<a name="Changing-the-.toc-file's-root-name"></a>
<a name="Changing-the-_002etoc-file_0027s-root-name"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Alternative-contents-files">Alternative contents files</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Reading-the-_002etoc-file">Reading the .toc file</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Contents">Contents</a>
@@ -1590,8 +1623,8 @@ document has more than one contents&mdash;for example, if it is a collection
of papers, some of which have their own contents&mdash;you can tell Eplain
to use a different root name by defining the control sequence
<code>\tocfilebasename</code>.
-<a name="index-tocfilebasename-178"></a>
-<a name="index-writing-several-_0040code_007btoc_007d-files-179"></a><a name="index-g_t_0040code_007btoc_007d-files_002c-writing-several-180"></a>Note that <code>\writetocentry</code>, <code>\writenumberedtocentry</code> and
+<a name="index-tocfilebasename-191"></a>
+<a name="index-writing-several-_0040code_007btoc_007d-files-192"></a><a name="index-g_t_0040code_007btoc_007d-files_002c-writing-several-193"></a>Note that <code>\writetocentry</code>, <code>\writenumberedtocentry</code> and
<code>\writenumberedtocline</code> will
open the contents file for writing only at the first call, using the
value of <code>\tocfilebasename</code> at that time. Changing the value of
@@ -1602,8 +1635,8 @@ files from a single TeX job, use <code>\definecontentsfile</code>
(see <a href="#Alternative-contents-files">Alternative contents files</a>).
<div class="node">
-<p><hr>
<a name="Alternative-contents-files"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Changing-the-_002etoc-file_0027s-root-name">Changing the .toc file's root name</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Contents">Contents</a>
@@ -1611,7 +1644,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Contents">Contents</a>
<h4 class="subsection">4.8.4 Alternative contents files</h4>
-<p><a name="index-list-of-figures-181"></a><a name="index-list-of-tables-182"></a><a name="index-definecontentsfile-183"></a>In addition to the usual table of contents, you may want to have a list
+<p><a name="index-list-of-figures-194"></a><a name="index-list-of-tables-195"></a><a name="index-definecontentsfile-196"></a>In addition to the usual table of contents, you may want to have a list
of figures, list of tables, or other such contents-like list. You can do
this with <code>\definecontentsfile{</code><var>abbrev</var><code>}</code>. All of the
above commands are actually a special case that Eplain predefines with
@@ -1622,9 +1655,9 @@ above commands are actually a special case that Eplain predefines with
the control sequence names.
<div class="node">
-<p><hr>
<a name="Cross-references"></a>
<a name="Cross_002dreferences"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Page-references">Page references</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Contents">Contents</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -1633,13 +1666,13 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.9 Cross-references</h3>
-<p><a name="index-cross_002dreferences-184"></a>It is often useful to refer the reader to other parts of your document;
+<p><a name="index-cross_002dreferences-197"></a>It is often useful to refer the reader to other parts of your document;
but putting literal page, section, equation, or whatever numbers in the
text is certainly a bad thing.
<p>Eplain therefore provides commands for symbolic cross-references. It
uses an auxiliary file with extension <tt>.aux</tt>
-<a name="index-g_t_002eaux-_0040r_007bfile_007d-185"></a>(and the same root name as your document) to keep track of the
+<a name="index-g_t_002eaux-_0040r_007bfile_007d-198"></a>(and the same root name as your document) to keep track of the
information. Therefore, it takes two passes to get the cross-references
right&mdash;one to write them out, and one to read them in. Eplain
automatically reads the <tt>.aux</tt> file at the first reference; after
@@ -1648,11 +1681,11 @@ reading it, Eplain reopens it for writing.
<p>You can control whether or not Eplain warns you about undefined
labels. See <a href="#Citations">Citations</a>.
- <p><a name="index-labels_002c-characters-valid-in-186"></a>Labels in Eplain's cross-reference commands can use characters of
+ <p><a name="index-labels_002c-characters-valid-in-199"></a>Labels in Eplain's cross-reference commands can use characters of
category code eleven (letter), twelve (other), ten (space), three (math
shift), four (alignment tab), seven (superscript), or eight (subscript).
-For example, `<samp><span class="samp">(a1 $&amp;^_</span></samp>' is a valid label (assuming the category
-codes of plain TeX), but `<samp><span class="samp">%#\{</span></samp>' has no valid characters.
+For example, &lsquo;<samp><span class="samp">(a1 $&amp;^_</span></samp>&rsquo; is a valid label (assuming the category
+codes of plain TeX), but &lsquo;<samp><span class="samp">%#\{</span></samp>&rsquo; has no valid characters.
<p>You can also do symbolic cross-references for bibliographic citations
and list items. See <a href="#Citations">Citations</a>, and <a href="#Lists">Lists</a>.
@@ -1666,8 +1699,8 @@ and list items. See <a href="#Citations">Citations</a>, and <a href="#Lists">Li
</ul>
<div class="node">
-<p><hr>
<a name="Defining-generic-references"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Using-generic-references">Using generic references</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Cross_002dreferences">Cross-references</a>
@@ -1675,8 +1708,8 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Cross_002dreferences">Cross-references
<h4 class="subsection">4.9.1 Defining generic references</h4>
-<p><a name="index-defining-general-references-187"></a><a name="index-references_002c-defining-general-188"></a><a name="index-cross_002dreferences_002c-defining-general-189"></a>
-<a name="index-definexref-190"></a>Eplain provides the command <code>\definexref</code> for general
+<p><a name="index-defining-general-references-200"></a><a name="index-references_002c-defining-general-201"></a><a name="index-cross_002dreferences_002c-defining-general-202"></a>
+<a name="index-definexref-203"></a>Eplain provides the command <code>\definexref</code> for general
cross-references. It takes three arguments: the name of the label (see
section above for valid label names), the value of the label (which can
be anything), and the &ldquo;class&rdquo; of the reference&mdash;whether it's a
@@ -1695,8 +1728,8 @@ it on the next TeX run.
commands. See the next section.
<div class="node">
-<p><hr>
<a name="Using-generic-references"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Defining-generic-references">Defining generic references</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Cross_002dreferences">Cross-references</a>
@@ -1704,23 +1737,23 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Cross_002dreferences">Cross-references
<h4 class="subsection">4.9.2 Using generic references</h4>
-<p><a name="index-defining-general-references-191"></a><a name="index-references_002c-defining-general-192"></a><a name="index-cross_002dreferences_002c-defining-general-193"></a>
+<p><a name="index-defining-general-references-204"></a><a name="index-references_002c-defining-general-205"></a><a name="index-cross_002dreferences_002c-defining-general-206"></a>
To retrieve the value of the label defined via <code>\definexref</code> (see
the previous section), Eplain provides the following macros:
-<a name="index-refn-194"></a>
-<dl><dt><code>\refn{</code><var>label</var><code>}</code><dd><a name="index-xrefn-195"></a><br><dt><code>\xrefn{</code><var>label</var><code>}</code><dd><code>\refn</code> and <code>\xrefn</code> (they are synonyms) produce the bare
+<a name="index-refn-207"></a>
+<dl><dt><code>\refn{</code><var>label</var><code>}</code><dd><a name="index-xrefn-208"></a><br><dt><code>\xrefn{</code><var>label</var><code>}</code><dd><code>\refn</code> and <code>\xrefn</code> (they are synonyms) produce the bare
definition of <var>label</var>. If <var>label</var> isn't defined, issue a
warning, and produce <var>label</var> itself instead, in typewriter. (The
warning isn't given if <code>\xrefwarningfalse</code>.)
-<a name="index-xrefwarning-_0040r_007bconditional_007d-196"></a>
-<a name="index-ref-197"></a><br><dt><code>\ref{</code><var>label</var><code>}</code><dd>Given the class <var>c</var> for <var>label</var> (see the description of
+<a name="index-xrefwarning-_0040r_007bconditional_007d-209"></a>
+<a name="index-ref-210"></a><br><dt><code>\ref{</code><var>label</var><code>}</code><dd>Given the class <var>c</var> for <var>label</var> (see the description of
<code>\definexref</code> in the previous section), expand the control sequence
<code>\</code><var>c</var><code> word</code> (if it's defined) followed by a tie. Then call
<code>\refn</code> on <var>label</var>. (Example below.)
- <p><a name="index-refs-198"></a><br><dt><code>\refs{</code><var>label</var><code>}</code><dd>Like <code>\ref</code>, but append the letter `<samp><span class="samp">s</span></samp>' to the
+ <p><a name="index-refs-211"></a><br><dt><code>\refs{</code><var>label</var><code>}</code><dd>Like <code>\ref</code>, but append the letter &lsquo;<samp><span class="samp">s</span></samp>&rsquo; to the
<code>\...word</code>.
</dl>
@@ -1739,8 +1772,8 @@ reference number.
<p class="noindent">This produces `See Sections 3.1 and 3.2 <small class="dots">...</small>'
<div class="node">
-<p><hr>
<a name="Page-references"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Equation-references">Equation references</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Cross_002dreferences">Cross-references</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -1753,22 +1786,22 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
one for definition and one for use.
<dl>
-<dt><code>\xrdef{</code><var>label</var><code>}</code><dd><a name="index-xrdef-199"></a>Define <var>label</var> to be the current page number. This produces no
+<dt><code>\xrdef{</code><var>label</var><code>}</code><dd><a name="index-xrdef-212"></a>Define <var>label</var> to be the current page number. This produces no
printed output, and ignores following spaces.
- <br><dt><code>\xref{</code><var>label</var><code>}</code><dd><a name="index-xref-200"></a>Produce the text `p.&nbsp;<!-- /@w --><var>pageno</var>', which is the usual form for
+ <br><dt><code>\xref{</code><var>label</var><code>}</code><dd><a name="index-xref-213"></a>Produce the text `p.&nbsp;<var>pageno</var>', which is the usual form for
cross-references. The <var>pageno</var> is actually <var>label</var>'s
definition; if <var>label</var> isn't defined, the text of the label itself
-is printed. The `p.&nbsp;<!-- /@w -->' prefix is defined by <code>\xrefpageword</code>.
-<a name="index-xrefpageword-201"></a>Its default definition is <code>p.\thinspace</code>.
+is printed. The `p.&nbsp;' prefix is defined by <code>\xrefpageword</code>.
+<a name="index-xrefpageword-214"></a>Its default definition is <code>p.\thinspace</code>.
</dl>
<p>Eplain can create hypertext links for the page references (see <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a>).
<div class="node">
-<p><hr>
<a name="Equation-references"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Indexing">Indexing</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Page-references">Page references</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -1777,27 +1810,28 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.11 Equation references</h3>
-<p><a name="index-equations_002c-references-to-202"></a><a name="index-equations_002c-numbering-203"></a>Instead of referring to pages, it's most useful if equation labels
+<p><a name="index-equations_002c-references-to-215"></a><a name="index-equations_002c-numbering-216"></a>Instead of referring to pages, it's most useful if equation labels
refer to equation numbers. Therefore, Eplain reserves a <code>\count</code>
register, <code>\eqnumber</code>,
-<a name="index-eqnumber-204"></a>for the current equation number, and increments it at each
+<a name="index-eqnumber-217"></a>for the current equation number, and increments it at each
numbered equation.
<p>Here are the commands to define equation labels and then refer to them:
<dl>
-<dt><code>\eqdef{</code><var>label</var><code>}</code><dd><a name="index-eqdef-205"></a>This defines <var>label</var> to be the current value of <code>\eqnumber</code>,
-and, if the current context is not inner, then produces a <code>\eqno</code>
-command. (The condition makes it possible to use <code>\eqdef</code> in an
+<dt><code>\eqdef{</code><var>label</var><code>}</code><dd><a name="index-eqdef-218"></a><a name="index-eqnum-219"></a>This defines <var>label</var> to be the current value of <code>\eqnumber</code>,
+and, if the current context is not inner, then produces a <code>\eqnum</code>
+command (see <a href="#Displays">Displays</a>). (The condition makes it possible to use
+<code>\eqdef</code> in an
<code>\eqalignno</code> construction, for example.) The text of the equation
number is produced using <code>\eqprint</code>. See <a href="#Formatting-equation-references">Formatting equation references</a>.
- <p><a name="index-empty-equation-labels-206"></a><a name="index-labels_002c-empty-equation-207"></a><a name="index-equations_002c-giving-numbers-to-all-208"></a>If <var>label</var> is empty, you still get an equation number (although
+ <p><a name="index-empty-equation-labels-220"></a><a name="index-labels_002c-empty-equation-221"></a><a name="index-equations_002c-giving-numbers-to-all-222"></a>If <var>label</var> is empty, you still get an equation number (although
naturally you can't reliably refer to it). This is useful if you want
to put numbers on all equations in your document, and you don't want to
think up unique labels.
- <p><a name="index-empty-equation-labels_002c-referring-to-209"></a><a name="index-labels_002c-empty-equation_002c-referring-to-210"></a>To refer to the last equation with the empty label, you just use the
+ <p><a name="index-empty-equation-labels_002c-referring-to-223"></a><a name="index-labels_002c-empty-equation_002c-referring-to-224"></a>To refer to the last equation with the empty label, you just use the
empty label in one of the equation reference macros (see below). This
can be handy when you want to refer to an equation shortly after its
definition, say, in the sentence following the displayed equation, and
@@ -1806,23 +1840,23 @@ extreme caution: if later you change the text and insert another
empty definition between the original definition and the reference,
the reference will start to refer to the new empty-labeled equation.
- <br><dt><code>\eqdefn{</code><var>label</var><code>}</code><dd><a name="index-eqdefn-211"></a>This is like <code>\eqdef</code>, except it always omits the <code>\eqno</code>
+ <br><dt><code>\eqdefn{</code><var>label</var><code>}</code><dd><a name="index-eqdefn-225"></a><a name="index-eqnum-226"></a>This is like <code>\eqdef</code>, except it always omits the <code>\eqnum</code>
command. It can therefore be used in places where <code>\eqdef</code> can't;
for example, in a non-displayed equation. The text of the equation
number is not produced, so you can also use it in the (admittedly
unusual) circumstance when you want to define an equation label but not
print that label.
- <br><dt><code>\eqref{</code><var>label</var><code>}</code><dd><a name="index-eqref-212"></a>This produces a formatted reference to <var>label</var>. If <var>label</var> is
+ <br><dt><code>\eqref{</code><var>label</var><code>}</code><dd><a name="index-eqref-227"></a>This produces a formatted reference to <var>label</var>. If <var>label</var> is
undefined (perhaps because it is a forward reference), it just produces
the text of the label itself. Otherwise, it calls <code>\eqprint</code>.
- <br><dt><code>\eqrefn{</code><var>label</var><code>}</code><dd><a name="index-eqrefn-213"></a>This produces the cross-reference text for <var>label</var>. That is, it
+ <br><dt><code>\eqrefn{</code><var>label</var><code>}</code><dd><a name="index-eqrefn-228"></a>This produces the cross-reference text for <var>label</var>. That is, it
is like <code>\eqref</code>, except it doesn't call <code>\eqprint</code>.
</dl>
- <p><a name="index-equation-labels_002c-characters-valid-in-214"></a>Equation labels can contain the same characters that are valid in
+ <p><a name="index-equation-labels_002c-characters-valid-in-229"></a>Equation labels can contain the same characters that are valid in
general cross-references.
<p>Eplain can create hypertext links for the equation references
@@ -1834,8 +1868,8 @@ general cross-references.
</ul>
<div class="node">
-<p><hr>
<a name="Formatting-equation-references"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Subequation-references">Subequation references</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Equation-references">Equation references</a>
@@ -1843,14 +1877,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Equation-references">Equation referenc
<h4 class="subsection">4.11.1 Formatting equation references</h4>
-<p><a name="index-equation-numbers_002c-formatting-of-215"></a>Both defining an equation label and referring to it should usually
+<p><a name="index-equation-numbers_002c-formatting-of-230"></a>Both defining an equation label and referring to it should usually
produce output. This output is produced with the <code>\eqprint</code> macro,
which takes one argument, the equation number being defined or referred
-to. By default, this just produces `<samp><span class="samp">(</span><var>number</var><span class="samp">)</span></samp>', where
+to. By default, this just produces &lsquo;<samp><span class="samp">(</span><var>number</var><span class="samp">)</span></samp>&rsquo;, where
<var>number</var> is the equation number. To produce the equation number in
a different font, or with different surrounding symbols, or whatever,
you can redefine <code>\eqprint</code>.
-<a name="index-eqprint-216"></a>For example, the following definition would print all equation numbers
+<a name="index-eqprint-231"></a>For example, the following definition would print all equation numbers
in italics. (The extra braces define a group, to keep the font change
from affecting surrounding text.)
@@ -1860,7 +1894,7 @@ from affecting surrounding text.)
to add more structure to the equation number; for example, you might
want to include the chapter number, to get equation numbers like
`(1.2)'. To achieve this, you redefine <code>\eqconstruct</code>.
-<a name="index-eqconstruct-217"></a>For example:
+<a name="index-eqconstruct-232"></a>For example:
<pre class="example"> \def\eqconstruct#1{\the\chapternumber.#1}
</pre>
@@ -1895,8 +1929,8 @@ produced. Here's how to get the example just mentioned:
include chapter number in all equation references, and additionally we
want to include the part number when referencing an equation from any
part other than the one where the equation appears. For example,
-references to the third equation in chapter&nbsp;<!-- /@w -->2 of part&nbsp;<!-- /@w -->1
-should be typeset as `(2.3)' throughout part&nbsp;<!-- /@w -->1, but as `(I.2.3)'
+references to the third equation in chapter&nbsp;2 of part&nbsp;1
+should be typeset as `(2.3)' throughout part&nbsp;1, but as `(I.2.3)'
in any other part. Let's assume we have the current chapter and part
numbers in count registers <code>\chapnum</code> and <code>\partnum</code>,
respectively.
@@ -1939,8 +1973,8 @@ therefore we first put the argument in a box, thus causing
<code>\eqpartnum</code> to be set.
<div class="node">
-<p><hr>
<a name="Subequation-references"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Formatting-equation-references">Formatting equation references</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Equation-references">Equation references</a>
@@ -1948,18 +1982,18 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Equation-references">Equation referenc
<h4 class="subsection">4.11.2 Subequation references</h4>
-<p><a name="index-equations_002c-groups-of-218"></a><a name="index-subequations_002c-referring-to-219"></a>Eplain also provides for one level of substructure for equations. That
+<p><a name="index-equations_002c-groups-of-233"></a><a name="index-subequations_002c-referring-to-234"></a>Eplain also provides for one level of substructure for equations. That
is, you might want to define a related group of equations with numbers
like `2.1' and `2.2', and then be able to refer to the group as a whole:
&ldquo;<small class="dots">...</small> in the system of equations (2)<small class="dots">...</small>&rdquo;.
<p>The commands to do this are <code>\eqsubdef</code> and
-<a name="index-eqsubdef-220"></a><code>\eqsubdefn</code>.
-<a name="index-eqsubdefn-221"></a>They take one <var>label</var> argument like their counterparts above,
+<a name="index-eqsubdef-235"></a><code>\eqsubdefn</code>.
+<a name="index-eqsubdefn-236"></a>They take one <var>label</var> argument like their counterparts above,
and generally behave in the same way. The difference is in how they
construct the equation number: instead of using just <code>\eqnumber</code>,
they also use another counter, <code>\subeqnumber</code>.
-<a name="index-subeqnumber-222"></a>This counter is advanced by one at every <code>\eqsubdef</code> or
+<a name="index-subeqnumber-237"></a>This counter is advanced by one at every <code>\eqsubdef</code> or
<code>\eqsubdefn</code>, and reset to zero at every <code>\eqdef</code> or
<code>\eqdefn</code>.
@@ -1968,7 +2002,7 @@ equations.
<p>To put the two together to construct the text that the label will
produce, they use a macro <code>\eqsubreftext</code>.
-<a name="index-eqsubreftext-223"></a>This macros takes two arguments, the &ldquo;main&rdquo; equation number (which,
+<a name="index-eqsubreftext-238"></a>This macros takes two arguments, the &ldquo;main&rdquo; equation number (which,
because the equation label can be defined as arbitrary text, as
described in the previous section, might be anything at all) and the
&ldquo;sub&rdquo; equation number (which is always just a number). Eplain's
@@ -1989,11 +2023,11 @@ like. For example, this definition makes the labels print as `2a',
</pre>
<p class="noindent">Sadly, we must define a new count register, <code>\subref</code>,
instead of using the scratch count register <code>\count255</code>, because
-`<samp><span class="samp">#1</span></samp>' might include other macro calls which use <code>\count255</code>.
+&lsquo;<samp><span class="samp">#1</span></samp>&rsquo; might include other macro calls which use <code>\count255</code>.
<div class="node">
-<p><hr>
<a name="Indexing"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Justification">Justification</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Equation-references">Equation references</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -2002,7 +2036,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.12 Indexing</h3>
-<p><a name="index-indexing-224"></a><a name="index-sorting-an-index-225"></a>
+<p><a name="index-indexing-239"></a><a name="index-sorting-an-index-240"></a>
Eplain provides support for generating raw material for an index, and
for typesetting a sorted index. A separate program must do the actual
collection and sorting of terms, because TeX itself has no support
@@ -2011,7 +2045,7 @@ for sorting.
<p>Eplain can create hypertext links pointing from the index to the index
terms (see <a href="#Index-hyperlinks">Index hyperlinks</a>).
- <p><a name="index-g_t_0040acronym_007bURL_007d-for-MakeIndex-226"></a><a name="index-makeindex-227"></a>Eplain's indexing commands were designed to work with the program
+ <p><a name="index-g_t_0040acronym_007bURL_007d-for-MakeIndex-241"></a><a name="index-makeindex-242"></a>Eplain's indexing commands were designed to work with the program
MakeIndex, available from CTAN hosts in
<samp><span class="file">tex-archive/indexing/makeindex</span></samp>; MakeIndex is also commonly
included in prepackaged TeX distributions. It is beyond the scope of
@@ -2022,11 +2056,11 @@ options. See <a href="http://www.ctan.org/tex-archive/indexing/makeindex">http:
<ol type=1 start=1>
- <p><a name="index-g_t_002eidx-_0040r_007bfiles_007d-228"></a><li>For a document <samp><span class="file">foo.tex</span></samp>, Eplain's indexing commands (e.g.,
+ <p><a name="index-g_t_002eidx-_0040r_007bfiles_007d-243"></a><li>For a document <samp><span class="file">foo.tex</span></samp>, Eplain's indexing commands (e.g.,
<code>\idx</code>; see the section `Indexing terms' below) write the raw index
material to <samp><span class="file">foo.idx</span></samp>.
- <p><a name="index-g_t_002eind-_0040r_007bfiles_007d-229"></a><li>MakeIndex reads <samp><span class="file">foo.idx</span></samp>, collects and sorts the index, and
+ <p><a name="index-g_t_002eind-_0040r_007bfiles_007d-244"></a><li>MakeIndex reads <samp><span class="file">foo.idx</span></samp>, collects and sorts the index, and
writes the result to <samp><span class="file">foo.ind</span></samp>.
<li>Eplain reads and typesets <samp><span class="file">foo.ind</span></samp> on a subsequent run of
@@ -2034,12 +2068,12 @@ TeX. See the section `Typesetting an index' below.
</ol>
- <p><a name="index-texi2dvi-230"></a>The <samp><span class="command">texi2dvi</span></samp> program can help you automate this
+ <p><a name="index-texi2dvi-245"></a>The <samp><span class="command">texi2dvi</span></samp> program can help you automate this
process (see <a href="#Invoking-Eplain">Invoking Eplain</a>).
- <p><a name="index-multiple-indexes-231"></a><a name="index-indexes_002c-multiple-232"></a><a name="index-defineindex-233"></a>If your document needs more than one index, each must have its own
+ <p><a name="index-multiple-indexes-246"></a><a name="index-indexes_002c-multiple-247"></a><a name="index-defineindex-248"></a>If your document needs more than one index, each must have its own
file. Therefore, Eplain provides the command <code>\defineindex</code>, which
-takes an argument that is a single letter, which replaces `<samp><span class="samp">i</span></samp>' in
+takes an argument that is a single letter, which replaces &lsquo;<samp><span class="samp">i</span></samp>&rsquo; in
the filenames and in the indexing command names described below. For
example,
@@ -2049,7 +2083,15 @@ example,
<samp><span class="file">foo.mdx</span></samp>. Eplain simply does <code>\defineindex{i}</code> to define
the default commands.
- <p><a name="index-indexes_002c-disabling-234"></a><a name="index-disabling-indexes-235"></a><a name="index-ifidx-236"></a>For each index defined with <code>\defineindex{</code><var>n</var><code>}</code>, Eplain
+ <p>Note that MakeIndex does not use the above naming scheme for multiple
+indexes. Unless instructed otherwise, MakeIndex always writes its
+output to a file with extension <samp><span class="file">.ind</span></samp>. For example, if you
+define an additional index with the command <code>\defineindex{j}</code>,
+you'll need to run MakeIndex like this:
+
+<pre class="example"> $ makeindex book.jdx -o book.jnd
+</pre>
+ <p><a name="index-indexes_002c-disabling-249"></a><a name="index-disabling-indexes-250"></a><a name="index-ifidx-251"></a>For each index defined with <code>\defineindex{</code><var>n</var><code>}</code>, Eplain
provides a switch <code>\if</code><var>n</var><code>dx</code> which controls whether indexing
commands write index entries to the corresponding index file. However,
even when index term writing is disabled, indexing commands still do
@@ -2071,8 +2113,8 @@ file input/output.
</ul>
<div class="node">
-<p><hr>
<a name="Indexing-terms"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Typesetting-an-index">Typesetting an index</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing">Indexing</a>
@@ -2080,23 +2122,23 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing">Indexing</a>
<h4 class="subsection">4.12.1 Indexing terms</h4>
-<p><a name="index-indexing-terms-237"></a><a name="index-silent-indexing-238"></a>
+<p><a name="index-indexing-terms-252"></a><a name="index-silent-indexing-253"></a>
Indexing commands in Eplain come in pairs: one command that only
-writes the index entry to the `<samp><span class="samp">.idx</span></samp>' file (see above section), and
+writes the index entry to the &lsquo;<samp><span class="samp">.idx</span></samp>&rsquo; file (see above section), and
one that also typesets the term being indexed. The former always starts
-with `<samp><span class="samp">s</span></samp>' (for &ldquo;silent&rdquo;). In either case, the name always includes
-`<samp><var>I</var><span class="samp">dx</span></samp>', where <var>I</var> is the index letter, also described
-above. Eplain defines the index `<samp><span class="samp">i</span></samp>' itself, so that's what we'll
+with &lsquo;<samp><span class="samp">s</span></samp>&rsquo; (for &ldquo;silent&rdquo;). In either case, the name always includes
+&lsquo;<samp><var>I</var><span class="samp">dx</span></samp>&rsquo;, where <var>I</var> is the index letter, also described
+above. Eplain defines the index &lsquo;<samp><span class="samp">i</span></samp>&rsquo; itself, so that's what we'll
use in the names below.
- <p><a name="index-subterm-in-indexing-239"></a>The silent form of the commands take a subterm as a trailing optional
+ <p><a name="index-subterm-in-indexing-254"></a>The silent form of the commands take a subterm as a trailing optional
argument. For example, <code>\sidx{truth}[definition of]</code> on page 75
makes an index entry that will eventually be typeset (by default) as
<pre class="display"> truth
definition of, 75
</pre>
- <p><a name="index-trailing-spaces-and-indexing-commands-240"></a><a name="index-spaces_002c-trailing-and-indexing-commands-241"></a><a name="index-indexing-and-trailing-spaces-242"></a>Also, the silent commands ignore trailing spaces. The non-silent ones do not.
+ <p><a name="index-trailing-spaces-and-indexing-commands-255"></a><a name="index-spaces_002c-trailing-and-indexing-commands-256"></a><a name="index-indexing-and-trailing-spaces-257"></a>Also, the silent commands ignore trailing spaces. The non-silent ones do not.
<ul class="menu">
<li><a accesskey="1" href="#Indexing-commands">Indexing commands</a>: Making index entries.
@@ -2106,8 +2148,8 @@ makes an index entry that will eventually be typeset (by default) as
</ul>
<div class="node">
-<p><hr>
<a name="Indexing-commands"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Modifying-index-entries">Modifying index entries</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing-terms">Indexing terms</a>
@@ -2115,25 +2157,25 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing-terms">Indexing terms</a>
<h5 class="subsubsection">4.12.1.1 Indexing commands</h5>
-<p><a name="index-indexing-commands-243"></a>Here are the commands.
+<p><a name="index-indexing-commands-258"></a>Here are the commands.
<ul>
-<li><a name="index-sidx-244"></a><a name="index-idx-245"></a><code>\sidx{</code><var>term</var><code>}[</code><var>subterm</var><code>]</code> makes an index entry for
+<li><a name="index-sidx-259"></a><a name="index-idx-260"></a><code>\sidx{</code><var>term</var><code>}[</code><var>subterm</var><code>]</code> makes an index entry for
<var>term</var>, optionally with subterm <var>subterm</var>.
<code>\idx{</code><var>term</var><code>}</code> also produces <var>term</var> as output. Example:
<pre class="example"> \sidx{truth}[beauty of]
The beauty of truth is \idx{death}.
- </pre>
+</pre>
<p>Subterms at the second and further levels can also be
specified in <var>subterm</var>, using the
<code>\idxsubentryseparator</code> character to separate
-them. This character is by default `<samp><span class="samp">!</span></samp>'.
+them. This character is by default &lsquo;<samp><span class="samp">!</span></samp>&rsquo;.
- <li><a name="index-sidxname-246"></a><a name="index-idxnameseparator-247"></a><a name="index-idxname-248"></a><code>\sidxname{</code><var>First M.</var><code>}{</code><var>von Last</var><code>}[</code><var>subterm</var><code>]</code>
+ <li><a name="index-sidxname-261"></a><a name="index-idxnameseparator-262"></a><a name="index-idxname-263"></a><code>\sidxname{</code><var>First M.</var><code>}{</code><var>von Last</var><code>}[</code><var>subterm</var><code>]</code>
makes an index
-entry for `<samp><var>von Last</var><span class="samp">, </span><var>First M.</var></samp>'. You can change the
-`<samp><span class="samp">, </span></samp>' by redefining <code>\idxnameseparator</code>.
+entry for &lsquo;<samp><var>von Last</var><span class="samp">, </span><var>First M.</var></samp>&rsquo;. You can change the
+&lsquo;<samp><span class="samp">, </span></samp>&rsquo; by redefining <code>\idxnameseparator</code>.
<code>\idxname{</code><var>First M.</var><code>}{</code><var>von Last</var><code>}</code> also produces <var>First M. von
Last</var> as output. (These commands are useful special cases of <code>\idx</code>
and <code>\sidx</code>.) Example:
@@ -2141,8 +2183,8 @@ and <code>\sidx</code>.) Example:
<pre class="example"> \sidxname{Richard}{Stark}
\idxname{Donald}{Westlake} has written many kinds of novels, under
almost as many names.
- </pre>
- <li><a name="index-sidxmarked-249"></a><a name="index-idxmarked-250"></a><code>\sidxmarked\</code><var>cs</var><code>{</code><var>term</var><code>}[</code><var>subterm</var><code>]</code> makes an index
+</pre>
+ <li><a name="index-sidxmarked-264"></a><a name="index-idxmarked-265"></a><code>\sidxmarked\</code><var>cs</var><code>{</code><var>term</var><code>}[</code><var>subterm</var><code>]</code> makes an index
entry for <var>term</var><code>[</code><var>subterm</var><code>]</code>, but <var>term</var> will be put
in the index as <code>\</code><var>cs</var><code>{term}</code>, but still sorted as just
<var>term</var>. <code>\idxmarked\</code><var>cs</var><code>{</code><var>term</var><code>}</code> also typesets
@@ -2153,8 +2195,8 @@ the typesetting of index entries. Example:
\sidxmarked\article{Miss Elsa and Aunt Sophie}
Peter Drucker's \idxmarked\article{The Polanyis} is a remarkable
essay about a remarkable family.
- </pre>
- <li><a name="index-idxsubmarked-251"></a><a name="index-sidxsubmarked-252"></a><code>\sidxsubmarked{</code><var>term</var><code>}\</code><var>cs</var><code>{subterm}</code> makes an index
+</pre>
+ <li><a name="index-idxsubmarked-266"></a><a name="index-sidxsubmarked-267"></a><code>\sidxsubmarked{</code><var>term</var><code>}\</code><var>cs</var><code>{subterm}</code> makes an index
entry for <var>term</var>, <var>subterm</var> as usual, but also puts <var>subterm</var> in
the index as <code>\</code><var>cs</var><code>{term}</code>.
<code>\idxsubmarked{</code><var>term</var><code>}\</code><var>cs</var><code>{subterm}</code> also typesets
@@ -2164,10 +2206,10 @@ syntax is convoluted enough to make this useful. Example:
<pre class="example"> \def\title#1{{\sl #1}}
\sidxsubmarked{Anderson, Laurie}\title{Strange Angels}
The \idxsubmarked{Anderson}\title{Carmen} is a strange twist.
- </pre>
+</pre>
</ul>
- <p><a name="index-index-entry-general-sorting-253"></a><a name="index-sorting-of-index-entries-254"></a>The commands above rely on MakeIndex's feature for separating sorting of
+ <p><a name="index-index-entry-general-sorting-268"></a><a name="index-sorting-of-index-entries-269"></a>The commands above rely on MakeIndex's feature for separating sorting of
an index entry's from its typesetting. You can use this directly by
specifying an index entry as <var>sort</var><code>@</code><var>typeset</var>. For
example:
@@ -2180,7 +2222,7 @@ See <a href="http://www.ctan.org/tex-archive/indexing/makeindex">http://www.ctan
entry with an <code>@</code> in it, you have to escape it with a backslash;
Eplain provides no macros for doing this.
- <p><a name="index-afterindexterm-_0040r_007bhook_007d-255"></a><a name="index-whatsits-made-by-index-entries-256"></a>After any index command, Eplain runs
+ <p><a name="index-afterindexterm-_0040r_007bhook_007d-270"></a><a name="index-whatsits-made-by-index-entries-271"></a>After any index command, Eplain runs
<code>\hookaction{afterindexterm}</code>. Because the index commands always
add a whatsit item to the current list, you may wish to preserve a
penalty or space past the new item. For example, given a conditional
@@ -2190,8 +2232,8 @@ could do:
<pre class="example"> \hookaction{afterindexterm}{\if@aftersctnhead \nobreak \fi}
</pre>
<div class="node">
-<p><hr>
<a name="Modifying-index-entries"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Index-entries-with-special-characters">Index entries with special characters</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Indexing-commands">Indexing commands</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing-terms">Indexing terms</a>
@@ -2200,7 +2242,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing-terms">Indexing terms</a>
<h5 class="subsubsection">4.12.1.2 Modifying index entries</h5>
-<p><a name="index-modifying-index-entries_0027-page-numbers-257"></a><a name="index-index-entries_0027-page-numbers_002c-modifying-258"></a>
+<p><a name="index-modifying-index-entries_0027-page-numbers-272"></a><a name="index-index-entries_0027-page-numbers_002c-modifying-273"></a>
All the index commands described in the previous section take an initial
optional argument before the index term, which modify the index entry's
meaning in various ways. You can specify only one of the following in
@@ -2216,45 +2258,45 @@ is independent of these.
<p>Here are the possibilities:
<dl>
-<dt><code>begin</code><dt><code>end</code><dd><a name="index-begin-_0040r_007bfor-index-entries_007d-259"></a><a name="index-end-_0040r_007bfor-index-entries_007d-260"></a><a name="index-index-entries-and-ranges-261"></a><a name="index-ranges-and-index-entry-262"></a>These mark an index entry as the beginning or end of a range. The index
+<dt><code>begin</code><dt><code>end</code><dd><a name="index-begin-_0040r_007bfor-index-entries_007d-274"></a><a name="index-end-_0040r_007bfor-index-entries_007d-275"></a><a name="index-index-entries-and-ranges-276"></a><a name="index-ranges-and-index-entry-277"></a>These mark an index entry as the beginning or end of a range. The index
entries must match exactly for MakeIndex to recognize them.
Example:
<pre class="example"> \sidx[begin]{future}[Cohen, Leonard]
...
\sidx[end]{future}[Cohen, Leonard]
- </pre>
+</pre>
<p class="noindent">will typeset as something like
<pre class="display"> future,
Cohen, Leonard, 65&ndash;94
- </pre>
- <br><dt><code>see</code><dd><a name="index-see-_0040r_007bfor-index-entries_007d-263"></a><a name="index-see_002c-and-index-entries-264"></a><a name="index-cross_002dreferencing-index-entries-265"></a><a name="index-index-entries_002c-and-cross_002dreferencing-266"></a>This marks an index entry as pointing to another; the real index term is
+</pre>
+ <br><dt><code>see</code><dd><a name="index-see-_0040r_007bfor-index-entries_007d-278"></a><a name="index-see_002c-and-index-entries-279"></a><a name="index-cross_002dreferencing-index-entries-280"></a><a name="index-index-entries_002c-and-cross_002dreferencing-281"></a>This marks an index entry as pointing to another; the real index term is
an additional (non-optional) argument to the command. Thus you can
anticipate a term readers may wish to look up, yet which you have
decided not to index. Example:
<pre class="example"> \sidx[see]{analysis}[archetypal]{archetypal criticism}
- </pre>
+</pre>
<p class="noindent">becomes
<pre class="display"> analysis,
archetypal, <i>see</i> archetypal criticism
- </pre>
- <br><dt><code>seealso</code><dd><a name="index-seealso-_0040r_007bfor-index-entries_007d-267"></a>Similar to <code>see</code> (the previous item), but also allows for normal
+</pre>
+ <br><dt><code>seealso</code><dd><a name="index-seealso-_0040r_007bfor-index-entries_007d-282"></a>Similar to <code>see</code> (the previous item), but also allows for normal
index entries of the referencing term. The normal index entries have
to be created separately&mdash;<code>seealso</code> does <em>not</em> contribute a
page number to the index entry. For example, if you have indexed a
-term on pages 75,&nbsp;<!-- /@w -->97 and&nbsp;<!-- /@w -->114, and then add a <code>seealso</code>
+term on pages 75,&nbsp;97 and&nbsp;114, and then add a <code>seealso</code>
entry for the term:
<pre class="example"> \sidx[seealso]{archetypal criticism}[elements of]{dichotomies}
- </pre>
+</pre>
<p class="noindent">the index will contain
<pre class="display"> archetypal criticism,
elements of, 75, 97, 114, <i>see also</i> dichotomies
- </pre>
+</pre>
<p>(Aside for the academically curious: The archetypally critical book I
took these dichotomous examples from is Laurence Berman's <cite>The
Musical Image</cite>, which I happened to co-design and typeset.)
@@ -2267,16 +2309,16 @@ it is up to you to define the control sequences you want to use. Example:
<pre class="example"> \def\defn#1{{\sl #1}}
\sidx[pagemarkeup=defn]{indexing}
- </pre>
+</pre>
<p class="noindent">becomes something like
<pre class="example"> indexing, <code>\defn{75}</code>
- </pre>
+</pre>
</dl>
<div class="node">
-<p><hr>
<a name="Index-entries-with-special-characters"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Proofing-index-terms">Proofing index terms</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Modifying-index-entries">Modifying index entries</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing-terms">Indexing terms</a>
@@ -2285,12 +2327,12 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing-terms">Indexing terms</a>
<h5 class="subsubsection">4.12.1.3 Index entries with special characters</h5>
-<p><a name="index-special-characters_002c-in-index-entries-268"></a><a name="index-index-entries-with-special-characters-269"></a>
+<p><a name="index-special-characters_002c-in-index-entries-283"></a><a name="index-index-entries-with-special-characters-284"></a>
Indexing terms with special characters can become quite cumbersome
because you have to keep both TeX and MakeIndex happy at the same
-time. For example, while `<samp><span class="samp">!</span></samp>' has no special meaning for TeX,
+time. For example, while &lsquo;<samp><span class="samp">!</span></samp>&rsquo; has no special meaning for TeX,
it is a subentry separator for MakeIndex, therefore you'd have to
-escape occurrences of literal `<samp><span class="samp">!</span></samp>' in index terms. Things get
+escape occurrences of literal &lsquo;<samp><span class="samp">!</span></samp>&rsquo; in index terms. Things get
even more interesting with characters which are special in both TeX
and MakeIndex.
@@ -2299,7 +2341,7 @@ indexing commands (see <a href="#Indexing-terms">Indexing terms</a>), since TeX
use different conventions for escaping characters. For example, this
will not typeset the exclamation point correctly within the text,
while it will come out right inside the index, after MakeIndex strips
-the quoting character (`<samp><span class="samp">"</span></samp>'):
+the quoting character (&lsquo;<samp><span class="samp">"</span></samp>&rsquo;):
<pre class="example"> \idx{"!}
</pre>
@@ -2313,7 +2355,7 @@ commands whenever index term contains anything unusual.
<p>To understand this keep in mind that indexing commands read the terms
verbatim so that the terms can embed almost any character, and that's
what gets written into the <samp><span class="file">.idx</span></samp> file. The non-silent forms
-then typeset the term by rescanning the verbatim copy, therefore for
+then typeset the term by rescanning the verbatim copy, hence for
the non-silent commands the term, besides being a valid MakeIndex
input, must also represent a valid TeX input. The silent commands
don't have this restriction&mdash;their terms only need to become valid
@@ -2322,16 +2364,16 @@ writes the <samp><span class="file">.ind</span></samp> file. This is what makes
commands less powerful and more troublesome when dealing with special
characters.
- <p><a name="index-index-entries_002c-with-verbatim-text-270"></a><a name="index-index_002c-and-verbatim-text-271"></a><a name="index-verbatim-text_002c-in-index-272"></a>Here's an example showing that terms for the silent commands can
+ <p><a name="index-index-entries_002c-with-verbatim-text-285"></a><a name="index-index_002c-and-verbatim-text-286"></a><a name="index-verbatim-text_002c-in-index-287"></a>Here's an example showing that terms for the silent commands can
contain almost any character:
<pre class="example"> \sidx[see]{comments}[with %@with \verbatim %"|endverbatim]
{commenting with \verbatim %"|endverbatim}
</pre>
- <p class="noindent">We didn't have to escape `<samp><span class="samp">%</span></samp>' in the sort string for
+ <p class="noindent">We didn't have to escape &lsquo;<samp><span class="samp">%</span></samp>&rsquo; in the sort string for
MakeIndex, while we had to put it inside the verbatim environment
(see <a href="#Verbatim-listing">Verbatim listing</a>) in the part which MakeIndex will pass back
-to TeX. Also, we had to escape the `<samp><span class="samp">|</span></samp>' character because it
+to TeX. Also, we had to escape the &lsquo;<samp><span class="samp">|</span></samp>&rsquo; character because it
is special for MakeIndex. If you have trouble understanding the
reasons for the different types of escaping used, it is best to
examine the <samp><span class="file">.idx</span></samp> and <samp><span class="file">.ind</span></samp> files resulting from
@@ -2347,8 +2389,8 @@ treated as spaces; <acronym>ASCII</acronym> return is treated as end-of-line
(this means, among other things, that long terms can be broken across
several lines).
- <p><a name="index-braces_002c-inside-index-entries-273"></a><a name="index-index-entries-containing-braces-274"></a>You have to be careful with the begin- and end-group characters
-(`<samp><span class="samp">{</span></samp>' and `<samp><span class="samp">}</span></samp>' by default). If they are matched, you don't
+ <p><a name="index-braces_002c-inside-index-entries-288"></a><a name="index-index-entries-containing-braces-289"></a>You have to be careful with the begin- and end-group characters
+(&lsquo;<samp><span class="samp">{</span></samp>&rsquo; and &lsquo;<samp><span class="samp">}</span></samp>&rsquo; by default). If they are matched, you don't
have to do anything special. For example:
<pre class="example"> \sidx {braces {, }@braces
@@ -2358,8 +2400,8 @@ have to do anything special. For example:
hand. The first one is TeX&mdash;you have to instruct TeX to use
something else as begin- and/or end-group characters. Eplain provides
an easy way to do this: just define
-<a name="index-idxargopen-275"></a><code>\idxargopen</code> and/or
-<a name="index-idxargclose-276"></a><code>\idxargclose</code> to the begin- and end-group characters you are
+<a name="index-idxargopen-290"></a><code>\idxargopen</code> and/or
+<a name="index-idxargclose-291"></a><code>\idxargclose</code> to the begin- and end-group characters you are
going to use with indexing macros, and use braces inside index terms
without any restrictions. Here's an example:
@@ -2369,18 +2411,18 @@ without any restrictions. Here's an example:
</pre>
<p class="noindent">In this example we've also dealt with the second
problem&mdash;braces are MakeIndex's grouping characters as well (by
-default), so we have escaped unmatched braces with `<samp><span class="samp">"</span></samp>'.
+default), so we have escaped unmatched braces with &lsquo;<samp><span class="samp">"</span></samp>&rsquo;.
- <p><a name="index-brackets_002c-inside-index-entries-277"></a><a name="index-index-entries-containing-brackets-278"></a>And the final note: if you need a subentry containing brackets
-(`<samp><span class="samp">[</span></samp>' and `<samp><span class="samp">]</span></samp>'), avoid the optional argument of <code>\sidx</code>
+ <p><a name="index-brackets_002c-inside-index-entries-292"></a><a name="index-index-entries-containing-brackets-293"></a>And the final note: if you need a subentry containing brackets
+(&lsquo;<samp><span class="samp">[</span></samp>&rsquo; and &lsquo;<samp><span class="samp">]</span></samp>&rsquo;), avoid the optional argument of <code>\sidx</code>
and friends, and use instead MakeIndex's subentry separator to create
the subentry with the brackets in it:
<pre class="example"> \sidx{entry!subentry with a bracket [}
</pre>
<div class="node">
-<p><hr>
<a name="Proofing-index-terms"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Index-entries-with-special-characters">Index entries with special characters</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing-terms">Indexing terms</a>
@@ -2388,14 +2430,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing-terms">Indexing terms</a>
<h5 class="subsubsection">4.12.1.4 Proofing index terms</h5>
-<p><a name="index-proofing-index-terms-279"></a><a name="index-index-entries_002c-proofing-280"></a><a name="index-margins_002c-index-terms-in-281"></a>
+<p><a name="index-proofing-index-terms-294"></a><a name="index-index-entries_002c-proofing-295"></a><a name="index-margins_002c-index-terms-in-296"></a>
As you are reading through a manuscript, it is helpful to see what terms
have been indexed, so you can add others, catch miscellaneous errors,
etc. (Speaking from bitter experience, I can say it is extremely
error-prone to leave all indexing to the end of the writing, since it
involves adding many TeX commands to the source files.)
- <p><a name="index-ifindexproofing-282"></a><a name="index-indexproofingtrue-283"></a><a name="index-indexproofingfalse-284"></a><a name="index-indexproofterm-285"></a><a name="index-indexprooffont-286"></a><a name="index-cmtt8-287"></a>So Eplain puts index terms in the margin of each page, if you
+ <p><a name="index-ifindexproofing-297"></a><a name="index-indexproofingtrue-298"></a><a name="index-indexproofingfalse-299"></a><a name="index-indexproofterm-300"></a><a name="index-indexprooffont-301"></a><a name="index-cmtt8-302"></a>So Eplain puts index terms in the margin of each page, if you
set <code>\indexproofingtrue</code>. It is <code>false</code> by default. The terms
are typeset by the macro <code>\indexproofterm</code>, which takes a single
argument, the term to be typeset. Eplain's definition of
@@ -2404,14 +2446,14 @@ argument, the term to be typeset. Eplain's definition of
<code>cmtt8</code>. With this definition long terms run off the page, but
since this is just for proofreading anyway, it seems acceptable.
- <p><a name="index-pageno-288"></a><a name="index-insidemargin-289"></a><a name="index-hoffset-290"></a><a name="index-outsidemargin-291"></a><a name="index-indexsetmargins-292"></a>On the other hand, we certainly don't want the index term to run into
+ <p><a name="index-pageno-303"></a><a name="index-insidemargin-304"></a><a name="index-hoffset-305"></a><a name="index-outsidemargin-306"></a><a name="index-indexsetmargins-307"></a>On the other hand, we certainly don't want the index term to run into
the text of the page, so Eplain uses the right-hand side of the page
rather than the left-hand page (assuming a language read left to right
here). So <code>\ifodd\pageno</code>, Eplain kerns by <code>\outsidemargin</code>,
otherwise by <code>\insidemargin</code>. If those macros are undefined,
<code>\indexsetmargins</code> defines them to be one inch plus <code>\hoffset</code>.
- <p><a name="index-g_t_0040_0040indexproof-_0040r_007binsertion-class_007d-293"></a><a name="index-indexproofunbox-294"></a><a name="index-makeheadline-295"></a><a name="index-output-routine-and-index-proofing-296"></a>To get the proofing index entries on the proper page, Eplain defines a new
+ <p><a name="index-g_t_0040_0040indexproof-_0040r_007binsertion-class_007d-308"></a><a name="index-indexproofunbox-309"></a><a name="index-makeheadline-310"></a><a name="index-output-routine-and-index-proofing-311"></a>To get the proofing index entries on the proper page, Eplain defines a new
insertion class <code>\@indexproof</code>. To unbox any index proofing
material, Eplain redefines <code>\makeheadline</code> to call
<code>\indexproofunbox</code> before the original <code>\makeheadline</code>. Thus,
@@ -2420,8 +2462,8 @@ if you have your own output routine, that redefines or doesn't use
the appropriate time.
<div class="node">
-<p><hr>
<a name="Typesetting-an-index"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Customizing-indexing">Customizing indexing</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Indexing-terms">Indexing terms</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing">Indexing</a>
@@ -2430,38 +2472,38 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing">Indexing</a>
<h4 class="subsection">4.12.2 Typesetting an index</h4>
-<p><a name="index-typesetting-an-index-297"></a><a name="index-index-typesetting-298"></a><a name="index-readindexfile-299"></a>
+<p><a name="index-typesetting-an-index-312"></a><a name="index-index-typesetting-313"></a><a name="index-readindexfile-314"></a>
The command <code>\readindexfile{i}</code> reads and typesets the
<samp><span class="file">.ind</span></samp> file that MakeIndex outputs (from the <samp><span class="file">.idx</span></samp> file which
the indexing commands in the previous sections write). Eplain defines a
number of commands that support the default MakeIndex output.
- <p><a name="index-indexfilebasename-300"></a><a name="index-jobname-301"></a>More precisely, <code>\readindexfile</code> reads
+ <p><a name="index-indexfilebasename-315"></a><a name="index-jobname-316"></a>More precisely, <code>\readindexfile</code> reads
<code>\indexfilebasename.</code><var>index-letter</var><code>nd</code>, where the
<var>index-letter</var> is the argument. <code>\indexfilebasename</code> is
<code>\jobname</code> by default, but if you have different indexes in
different parts of a book, you may wish to change it, just as with
bibliographies (see <a href="#Citations">Citations</a>).
- <p><a name="index-begin_0040_007btheindex_0040_007d-302"></a><a name="index-end_0040_007btheindex_0040_007d-303"></a>MakeIndex was designed to work with LaTeX; therefore, by default the
+ <p><a name="index-begin_0040_007btheindex_0040_007d-317"></a><a name="index-end_0040_007btheindex_0040_007d-318"></a>MakeIndex was designed to work with LaTeX; therefore, by default the
<samp><span class="file">.ind</span></samp> file starts with <code>\begin{theindex}</code> and ends with
<code>\end{theindex}</code>. If no <code>\begin</code> has been defined, Eplain
defines one to ignore its argument and set up for typesetting the index
(see below), and also defines a <code>\end</code> to ignore its argument. (In
a group, naturally, since there is a primitive <code>\end</code>).
- <p><a name="index-parindent-_0040r_007bin-indexes_007d-304"></a><a name="index-index-fonts-305"></a><a name="index-indexfonts-306"></a><a name="index-double-columns-in-indexes-307"></a>Eplain calls <code>\indexfonts</code>, sets <code>\parindent = 0pt</code>, and does
+ <p><a name="index-parindent-_0040r_007bin-indexes_007d-319"></a><a name="index-index-fonts-320"></a><a name="index-indexfonts-321"></a><a name="index-double-columns-in-indexes-322"></a>Eplain calls <code>\indexfonts</code>, sets <code>\parindent = 0pt</code>, and does
<code>\doublecolumns</code> (see <a href="#Multiple-columns">Multiple columns</a>) at the
<code>\begin{theindex}</code>. <code>\indexfonts</code> does nothing by default;
it's just there for you to override. (Indexes are usually typeset in
smaller type than the main text.)
- <p><a name="index-beginindex-_0040r_007bhook_007d-308"></a>It ends the setup with <code>\hookrun{beginindex}</code>, so you can
+ <p><a name="index-beginindex-_0040r_007bhook_007d-323"></a>It ends the setup with <code>\hookrun{beginindex}</code>, so you can
override anything you like in that hook (see <a href="#Hooks">Hooks</a>). For example:
<pre class="example"> \hookaction{beginindex}{\triplecolumns}
</pre>
- <p><a name="index-item-_0040r_007bin-indexes_007d-309"></a><a name="index-subitem-_0040r_007bin-indexes_007d-310"></a><a name="index-subsubitem-_0040r_007bin-indexes_007d-311"></a><a name="index-index-entry-formatting-312"></a><a name="index-formatting-index-entries-313"></a><a name="index-space-above-index-entries-314"></a><a name="index-continued-index-entries-315"></a><a name="index-index-entry-continuations-316"></a>MakeIndex turns each main index entry into an <code>\item</code>, subentries
+ <p><a name="index-item-_0040r_007bin-indexes_007d-324"></a><a name="index-subitem-_0040r_007bin-indexes_007d-325"></a><a name="index-subsubitem-_0040r_007bin-indexes_007d-326"></a><a name="index-index-entry-formatting-327"></a><a name="index-formatting-index-entries-328"></a><a name="index-space-above-index-entries-329"></a><a name="index-continued-index-entries-330"></a><a name="index-index-entry-continuations-331"></a>MakeIndex turns each main index entry into an <code>\item</code>, subentries
into <code>\subitem</code>, and subsubentries into <code>\subsubitem</code>. By
default, the first line of main entries are not indented, and subentries
are indented 1em per level. Main entries are preceded by a <code>\vskip</code>
@@ -2472,23 +2514,23 @@ index entries.
<p>All levels do the following:
- <p><a name="index-hangindent-_0040r_007bfor-index-entries_007d-317"></a><a name="index-raggedright-_0040r_007bfor-index-entries_007d-318"></a><a name="index-hyphenpenalty-_0040r_007bfor-index-entries_007d-319"></a>
+ <p><a name="index-hangindent-_0040r_007bfor-index-entries_007d-332"></a><a name="index-raggedright-_0040r_007bfor-index-entries_007d-333"></a><a name="index-hyphenpenalty-_0040r_007bfor-index-entries_007d-334"></a>
<pre class="example"> \hangindent = 1em
\raggedright
\hyphenpenalty = 10000
</pre>
- <p><a name="index-indexitem-_0040r_007bhook_007d-320"></a>Each entry ends with <code>\hookrun{indexitem}</code>, so you can change any
+ <p><a name="index-indexitem-_0040r_007bhook_007d-335"></a>Each entry ends with <code>\hookrun{indexitem}</code>, so you can change any
of this. For example, to increase the allowable rag:
<pre class="example"> \hookaction{indexitem}{\advance\rightskip by 2em}
</pre>
- <p><a name="index-indexspace-321"></a><a name="index-index-groupings-322"></a>Finally, MakeIndex outputs <code>\indexspace</code> between each group of
+ <p><a name="index-indexspace-336"></a><a name="index-index-groupings-337"></a>Finally, MakeIndex outputs <code>\indexspace</code> between each group of
entries in the <samp><span class="file">.ind</span></samp> file. Eplain makes this equivalent to
<code>\bigbreak</code>.
<div class="node">
-<p><hr>
<a name="Customizing-indexing"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Typesetting-an-index">Typesetting an index</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing">Indexing</a>
@@ -2496,8 +2538,8 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Indexing">Indexing</a>
<h4 class="subsection">4.12.3 Customizing indexing</h4>
-<p><a name="index-customizing-indexing-323"></a>
-<a name="index-afterindexterm-324"></a><a name="index-commas-after-index-terms-325"></a><a name="index-after-index-terms-326"></a>By default, MakeIndex outputs `<samp><span class="samp">, </span></samp>' after each term in the index. To
+<p><a name="index-customizing-indexing-338"></a>
+<a name="index-afterindexterm-339"></a><a name="index-commas-after-index-terms-340"></a><a name="index-after-index-terms-341"></a>By default, MakeIndex outputs &lsquo;<samp><span class="samp">, </span></samp>&rsquo; after each term in the index. To
change this, you can add the following to your MakeIndex style
(<samp><span class="file">.ist</span></samp>) file:
@@ -2511,13 +2553,13 @@ change this, you can add the following to your MakeIndex style
<p>You can also change the keywords Eplain recognizes (see <a href="#Modifying-index-entries">Modifying index entries</a>):
<dl>
-<dt><code>\idxrangebeginword</code><dd><a name="index-idxrangebeginword-327"></a>`begin'
+<dt><code>\idxrangebeginword</code><dd><a name="index-idxrangebeginword-342"></a>`begin'
- <br><dt><code>\idxrangeendword</code><dd><a name="index-idxrangeendword-328"></a>`end'
+ <br><dt><code>\idxrangeendword</code><dd><a name="index-idxrangeendword-343"></a>`end'
- <br><dt><code>\idxseecmdword</code><dd><a name="index-idxseecmdword-329"></a>`see'
+ <br><dt><code>\idxseecmdword</code><dd><a name="index-idxseecmdword-344"></a>`see'
- <br><dt><code>\idxseealsocmdword</code><dd><a name="index-idxseealsocmdword-330"></a>`seealso'
+ <br><dt><code>\idxseealsocmdword</code><dd><a name="index-idxseealsocmdword-345"></a>`seealso'
</dl>
@@ -2525,24 +2567,24 @@ change this, you can add the following to your MakeIndex style
<samp><span class="file">.idx</span></samp> file, in case you've changed them in the <code>.ist</code> file:
<dl>
-<dt><code>\idxsubentryseparator</code><dd><a name="index-idxsubentryseparator-331"></a>`<samp><span class="samp">!</span></samp>'
+<dt><code>\idxsubentryseparator</code><dd><a name="index-idxsubentryseparator-346"></a>&lsquo;<samp><span class="samp">!</span></samp>&rsquo;
- <br><dt><code>\idxencapoperator</code><dd><a name="index-idxencapoperator-332"></a>`<samp><span class="samp">|</span></samp>'
+ <br><dt><code>\idxencapoperator</code><dd><a name="index-idxencapoperator-347"></a>&lsquo;<samp><span class="samp">|</span></samp>&rsquo;
- <br><dt><code>\idxbeginrangemark</code><dd><a name="index-idxbeginrangemark-333"></a>`<samp><span class="samp">(</span></samp>'
+ <br><dt><code>\idxbeginrangemark</code><dd><a name="index-idxbeginrangemark-348"></a>&lsquo;<samp><span class="samp">(</span></samp>&rsquo;
- <br><dt><code>\idxendrangemark</code><dd><a name="index-idxendrangemark-334"></a>`<samp><span class="samp">)</span></samp>'
+ <br><dt><code>\idxendrangemark</code><dd><a name="index-idxendrangemark-349"></a>&lsquo;<samp><span class="samp">)</span></samp>&rsquo;
</dl>
- <p>There is no macro for the <code>actual</code> (`<samp><span class="samp">@</span></samp>' by default)
+ <p>There is no macro for the <code>actual</code> (&lsquo;<samp><span class="samp">@</span></samp>&rsquo; by default)
character, because it's impossible to make it expand properly.
- <p><a name="index-idxpagenum-335"></a><a name="index-see-also-index-entries-and-sorting-336"></a>You can change the (imaginary) page number that &ldquo;see also&rdquo;
+ <p><a name="index-idxpagenum-350"></a><a name="index-see-also-index-entries-and-sorting-351"></a>You can change the (imaginary) page number that &ldquo;see also&rdquo;
entries sort as by redefining <code>\idxmaxpagenum</code>. This is 99999 by
default, which is one digit too many for old versions of MakeIndex.
- <p><a name="index-indexseeword-337"></a><a name="index-indexseealsowords-338"></a><a name="index-seevariant-339"></a><a name="index-indexsee-340"></a><a name="index-indexseealso-341"></a>The words output by Eplain for &ldquo;see&rdquo; and &ldquo;see also&rdquo; index entries
+ <p><a name="index-indexseeword-352"></a><a name="index-indexseealsowords-353"></a><a name="index-seevariant-354"></a><a name="index-indexsee-355"></a><a name="index-indexseealso-356"></a>The words output by Eplain for &ldquo;see&rdquo; and &ldquo;see also&rdquo; index entries
are defined by <code>\indexseeword</code> and <code>\indexseealsowords</code>
respectively. You can change the typeface used for these words by
redefining <code>\seevariant</code>. And finally, the macros
@@ -2552,12 +2594,12 @@ entirely different. If you do redefine them, make them take two
parameters, the term being referenced and the <code>\idxmaxpagenum</code>
(the latter should normally be ignored). See the example below.
- <p><a name="index-see-_0040r_007bfor-index-entries_007d-342"></a><a name="index-see_002c-and-index-entries-343"></a><a name="index-cross_002dreferencing-index-entries-344"></a><a name="index-index-entries_002c-and-cross_002dreferencing-345"></a><a name="index-commas-in-cross_002dreferencing-index-entries-346"></a>Unfortunately, it is impossible to reliably control the commas
+ <p><a name="index-see-_0040r_007bfor-index-entries_007d-357"></a><a name="index-see_002c-and-index-entries-358"></a><a name="index-cross_002dreferencing-index-entries-359"></a><a name="index-index-entries_002c-and-cross_002dreferencing-360"></a><a name="index-commas-in-cross_002dreferencing-index-entries-361"></a>Unfortunately, it is impossible to reliably control the commas
produced by MakeIndex in front of &ldquo;see <small class="dots">...</small>&rdquo; entries in the
<samp><span class="file">.ind</span></samp> file, either at MakeIndex level or at Eplain level.
However, the
-<a name="index-sed-347"></a><samp><span class="command">sed</span></samp> script contained in <samp><span class="command">trimsee</span></samp>
-<a name="index-trimsee-348"></a>distributed with Eplain in the <samp><span class="file">util</span></samp> directory can be used to
+<a name="index-sed-362"></a><samp><span class="command">sed</span></samp> script contained in <samp><span class="command">trimsee</span></samp>
+<a name="index-trimsee-363"></a>distributed with Eplain in the <samp><span class="file">util</span></samp> directory can be used to
filter out these commas from the output of MakeIndex. For example,
suppose you want the following style for your &ldquo;see <small class="dots">...</small>&rdquo; entries:
@@ -2588,13 +2630,13 @@ following:
<dl>
<dt><samp><span class="option">-i </span><var>is</var></samp><dd>Use <var>is</var> as a regular expression matching separator before &ldquo;see
-<small class="dots">...</small>&rdquo; commands in the input (default: `<samp><span class="samp">, \+</span></samp>').
+<small class="dots">...</small>&rdquo; commands in the input (default: &lsquo;<samp><span class="samp">, \+</span></samp>&rsquo;).
<br><dt><samp><span class="option">-o </span><var>os</var></samp><dd>Use <var>os</var> as a separator to replace <var>is</var> before &ldquo;see <small class="dots">...</small>&rdquo;
-commands (default: `<samp> </samp>').
+commands (default: &lsquo;<samp> </samp>&rsquo;).
<br><dt><samp><span class="option">-s </span><var>see</var></samp><dd>Use <var>see</var> as a regular expression matching &ldquo;see <small class="dots">...</small>&rdquo;
-commands (default: `<samp><span class="samp">\\indexsee</span></samp>').
+commands (default: &lsquo;<samp><span class="samp">\\indexsee</span></samp>&rsquo;).
<br><dt><samp><span class="option">-h</span></samp><dt><samp><span class="option">--help</span></samp><dd>Print a usage message.
@@ -2605,8 +2647,8 @@ commands (default: `<samp><span class="samp">\\indexsee</span></samp>').
output to the standard output.
<div class="node">
-<p><hr>
<a name="Justification"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Tables">Tables</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Indexing">Indexing</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -2615,10 +2657,10 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.13 Justification</h3>
-<p><a name="index-centering-349"></a><a name="index-left_002djustification-350"></a><a name="index-right_002djustification-351"></a><a name="index-justification-352"></a>Eplain defines three commands to conveniently justify multiple
+<p><a name="index-centering-364"></a><a name="index-left_002djustification-365"></a><a name="index-right_002djustification-366"></a><a name="index-justification-367"></a>Eplain defines three commands to conveniently justify multiple
lines of text: <code>\flushright</code>, <code>\flushleft</code>, and
<code>\center</code>.
-<a name="index-flushright-353"></a><a name="index-flushleft-354"></a><a name="index-center-355"></a>
+<a name="index-flushright-368"></a><a name="index-flushleft-369"></a><a name="index-center-370"></a>
They all work in the same way; let's take <code>\center</code> as the
example. To start centering lines, you say <code>\center</code> inside a
group; to stop, you end the group. Between the two commands, each
@@ -2635,7 +2677,7 @@ until the end of the paragraph).
<p>The space between paragraphs is by default one blank line's worth.
You can adjust this space by assigning to <code>\blanklineskipamount</code>;
-<a name="index-blanklineskipamount-_0040r_007bin-justified-text_007d-356"></a>this (vertical) glue is inserted after each blank line.
+<a name="index-blanklineskipamount-_0040r_007bin-justified-text_007d-371"></a>this (vertical) glue is inserted after each blank line.
<p>Here is an example:
@@ -2658,8 +2700,8 @@ a title macro might be defined:
\def\endtitle{\endgroup}
</pre>
<div class="node">
-<p><hr>
<a name="Tables"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Margins">Margins</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Justification">Justification</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -2668,12 +2710,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.14 Tables</h3>
-<p><a name="index-tables-357"></a><a name="index-alignments-358"></a>Eplain provides a single command, <code>\makecolumns</code>,
-<a name="index-makecolumns-359"></a>to make generating one particular kind of table easier. More ambitious
-macro packages might be helpful to you for more difficult applications.
-The files <samp><span class="file">ruled.tex</span></samp> and <samp><span class="file">TXSruled.tex</span></samp>, available from
-<a href="http://www.ctan.org/tex-archive/macros/texsis">http://www.ctan.org/tex-archive/macros/texsis</a>, is the only
-one I know of.
+<p><a name="index-tables-372"></a><a name="index-alignments-373"></a>Eplain provides a single command, <code>\makecolumns</code>,
+<a name="index-makecolumns-374"></a>to make generating one particular kind of table easier. More
+ambitious LaTeX styles and macro packages tackle more difficult
+applications. The <code>autorows</code> feature of the Memoir package
+provides similar functionality to this.
<p>Many tables are homogenous, i.e., all the entries are semantically the
same. The arrangement into columns is to save space on the page, not
@@ -2696,7 +2737,7 @@ to these parameters, probably inside a group.
<p>You can also control the penalty at a page break before the
<code>\makecolumns</code> by setting the parameter
<code>\abovecolumnspenalty</code>.
-<a name="index-abovecolumnspenalty-360"></a>Usually, the table is preceded by some explanatory text. You wouldn't
+<a name="index-abovecolumnspenalty-375"></a>Usually, the table is preceded by some explanatory text. You wouldn't
want a page break to occur after the text and before the table, so
Eplain sets it to <code>10000</code>. But if the table produced by
<code>\makecolumns</code> is standing on its own, <code>\abovecolumnspenalty</code>
@@ -2726,8 +2767,8 @@ looking somewhat out of place.
`four', `five', and `six' in the second.
<div class="node">
-<p><hr>
<a name="Margins"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Multiple-columns">Multiple columns</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Tables">Tables</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -2736,7 +2777,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.15 Margins</h3>
-<p><a name="index-margins_002c-changing-361"></a>TeX's primitives describe the type area in terms of an offset from
+<p><a name="index-margins_002c-changing-376"></a>TeX's primitives describe the type area in terms of an offset from
the upper left corner, and the width and height of the type. Some
people prefer to think in terms of the <dfn>margins</dfn> at the top, bottom,
left, and right of the page, and most composition systems other than
@@ -2744,13 +2785,13 @@ TeX conceive of the page laid out in this way. Therefore, Eplain
provides commands to directly assign and increment the margins.
<dl>
-<dt><code>\topmargin = </code><var>dimen</var><dt><code>\bottommargin = </code><var>dimen</var><dt><code>\leftmargin = </code><var>dimen</var><br><dt><code>\rightmargin = </code><var>dimen</var><dd><a name="index-topmargin-362"></a><a name="index-bottommargin-363"></a><a name="index-leftmargin-364"></a><a name="index-rightmargin-365"></a>These commands set the specified margin to the <var>dimen</var> given.
+<dt><code>\topmargin = </code><var>dimen</var><dt><code>\bottommargin = </code><var>dimen</var><dt><code>\leftmargin = </code><var>dimen</var><br><dt><code>\rightmargin = </code><var>dimen</var><dd><a name="index-topmargin-377"></a><a name="index-bottommargin-378"></a><a name="index-leftmargin-379"></a><a name="index-rightmargin-380"></a>These commands set the specified margin to the <var>dimen</var> given.
The <code>=</code> and the spaces around it are optional. The control
sequences here are not TeX registers, despite appearances;
therefore, commands like <code>\showthe\topmargin</code> will not do what you
expect.
- <dt><code>\advancetopmargin by </code><var>dimen</var><dt><code>\advancebottommargin by </code><var>dimen</var><dt><code>\advanceleftmargin by </code><var>dimen</var><br><dt><code>\advancerightmargin by </code><var>dimen</var><dd><a name="index-advancetopmargin-366"></a><a name="index-advancebottommargin-367"></a><a name="index-advanceleftmargin-368"></a><a name="index-advancerightmargin-369"></a>These commands change the specified margin by the <var>dimen</var> given.
+ <dt><code>\advancetopmargin by </code><var>dimen</var><dt><code>\advancebottommargin by </code><var>dimen</var><dt><code>\advanceleftmargin by </code><var>dimen</var><br><dt><code>\advancerightmargin by </code><var>dimen</var><dd><a name="index-advancetopmargin-381"></a><a name="index-advancebottommargin-382"></a><a name="index-advanceleftmargin-383"></a><a name="index-advancerightmargin-384"></a>These commands change the specified margin by the <var>dimen</var> given.
</dl>
<p>Regardless of whether you use the assignment or the advance commands,
@@ -2758,7 +2799,7 @@ Eplain always changes the type area in response, not the other margins.
For example, when TeX starts, the left and right margins are both one
inch. If you then say <code>\leftmargin = 2in</code>, the right margin will
remain at one inch, and the width of the lines (i.e., <code>\hsize</code>)
-<a name="index-hsize-370"></a>will decrease by one inch.
+<a name="index-hsize-385"></a>will decrease by one inch.
<p>When you use any of these commands, Eplain computes the old value of
the particular margin, by how much you want to change it, and then
@@ -2768,9 +2809,9 @@ help: you must tell it the full width and height of the final output
page. It defines two new parameters for this:
<dl>
-<dt><code>\paperheight</code><dd><a name="index-paperheight-371"></a>The height of the output page; default is 11truein.
+<dt><code>\paperheight</code><dd><a name="index-paperheight-386"></a>The height of the output page; default is 11truein.
- <br><dt><code>\paperwidth</code><dd><a name="index-paperwidth-372"></a>The width of the output page; default is 8.5truein.
+ <br><dt><code>\paperwidth</code><dd><a name="index-paperwidth-387"></a>The width of the output page; default is 8.5truein.
</dl>
<p>If your output page has different dimensions than this, you must
@@ -2780,8 +2821,8 @@ reassign to these parameters, as in
\paperwidth = 17truein
</pre>
<div class="node">
-<p><hr>
<a name="Multiple-columns"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Footnotes">Footnotes</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Margins">Margins</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -2790,18 +2831,18 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.16 Multiple columns</h3>
-<p><a name="index-double-column-output-373"></a><a name="index-triple-column-output-374"></a><a name="index-quadruple-column-output-375"></a><a name="index-multiple-column-output-376"></a>Eplain provides for double, triple, and quadruple column output: say
+<p><a name="index-double-column-output-388"></a><a name="index-triple-column-output-389"></a><a name="index-quadruple-column-output-390"></a><a name="index-multiple-column-output-391"></a>Eplain provides for double, triple, and quadruple column output: say
<code>\doublecolumns</code>,
-<a name="index-doublecolumns-377"></a><code>\triplecolumns</code>,
-<a name="index-triplecolumns-378"></a>or <code>\quadcolumns</code>,
-<a name="index-quadcolumns-379"></a>and from that point on, the manuscript will be
+<a name="index-doublecolumns-392"></a><code>\triplecolumns</code>,
+<a name="index-triplecolumns-393"></a>or <code>\quadcolumns</code>,
+<a name="index-quadcolumns-394"></a>and from that point on, the manuscript will be
set in columns. To go back to one column, say
<code>\singlecolumn</code>.
-<a name="index-singlecolumn-380"></a>
-<a name="index-column-balancing-with-_0040code_007b_005csinglecolumn_007d-381"></a><a name="index-balancing-of-columns-with-_0040code_007b_005csinglecolumn_007d-382"></a>You may need to invoke <code>\singlecolumn</code> to balance the columns
+<a name="index-singlecolumn-395"></a>
+<a name="index-column-balancing-with-_0040code_007b_005csinglecolumn_007d-396"></a><a name="index-balancing-of-columns-with-_0040code_007b_005csinglecolumn_007d-397"></a>You may need to invoke <code>\singlecolumn</code> to balance the columns
on the last page of output.
- <p><a name="index-columnfill-383"></a><a name="index-column-eject-384"></a><a name="index-eject-in-multicolumns-385"></a><a name="index-pagetotal-386"></a>To do a &ldquo;column eject&rdquo;, i.e., move to the top of the next column, do
+ <p><a name="index-columnfill-398"></a><a name="index-column-eject-399"></a><a name="index-eject-in-multicolumns-400"></a><a name="index-pagetotal-401"></a>To do a &ldquo;column eject&rdquo;, i.e., move to the top of the next column, do
<code>\columnfill</code>. This does not actually force an eject, however: it
merely inserts a kern of size <code>\@normalvsize</code> minus
<code>\pagetotal</code> (<code>\@normalvsize</code> being the usual height of the
@@ -2810,9 +2851,9 @@ by the number of columns). In most circumstances, a column break will be
forced after this kern (during the column splitting operation when the
whole page is output), as desired.
- <p><a name="index-gutter-387"></a>The columns are separated by the value of the dimen parameter
+ <p><a name="index-gutter-402"></a>The columns are separated by the value of the dimen parameter
<code>\gutter</code>. Default value is two picas.
-<a name="index-gutterbox-388"></a>If you want to add vertical material between the columns, use
+<a name="index-gutterbox-403"></a>If you want to add vertical material between the columns, use
<code>\gutterbox</code>. For example, to put a vertical line between columns,
define
<code>\gutterbox</code> as
@@ -2825,13 +2866,13 @@ contains the height of the column.
<p>All the <code>\...columns</code> macros insert the value of the glue parameter
<code>\abovecolumnskip</code>
-<a name="index-abovecolumnskip-389"></a>before the multicolumn text, and the value of the glue parameter
+<a name="index-abovecolumnskip-404"></a>before the multicolumn text, and the value of the glue parameter
<code>\belowcolumnskip</code>
-<a name="index-belowcolumnskip-390"></a>after it. The default value for both of these parameters is
+<a name="index-belowcolumnskip-405"></a>after it. The default value for both of these parameters is
<code>\bigskipamount</code>, i.e., one linespace in plain TeX.
<p>The macros take into account only the insertion classes
-<a name="index-insertion-classes-391"></a>defined by plain TeX; namely, footnotes and <code>\topinsert</code>s. If
+<a name="index-insertion-classes-406"></a>defined by plain TeX; namely, footnotes and <code>\topinsert</code>s. If
you have additional insertion classes, you will need to change
the implementation.
@@ -2839,8 +2880,8 @@ the implementation.
provision for column-width insertions.
<div class="node">
-<p><hr>
<a name="Footnotes"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Fractions">Fractions</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Multiple-columns">Multiple columns</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -2849,9 +2890,9 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.17 Footnotes</h3>
-<p><a name="index-footnotes_002c-numbered-392"></a>The most common reference mark for footnotes is a raised number,
+<p><a name="index-footnotes_002c-numbered-407"></a>The most common reference mark for footnotes is a raised number,
incremented on each footnote. The <code>\numberedfootnote</code>
-<a name="index-numberedfootnote-393"></a>macro provides this. It takes one argument, the footnote text.
+<a name="index-numberedfootnote-408"></a>macro provides this. It takes one argument, the footnote text.
<p>If your document uses only numbered footnotes, you could make typing
<code>\numberedfootnote</code> more convenient with a command such as:
@@ -2871,18 +2912,18 @@ could say <code>\footnotenumber=0</code>.
an en space (it uses the <code>\textindent</code> macro). In Eplain, you can
change this space by setting the dimension register
<code>\footnotemarkseparation</code>.
-<a name="index-footnotemarkseparation-394"></a>The default is still an en.
+<a name="index-footnotemarkseparation-409"></a>The default is still an en.
<p>You can produce a space between footenotes by setting the glue
register <code>\interfootnoteskip</code>.
-<a name="index-interfootnoteskip-395"></a>The default is zero.
+<a name="index-interfootnoteskip-410"></a>The default is zero.
<p><code>\parskip</code> is also set to zero by default before the beginning of
each footnote (but not for the text of the footnote).
<p>You can also control footnote formatting in a more general way:
Eplain expands the token register <code>\everyfootnote</code>
-<a name="index-everyfootnote-396"></a>before a footnote is typeset, but after the default values for all the
+<a name="index-everyfootnote-411"></a>before a footnote is typeset, but after the default values for all the
parameters have been established. For example, if you want your
footnotes to be printed in seven-point type, indented by one inch, you
could say:
@@ -2892,10 +2933,10 @@ could say:
<p>By default, an <code>\hrule</code> is typeset above each group of footnotes
on a page. You can control the dimensions of this rule by setting
the dimension registers <code>\footnoterulewidth</code>
-<a name="index-footnoterulewidth-397"></a>and <code>\footnoteruleheight</code>.
-<a name="index-footnoteruleheight-398"></a>The space between the rule and the first footnote on the page is
+<a name="index-footnoterulewidth-412"></a>and <code>\footnoteruleheight</code>.
+<a name="index-footnoteruleheight-413"></a>The space between the rule and the first footnote on the page is
determined by the dimension register <code>\belowfootnoterulespace</code>.
-<a name="index-belowfootnoterulespace-399"></a>If you don't want any rule at all, set <code>\footenoteruleheight=0pt</code>,
+<a name="index-belowfootnoterulespace-414"></a>If you don't want any rule at all, set <code>\footenoteruleheight=0pt</code>,
and, most likely, <code>\belowfootnoterulespace=0pt</code>. The defaults for
these parameters typeset the rule in the same way as plain TeX: the
rule is 0.4 points high, 2 true inches wide, with 2.6 points below it.
@@ -2907,8 +2948,8 @@ by the glue register <code>\skip\footins</code>. The default is a plain TeX
<p>Eplain can create hypertext links for the footnote marks (see <a href="#Footnote-hyperlinks">Footnote hyperlinks</a>).
<div class="node">
-<p><hr>
<a name="Fractions"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Paths">Paths</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Footnotes">Footnotes</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -2917,8 +2958,8 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.18 Fractions</h3>
-<p><a name="index-fractions-400"></a>Exercise 11.6 of <cite>The TeXbook</cite> describes a macro <code>\frac</code>
-<a name="index-frac-401"></a>for setting fractions, but <code>\frac</code> never made it into plain TeX.
+<p><a name="index-fractions-415"></a>Exercise 11.6 of <cite>The TeXbook</cite> describes a macro <code>\frac</code>
+<a name="index-frac-416"></a>for setting fractions, but <code>\frac</code> never made it into plain TeX.
So Eplain includes it.
<p><code>\frac</code> typesets the numerator and denominator in
@@ -2926,15 +2967,15 @@ So Eplain includes it.
denominator are separated by a slash. The denominator must be enclosed
in braces if it's more than one token long, but the numerator need not
be. (This is a consequence of <code>\frac</code> taking delimited arguments;
-see page&nbsp;<!-- /@w -->203 of <cite>The TeXbook</cite> for an explanation of
+see page&nbsp;203 of <cite>The TeXbook</cite> for an explanation of
delimited macro arguments.)
<p>For example, <code>\frac 23/{64}</code> turns `23/64' into
.
<div class="node">
-<p><hr>
<a name="Paths"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Logos">Logos</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Fractions">Fractions</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -2943,24 +2984,24 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.19 Paths</h3>
-<p><a name="index-pathnames_002c-breaking-402"></a><a name="index-filenames_002c-breaking-403"></a><a name="index-electronic-mail-addresses_002c-breaking-404"></a>
+<p><a name="index-pathnames_002c-breaking-417"></a><a name="index-filenames_002c-breaking-418"></a><a name="index-electronic-mail-addresses_002c-breaking-419"></a>
When you typeset long pathnames, electronic mail addresses, or other
such &ldquo;computer&rdquo; names, you would like TeX to break lines at
punctuation characters within the name, rather than trying to find
hyphenation points within the words. For example, it would be better to
break the email address <code>letters@alpha.gnu.ai.mit.edu</code> at the
-`<samp><span class="samp">@</span></samp>' or a `<samp><span class="samp">.</span></samp>', rather than at the hyphenation points in
-`<samp><span class="samp">letters</span></samp>' and `<samp><span class="samp">alpha</span></samp>'.
+&lsquo;<samp><span class="samp">@</span></samp>&rsquo; or a &lsquo;<samp><span class="samp">.</span></samp>&rsquo;, rather than at the hyphenation points in
+&lsquo;<samp><span class="samp">letters</span></samp>&rsquo; and &lsquo;<samp><span class="samp">alpha</span></samp>&rsquo;.
- <p><a name="index-path-405"></a>If you use the <code>\path</code> macro to typeset the names, TeX will find
+ <p><a name="index-path-420"></a>If you use the <code>\path</code> macro to typeset the names, TeX will find
these good breakpoints. The argument to <code>\path</code> is delimited by
-any character other other than `<samp><span class="samp">\</span></samp>' which does not appear in the
+any character other other than &lsquo;<samp><span class="samp">\</span></samp>&rsquo; which does not appear in the
name itself.
-`<samp><span class="samp">|</span></samp>' is often a good choice, as in:
+&lsquo;<samp><span class="samp">|</span></samp>&rsquo; is often a good choice, as in:
<pre class="example"> \path|letters@alpha.gnu.ai.mit.edu|
</pre>
- <p><a name="index-discretionaries-406"></a>You can control the exact set of characters at which breakpoints will be
+ <p><a name="index-discretionaries-421"></a>You can control the exact set of characters at which breakpoints will be
allowed by calling <code>\discretionaries</code>. This takes the same sort of
delimited argument; any character in the argument will henceforth be a valid
breakpoint within <code>\path</code>. The default set is essentially all the
@@ -2968,19 +3009,19 @@ punctuation characters:
<pre class="example"> \discretionaries |~!@$%^&amp;*()_+`-=#{}[]:";'&lt;&gt;,.?\/|
</pre>
- <p><a name="index-specialpathdelimiters-_0040r_007b_0028conditional_0029_007d-407"></a>If for some reason you absolutely must use <code>\</code> as the delimiter
+ <p><a name="index-specialpathdelimiters-_0040r_007b_0028conditional_0029_007d-422"></a>If for some reason you absolutely must use <code>\</code> as the delimiter
character for <code>\path</code>, you can set
<code>\specialpathdelimiterstrue</code>. (Other delimiter characters can
still be used.) TeX then processes the <code>\path</code> argument
about four times more slowly.
- <p><a name="index-g_t_0040acronym_007bURL_007d-for-_0040file_007bpath_002esty_007d-408"></a>The <code>\path</code> macro comes from <samp><span class="file">path.sty</span></samp>, written by Nelson
+ <p><a name="index-g_t_0040acronym_007bURL_007d-for-_0040file_007bpath_002esty_007d-423"></a>The <code>\path</code> macro comes from <samp><span class="file">path.sty</span></samp>, written by Nelson
Beebe and Philip Taylor and available at
<a href="http://www.ctan.org/tex-archive/macros/latex/contrib/misc/path.sty">http://www.ctan.org/tex-archive/macros/latex/contrib/misc/path.sty</a>.
<div class="node">
-<p><hr>
<a name="Logos"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Boxes">Boxes</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Paths">Paths</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -2989,30 +3030,34 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.20 Logos</h3>
-<p><a name="index-logos-409"></a><a name="index-names_002c-of-_0040TeX_007b_007d-variants-410"></a>
+<p><a name="index-logos-424"></a><a name="index-names_002c-of-_0040TeX_007b_007d-variants-425"></a>
Eplain redefines the <code>\TeX</code>
-<a name="index-TeX-411"></a>macro of plain TeX to end with <code>\null</code>, so that the proper
+<a name="index-TeX-426"></a>macro of plain TeX to end with <code>\null</code>, so that the proper
spacing is produced when <code>\TeX</code> is used at the end of a sentence.
The other <small class="dots">...</small>TeX macros listed here do this, also.
<p>Eplain defines
-<code>\AMSTeX</code>,
-<a name="index-AMS_0040TeX_007b_007d-412"></a><a name="index-AMSTeX-413"></a><code>\BibTeX</code>
-<a name="index-Bib_0040TeX_007b_007d-414"></a><a name="index-BibTeX-415"></a><code>\AMSLaTeX</code>,
-<a name="index-AMS_0040LaTeX_007b_007d-416"></a><a name="index-AMSLaTeX-417"></a><code>\LAMSTeX</code>,
-<a name="index-LAMS_0040TeX_007b_007d-418"></a><a name="index-LAMSTeX-419"></a><code>\LaTeX</code>
-<a name="index-g_t_0040LaTeX_007b_007d-420"></a><a name="index-LaTeX-421"></a><code>\MF</code>,
-<a name="index-Metafont-422"></a><a name="index-MF-423"></a>and <code>\SLiTeX</code>
-<a name="index-SLi_0040TeX_007b_007d-424"></a><a name="index-SLiTeX-425"></a>to produce their respective logos. (Sorry, the logos are not shown
+<code>\AMSLaTeX</code>,
+<a name="index-AMS_0040LaTeX_007b_007d-427"></a><a name="index-AMSLaTeX-428"></a><code>\AMSTeX</code>,
+<a name="index-AMS_0040TeX_007b_007d-429"></a><a name="index-AMSTeX-430"></a><code>\BibTeX</code>
+<a name="index-Bib_0040TeX_007b_007d-431"></a><a name="index-BibTeX-432"></a><code>\eTeX</code>,
+<a name="index-e_0040TeX_007b_007d-433"></a><a name="index-eTeX-434"></a><code>\ExTeX</code>,
+<a name="index-Ex_0040TeX_007b_007d-435"></a><a name="index-ExTeX-436"></a><code>\LAMSTeX</code>,
+<a name="index-LAMS_0040TeX_007b_007d-437"></a><a name="index-LAMSTeX-438"></a><code>\LaTeX</code>,
+<a name="index-g_t_0040LaTeX_007b_007d-439"></a><a name="index-LaTeX-440"></a><code>\MF</code>,
+<a name="index-Metafont-441"></a><a name="index-MF-442"></a><code>\SLiTeX</code>,
+<a name="index-SLi_0040TeX_007b_007d-443"></a><a name="index-SLiTeX-444"></a><code>\XeLaTeX</code>,
+<a name="index-XeLa_0040TeX_007b_007d-445"></a><a name="index-XeLaTeX-446"></a>and <code>\XeTeX</code>
+<a name="index-Xe_0040TeX_007b_007d-447"></a><a name="index-XeTeX-448"></a>to produce their respective logos. (Sorry, the logos are not shown
here.) Some spelling variants of these are also supported.
- <p><a name="index-g_t_0040acronym_007bURL_007d-for-_0040file_007btexnames_002esty_007d-426"></a>All these macros come from <samp><span class="file">texnames.sty</span></samp>, compiled by Nelson
+ <p><a name="index-g_t_0040acronym_007bURL_007d-for-_0040file_007btexnames_002esty_007d-449"></a>Most of these macros come from <samp><span class="file">texnames.sty</span></samp>, compiled by Nelson
Beebe and available at
<a href="http://www.ctan.org/tex-archive/info/biblio/texnames.sty">http://www.ctan.org/tex-archive/info/biblio/texnames.sty</a>.
<div class="node">
-<p><hr>
<a name="Boxes"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Checking-for-PDF-output">Checking for PDF output</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Logos">Logos</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -3021,14 +3066,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.21 Boxes</h3>
-<p><a name="index-black-boxes-427"></a><a name="index-rectangles-428"></a>The solid rectangle that Eplain uses as a marker in unordered lists
+<p><a name="index-black-boxes-450"></a><a name="index-rectangles-451"></a>The solid rectangle that Eplain uses as a marker in unordered lists
(see <a href="#Lists">Lists</a>) is available by itself: just say <code>\blackbox</code>.
-<a name="index-blackbox-429"></a>
+<a name="index-blackbox-452"></a>
You can create black boxes of arbitrary size with <code>\hrule</code> or
<code>\vrule</code>.
- <p><a name="index-open-boxes-430"></a><a name="index-boxes_002c-open-431"></a>You can also get unfilled rectangles with <code>\makeblankbox</code>.
-<a name="index-makeblankbox-432"></a>This takes two explicit arguments: the height and depth of the rules that
+ <p><a name="index-open-boxes-453"></a><a name="index-boxes_002c-open-454"></a>You can also get unfilled rectangles with <code>\makeblankbox</code>.
+<a name="index-makeblankbox-455"></a>This takes two explicit arguments: the height and depth of the rules that
define the top and bottom of the rectangle. (The two arguments are
added to get the width of the left and right borders, so that the
thickness of the border is the same on all four sides.) It also uses,
@@ -3045,9 +3090,9 @@ putting next to numbers in, e.g., a table of contents.
}
</pre>
<p>Finally, you can put a box around arbitrary text with <code>\boxit</code>.
-<a name="index-boxit-433"></a>This takes one argument, which must itself be a (TeX) box, and puts a
+<a name="index-boxit-456"></a>This takes one argument, which must itself be a (TeX) box, and puts a
printed box around it, separated by <code>\boxitspace</code>
-<a name="index-boxitspace-434"></a>white space (3 points by default) on all four sides. For example:
+<a name="index-boxitspace-457"></a>white space (3 points by default) on all four sides. For example:
<pre class="example"> \boxit{\hbox{This text is boxed.}}
</pre>
@@ -3061,8 +3106,8 @@ you can always reset it yourself.)
easily adjust the thicknesses of the box rules. See <a href="#Rules">Rules</a>.
<div class="node">
-<p><hr>
<a name="Checking-for-PDF-output"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Loading-LaTeX-packages">Loading LaTeX packages</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Boxes">Boxes</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -3071,12 +3116,12 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.22 Checking for PDF output</h3>
-<p><a name="index-g_t_0040acronym_007bURL_007d-for-pdf_0040TeX_007b_007d-435"></a><a name="index-g_t_0040acronym_007bPDF_007d-output-436"></a><a name="index-pdftex-437"></a><a name="index-g_t_002epdf-_0040r_007bfiles_007d-438"></a>pdfTeX is a TeX variant that can output both <samp><span class="file">.dvi</span></samp> and
+<p><a name="index-g_t_0040acronym_007bURL_007d-for-pdf_0040TeX_007b_007d-458"></a><a name="index-g_t_0040acronym_007bPDF_007d-output-459"></a><a name="index-pdftex-460"></a><a name="index-g_t_002epdf-_0040r_007bfiles_007d-461"></a>pdfTeX is a TeX variant that can output both <samp><span class="file">.dvi</span></samp> and
<samp><span class="file">.pdf</span></samp> (Adobe's Portable Document Format) files (see
<a href="http://www.ctan.org/tex-archive/systems/pdftex">http://www.ctan.org/tex-archive/systems/pdftex</a>). You might
sometimes want to know whether the target format is <samp><span class="file">.pdf</span></samp> or
<samp><span class="file">.dvi</span></samp>. The <code>\ifpdf</code>
-<a name="index-ifpdf-439"></a>switch can be used to detect pdfTeX in <acronym>PDF</acronym> mode:
+<a name="index-ifpdf-462"></a>switch can be used to detect pdfTeX in <acronym>PDF</acronym> mode:
<pre class="example"> \ifpdf
This text is produced when pdfTeX is in PDF mode.
@@ -3087,17 +3132,17 @@ sometimes want to know whether the target format is <samp><span class="file">.pd
</pre>
<p>Keep in mind that <code>\ifpdf</code> is set based on the value of the
<code>\pdfoutput</code>
-<a name="index-pdfoutput-440"></a>primitive of pdfTeX at the time Eplain is loaded. If you change
+<a name="index-pdfoutput-463"></a>primitive of pdfTeX at the time Eplain is loaded. If you change
the value of <code>\pdfoutput</code> after you load Eplain, <code>\ifpdf</code>
will not reflect the change.
- <p><a name="index-g_t_0040acronym_007bURL_007d-for-_0040file_007bifpdf_002esty_007d-441"></a><a name="index-Oberdiek_002c-Heiko-442"></a>Eplain defines <code>\ifpdf</code> by incorporating Heiko Oberdiek's
+ <p><a name="index-g_t_0040acronym_007bURL_007d-for-_0040file_007bifpdf_002esty_007d-464"></a><a name="index-Oberdiek_002c-Heiko-465"></a>Eplain defines <code>\ifpdf</code> by incorporating Heiko Oberdiek's
<samp><span class="file">ifpdf.sty</span></samp>, which is available at
<a href="http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/ifpdf.sty">http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/ifpdf.sty</a>.
<div class="node">
-<p><hr>
<a name="Loading-LaTeX-packages"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Checking-for-PDF-output">Checking for PDF output</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
@@ -3105,7 +3150,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#User-definitions">User definitions</a>
<h3 class="section">4.23 Loading LaTeX packages</h3>
-<p><a name="index-g_t_0040LaTeX_007b_007d-packages-443"></a><a name="index-packages_002c-_0040LaTeX_007b_007d-444"></a><a name="index-g_t_002esty-_0040r_007bfiles_007d-445"></a><a name="index-g_t_002ecls-_0040r_007bfiles_007d-446"></a>Eplain provides a limited support for loading LaTeX packages
+<p><a name="index-g_t_0040LaTeX_007b_007d-packages-466"></a><a name="index-packages_002c-_0040LaTeX_007b_007d-467"></a><a name="index-g_t_002esty-_0040r_007bfiles_007d-468"></a><a name="index-g_t_002ecls-_0040r_007bfiles_007d-469"></a>Eplain provides a limited support for loading LaTeX packages
(<samp><span class="file">.sty</span></samp> files&mdash;not <samp><span class="file">.cls</span></samp>). This will mostly work for
packages which were designed with plain TeX compatibility in mind,
which means that most LaTeX packages cannot be loaded. The
@@ -3113,7 +3158,7 @@ packages which are known to work are listed below (see <a href="#Packages-known-
the list, please report it to the Eplain mailing list
(see <a href="#Introduction">Introduction</a>).
- <p><a name="index-graphics-collection_002c-_0040LaTeX_007b_007d-447"></a><a name="index-g_t_0040LaTeX_007b_007d-graphics-collection-448"></a><a name="index-miniltx_002etex-449"></a><a name="index-Carlisle_002c-David-450"></a><a name="index-Rahtz_002c-Sebastian-451"></a>To set up a pseudo-LaTeX environment for the packages, Eplain uses
+ <p><a name="index-graphics-collection_002c-_0040LaTeX_007b_007d-470"></a><a name="index-g_t_0040LaTeX_007b_007d-graphics-collection-471"></a><a name="index-miniltx_002etex-472"></a><a name="index-Carlisle_002c-David-473"></a><a name="index-Rahtz_002c-Sebastian-474"></a>To set up a pseudo-LaTeX environment for the packages, Eplain uses
<samp><span class="file">miniltx.tex</span></samp>
(<a href="http://www.ctan.org/tex-archive/macros/plain/graphics/miniltx.tex">http://www.ctan.org/tex-archive/macros/plain/graphics/miniltx.tex</a>)
from the LaTeX graphics collection, written by David Carlisle and
@@ -3130,9 +3175,9 @@ e.g., support for package options.
</ul>
<div class="node">
-<p><hr>
<a name="The-%5cusepackage-command"></a>
<a name="The-_005cusepackage-command"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Environment-for-loading-packages">Environment for loading packages</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Loading-LaTeX-packages">Loading LaTeX packages</a>
@@ -3140,7 +3185,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Loading-LaTeX-packages">Loading LaTeX
<h4 class="subsection">4.23.1 The <code>\usepackage</code> command</h4>
-<p><a name="index-usepackage-452"></a><code>\usepackage</code> loads a LaTeX package. Its syntax is similar to
+<p><a name="index-usepackage-475"></a><code>\usepackage</code> loads a LaTeX package. Its syntax is similar to
that of LaTeX's <code>\usepackage</code> command:
<pre class="example"> \usepackage[<var>options</var>]{<var>packages</var>}[<var>version</var>]
@@ -3148,7 +3193,7 @@ that of LaTeX's <code>\usepackage</code> command:
<p class="noindent">where <var>options</var> is a comma-separated list of package
options, <var>packages</var> is a comma-separated list of packages to load
(without the <samp><span class="file">.sty</span></samp> suffix), and <var>version</var> is a package
-version number given as a date in the format `<samp><span class="samp">YYYY/MM/DD</span></samp>'. If an
+version number given as a date in the format &lsquo;<samp><span class="samp">YYYY/MM/DD</span></samp>&rsquo;. If an
older version of the package is found, a warning is issued. If
several packages are loaded within a single <code>\usepackage</code>
command, the <var>options</var> will be applied to each of the packages.
@@ -3159,13 +3204,13 @@ omitted (together with the square brackets).
<pre class="example"> \usepackage[foo,bar]{pack1,pack2}[2005/08/29]
</pre>
- <p class="noindent">will load packages `<samp><span class="samp">pack1</span></samp>' and `<samp><span class="samp">pack2</span></samp>', each with
-the options `<samp><span class="samp">foo</span></samp>' and `<samp><span class="samp">bar</span></samp>', and will check that each of the
+ <p class="noindent">will load packages &lsquo;<samp><span class="samp">pack1</span></samp>&rsquo; and &lsquo;<samp><span class="samp">pack2</span></samp>&rsquo;, each with
+the options &lsquo;<samp><span class="samp">foo</span></samp>&rsquo; and &lsquo;<samp><span class="samp">bar</span></samp>&rsquo;, and will check that each of the
packages are dated 2005/08/29 or newer.
<div class="node">
-<p><hr>
<a name="Environment-for-loading-packages"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Packages-known-to-work">Packages known to work</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#The-_005cusepackage-command">The \usepackage command</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Loading-LaTeX-packages">Loading LaTeX packages</a>
@@ -3174,7 +3219,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Loading-LaTeX-packages">Loading LaTeX
<h4 class="subsection">4.23.2 Environment for loading packages</h4>
-<p><a name="index-beginpackages-453"></a><a name="index-endpackages-454"></a>Some packages request that certain commands are executed after all
+<p><a name="index-beginpackages-476"></a><a name="index-endpackages-477"></a>Some packages request that certain commands are executed after all
packages have been loaded. In LaTeX, this means that the commands
are executed at the beginning of the document, after the so-called
<dfn>preamble</dfn>. Neither plain TeX nor Eplain have any kind of
@@ -3192,20 +3237,20 @@ commands at the end of the <code>\beginpackages...\endpackages</code> block.
<p>For the same reason, it is advisable to specify only one such block
per document, just like there is only one preamble in LaTeX.
- <p><a name="index-input-455"></a><a name="index-g_t_0040LaTeX_007b_007d-packages_002c-restoring-_0040code_007b_005cinput_007d-456"></a><a name="index-restoring-_0040code_007b_005cinput_007d_002c-_0040LaTeX_007b_007d-packages-457"></a>Some packages (and the pseudo-LaTeX environment, <samp><span class="file">miniltx.tex</span></samp>)
+ <p><a name="index-input-478"></a><a name="index-g_t_0040LaTeX_007b_007d-packages_002c-restoring-_0040code_007b_005cinput_007d-479"></a><a name="index-restoring-_0040code_007b_005cinput_007d_002c-_0040LaTeX_007b_007d-packages-480"></a>Some packages (and the pseudo-LaTeX environment, <samp><span class="file">miniltx.tex</span></samp>)
redefine TeX's primitive <code>\input</code> to be a macro. Non-primitive
<code>\input</code> is probably not what the user expects under
-plain&nbsp;<!-- /@w -->TeX. Therefore, at the beginning of the
+plain&nbsp;TeX. Therefore, at the beginning of the
<code>\beginpackages...\endpackages</code> block Eplain saves the meaning of
<code>\input</code> as
-<a name="index-eplaininput-458"></a><code>\eplaininput</code> and restores the original <code>\input</code> at the end
+<a name="index-eplaininput-481"></a><code>\eplaininput</code> and restores the original <code>\input</code> at the end
of the block. This usually means that the primitive <code>\input</code> is
restored, unless you (or some other macro package you've loaded
directly) have redefined it before calling <code>\beginpackages</code>. In
case you need to access the package-provided <code>\input</code>, Eplain saves
it as <code>\packageinput</code>.
- <p><a name="index-hanging-on-_0040code_007b_005cinput_007d-459"></a><a name="index-error-on-_0040code_007b_005cinput_007d-460"></a>Sometimes you may encounter packages which make conflicting
+ <p><a name="index-hanging-on-_0040code_007b_005cinput_007d-482"></a><a name="index-error-on-_0040code_007b_005cinput_007d-483"></a>Sometimes you may encounter packages which make conflicting
redefinitions of <code>\input</code>. Common symptoms are TeX spewing
incomprehensible error messages or hanging in a loop at a call to
<code>\input</code>. This sometimes can be cured by restoring <code>\input</code>
@@ -3218,8 +3263,8 @@ to <code>\eplaininput</code> before loading each package. For example:
\endpackages
</pre>
<div class="node">
-<p><hr>
<a name="Packages-known-to-work"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Packages-known-not-to-work">Packages known not to work</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Environment-for-loading-packages">Environment for loading packages</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Loading-LaTeX-packages">Loading LaTeX packages</a>
@@ -3228,32 +3273,32 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Loading-LaTeX-packages">Loading LaTeX
<h4 class="subsection">4.23.3 Packages known to work</h4>
-<p><a name="index-g_t_0040LaTeX_007b_007d-packages-461"></a><a name="index-packages_002c-_0040LaTeX_007b_007d-462"></a>The following table lists packages that had been tested and are known
+<p><a name="index-g_t_0040LaTeX_007b_007d-packages-484"></a><a name="index-packages_002c-_0040LaTeX_007b_007d-485"></a>The following table lists packages that had been tested and are known
to work with Eplain, and locations where you can find manuals for
these packages. Some of the short descriptions of the packages were
taken from the documentation for those packages.
<dl>
-<dt>autopict (`<samp><span class="samp">2001/06/04 v1.1j Picture mode autoload file</span></samp>')<dd><a name="index-autopict_002esty-463"></a><a href="http://tug.org/eplain/misc/ltpictur.pdf">http://tug.org/eplain/misc/ltpictur.pdf</a>
+<dt>autopict (&lsquo;<samp><span class="samp">2001/06/04 v1.1j Picture mode autoload file</span></samp>&rsquo;)<dd><a name="index-autopict_002esty-486"></a><a href="http://tug.org/eplain/misc/ltpictur.pdf">http://tug.org/eplain/misc/ltpictur.pdf</a>
- <p><a name="index-picture-mode-464"></a><a name="index-begin_0040_007bpicture_0040_007d-465"></a><a name="index-end_0040_007bpicture_0040_007d-466"></a>This is the LaTeX &ldquo;picture mode&rdquo;, started by
+ <p><a name="index-picture-mode-487"></a><a name="index-begin_0040_007bpicture_0040_007d-488"></a><a name="index-end_0040_007bpicture_0040_007d-489"></a>This is the LaTeX &ldquo;picture mode&rdquo;, started by
<code>\begin{picture}</code> and ended by <code>\end{picture}</code> (in
LaTeX, this package is not explicitly loaded since it is part of
the LaTeX kernel). It provides commands to draw simple figures
inside your document without resorting to any external tools.
- <br><dt>color (`<samp><span class="samp">1999/02/16 v1.0i Standard LaTeX Color (DPC)</span></samp>')<dd><a name="index-color_002esty-467"></a><dt>graphics (`<samp><span class="samp">2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)</span></samp>')<dd><a name="index-graphics_002esty-468"></a><dt>graphicx (`<samp><span class="samp">1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)</span></samp>')<dd><a name="index-graphicx_002esty-469"></a><a href="http://www.ctan.org/tex-archive/macros/latex/required/graphics/grfguide.pdf">http://www.ctan.org/tex-archive/macros/latex/required/graphics/grfguide.pdf</a>
+ <br><dt>color (&lsquo;<samp><span class="samp">1999/02/16 v1.0i Standard LaTeX Color (DPC)</span></samp>&rsquo;)<dd><a name="index-color_002esty-490"></a><dt>graphics (&lsquo;<samp><span class="samp">2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)</span></samp>&rsquo;)<dd><a name="index-graphics_002esty-491"></a><dt>graphicx (&lsquo;<samp><span class="samp">1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)</span></samp>&rsquo;)<dd><a name="index-graphicx_002esty-492"></a><a href="http://www.ctan.org/tex-archive/macros/latex/required/graphics/grfguide.pdf">http://www.ctan.org/tex-archive/macros/latex/required/graphics/grfguide.pdf</a>
- <p><a name="index-graphics-collection_002c-_0040LaTeX_007b_007d-470"></a><a name="index-g_t_0040LaTeX_007b_007d-graphics-collection-471"></a><a name="index-color-472"></a><a name="index-rotation-473"></a><a name="index-scaling-474"></a>These packages are from the LaTeX graphics collection. They
+ <p><a name="index-graphics-collection_002c-_0040LaTeX_007b_007d-493"></a><a name="index-g_t_0040LaTeX_007b_007d-graphics-collection-494"></a><a name="index-color-495"></a><a name="index-rotation-496"></a><a name="index-scaling-497"></a>These packages are from the LaTeX graphics collection. They
provide commands for changing text/page colors, text rotation and
scaling, and much more.
- <p><a name="index-color_002c-problems-with-pdf_0040TeX_007b_007d-475"></a><a name="index-graphics_002c-problems-with-pdf_0040TeX_007b_007d-476"></a><a name="index-pdf_0040TeX_007b_007d_002c-problems-using-color-and-graphics-477"></a><a name="index-pdf_0040TeX_007b_007d_002c-problems-with-_0040file_007bsupp_002dmis_002etex_007d-478"></a><a name="index-Con_0040TeX_007b_007dt-479"></a><a name="index-supp_002dmis_002etex_0040r_007b_002c-problems-with-pdf_0040TeX_007b_007d_007d-480"></a><a name="index-supp_002dpdf_002etex-481"></a><strong>Warning&nbsp;<!-- /@w -->1:</strong> If you encounter problems loading one of
+ <p><a name="index-color_002c-problems-with-pdf_0040TeX_007b_007d-498"></a><a name="index-graphics_002c-problems-with-pdf_0040TeX_007b_007d-499"></a><a name="index-pdf_0040TeX_007b_007d_002c-problems-using-color-and-graphics-500"></a><a name="index-pdf_0040TeX_007b_007d_002c-problems-with-_0040file_007bsupp_002dmis_002etex_007d-501"></a><a name="index-Con_0040TeX_007b_007dt-502"></a><a name="index-supp_002dmis_002etex_0040r_007b_002c-problems-with-pdf_0040TeX_007b_007d_007d-503"></a><a name="index-supp_002dpdf_002etex-504"></a><strong>Warning&nbsp;1:</strong> If you encounter problems loading one of
these packages under pdfTeX (more specifically, when pdfTeX
reads <samp><span class="file">supp-mis.tex</span></samp>), the cause may be an outdated
<samp><span class="file">supp-mis.tex</span></samp> (part of ConTeXt, a typesetting system for
TeX) installed on your system. The problem was fixed in
-<samp><span class="file">supp-mis.tex</span></samp> version&nbsp;<!-- /@w -->2004.10.26. You can obtain
+<samp><span class="file">supp-mis.tex</span></samp> version&nbsp;2004.10.26. You can obtain
up-to-date versions of <samp><span class="file">supp-mis.tex</span></samp> and the accompanying
<samp><span class="file">supp-pdf.tex</span></samp> from
<a href="http://www.ctan.org/tex-archive/macros/pdftex/graphics">http://www.ctan.org/tex-archive/macros/pdftex/graphics</a>.
@@ -3273,51 +3318,51 @@ TeX directory structure see
<li>upgrade your ConTeXt installation.
</ol>
- <p class="noindent">Note that option&nbsp;<!-- /@w -->1 is the safest but provides the fix
-only for your current document. Options&nbsp;<!-- /@w -->2 and&nbsp;<!-- /@w -->3 will
-usually suffice for Eplain but may break ConTeXt. Option&nbsp;<!-- /@w -->4 is
+ <p class="noindent">Note that option&nbsp;1 is the safest but provides the fix
+only for your current document. Options&nbsp;2 and&nbsp;3 will
+usually suffice for Eplain but may break ConTeXt. Option&nbsp;4 is
the most general but is more complicated than the first three. Be
sure to backup any files you overwrite. Also keep in mind that
upgrading your TeX distribution may overwrite files you install in
-the system <samp><span class="file">texmf</span></samp> tree.<br> <strong>End of warning&nbsp;<!-- /@w -->1.</strong>
+the system <samp><span class="file">texmf</span></samp> tree.<br> <strong>End of warning&nbsp;1.</strong>
- <p><strong>Warning&nbsp;<!-- /@w -->2:</strong> If you encounter problems using the
+ <p><strong>Warning&nbsp;2:</strong> If you encounter problems using the
<code>\pagecolor</code> command from the <samp><span class="file">color.sty</span></samp> package under
pdfTeX, the cause may be an outdated pdfTeX color and graphics
driver <samp><span class="file">pdftex.def</span></samp>. The problem was fixed in <samp><span class="file">pdftex.def</span></samp>
-version&nbsp;<!-- /@w -->0.03p. You can obtain an up-to-date version from
+version&nbsp;0.03p. You can obtain an up-to-date version from
<a href="http://www.ctan.org/tex-archive/graphics/pdftex/pdftex.def">http://www.ctan.org/tex-archive/graphics/pdftex/pdftex.def</a>.<br>
-<strong>End of warning&nbsp;<!-- /@w -->2.</strong>
+<strong>End of warning&nbsp;2.</strong>
- <p><a name="index-omitting-typesetting-of-graphics-482"></a><a name="index-graphics_002c-omitting-typesetting-of-483"></a>The <samp><span class="file">graphics</span></samp>/<samp><span class="file">graphicx</span></samp> packages have the option
-<a name="index-g_t_0040code_007bdraft_007d_002c-option-for-_0040file_007bgraphics_002esty_007d-484"></a><code>draft</code> which instructs <code>\includegraphics</code> not to include the
+ <p><a name="index-omitting-typesetting-of-graphics-505"></a><a name="index-graphics_002c-omitting-typesetting-of-506"></a>The <samp><span class="file">graphics</span></samp>/<samp><span class="file">graphicx</span></samp> packages have the option
+<a name="index-g_t_0040code_007bdraft_007d_002c-option-for-_0040file_007bgraphics_002esty_007d-507"></a><code>draft</code> which instructs <code>\includegraphics</code> not to include the
graphics but instead typeset a box with the dimensions of the graphics
and the name of the graphics file in typewriter type at the center of
the box. These packages expect the LaTeX-provided command
-<a name="index-ttfamily-485"></a><code>\ttfamily</code> to switch to the typewrite type. This command is not
+<a name="index-ttfamily-508"></a><code>\ttfamily</code> to switch to the typewrite type. This command is not
defined by <samp><span class="file">miniltx.tex</span></samp>, therefore Eplain defines it and makes it
-equivalent to plain&nbsp;<!-- /@w -->TeX's
-<a name="index-tt-486"></a><code>\tt</code>.
+equivalent to plain&nbsp;TeX's
+<a name="index-tt-509"></a><code>\tt</code>.
<p>See <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a>, for the demonstration of text rotation and
graphics inclusion using the <samp><span class="file">graphicx</span></samp> package, and using the
<samp><span class="file">color</span></samp> package to colorize hypertext links.
- <p><a name="index-H_0040_0022oppner_002c-Klaus-487"></a>Klaus H&ouml;ppner has written a nice introduction to the LaTeX graphics
+ <p><a name="index-H_0040_0022oppner_002c-Klaus-510"></a>Klaus H&ouml;ppner has written a nice introduction to the LaTeX graphics
packages and different graphics formats. You can download it from
<pre class="display"> <a href="http://www.tug.org/pracjourn/2005-3/hoeppner">http://www.tug.org/pracjourn/2005-3/hoeppner</a>
- </pre>
- <br><dt>epstopdf (`<samp><span class="samp">2001/02/04 v1.1 Conversion with epstopdf on the fly (HO)</span></samp>')<dd><a name="index-epstopdf_002esty-488"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek">http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek</a>
+</pre>
+ <br><dt>epstopdf (&lsquo;<samp><span class="samp">2009/07/16 v2.2 Conversion with epstopdf on the fly (HO)</span></samp>&rsquo;)<dd><a name="index-epstopdf_002esty-511"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek">http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek</a>
- <p><a name="index-Encapsulated-PostScript-489"></a><a name="index-g_t_0040acronym_007bEPS_007d-490"></a><a name="index-g_t_002eeps-_0040r_007bfiles_007d-491"></a><a name="index-Portable-Document-Format-492"></a><a name="index-g_t_0040acronym_007bPDF_007d-493"></a><a name="index-g_t_002epdf-_0040r_007bfiles_007d-494"></a><a name="index-epstopdf-495"></a>This package does on-the-fly conversion of Encapsulated PostScript
+ <p><a name="index-Encapsulated-PostScript-512"></a><a name="index-g_t_0040acronym_007bEPS_007d-513"></a><a name="index-g_t_002eeps-_0040r_007bfiles_007d-514"></a><a name="index-Portable-Document-Format-515"></a><a name="index-g_t_0040acronym_007bPDF_007d-516"></a><a name="index-g_t_002epdf-_0040r_007bfiles_007d-517"></a><a name="index-epstopdf-518"></a>This package does on-the-fly conversion of Encapsulated PostScript
(<acronym>EPS</acronym>) graphics into Portable Document Format (<acronym>PDF</acronym>)
graphics for inclusion with the <code>\includegraphics</code> command from
the <samp><span class="file">graphics</span></samp>/<samp><span class="file">graphicx</span></samp> packages, so that you do not have
to explicitly call the <samp><span class="file">epstopdf</span></samp> script.
- <br><dt>psfrag (`<samp><span class="samp">1998/04/11 v3.04 PSfrag (MCG)</span></samp>')<dd><a name="index-psfrag_002esty-496"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag/pfgguide.pdf">http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag/pfgguide.pdf</a>
+ <br><dt>psfrag (&lsquo;<samp><span class="samp">1998/04/11 v3.04 PSfrag (MCG)</span></samp>&rsquo;)<dd><a name="index-psfrag_002esty-519"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag/pfgguide.pdf">http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag/pfgguide.pdf</a>
- <p><a name="index-Encapsulated-PostScript-497"></a><a name="index-g_t_0040acronym_007bEPS_007d-498"></a><a name="index-g_t_002eeps-_0040r_007bfiles_007d-499"></a>PSfrag allows the user to precisely overlay Encapsulated PostScript
+ <p><a name="index-Encapsulated-PostScript-520"></a><a name="index-g_t_0040acronym_007bEPS_007d-521"></a><a name="index-g_t_002eeps-_0040r_007bfiles_007d-522"></a>PSfrag allows the user to precisely overlay Encapsulated PostScript
(<acronym>EPS</acronym>) files with arbitrary (La)TeX constructions. In order to
accomplish this, the user places a simple text &ldquo;tag&rdquo; in the graphics
file, as a &ldquo;position marker&rdquo; of sorts. Then, using simple
@@ -3325,18 +3370,18 @@ file, as a &ldquo;position marker&rdquo; of sorts. Then, using simple
the figure, and replace it with a properly sized, aligned, and rotated
(La)TeX equation.
- <br><dt>soul (`<samp><span class="samp">2003/11/17 v2.4 letterspacing/underlining (mf)</span></samp>')<dd><a name="index-soul_002esty-500"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/soul">http://www.ctan.org/tex-archive/macros/latex/contrib/soul</a>
+ <br><dt>soul (&lsquo;<samp><span class="samp">2003/11/17 v2.4 letterspacing/underlining (mf)</span></samp>&rsquo;)<dd><a name="index-soul_002esty-523"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/soul">http://www.ctan.org/tex-archive/macros/latex/contrib/soul</a>
- <p><a name="index-letterspacing-501"></a><a name="index-spacing-out-502"></a><a name="index-underlining-503"></a><a name="index-striking-out-504"></a><a name="index-overstriking-505"></a><a name="index-highlighting-506"></a>This package provides hyphenatable letterspacing (spacing out),
+ <p><a name="index-letterspacing-524"></a><a name="index-spacing-out-525"></a><a name="index-underlining-526"></a><a name="index-striking-out-527"></a><a name="index-overstriking-528"></a><a name="index-highlighting-529"></a>This package provides hyphenatable letterspacing (spacing out),
underlining, and some derivatives. The package is optimized for
LaTeX, but works with plain TeX&mdash;you don't actually need to
load it with the <code>\usepackage</code> command, just say <code>\input
soul.sty</code>. If you intend to use the highlighting macros of
<samp><span class="file">soul</span></samp>, don't forget to load the <samp><span class="file">color</span></samp> package.
- <br><dt>url (`<samp><span class="samp">2005/06/27 ver 3.2 Verb mode for urls, etc.</span></samp>')<dd><a name="index-url_002esty-507"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/misc/url.sty">http://www.ctan.org/tex-archive/macros/latex/contrib/misc/url.sty</a>
+ <br><dt>url (&lsquo;<samp><span class="samp">2005/06/27 ver 3.2 Verb mode for urls, etc.</span></samp>&rsquo;)<dd><a name="index-url_002esty-530"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/misc/url.sty">http://www.ctan.org/tex-archive/macros/latex/contrib/misc/url.sty</a>
- <p><a name="index-pathnames_002c-breaking-508"></a><a name="index-filenames_002c-breaking-509"></a><a name="index-electronic-mail-addresses_002c-breaking-510"></a>This package provides a form of <code>\verbatim</code> that allows
+ <p><a name="index-pathnames_002c-breaking-531"></a><a name="index-filenames_002c-breaking-532"></a><a name="index-electronic-mail-addresses_002c-breaking-533"></a>This package provides a form of <code>\verbatim</code> that allows
line breaks at certain characters or combinations of characters,
accepts reconfiguration, and can usually be used in the argument to
another command. It is intended for email addresses, hypertext links,
@@ -3346,12 +3391,12 @@ directories/paths, etc., which normally have no spaces.
(see <a href="#URL-hyperlinks">URL hyperlinks</a>).
<p>Be sure to get a version dated at least 2005/06/27, as older versions
-have problems in plain&nbsp;<!-- /@w -->TeX.
+have problems in plain&nbsp;TeX.
</dl>
<div class="node">
-<p><hr>
<a name="Packages-known-not-to-work"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Packages-known-to-work">Packages known to work</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Loading-LaTeX-packages">Loading LaTeX packages</a>
@@ -3359,24 +3404,24 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Loading-LaTeX-packages">Loading LaTeX
<h4 class="subsection">4.23.4 Packages known not to work</h4>
-<p><a name="index-g_t_0040LaTeX_007b_007d-packages-511"></a><a name="index-packages_002c-_0040LaTeX_007b_007d-512"></a>The following packages are known not to work with Eplain:
+<p><a name="index-g_t_0040LaTeX_007b_007d-packages-534"></a><a name="index-packages_002c-_0040LaTeX_007b_007d-535"></a>The following packages are known not to work with Eplain:
<dl>
-<dt>hyperref<dd><a name="index-hyperref_002esty-513"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref">http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref</a>
+<dt>hyperref<dd><a name="index-hyperref_002esty-536"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref">http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref</a>
<p>This package depends heavily on LaTeX, so that it is mostly
unusable outside of LaTeX. Eplain provides its own macros for
creating hyperlinks, see <a href="#Hyperlinks">Hyperlinks</a>.
- <br><dt>pict2e (`<samp><span class="samp">2005/07/15 v0.2r Improved picture commands (HjG,RN)</span></samp>')<dd><a name="index-pict2e_002esty-514"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/pict2e">http://www.ctan.org/tex-archive/macros/latex/contrib/pict2e</a>
+ <br><dt>pict2e (&lsquo;<samp><span class="samp">2005/07/15 v0.2r Improved picture commands (HjG,RN)</span></samp>&rsquo;)<dd><a name="index-pict2e_002esty-537"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/pict2e">http://www.ctan.org/tex-archive/macros/latex/contrib/pict2e</a>
- <br><dt>xcolor (`<samp><span class="samp">2005/06/06 v2.03 LaTeX color extensions (UK)</span></samp>')<dd><a name="index-xcolor_002esty-515"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/xcolor">http://www.ctan.org/tex-archive/macros/latex/contrib/xcolor</a>
+ <br><dt>xcolor (&lsquo;<samp><span class="samp">2005/06/06 v2.03 LaTeX color extensions (UK)</span></samp>&rsquo;)<dd><a name="index-xcolor_002esty-538"></a><a href="http://www.ctan.org/tex-archive/macros/latex/contrib/xcolor">http://www.ctan.org/tex-archive/macros/latex/contrib/xcolor</a>
</dl>
<!-- This is part of the Eplain manual. Public domain. -->
<div class="node">
-<p><hr>
<a name="Hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Arrow-theoretic-diagrams">Arrow theoretic diagrams</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#User-definitions">User definitions</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -3385,7 +3430,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
<h2 class="chapter">5 Hyperlinks</h2>
-<p><a name="index-links_002c-hypertext-516"></a><a name="index-hypertext-links-517"></a>This chapter describes the support which Eplain provides for hypertext
+<p><a name="index-links_002c-hypertext-539"></a><a name="index-hypertext-links-540"></a>This chapter describes the support which Eplain provides for hypertext
links (<dfn>hyperlinks</dfn> for short). Hyperlinks can be created
implicitly by the cross-reference, indexing and other macros in
Eplain. Macros for constructing explicit hyperlinks are also
@@ -3401,8 +3446,8 @@ provided.
</ul>
<div class="node">
-<p><hr>
<a name="Introduction-to-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Explicit-hyperlinks">Explicit hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
@@ -3410,16 +3455,16 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
<h3 class="section">5.1 Introduction to hyperlinks</h3>
-<p><a name="index-hyperlink-drivers-518"></a><a name="index-drivers_002c-hyperlink-519"></a>The original TeX engine has no built-in support for hyperlinks
+<p><a name="index-hyperlink-drivers-541"></a><a name="index-drivers_002c-hyperlink-542"></a>The original TeX engine has no built-in support for hyperlinks
(a.k.a. hypertext links).
Many of the present-day file formats with hyperlinking capabilities
did not even exist at the time TeX was written. However, TeX's
-<a name="index-special-520"></a><code>\special</code> primitive can be used to instruct TeX to write
+<a name="index-special-543"></a><code>\special</code> primitive can be used to instruct TeX to write
special directives into its <samp><span class="file">.dvi</span></samp> output file. These directives
are not interpreted by TeX in any way; they are intended for programs
which process the <samp><span class="file">.dvi</span></samp> files produced by TeX, be it printing
or converting to other formats, such as
-<a name="index-g_t_002eps-_0040r_007bfiles_007d-521"></a><a name="index-g_t_002epdf-_0040r_007bfiles_007d-522"></a><samp><span class="file">.ps</span></samp> or <samp><span class="file">.pdf</span></samp>.
+<a name="index-g_t_002eps-_0040r_007bfiles_007d-544"></a><a name="index-g_t_002epdf-_0040r_007bfiles_007d-545"></a><samp><span class="file">.ps</span></samp> or <samp><span class="file">.pdf</span></samp>.
<p>Another approach is to extend the original TeX engine with the
ability to generate one of the hyperlinking formats; TeX's set of
@@ -3443,15 +3488,15 @@ provides three drivers: <code>hypertex</code> (implementation of the
HyperTeX standard, see <a href="http://arxiv.org/hypertex">http://arxiv.org/hypertex</a>), and
<code>pdftex</code> and <code>dvipdfm</code> (named after the programs which
process the hyperlink commands,
-<a name="index-pdftex-523"></a>pdfTeX and
-<a name="index-dvipdfm-524"></a>dvipdfm). Therefore, Eplain can only produce HyperTeX commands and
+<a name="index-pdftex-546"></a>pdfTeX and
+<a name="index-dvipdfm-547"></a>dvipdfm). Therefore, Eplain can only produce HyperTeX commands and
hyperlink commands for one of these two programs&mdash;except that the
extended <code>dvipdfmx</code> program can be used as well as the original
<code>dvipdfm</code>, since they are compatible.
<p>To tell Eplain which <samp><span class="file">.dvi</span></samp> processor or extended TeX engine you
are using, use the command
-<a name="index-enablehyperlinks-525"></a><code>\enablehyperlinks</code>.
+<a name="index-enablehyperlinks-548"></a><code>\enablehyperlinks</code>.
<p>For example:
@@ -3462,7 +3507,7 @@ driver to use, as follows: if it detects pdfTeX in <acronym>PDF</acronym>
mode, it loads the <code>pdftex</code> driver. If it does not detect
pdfTeX in <acronym>PDF</acronym> mode, the <code>hypertex</code> driver is loaded.
The detection is based on the
-<a name="index-ifpdf-526"></a><code>\ifpdf</code> switch (see <a href="#Checking-for-PDF-output">Checking for PDF output</a>).
+<a name="index-ifpdf-549"></a><code>\ifpdf</code> switch (see <a href="#Checking-for-PDF-output">Checking for PDF output</a>).
<p>If necessary, you can explicitly specify the driver name:
@@ -3498,26 +3543,26 @@ destinations jointly, in which case we will use the term
<dfn>destinations</dfn> in cases when we need to refer specifically to
links or destinations.
- <p><a name="index-link-type-527"></a><a name="index-destination-type-528"></a><a name="index-type_002c-link-and-destination-529"></a>Hyperlink drivers provide several kinds of links and destinations. We
+ <p><a name="index-link-type-550"></a><a name="index-destination-type-551"></a><a name="index-type_002c-link-and-destination-552"></a>Hyperlink drivers provide several kinds of links and destinations. We
will refer to them as <dfn>link types</dfn> and <dfn>destination types</dfn>.
<p>For example, one of the destination types that the <code>pdftex</code>
-driver provides is the `<samp><span class="samp">xyz</span></samp>' type; when the user follows a link
-pointing to an `<samp><span class="samp">xyz</span></samp>' destination, the exact location marked by
+driver provides is the &lsquo;<samp><span class="samp">xyz</span></samp>&rsquo; type; when the user follows a link
+pointing to an &lsquo;<samp><span class="samp">xyz</span></samp>&rsquo; destination, the exact location marked by
that destination is displayed. Another destination type provided by
-the <code>pdftex</code> driver is the `<samp><span class="samp">fit</span></samp>' type; when the user follows
-a link pointing to a `<samp><span class="samp">fit</span></samp>' destination, the page containing that
+the <code>pdftex</code> driver is the &lsquo;<samp><span class="samp">fit</span></samp>&rsquo; type; when the user follows
+a link pointing to a &lsquo;<samp><span class="samp">fit</span></samp>&rsquo; destination, the page containing that
destination is zoomed to fit into the window in which the document is
displayed.
<p>Similarly, drivers support various link types. For example, with the
<code>pdftex</code> driver, the usual link type used to refer to
-destinations in the current document is called `<samp><span class="samp">name</span></samp>'. You can
+destinations in the current document is called &lsquo;<samp><span class="samp">name</span></samp>&rsquo;. You can
also create a link pointing to another local document (by using the
-`<samp><span class="samp">filename</span></samp>' link type) or to a <acronym>URL</acronym> (by using the
-`<samp><span class="samp">url</span></samp>' link type).
+&lsquo;<samp><span class="samp">filename</span></samp>&rsquo; link type) or to a <acronym>URL</acronym> (by using the
+&lsquo;<samp><span class="samp">url</span></samp>&rsquo; link type).
- <p><a name="index-link-options-530"></a><a name="index-destination-options-531"></a><a name="index-options_002c-link-and-destination-532"></a>In addition, each hyperlink driver supports a number of destination and
+ <p><a name="index-link-options-553"></a><a name="index-destination-options-554"></a><a name="index-options_002c-link-and-destination-555"></a>In addition, each hyperlink driver supports a number of destination and
link <dfn>options</dfn>. By setting these options you can customize
hyperlink parameters (e.g., the thickness of the border drawn around a
hyperlink) or pass information to hyperlinks (for example, file name of
@@ -3527,8 +3572,8 @@ a document, for a link pointing to a destination in another document).
options supported by the drivers. See <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>, for the information on how to set hyperlink options.
<div class="node">
-<p><hr>
<a name="Explicit-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Implicit-hyperlinks">Implicit hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
@@ -3537,7 +3582,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
<h3 class="section">5.2 Explicit hyperlinks</h3>
-<p><a name="index-explicit-hyperlinks-533"></a><a name="index-hyperlinks_002c-explicit-534"></a><a name="index-hldest-535"></a>Explicit hyperlinks are created by you, in the source of your
+<p><a name="index-explicit-hyperlinks-556"></a><a name="index-hyperlinks_002c-explicit-557"></a><a name="index-hldest-558"></a>Explicit hyperlinks are created by you, in the source of your
document. The simplest command is <code>\hldest</code>, which marks the
current position in your document as a destination:
@@ -3552,11 +3597,11 @@ destination. For example, with the <code>pdftex</code> driver, the command
<pre class="example"> \hldest{xyz}{zoom=2000}{index}
</pre>
- <p class="noindent">creates a destination of type `<samp><span class="samp">xyz</span></samp>' (&ldquo;the current
+ <p class="noindent">creates a destination of type &lsquo;<samp><span class="samp">xyz</span></samp>&rsquo; (&ldquo;the current
position&rdquo;), sets the magnification ratio for this destination to be
200%, and associates the label <code>index</code> with the destination.
- <p><a name="index-hlstart-536"></a><a name="index-hlend-537"></a>Another command, <code>\hlstart</code>, paired with <code>\hlend</code>, turns all
+ <p><a name="index-hlstart-559"></a><a name="index-hlend-560"></a>Another command, <code>\hlstart</code>, paired with <code>\hlend</code>, turns all
intervening material into a link:
<pre class="example"> \hlstart{<var>type</var>}{<var>options</var>}{<var>label</var>} ... \hlend
@@ -3567,14 +3612,14 @@ meaning as for <code>\hldest</code>. Continuing the previous example,
<pre class="example"> \hlstart{name}{bstyle=U,bwidth=2}{index} Index\hlend
</pre>
<p class="noindent">typesets the word `Index' as a link with underline border of
-width&nbsp;<!-- /@w -->2&nbsp;<!-- /@w -->PostScript points, pointing to the named destination
+width&nbsp;2&nbsp;PostScript points, pointing to the named destination
<code>index</code> defined in the previous example. (The other options, like
highlight mode and border color, are determined by the defaults,
see <a href="#Setting-default-types-and-options">Setting default types and options</a>).
<p>The <var>label</var> argument of both <code>\hldest</code> and <code>\hlstart</code>
-can contain special characters (such as `<samp><span class="samp">#</span></samp>', `<samp><span class="samp">%</span></samp>', `<samp><span class="samp">&amp;</span></samp>',
-`<samp><span class="samp">~</span></samp>', etc.) without any escaping. This is especially important
+can contain special characters (such as &lsquo;<samp><span class="samp">#</span></samp>&rsquo;, &lsquo;<samp><span class="samp">%</span></samp>&rsquo;, &lsquo;<samp><span class="samp">&amp;</span></samp>&rsquo;,
+&lsquo;<samp><span class="samp">~</span></samp>&rsquo;, etc.) without any escaping. This is especially important
for <acronym>URL</acronym> links supported by some drivers (see <a href="#Hyperlink-drivers">Hyperlink drivers</a>).
<p>Both <code>\hldest</code> and <code>\hlstart</code> ignore following spaces.
@@ -3592,8 +3637,8 @@ pass it for the <var>options</var>. For example:
explicit hyperlinks.
<div class="node">
-<p><hr>
<a name="Implicit-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Hyperlink-drivers">Hyperlink drivers</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Explicit-hyperlinks">Explicit hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
@@ -3602,11 +3647,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
<h3 class="section">5.3 Implicit hyperlinks</h3>
-<p><a name="index-implicit-hyperlinks-538"></a><a name="index-hyperlinks_002c-implicit-539"></a><dfn>Implicit hyperlinks</dfn> are hyperlinks created implicitly by various
+<p><a name="index-implicit-hyperlinks-561"></a><a name="index-hyperlinks_002c-implicit-562"></a><dfn>Implicit hyperlinks</dfn> are hyperlinks created implicitly by various
Eplain macros, such as the macros for citations, cross-references,
indexing, etc.
- <p><a name="index-link-group-540"></a><a name="index-linkgroup-541"></a><a name="index-group_002c-link-542"></a><a name="index-destination-group-543"></a><a name="index-destgroup-544"></a><a name="index-group_002c-destination-545"></a>All such macros are divided into <dfn>link groups</dfn> and
+ <p><a name="index-link-group-563"></a><a name="index-linkgroup-564"></a><a name="index-group_002c-link-565"></a><a name="index-destination-group-566"></a><a name="index-destgroup-567"></a><a name="index-group_002c-destination-568"></a>All such macros are divided into <dfn>link groups</dfn> and
<dfn>destination groups</dfn> (or <dfn>linkgroups</dfn> and <dfn>destgroups</dfn> for
short) so that parameters can be set individually for each group. For
example, all equation macros which define a destination are assigned
@@ -3647,8 +3692,8 @@ and the hyperlink support provided.
</ul>
<div class="node">
-<p><hr>
<a name="General-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#URL-hyperlinks">URL hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -3656,29 +3701,30 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.1 General hyperlinks: hrefint, hrefext</h4>
-<p><a name="index-href-546"></a><code>\href{</code><var>url</var><code>}{</code><var>text</var><code>}</code> typesets <var>text</var> as a link
+<p><a name="index-href-569"></a><code>\href{</code><var>url</var><code>}{</code><var>text</var><code>}</code> typesets <var>text</var> as a link
to <var>url</var>. It basically does what the explicit hyperlink macros do
(see <a href="#Explicit-hyperlinks">Explicit hyperlinks</a>), but is more convenient (at the expense
of flexibility).
- <p>If <var>url</var> starts with `<samp><span class="samp">#</span></samp>', the rest of <var>url</var> is assumed to
+ <p>If <var>url</var> starts with &lsquo;<samp><span class="samp">#</span></samp>&rsquo;, the rest of <var>url</var> is assumed to
be a local hyperlink destination name (destination within the same
document). Parameters for these links can be set by customizing the
-<a name="index-group-_0060hrefint_0027-547"></a><a name="index-linkgroup-_0060hrefint_0027-548"></a>`hrefint' linkgroup. For example:
+<a name="index-group-_0060hrefint_0027-570"></a><a name="index-linkgroup-_0060hrefint_0027-571"></a>`hrefint' linkgroup. For example:
<pre class="example"> See \href{#intro}{Introduction}
</pre>
<p class="noindent">will make `Introduction' into an internal link, which might
have been created, e.g., with <code>\xrdef{intro}</code>.
- <p><a name="index-g_t_0040acronym_007bURL_007d-hyperlink-549"></a><a name="index-hyperlinks_002c-_0040acronym_007bURL_007d-550"></a>If <var>url</var> does not start with `<samp><span class="samp">#</span></samp>', it is assumed to be a
+ <p><a name="index-g_t_0040acronym_007bURL_007d-hyperlink-572"></a><a name="index-hyperlinks_002c-_0040acronym_007bURL_007d-573"></a>If <var>url</var> does not start with &lsquo;<samp><span class="samp">#</span></samp>&rsquo;, it is assumed to be a
<acronym>URL</acronym> link. Parameters for these links can be set by
customizing the
-<a name="index-group-_0060hrefext_0027-551"></a><a name="index-linkgroup-_0060hrefext_0027-552"></a>`hrefext' linkgroup. The special characters (such as `<samp><span class="samp">#</span></samp>' and
-`<samp><span class="samp">~</span></samp>') in the <acronym>URL</acronym> don't need to be escaped. For example:
+<a name="index-group-_0060hrefext_0027-574"></a><a name="index-linkgroup-_0060hrefext_0027-575"></a>`hrefext' linkgroup. The special characters (such as &lsquo;<samp><span class="samp">#</span></samp>&rsquo; and
+&lsquo;<samp><span class="samp">~</span></samp>&rsquo;) in the <acronym>URL</acronym> don't need to be escaped. For example:
<pre class="example"> \href{http://tug.org/eplain/doc/eplain.html#Hyperlinks}{Hyperlinks
- in Eplain}
+ in Eplain}
+ \href{mailto:tex-eplain@tug.org}{Eplain mailing list}
</pre>
<p class="noindent">See <a href="#URL-hyperlinks">URL hyperlinks</a>, for another way to create
<acronym>URL</acronym> hyperlinks.
@@ -3690,12 +3736,12 @@ catcodes. For example:
<pre class="example"> \href{#WeirdChars}{The weird chars \verbatim #&amp;%$~|endverbatim}
</pre>
<p><code>\href</code> does not currently handle other link types, such as
-<a name="index-g_t_0040samp_007bfile_003a_007d-links-553"></a>`<samp><span class="samp">file:</span></samp>' and
-<a name="index-g_t_0040samp_007brun_003a_007d-links-554"></a>`<samp><span class="samp">run:</span></samp>' links.
+<a name="index-g_t_0040samp_007bfile_003a_007d-links-576"></a>&lsquo;<samp><span class="samp">file:</span></samp>&rsquo; and
+<a name="index-g_t_0040samp_007brun_003a_007d-links-577"></a>&lsquo;<samp><span class="samp">run:</span></samp>&rsquo; links.
<div class="node">
-<p><hr>
<a name="URL-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Citation-hyperlinks">Citation hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#General-hyperlinks">General hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -3704,12 +3750,12 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.2 URL hyperlinks: url</h4>
-<p><a name="index-g_t_0040acronym_007bURL_007d-hyperlink-555"></a><a name="index-hyperlinks_002c-_0040acronym_007bURL_007d-556"></a><a name="index-group-_0060url_0027-557"></a><a name="index-linkgroup-_0060url_0027-558"></a>The `url' linkgroup covers the
-<a name="index-url-_0040r_007b_0028hyperlinks_0029_007d-559"></a><code>\url</code> command from the LaTeX package
-<a name="index-url_002esty-560"></a><samp><span class="file">url</span></samp> (see <a href="#Packages-known-to-work">Packages known to work</a>), as well as any new
+<p><a name="index-g_t_0040acronym_007bURL_007d-hyperlink-578"></a><a name="index-hyperlinks_002c-_0040acronym_007bURL_007d-579"></a><a name="index-group-_0060url_0027-580"></a><a name="index-linkgroup-_0060url_0027-581"></a>The `url' linkgroup covers the
+<a name="index-url-_0040r_007b_0028hyperlinks_0029_007d-582"></a><code>\url</code> command from the LaTeX package
+<a name="index-url_002esty-583"></a><samp><span class="file">url</span></samp> (see <a href="#Packages-known-to-work">Packages known to work</a>), as well as any new
<code>\url</code>-like commands you define. The type for this linkgroup is
-set to `<samp><span class="samp">url</span></samp>' by the drivers which support this link type.
-`<samp><span class="samp">url</span></samp>' links use the parameter to the <code>\url</code> command as the
+set to &lsquo;<samp><span class="samp">url</span></samp>&rsquo; by the drivers which support this link type.
+&lsquo;<samp><span class="samp">url</span></samp>&rsquo; links use the parameter to the <code>\url</code> command as the
<acronym>URL</acronym> to point to.
<p>You may be using the <code>\url</code> command to typeset something other than
@@ -3717,12 +3763,12 @@ a <acronym>URL</acronym>, e.g., a path, for which you do not want a link to be
created; in that case, you can disable the `url' linkgroup with the
command <code>\hloff[url]</code> (see <a href="#Turning-hyperlinks-on_002foff-for-a-group">Turning hyperlinks on/off for a group</a>).
- <p><a name="index-boxed-links_002c-avoiding-561"></a><a name="index-avoiding-boxed-links-562"></a><a name="index-color_002c-hyperlinks-563"></a><a name="index-colored-links-564"></a><a name="index-hyperlink-color-565"></a>By default, <acronym>URL</acronym> (and other types of) links are boxed, so
+ <p><a name="index-boxed-links_002c-avoiding-584"></a><a name="index-avoiding-boxed-links-585"></a><a name="index-color_002c-hyperlinks-586"></a><a name="index-colored-links-587"></a><a name="index-hyperlink-color-588"></a>By default, <acronym>URL</acronym> (and other types of) links are boxed, so
that they are visually marked even if you do not load the LaTeX
-<a name="index-color_002esty-566"></a>`color' package (see <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a>) and therefore link text
+<a name="index-color_002esty-589"></a>`color' package (see <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a>) and therefore link text
is not colored. You can see the effect by compiling the following code
snippet (be sure to get a modern <samp><span class="file">url.sty</span></samp>, older versions do not
-work in plain&nbsp;<!-- /@w -->TeX; see <a href="#Packages-known-to-work">Packages known to work</a>):
+work in plain&nbsp;TeX; see <a href="#Packages-known-to-work">Packages known to work</a>):
<pre class="example"> \input eplain
\beginpackages
@@ -3732,6 +3778,9 @@ work in plain&nbsp;<!-- /@w -->TeX; see <a href="#Packages-known-to-work">Packag
\enablehyperlinks
\url{http://foo/bar}
+
+ \url{mailto:foobar@example.org}
+
\bye
</pre>
<p>If the hyperlink driver you use supports the link option <code>bwidth</code>
@@ -3748,6 +3797,9 @@ border around them. Try this:
\hlopts{bwidth=0}
\url{http://foo/bar}
+
+ \url{mailto:foobar@example.org}
+
\bye
</pre>
<p class="noindent">The command <code>\hlopts{bwidth=0}</code> sets border width to
@@ -3757,8 +3809,8 @@ apply to <acronym>URL</acronym> links only, say <code>\hlopts[url]{bwidth=0}</co
(see <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>).
<div class="node">
-<p><hr>
<a name="Citation-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#List-hyperlinks">List hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#URL-hyperlinks">URL hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -3767,12 +3819,12 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.3 Citation hyperlinks: cite, bib</h4>
-<p><a name="index-citations_002c-hyperlinks-567"></a><a name="index-hyperlinks_002c-citations-568"></a><a name="index-group-_0060cite_0027-569"></a><a name="index-linkgroup-_0060cite_0027-570"></a><a name="index-cite-_0040r_007b_0028hyperlinks_0029_007d-571"></a>The `cite' linkgroup includes only the <code>\cite</code> command
+<p><a name="index-citations_002c-hyperlinks-590"></a><a name="index-hyperlinks_002c-citations-591"></a><a name="index-group-_0060cite_0027-592"></a><a name="index-linkgroup-_0060cite_0027-593"></a><a name="index-cite-_0040r_007b_0028hyperlinks_0029_007d-594"></a>The `cite' linkgroup includes only the <code>\cite</code> command
(see <a href="#Citations">Citations</a>). <code>\cite</code> turns each of the references in the
list into a link pointing to the respective bibliography entry
produced by the <code>\bibliography</code> command.
- <p><a name="index-bibliography_002c-hyperlinks-572"></a><a name="index-hyperlinks_002c-bibliography-573"></a><a name="index-group-_0060bib_0027-574"></a><a name="index-destgroup-_0060bib_0027-575"></a><a name="index-bibliography-_0040r_007b_0028hyperlinks_0029_007d-576"></a>The `bib' destgroup includes the macros related to the
+ <p><a name="index-bibliography_002c-hyperlinks-595"></a><a name="index-hyperlinks_002c-bibliography-596"></a><a name="index-group-_0060bib_0027-597"></a><a name="index-destgroup-_0060bib_0027-598"></a><a name="index-bibliography-_0040r_007b_0028hyperlinks_0029_007d-599"></a>The `bib' destgroup includes the macros related to the
<code>\bibliography</code> command (see <a href="#Citations">Citations</a>). <code>\bibliography</code>
inputs a <samp><span class="file">.bbl</span></samp> file, which contains a list of bibliography
entries. For each of the entries, a destination is defined.
@@ -3780,8 +3832,8 @@ entries. For each of the entries, a destination is defined.
<p>Both commands use the citation label as the hyperlink label.
<div class="node">
-<p><hr>
<a name="List-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Citation-hyperlinks">Citation hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -3790,15 +3842,15 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.4 List hyperlinks: li</h4>
-<p><a name="index-lists_002c-hyperlinks-577"></a><a name="index-hyperlinks_002c-lists-578"></a><a name="index-li-_0040r_007b_0028hyperlinks_0029_007d-579"></a><a name="index-group-_0060li_0027-580"></a><a name="index-destgroup-_0060li_0027-581"></a>The `li' destgroup consists of the <code>\li</code> command (see <a href="#Lists">Lists</a>),
+<p><a name="index-lists_002c-hyperlinks-600"></a><a name="index-hyperlinks_002c-lists-601"></a><a name="index-li-_0040r_007b_0028hyperlinks_0029_007d-602"></a><a name="index-group-_0060li_0027-603"></a><a name="index-destgroup-_0060li_0027-604"></a>The `li' destgroup consists of the <code>\li</code> command (see <a href="#Lists">Lists</a>),
which defines a destination if you supply the optional argument
(cross-reference label). This label is also used as the hyperlink
label.
<div class="node">
-<p><hr>
<a name="Cross-reference-hyperlinks"></a>
<a name="Cross_002dreference-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Page-reference-hyperlinks">Page reference hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#List-hyperlinks">List hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -3807,35 +3859,35 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.5 Cross-reference hyperlinks: definexref, ref</h4>
-<p><a name="index-definexref-_0040r_007b_0028hyperlinks_0029_007d-582"></a><a name="index-cross_002dreferences_002c-hyperlinks-583"></a><a name="index-hyperlinks_002c-cross_002dreferences-584"></a><a name="index-group-_0060definexref_0027-585"></a><a name="index-destgroup-_0060definexref_0027-586"></a>The `definexref' destgroup is for the <code>\definexref</code> command
+<p><a name="index-definexref-_0040r_007b_0028hyperlinks_0029_007d-605"></a><a name="index-cross_002dreferences_002c-hyperlinks-606"></a><a name="index-hyperlinks_002c-cross_002dreferences-607"></a><a name="index-group-_0060definexref_0027-608"></a><a name="index-destgroup-_0060definexref_0027-609"></a>The `definexref' destgroup is for the <code>\definexref</code> command
(see <a href="#Defining-generic-references">Defining generic references</a>). <code>\definexref</code> defines a
destination using the cross-reference label (the first argument) as the
hyperlink label.
- <p><a name="index-group-_0060ref_0027-587"></a><a name="index-linkgroup-_0060ref_0027-588"></a>The `ref' linkgroup includes <code>\refn</code> and <code>\xrefn</code> (they are
+ <p><a name="index-group-_0060ref_0027-610"></a><a name="index-linkgroup-_0060ref_0027-611"></a>The `ref' linkgroup includes <code>\refn</code> and <code>\xrefn</code> (they are
synonyms), <code>\ref</code>, and <code>\refs</code> (see <a href="#Using-generic-references">Using generic references</a>).
- <p><a name="index-refn-_0040r_007b_0028hyperlinks_0029_007d-589"></a><a name="index-xrefn-_0040r_007b_0028hyperlinks_0029_007d-590"></a><code>\refn</code> turns the cross-reference it produces into a link, using
+ <p><a name="index-refn-_0040r_007b_0028hyperlinks_0029_007d-612"></a><a name="index-xrefn-_0040r_007b_0028hyperlinks_0029_007d-613"></a><code>\refn</code> turns the cross-reference it produces into a link, using
the cross-reference label as the hyperlink label. If an optional
argument is present, it is tied by
-<a name="index-reftie-591"></a><code>\reftie</code> to the reference and become part of the link.
+<a name="index-reftie-614"></a><code>\reftie</code> to the reference and become part of the link.
- <p><a name="index-ref-_0040r_007b_0028hyperlinks_0029_007d-592"></a><code>\ref</code> works similarly to <code>\refn</code>. It takes an optional
+ <p><a name="index-ref-_0040r_007b_0028hyperlinks_0029_007d-615"></a><code>\ref</code> works similarly to <code>\refn</code>. It takes an optional
argument, which is treated the same way as the optional argument to
<code>\refn</code>. In addition, <code>\ref</code> can produce a &ldquo;class word&rdquo;.
Both the optional argument and the class word become part of the link,
when present. The cross-reference is tied by
-<a name="index-reftie-593"></a><code>\reftie</code> to the preceding word. The optional argument is
+<a name="index-reftie-616"></a><code>\reftie</code> to the preceding word. The optional argument is
separated from the class word by
-<a name="index-refspace-594"></a><code>\refspace</code>.
+<a name="index-refspace-617"></a><code>\refspace</code>.
- <p><a name="index-refs-_0040r_007b_0028hyperlinks_0029_007d-595"></a>Unlike <code>\ref</code>, <code>\refs</code> does not take an optional argument and
+ <p><a name="index-refs-_0040r_007b_0028hyperlinks_0029_007d-618"></a>Unlike <code>\ref</code>, <code>\refs</code> does not take an optional argument and
does not make the class word part of the link, which is appropriate for
its intended use.
<div class="node">
-<p><hr>
<a name="Page-reference-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -3844,18 +3896,18 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.6 Page reference hyperlinks: xrdef, xref</h4>
-<p><a name="index-xrdef-_0040r_007b_0028hyperlinks_0029_007d-596"></a><a name="index-page-reference-hyperlink-597"></a><a name="index-hyperlinks_002c-page-references-598"></a><a name="index-group-_0060xrdef_0027-599"></a><a name="index-destgroup-_0060xrdef_0027-600"></a>The `xrdef' destgroup is for <code>\xrdef</code> (see <a href="#Page-references">Page references</a>).
+<p><a name="index-xrdef-_0040r_007b_0028hyperlinks_0029_007d-619"></a><a name="index-page-reference-hyperlink-620"></a><a name="index-hyperlinks_002c-page-references-621"></a><a name="index-group-_0060xrdef_0027-622"></a><a name="index-destgroup-_0060xrdef_0027-623"></a>The `xrdef' destgroup is for <code>\xrdef</code> (see <a href="#Page-references">Page references</a>).
<code>\xrdef</code> defines a destination using cross-reference label as the
hyperlink label.
- <p><a name="index-xref-_0040r_007b_0028hyperlinks_0029_007d-601"></a><a name="index-refspace-602"></a><a name="index-xrefpageword-603"></a><a name="index-group-_0060xref_0027-604"></a><a name="index-linkgroup-_0060xref_0027-605"></a>The `xref' linkgroup includes the <code>\xref</code> command (see <a href="#Page-references">Page references</a>). <code>\xref</code> turns its optional argument (followed by
+ <p><a name="index-xref-_0040r_007b_0028hyperlinks_0029_007d-624"></a><a name="index-refspace-625"></a><a name="index-xrefpageword-626"></a><a name="index-group-_0060xref_0027-627"></a><a name="index-linkgroup-_0060xref_0027-628"></a>The `xref' linkgroup includes the <code>\xref</code> command (see <a href="#Page-references">Page references</a>). <code>\xref</code> turns its optional argument (followed by
<code>\refspace</code>), <code>\xrefpageword</code> and the cross-reference (page
number) into a link, using the cross-reference label as the hyperlink
label.
<div class="node">
-<p><hr>
<a name="Equation-reference-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Index-hyperlinks">Index hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Page-reference-hyperlinks">Page reference hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -3864,7 +3916,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.7 Equation reference hyperlinks: eq</h4>
-<p><a name="index-eqdef-_0040r_007b_0028hyperlinks_0029_007d-606"></a><a name="index-eqdefn-_0040r_007b_0028hyperlinks_0029_007d-607"></a><a name="index-eqsubdef-_0040r_007b_0028hyperlinks_0029_007d-608"></a><a name="index-eqsubdefn-_0040r_007b_0028hyperlinks_0029_007d-609"></a><a name="index-equations_002c-hyperlinks-610"></a><a name="index-hyperlinks_002c-equations-611"></a><a name="index-group-_0060eq_0027-612"></a><a name="index-destgroup-_0060eq_0027-613"></a>All commands that define equation labels are part of the `eq' destgroup.
+<p><a name="index-eqdef-_0040r_007b_0028hyperlinks_0029_007d-629"></a><a name="index-eqdefn-_0040r_007b_0028hyperlinks_0029_007d-630"></a><a name="index-eqsubdef-_0040r_007b_0028hyperlinks_0029_007d-631"></a><a name="index-eqsubdefn-_0040r_007b_0028hyperlinks_0029_007d-632"></a><a name="index-equations_002c-hyperlinks-633"></a><a name="index-hyperlinks_002c-equations-634"></a><a name="index-group-_0060eq_0027-635"></a><a name="index-destgroup-_0060eq_0027-636"></a>All commands that define equation labels are part of the `eq' destgroup.
These are <code>\eqdef</code>, <code>\eqdefn</code>, <code>\eqsubdef</code> and
<code>\eqsubdefn</code> (see <a href="#Equation-references">Equation references</a>). All these commands use
the equation label as the hyperlink label. However, if the equation
@@ -3872,21 +3924,21 @@ label is empty, they make up a (hopefully) unique hyperlink label for
the destination. This label will be used for the link when you refer to
this empty-labeled equation with one of the equation reference macros.
- <p><a name="index-phantomeqlabel-614"></a><a name="index-phantomeqnumber-615"></a>The command <code>\phantomeqlabel</code> is called to generate hyperlink
+ <p><a name="index-phantomeqlabel-637"></a><a name="index-phantomeqnumber-638"></a>The command <code>\phantomeqlabel</code> is called to generate hyperlink
labels for the empty-labeled equations. By default, it produces the
-labels in the format `<samp><span class="samp">PHEQ</span><var>number</var></samp>', where <var>number</var> comes
+labels in the format &lsquo;<samp><span class="samp">PHEQ</span><var>number</var></samp>&rsquo;, where <var>number</var> comes
from the count register <code>\phantomeqnumber</code>; this count register is
incremented at every empty-labeled equation definition.
- <p><a name="index-eqref-616"></a><a name="index-eqrefn-617"></a><a name="index-reftie-618"></a><a name="index-group-_0060eq_0027-619"></a><a name="index-linkgroup-_0060eq_0027-620"></a>The commands <code>\eqref</code> and <code>\eqrefn</code> (see <a href="#Equation-references">Equation references</a>) form the `eq' linkgroup. These commands take an optional
+ <p><a name="index-eqref-639"></a><a name="index-eqrefn-640"></a><a name="index-reftie-641"></a><a name="index-group-_0060eq_0027-642"></a><a name="index-linkgroup-_0060eq_0027-643"></a>The commands <code>\eqref</code> and <code>\eqrefn</code> (see <a href="#Equation-references">Equation references</a>) form the `eq' linkgroup. These commands take an optional
argument, which, when present, is tied with <code>\reftie</code> to the
equation reference and becomes part of the link. The equation label is
used for the hyperlink label; if the label is empty, the link is for the
label generated for the last empty-labeled equation.
<div class="node">
-<p><hr>
<a name="Index-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Footnote-hyperlinks">Footnote hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -3895,15 +3947,15 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.8 Index hyperlinks: idx</h4>
-<p><a name="index-idx-_0040r_007b_0028hyperlinks_0029_007d-621"></a><a name="index-idxname-_0040r_007b_0028hyperlinks_0029_007d-622"></a><a name="index-idxmarked-_0040r_007b_0028hyperlinks_0029_007d-623"></a><a name="index-idxsubmarked-_0040r_007b_0028hyperlinks_0029_007d-624"></a><a name="index-index-hyperlink-625"></a><a name="index-hyperlinks_002c-index-626"></a><a name="index-group-_0060idx_0027-627"></a><a name="index-linkgroup-_0060idx_0027-628"></a><a name="index-destgroup-_0060idx_0027-629"></a>All indexing commands (<code>\idx</code>, <code>\idxname</code>, <code>\idxmarked</code>,
+<p><a name="index-idx-_0040r_007b_0028hyperlinks_0029_007d-644"></a><a name="index-idxname-_0040r_007b_0028hyperlinks_0029_007d-645"></a><a name="index-idxmarked-_0040r_007b_0028hyperlinks_0029_007d-646"></a><a name="index-idxsubmarked-_0040r_007b_0028hyperlinks_0029_007d-647"></a><a name="index-index-hyperlink-648"></a><a name="index-hyperlinks_002c-index-649"></a><a name="index-group-_0060idx_0027-650"></a><a name="index-linkgroup-_0060idx_0027-651"></a><a name="index-destgroup-_0060idx_0027-652"></a>All indexing commands (<code>\idx</code>, <code>\idxname</code>, <code>\idxmarked</code>,
<code>\idxsubmarked</code> and their silent equivalents, see <a href="#Indexing-commands">Indexing commands</a>) form the `idx' destgroup. The `idx' linkgroup consists of
the macros which are used to typeset the index when you say
-<a name="index-readindexfile-_0040r_007b_0028hyperlinks_0029_007d-630"></a><code>\readindexfile{</code><var>index-letter</var><code>}</code> (see <a href="#Typesetting-an-index">Typesetting an index</a>).
+<a name="index-readindexfile-_0040r_007b_0028hyperlinks_0029_007d-653"></a><code>\readindexfile{</code><var>index-letter</var><code>}</code> (see <a href="#Typesetting-an-index">Typesetting an index</a>).
- <p><a name="index-makeindex-631"></a>To create the links in index entries, Eplain uses MakeIndex's
+ <p><a name="index-makeindex-654"></a>To create the links in index entries, Eplain uses MakeIndex's
&ldquo;encapsulation&rdquo; feature. When you use an indexing macro to mark an
index term, Eplain writes out a line to the
-<a name="index-g_t_002eidx-_0040r_007bfiles_007d-632"></a><samp><span class="file">.idx</span></samp> file of the following general form:
+<a name="index-g_t_002eidx-_0040r_007bfiles_007d-655"></a><samp><span class="file">.idx</span></samp> file of the following general form:
<pre class="example"> \indexentry{<var>entry</var>|<var>pagemarkup</var>}{<var>pageno</var>}
</pre>
@@ -3915,7 +3967,7 @@ and <var>pageno</var> is the page number on which the term appeared. When
processing the <samp><span class="file">.idx</span></samp> file, MakeIndex makes the page number an
argument to the page markup command (&ldquo;encapsulates&rdquo; the page
number), so the page number in the
-<a name="index-g_t_002eind-_0040r_007bfiles_007d-633"></a><samp><span class="file">.ind</span></samp> file appears as <code>\</code><var>cs</var><code>{</code><var>pageno</var><code>}</code>. Eplain
+<a name="index-g_t_002eind-_0040r_007bfiles_007d-656"></a><samp><span class="file">.ind</span></samp> file appears as <code>\</code><var>cs</var><code>{</code><var>pageno</var><code>}</code>. Eplain
internally replaces the <var>cs</var> command name with its own command,
which, in addition to calling the original <code>\</code><var>cs</var>
encapsulator, turns the page number into a link.
@@ -3932,8 +3984,8 @@ locations of index terms in the text.
</ul>
<div class="node">
-<p><hr>
<a name="Exact-destinations-for-index-terms"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Page-destinations-for-index-terms">Page destinations for index terms</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Index-hyperlinks">Index hyperlinks</a>
@@ -3948,7 +4000,7 @@ writes to the <samp><span class="file">.idx</span></samp> file becomes
<pre class="example"> \indexentry{<var>entry</var>|hlidx{<var>label</var>}{<var>cs</var>}}{<var>pageno}</var>
</pre>
- <p><a name="index-hlidx-634"></a>where <code>\hlidx</code> is the command that is defined by Eplain
+ <p><a name="index-hlidx-657"></a>where <code>\hlidx</code> is the command that is defined by Eplain
to take three arguments: a hyperlink label (<var>label</var>), a name of
page number encapsulator (<var>cs</var>) and a page number (<var>pageno</var>).
In the <samp><span class="file">.ind</span></samp> file that MakeIndex will generate, the page number
@@ -3961,19 +4013,19 @@ will now appear as
<var>label</var> destination.
<p>The hyperlink labels for the index terms are generated by the
-<a name="index-hlidxlabel-635"></a><code>\hlidxlabel</code> command, by default in the format
-`<samp><span class="samp">IDX</span><var>number</var></samp>', where <var>number</var> is the value of the count
+<a name="index-hlidxlabel-658"></a><code>\hlidxlabel</code> command, by default in the format
+&lsquo;<samp><span class="samp">IDX</span><var>number</var></samp>&rsquo;, where <var>number</var> is the value of the count
register
-<a name="index-hlidxlabelnumber-636"></a><code>\hlidxlabelnumber</code>. This count register is incremented at each
+<a name="index-hlidxlabelnumber-659"></a><code>\hlidxlabelnumber</code>. This count register is incremented at each
index term.
- <p><a name="index-exact-index-hyperlinks-637"></a><a name="index-index_002c-exact-hyperlinks-638"></a><a name="index-hyperlinks_002c-index_002c-exact-639"></a>The advantage of this approach, as compared to the second approach
+ <p><a name="index-exact-index-hyperlinks-660"></a><a name="index-index_002c-exact-hyperlinks-661"></a><a name="index-hyperlinks_002c-index_002c-exact-662"></a>The advantage of this approach, as compared to the second approach
described below, is that links in the index point to exact locations of
the indexed terms on the page. The disadvantage of this approach is
that MakeIndex will regard <em>all</em> index entries as distinct, because
each one contains a (unique) hyperlink label. This disadvantage can be
partially overcome by the script
-<a name="index-idxuniq-640"></a><a name="index-filtering-index-entries-with-hyperlinks-641"></a><a name="index-hyperlinks_002c-filtering-index-entries-642"></a><samp><span class="file">idxuniq</span></samp> distributed with Eplain in the <samp><span class="file">util</span></samp> directory.
+<a name="index-idxuniq-663"></a><a name="index-filtering-index-entries-with-hyperlinks-664"></a><a name="index-hyperlinks_002c-filtering-index-entries-665"></a><samp><span class="file">idxuniq</span></samp> distributed with Eplain in the <samp><span class="file">util</span></samp> directory.
This script filters out <code>\indexentry</code> lines differing only in the
hyperlink label but identical otherwise. You should process the
<samp><span class="file">.idx</span></samp> with this script before passing it on to MakeIndex. For
@@ -3988,8 +4040,8 @@ entry appears on the same page as another entry with the same
definition; <samp><span class="file">idxuniq</span></samp> will not filter out the second entry).
<div class="node">
-<p><hr>
<a name="Page-destinations-for-index-terms"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Choosing-destination-placement">Choosing destination placement</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Index-hyperlinks">Index hyperlinks</a>
@@ -4004,16 +4056,16 @@ number encapsulator which can parse the page number and generate a link
pointing to the <em>page</em> on which the term appeared. On top of each
page containing an index term, Eplain defines a destination with label
produced by
-<a name="index-hlidxpagelabel-643"></a><code>\hlidxpagelabel</code>. The <code>\hlidxpagelabel</code> command takes a
+<a name="index-hlidxpagelabel-666"></a><code>\hlidxpagelabel</code>. The <code>\hlidxpagelabel</code> command takes a
single argument (page number <var>number</var>) and by default produces the
-label in the format `<samp><span class="samp">IDXPG</span><var>number</var></samp>'.
+label in the format &lsquo;<samp><span class="samp">IDXPG</span><var>number</var></samp>&rsquo;.
<p>With this approach, the <code>\indexentry</code> line which Eplain writes to
the <code>.idx</code> file looks like this:
<pre class="example"> \indexentry{<var>entry</var>|hlidxpage{<var>cs</var>}}{<var>pageno}</var>
</pre>
- <p><a name="index-hlidxpage-644"></a>where <code>\hlidxpage</code> is the command that is defined by Eplain
+ <p><a name="index-hlidxpage-667"></a>where <code>\hlidxpage</code> is the command that is defined by Eplain
to take two arguments: a name of page number encapsulator (<var>cs</var>)
and a page number (<var>pageno</var>). In the <samp><span class="file">.ind</span></samp> file that
MakeIndex will generate, the page number will appear as
@@ -4025,13 +4077,13 @@ intact. The drawback is that links in the index do not point to exact
locations of indexed terms on a page, but to the top of a page on
which the term appears.
- <p><a name="index-index_002c-parsing-page-numbers-645"></a><a name="index-page-range_002c-parsing-646"></a><a name="index-page-list_002c-parsing-647"></a><a name="index-parsing-page-numbers-648"></a>Another disadvantage is that this approach depends on the page range and
+ <p><a name="index-index_002c-parsing-page-numbers-668"></a><a name="index-page-range_002c-parsing-669"></a><a name="index-page-list_002c-parsing-670"></a><a name="index-parsing-page-numbers-671"></a>Another disadvantage is that this approach depends on the page range and
page list separators which MakeIndex was configured to output.
<code>\hlidxpage</code> must be able to parse the first page number in a page
-range like `<samp><span class="samp">1--4</span></samp>'. In addition, page list parsing is needed
+range like &lsquo;<samp><span class="samp">1--4</span></samp>&rsquo;. In addition, page list parsing is needed
because MakeIndex combines two consecutive page numbers in one call to
the page number encapsulator, so <code>\hlidxpage</code> can be passed, e.g.,
-`<samp><span class="samp">1, 2</span></samp>' for the <var>pageno</var>. In this last case, <code>\hlidxpage</code>
+&lsquo;<samp><span class="samp">1, 2</span></samp>&rsquo; for the <var>pageno</var>. In this last case, <code>\hlidxpage</code>
splits the two page numbers, applies <code>\</code><var>cs</var> to each of them,
and makes each of the page numbers a link to the appropriate page. Note
that this will alter typesetting slightly, because now the page list
@@ -4039,8 +4091,8 @@ separator (a comma followed by a space, by default) is not typeset using
the page number encapsulator (<code>\</code><var>cs</var>).
<p>Eplain's defaults for the page list and page number delimiters are the
-same as those in MakeIndex, a comma followed by a space (`<samp><span class="samp">, </span></samp>') and
-two dashes (`<samp><span class="samp">--</span></samp>'), respectively. If you customize MakeIndex to use
+same as those in MakeIndex, a comma followed by a space (&lsquo;<samp><span class="samp">, </span></samp>&rsquo;) and
+two dashes (&lsquo;<samp><span class="samp">--</span></samp>&rsquo;), respectively. If you customize MakeIndex to use
different delimiters, you must not forget to let Eplain know about them
with the commands
@@ -4050,8 +4102,8 @@ with the commands
<p class="noindent">(see <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a>).
<div class="node">
-<p><hr>
<a name="Choosing-destination-placement"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Index-page-list-and-page-range-parsers">Index page list and page range parsers</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Page-destinations-for-index-terms">Page destinations for index terms</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Index-hyperlinks">Index hyperlinks</a>
@@ -4060,13 +4112,13 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Index-hyperlinks">Index hyperlinks</a>
<h5 class="subsubsection">5.3.8.3 Choosing destination placement</h5>
-<p><a name="index-index_002c-placement-of-destinations-649"></a><a name="index-index_002c-destination-placement-650"></a><a name="index-index_002c-selecting-destination-placement-651"></a><a name="index-index_002c-choosing-destination-placement-652"></a><a name="index-hyperlinks_002c-index-destination-placement-653"></a>The approach that Eplain should use for the index terms can be
+<p><a name="index-index_002c-placement-of-destinations-672"></a><a name="index-index_002c-destination-placement-673"></a><a name="index-index_002c-selecting-destination-placement-674"></a><a name="index-index_002c-choosing-destination-placement-675"></a><a name="index-hyperlinks_002c-index-destination-placement-676"></a>The approach that Eplain should use for the index terms can be
selected in the
-<a name="index-enablehyperlinks-654"></a><code>\enablehyperlinks</code> command. The optional argument it accepts is
+<a name="index-enablehyperlinks-677"></a><code>\enablehyperlinks</code> command. The optional argument it accepts is
a comma-separated list of options. The
-<a name="index-idxexact-655"></a><code>idxexact</code> option selects the first approach,
-<a name="index-idxpage-656"></a><code>idxpage</code> the second, and
-<a name="index-idxnone-657"></a><code>idxnone</code> disables hyperlink support for the index terms
+<a name="index-idxexact-678"></a><code>idxexact</code> option selects the first approach,
+<a name="index-idxpage-679"></a><code>idxpage</code> the second, and
+<a name="index-idxnone-680"></a><code>idxnone</code> disables hyperlink support for the index terms
altogether, in case you want to stop Eplain from writing its link
wrappers into the <samp><span class="file">.idx</span></samp> file. The default is <code>idxpage</code>.
@@ -4077,8 +4129,8 @@ wrappers into the <samp><span class="file">.idx</span></samp> file. The default
<p class="noindent">selects the first approach (&ldquo;exact index links&rdquo;).
<div class="node">
-<p><hr>
<a name="Index-page-list-and-page-range-parsers"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Choosing-destination-placement">Choosing destination placement</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Index-hyperlinks">Index hyperlinks</a>
@@ -4093,8 +4145,8 @@ when defining page number encapsulators. See <a href="#Page-list-and-page-range
usage.
<div class="node">
-<p><hr>
<a name="Hyperlinks-in-see-and-see-also-entries"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Index-page-list-and-page-range-parsers">Index page list and page range parsers</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Index-hyperlinks">Index hyperlinks</a>
@@ -4102,11 +4154,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Index-hyperlinks">Index hyperlinks</a>
<h5 class="subsubsection">5.3.8.5 Hyperlinks in see and see also entries</h5>
-<p><a name="index-hyperlinks_002c-see-and-see-also-index-entries-658"></a><a name="index-index_002c-hyperlinks-in-see-and-see-also-entries-659"></a><a name="index-see-also-index-entries-and-hyperlinks-660"></a><a name="index-see_002c-and-index-entries_002c-hyperlinks-661"></a>There is no automatic support for hyperlinks with &ldquo;see&rdquo; and &ldquo;see
+<p><a name="index-hyperlinks_002c-see-and-see-also-index-entries-681"></a><a name="index-index_002c-hyperlinks-in-see-and-see-also-entries-682"></a><a name="index-see-also-index-entries-and-hyperlinks-683"></a><a name="index-see_002c-and-index-entries_002c-hyperlinks-684"></a>There is no automatic support for hyperlinks with &ldquo;see&rdquo; and &ldquo;see
also&rdquo; index entries, as there is not enough information to trace the
parameters of
-<a name="index-indexsee-662"></a><code>\indexsee</code> and
-<a name="index-indexseealso-663"></a><code>\indexseealso</code> to corresponding index entries. But if desired,
+<a name="index-indexsee-685"></a><code>\indexsee</code> and
+<a name="index-indexseealso-686"></a><code>\indexseealso</code> to corresponding index entries. But if desired,
this can be implemented with <code>\hldest</code> and <code>\hlstart</code>
(see <a href="#Explicit-hyperlinks">Explicit hyperlinks</a>); for example:
@@ -4117,8 +4169,8 @@ this can be implemented with <code>\hldest</code> and <code>\hlstart</code>
{\hlstart{}{}{idx:theo truth}semantic theory of truth\hlend}
</pre>
<div class="node">
-<p><hr>
<a name="Footnote-hyperlinks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Contents-hyperlinks">Contents hyperlinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Index-hyperlinks">Index hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -4127,19 +4179,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.9 Footnote hyperlinks: foot, footback</h4>
-<p><a name="index-footnotes_002c-hyperlinks-664"></a><a name="index-hyperlinks_002c-footnotes-665"></a><a name="index-group-_0060foot_0027-666"></a><a name="index-group-_0060footback_0027-667"></a><a name="index-linkgroup-_0060foot_0027-668"></a><a name="index-linkgroup-_0060footback_0027-669"></a><a name="index-destgroup-_0060foot_0027-670"></a><a name="index-destgroup-_0060footback_0027-671"></a>The `foot' link and destination groups include the
-<a name="index-numberedfootnote-_0040r_007b_0028hyperlinks_0029_007d-672"></a><code>\numberedfootnote</code> and
-<a name="index-footnote-_0040r_007b_0028hyperlinks_0029_007d-673"></a><code>\footnote</code> macros (see <a href="#Footnotes">Footnotes</a>). The `footback' groups
+<p><a name="index-footnotes_002c-hyperlinks-687"></a><a name="index-hyperlinks_002c-footnotes-688"></a><a name="index-group-_0060foot_0027-689"></a><a name="index-group-_0060footback_0027-690"></a><a name="index-linkgroup-_0060foot_0027-691"></a><a name="index-linkgroup-_0060footback_0027-692"></a><a name="index-destgroup-_0060foot_0027-693"></a><a name="index-destgroup-_0060footback_0027-694"></a>The `foot' link and destination groups include the
+<a name="index-numberedfootnote-_0040r_007b_0028hyperlinks_0029_007d-695"></a><code>\numberedfootnote</code> and
+<a name="index-footnote-_0040r_007b_0028hyperlinks_0029_007d-696"></a><code>\footnote</code> macros (see <a href="#Footnotes">Footnotes</a>). The `footback' groups
include the same macros, but control parameters for links and
destinations created inside the footnote to point back to the footnote
mark within the text body.
<p>The macros use hyperlink labels generated by
-<a name="index-hlfootlabel-674"></a><code>\hlfootlabel</code> and
-<a name="index-hlfootbacklabel-675"></a><code>\hlfootbacklabel</code>. The default formats for the labels are
-`<samp><span class="samp">FOOT</span><var>number</var></samp>' and `<samp><span class="samp">FOOTB</span><var>number</var></samp>', respectively,
+<a name="index-hlfootlabel-697"></a><code>\hlfootlabel</code> and
+<a name="index-hlfootbacklabel-698"></a><code>\hlfootbacklabel</code>. The default formats for the labels are
+&lsquo;<samp><span class="samp">FOOT</span><var>number</var></samp>&rsquo; and &lsquo;<samp><span class="samp">FOOTB</span><var>number</var></samp>&rsquo;, respectively,
where <var>number</var> is the value of the count register
-<a name="index-hlfootlabelnumber-676"></a><code>\hlfootlabelnumber</code>. This register is incremented at every
+<a name="index-hlfootlabelnumber-699"></a><code>\hlfootlabelnumber</code>. This register is incremented at every
footnote.
<p>Generally, footnote hyperlinks are not of much use, because the
@@ -4152,8 +4204,8 @@ hyperlinks (see <a href="#Turning-hyperlinks-on_002foff-for-a-group">Turning hyp
\hlon[foot,footback]
</pre>
<div class="node">
-<p><hr>
<a name="Contents-hyperlinks"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Footnote-hyperlinks">Footnote hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlinks</a>
@@ -4161,14 +4213,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Implicit-hyperlinks">Implicit hyperlin
<h4 class="subsection">5.3.10 Contents hyperlinks</h4>
-<p><a name="index-table-of-contents_002c-hyperlinks-677"></a><a name="index-contents_002c-hyperlinks-678"></a><a name="index-hyperlinks_002c-table-of-contents-679"></a>There is currently no special support for hyperlinks in the table of
+<p><a name="index-table-of-contents_002c-hyperlinks-700"></a><a name="index-contents_002c-hyperlinks-701"></a><a name="index-hyperlinks_002c-table-of-contents-702"></a>There is currently no special support for hyperlinks in the table of
contents (see <a href="#Contents">Contents</a>), but implementing them with the
<code>\hldest</code> and <code>\hlstart ... \hlend</code> commands
(see <a href="#Explicit-hyperlinks">Explicit hyperlinks</a>) should be possible.
<div class="node">
-<p><hr>
<a name="Hyperlink-drivers"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Implicit-hyperlinks">Implicit hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
@@ -4182,7 +4234,7 @@ they support, and the options they accept. During the first reading,
you may only want to skim through this section.
<p>Some of the descriptions below come from <cite>Portable Document Format
-Reference Manual Version&nbsp;<!-- /@w -->1.3</cite>, March&nbsp;<!-- /@w -->11, 1999.
+Reference Manual Version&nbsp;1.3</cite>, March&nbsp;11, 1999.
<ul class="menu">
<li><a accesskey="1" href="#Options-supported-by-all-drivers">Options supported by all drivers</a>
@@ -4192,8 +4244,8 @@ Reference Manual Version&nbsp;<!-- /@w -->1.3</cite>, March&nbsp;<!-- /@w -->11,
</ul>
<div class="node">
-<p><hr>
<a name="Options-supported-by-all-drivers"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers">Hyperlink drivers</a>
@@ -4201,20 +4253,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers">Hyperlink drivers</
<h4 class="subsection">5.4.1 Options supported by all drivers</h4>
-<p><a name="index-hyperlink-options_002c-common-680"></a>This subsection describes the destination and link options which are
+<p><a name="index-hyperlink-options_002c-common-703"></a>This subsection describes the destination and link options which are
supported by all hyperlink drivers.
<h5 class="subsubheading">Destination options supported by all drivers</h5>
-<p><a name="index-destination-options_002c-common-681"></a><a name="index-options_002c-destination_002c-common-682"></a>
+<p><a name="index-destination-options_002c-common-704"></a><a name="index-options_002c-destination_002c-common-705"></a>
<dl>
-<dt><code>raise</code><dd><a name="index-raise-_0040r_007b_0028hyperlink-option_0029_007d-683"></a><a name="index-raising-hyperlink-destinations-684"></a><a name="index-hyperlink-destination_002c-raising-685"></a><a name="index-destinations_002c-raising-686"></a>Specifies how much to raise destinations above the baseline. When set
+<dt><code>raise</code><dd><a name="index-raise-_0040r_007b_0028hyperlink-option_0029_007d-706"></a><a name="index-raising-hyperlink-destinations-707"></a><a name="index-hyperlink-destination_002c-raising-708"></a><a name="index-destinations_002c-raising-709"></a>Specifies how much to raise destinations above the baseline. When set
to zero or empty, destinations are placed at the baseline.
<p>It is usually convenient to set this option to some variable parameter,
so that the height to which destinations are raised is automatically
adjusted according to the current context. For example, setting it to
-<a name="index-normalbaselineskip-687"></a><code>\normalbaselineskip</code> (or some fraction of it, like
+<a name="index-normalbaselineskip-710"></a><code>\normalbaselineskip</code> (or some fraction of it, like
<code>1.7\normalbaselineskip</code>) makes the setting appropriate for
different point sizes, in case your document uses more than one.
@@ -4222,16 +4274,16 @@ different point sizes, in case your document uses more than one.
destgroups do not define this option, so they fall back on the default,
except for the `eq' destgroup, for which this option is set to
<code>1.7\normalbaselineskip</code>,
-<a name="index-mathematics-displays_002c-hyperlinks-688"></a><a name="index-displayed-math-and-hyperlinks-689"></a><a name="index-large-operators-and-hyperlinks-690"></a><a name="index-hyperlinks_002c-large-operators-691"></a><a name="index-destinations_002c-large-operators-692"></a>to accommodate the usual cases of large operators in displayed math.
+<a name="index-mathematics-displays_002c-hyperlinks-711"></a><a name="index-displayed-math-and-hyperlinks-712"></a><a name="index-large-operators-and-hyperlinks-713"></a><a name="index-hyperlinks_002c-large-operators-714"></a><a name="index-destinations_002c-large-operators-715"></a>to accommodate the usual cases of large operators in displayed math.
<p>Example: <code>\hldestopts[eq]{raise=2.5\normalbaselineskip}</code>
</dl>
<h5 class="subsubheading">Link options supported by all drivers</h5>
-<p><a name="index-link-options_002c-common-693"></a><a name="index-options_002c-link_002c-common-694"></a>
+<p><a name="index-link-options_002c-common-716"></a><a name="index-options_002c-link_002c-common-717"></a>
<dl>
-<dt><code>colormodel</code><dt><code>color</code><dd><a name="index-colormodel-_0040r_007b_0028hyperlink-option_0029_007d-695"></a><a name="index-color-_0040r_007b_0028hyperlink-option_0029_007d-696"></a><a name="index-color_002c-hyperlinks-697"></a><a name="index-colored-links-698"></a><a name="index-hyperlink-color-699"></a>These two options define the color to be used for rendering the link
+<dt><code>colormodel</code><dt><code>color</code><dd><a name="index-colormodel-_0040r_007b_0028hyperlink-option_0029_007d-718"></a><a name="index-color-_0040r_007b_0028hyperlink-option_0029_007d-719"></a><a name="index-color_002c-hyperlinks-720"></a><a name="index-colored-links-721"></a><a name="index-hyperlink-color-722"></a>These two options define the color to be used for rendering the link
text. The colors are used only when a <code>\color</code> command is defined,
e.g., by loading the LaTeX `color' package (see <a href="#Packages-known-to-work">Packages known to work</a>). The <code>\color</code> command is called as
<code>\color[</code><var>colormodel</var><code>]{</code><var>color</var><code>}</code>, where <var>colormodel</var>
@@ -4256,12 +4308,12 @@ an empty <var>colormodel</var> (see examples below).
\definecolor{mycolor}{rgb}{.3,.8,.95}
\hlopts{colormodel=,color=mycolor}% custom color
\hlopts{colormodel=gray,color=.4}
- </pre>
+</pre>
</dl>
<div class="node">
-<p><hr>
<a name="Hyperlink-driver-hypertex"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Options-supported-by-all-drivers">Options supported by all drivers</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers">Hyperlink drivers</a>
@@ -4270,19 +4322,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers">Hyperlink drivers</
<h4 class="subsection">5.4.2 Hyperlink driver <code>hypertex</code></h4>
-<p><a name="index-hypertex-_0040r_007b_0028hyperlink-driver_0029_007d-700"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-hyperlink-driver-701"></a><a name="index-driver-_0040code_007bhypertex_007d-702"></a><a name="index-hyperlink-driver-_0040code_007bhypertex_007d-703"></a>HyperTeX is a standard for inclusion of hyperlink information in
+<p><a name="index-hypertex-_0040r_007b_0028hyperlink-driver_0029_007d-723"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-hyperlink-driver-724"></a><a name="index-driver-_0040code_007bhypertex_007d-725"></a><a name="index-hyperlink-driver-_0040code_007bhypertex_007d-726"></a>HyperTeX is a standard for inclusion of hyperlink information in
TeX (and LaTeX) documents (see <a href="http://arxiv.org/hypertex">http://arxiv.org/hypertex</a>).
This standard defines a set of hyperlink tags implemented as
<code>\special</code> commands written into the <acronym>DVI</acronym> file. The
major advantage of such standard is that a single <samp><span class="file">.dvi</span></samp> file
containing HyperTeX commands can be viewed by any
HyperTeX-enabled viewer (e.g., any more or less modern version of
-<a name="index-xdvi-704"></a><code>xdvi</code>) or converted to other file formats (e.g., <acronym>PDF</acronym>)
+<a name="index-xdvi-727"></a><code>xdvi</code>) or converted to other file formats (e.g., <acronym>PDF</acronym>)
by any HyperTeX-enabled <acronym>DVI</acronym> converter (e.g.,
-<a name="index-dvipdfm-705"></a><code>dvipdfmx</code> or
-<a name="index-dvips-706"></a><code>dvips</code> with
-<a name="index-g_t_0040r_007bGhostscript_007d-707"></a>Ghostscript's
-<a name="index-ps2pdf-708"></a><code>ps2pdf</code> script).
+<a name="index-dvipdfm-728"></a><code>dvipdfmx</code> or
+<a name="index-dvips-729"></a><code>dvips</code> with
+<a name="index-g_t_0040r_007bGhostscript_007d-730"></a>Ghostscript's
+<a name="index-ps2pdf-731"></a><code>ps2pdf</code> script).
<p>The downside to the standard is that it is by design &ldquo;the common
factor&rdquo; of other formats supporting hyperlinks, so many features of a
@@ -4301,21 +4353,21 @@ please see
<p class="noindent">For convenience, we list a few HyperTeX-enabled converters:
-<a name="index-dvips-709"></a>
+<a name="index-dvips-732"></a>
<dl><dt><code>dvips</code><dd>Note that you need to pass the <samp><span class="option">-z</span></samp> option to <code>dvips</code> to
tell it to preserve the information about the hyperlinks. To generate a
<samp><span class="file">.pdf</span></samp> file with hyperlinks, you can use the
-<a name="index-ps2pdf-710"></a><samp><span class="file">ps2pdf</span></samp> script of
-<a name="index-g_t_0040r_007bGhostscript_007d-711"></a>Ghostscript. For example, if <samp><span class="file">foo.tex</span></samp> is a TeX file using
+<a name="index-ps2pdf-733"></a><samp><span class="file">ps2pdf</span></samp> script of
+<a name="index-g_t_0040r_007bGhostscript_007d-734"></a>Ghostscript. For example, if <samp><span class="file">foo.tex</span></samp> is a TeX file using
HyperTeX commands, then
<pre class="example"> prompt$ tex foo.tex
prompt$ dvips -z foo.dvi -o
prompt$ ps2pdf foo.ps
- </pre>
+</pre>
<p class="noindent">will produce <samp><span class="file">foo.pdf</span></samp> with hyperlinks.
- <br><dt><code>dvipdfm</code><dt><code>dvipdfmx</code><dd><a name="index-dvipdfm-712"></a>No special command line arguments are required, these programs
+ <br><dt><code>dvipdfm</code><dt><code>dvipdfmx</code><dd><a name="index-dvipdfm-735"></a>No special command line arguments are required, these programs
automatically detect the HyperTeX commands.
</dl>
@@ -4323,12 +4375,12 @@ automatically detect the HyperTeX commands.
<p>One more note is in place: support for the HyperTeX commands varies
from one previewer/converter to another, so you might need to experiment
to see if what you need is supported by the program(s) you intend to
-use. For example, dvips(k) as of version&nbsp;<!-- /@w -->5.92b converts all
+use. For example, dvips(k) as of version&nbsp;5.92b converts all
internal hyperlinks into page links pointing to a page containing the
destination, so that &ldquo;exact&rdquo; linking to destinations is not possible
(this was confirmed to be a bug and most probably has already been fixed
-in later versions of dvips(k)); dvipdfm as of version&nbsp;<!-- /@w -->0.13.2c and
-dvipdfmx as of version&nbsp;<!-- /@w -->20040411 do not correctly parse links to
+in later versions of dvips(k)); dvipdfm as of version&nbsp;0.13.2c and
+dvipdfmx as of version&nbsp;20040411 do not correctly parse links to
external local files, and produce a <acronym>URL</acronym> link instead of a
file link.
@@ -4340,8 +4392,8 @@ file link.
</ul>
<div class="node">
-<p><hr>
<a name="Destination-types-for-hypertex"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Destination-options-for-hypertex">Destination options for hypertex</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a>
@@ -4349,19 +4401,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-driver-hypertex">Hyperlink d
<h5 class="subsubsection">5.4.2.1 Destination types for <code>hypertex</code></h5>
-<p><a name="index-destination-types_002c-_0040code_007bhypertex_007d-713"></a><a name="index-types_002c-destination_002c-_0040code_007bhypertex_007d-714"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-destination-types-715"></a>
+<p><a name="index-destination-types_002c-_0040code_007bhypertex_007d-736"></a><a name="index-types_002c-destination_002c-_0040code_007bhypertex_007d-737"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-destination-types-738"></a>
<dl>
-<dt><code>xyz</code><dd><a name="index-xyz-_0040r_007b_0028destination-type_0029_007d-716"></a>&ldquo;Current position&rdquo;. This is the default type.
+<dt><code>xyz</code><dd><a name="index-xyz-_0040r_007b_0028destination-type_0029_007d-739"></a>&ldquo;Current position&rdquo;. This is the default type.
<p>Example: <code>\hldest{xyz}{}{dest123}</code>
- <br><dt><code>raw</code><dd><a name="index-raw-_0040r_007b_0028destination-type_0029_007d-717"></a>The destination specification (in the form of a HyperTeX
+ <br><dt><code>raw</code><dd><a name="index-raw-_0040r_007b_0028destination-type_0029_007d-740"></a>The destination specification (in the form of a HyperTeX
<code>\special</code>) is taken from the command sequence <code>\</code><var>cs</var>,
where <var>cs</var> is the value of the
-<a name="index-cmd-_0040r_007b_0028destination-option_0029_007d-718"></a><code>cmd</code> option. In the definition of <code>\</code><var>cs</var>, use
-<a name="index-g_t_0040_0040hllabel-719"></a><code>\@hllabel</code> to refer to the hyperlink label. This option is
+<a name="index-cmd-_0040r_007b_0028destination-option_0029_007d-741"></a><code>cmd</code> option. In the definition of <code>\</code><var>cs</var>, use
+<a name="index-g_t_0040_0040hllabel-742"></a><code>\@hllabel</code> to refer to the hyperlink label. This option is
intended to be used with destgroups (see <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>), as it does not make sense in a direct call to
-<a name="index-hldest-720"></a><code>\hldest</code>&mdash;you can just call the raw command.
+<a name="index-hldest-743"></a><code>\hldest</code>&mdash;you can just call the raw command.
<p>Example:
@@ -4371,12 +4423,12 @@ intended to be used with destgroups (see <a href="#Setting-hyperlink-types-and-o
\resetatcatcode
\indent\hldest{raw}{cmd=mydest}{SpecialDest}
Special destination.
- </pre>
+</pre>
</dl>
<div class="node">
-<p><hr>
<a name="Destination-options-for-hypertex"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Link-types-for-hypertex">Link types for hypertex</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Destination-types-for-hypertex">Destination types for hypertex</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a>
@@ -4385,9 +4437,9 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-driver-hypertex">Hyperlink d
<h5 class="subsubsection">5.4.2.2 Destination options for <code>hypertex</code></h5>
-<p><a name="index-destination-options_002c-_0040code_007bhypertex_007d-721"></a><a name="index-options_002c-destination_002c-_0040code_007bhypertex_007d-722"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-destination-options-723"></a>
+<p><a name="index-destination-options_002c-_0040code_007bhypertex_007d-744"></a><a name="index-options_002c-destination_002c-_0040code_007bhypertex_007d-745"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-destination-options-746"></a>
<dl>
-<dt><code>cmd</code><dd><a name="index-cmd-_0040r_007b_0028destination-option_0029_007d-724"></a>Name of the macro (without the leading `<samp><span class="samp">\</span></samp>') containing a
+<dt><code>cmd</code><dd><a name="index-cmd-_0040r_007b_0028destination-option_0029_007d-747"></a>Name of the macro (without the leading &lsquo;<samp><span class="samp">\</span></samp>&rsquo;) containing a
HyperTeX <code>\special</code> for the <code>raw</code> destination.
<p>See <a href="#Destination-types-for-hypertex">Destination types for hypertex</a>, the description of the <code>raw</code>
@@ -4395,8 +4447,8 @@ destination, for an example.
</dl>
<div class="node">
-<p><hr>
<a name="Link-types-for-hypertex"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Link-options-for-hypertex">Link options for hypertex</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Destination-options-for-hypertex">Destination options for hypertex</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a>
@@ -4405,25 +4457,25 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-driver-hypertex">Hyperlink d
<h5 class="subsubsection">5.4.2.3 Link types for <code>hypertex</code></h5>
-<p><a name="index-link-types_002c-_0040code_007bhypertex_007d-725"></a><a name="index-types_002c-link_002c-_0040code_007bhypertex_007d-726"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-link-types-727"></a>
+<p><a name="index-link-types_002c-_0040code_007bhypertex_007d-748"></a><a name="index-types_002c-link_002c-_0040code_007bhypertex_007d-749"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-link-types-750"></a>
<dl>
-<dt><code>name</code><dd><a name="index-name-_0040r_007b_0028hyperlink-type_0029_007d-728"></a><a name="index-named-destination-729"></a><a name="index-destinations_002c-named-730"></a><a name="index-hyperlink-destination_002c-named-731"></a>Go to a &ldquo;named destination&rdquo;. The label is the destination name. All
+<dt><code>name</code><dd><a name="index-name-_0040r_007b_0028hyperlink-type_0029_007d-751"></a><a name="index-named-destination-752"></a><a name="index-destinations_002c-named-753"></a><a name="index-hyperlink-destination_002c-named-754"></a>Go to a &ldquo;named destination&rdquo;. The label is the destination name. All
destinations in HyperTeX are named destinations. This is the default
type.
<p>Example: <code>\hlstart{name}{}{dest123}Link to dest123\hlend</code>
- <br><dt><code>url</code><dd><a name="index-url-_0040r_007b_0028hyperlink-type_0029_007d-732"></a><a name="index-g_t_0040acronym_007bURL_007d-hyperlink-733"></a><a name="index-destinations_002c-_0040acronym_007bURL_007d-734"></a><a name="index-hyperlinks_002c-_0040acronym_007bURL_007d-735"></a>Go to a <acronym>URL</acronym>. The label is the <acronym>URL</acronym>.
+ <br><dt><code>url</code><dd><a name="index-url-_0040r_007b_0028hyperlink-type_0029_007d-755"></a><a name="index-g_t_0040acronym_007bURL_007d-hyperlink-756"></a><a name="index-destinations_002c-_0040acronym_007bURL_007d-757"></a><a name="index-hyperlinks_002c-_0040acronym_007bURL_007d-758"></a>Go to a <acronym>URL</acronym>. The label is the <acronym>URL</acronym>.
<p>Example:
<pre class="example"> <code>\hlstart{url}{}{http://tug.org/eplain/}Eplain home\hlend</code>
- </pre>
- <br><dt><code>filename</code><dd><a name="index-filename-_0040r_007b_0028hyperlink-type_0029_007d-736"></a><a name="index-file_002c-hyperlink-to-737"></a><a name="index-destinations_002c-in-another-file-738"></a><a name="index-hyperlinks_002c-to-another-file-739"></a>Go to a named destination in another file. The label is the
+</pre>
+ <br><dt><code>filename</code><dd><a name="index-filename-_0040r_007b_0028hyperlink-type_0029_007d-759"></a><a name="index-file_002c-hyperlink-to-760"></a><a name="index-destinations_002c-in-another-file-761"></a><a name="index-hyperlinks_002c-to-another-file-762"></a>Go to a named destination in another file. The label is the
destination name. The file name is specified by the
-<a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-740"></a><code>file</code> option. The file name extension can be specified separately
+<a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-763"></a><code>file</code> option. The file name extension can be specified separately
by the
-<a name="index-ext-_0040r_007b_0028hyperlink-option_0029_007d-741"></a><code>ext</code> option. The idea is to set the <code>ext</code> option globally at
+<a name="index-ext-_0040r_007b_0028hyperlink-option_0029_007d-764"></a><code>ext</code> option. The idea is to set the <code>ext</code> option globally at
the beginning of the document to avoid hard-coding the extension
together with the file name within each link&mdash;HyperTeX is not
restricted to any single output format, it can be <acronym>DVI</acronym>,
@@ -4434,16 +4486,16 @@ restricted to any single output format, it can be <acronym>DVI</acronym>,
<pre class="example"> \hlopts{ext=.pdf}
\hlstart{filename}{file=book}{dest123}
Link to dest123 in file `book.pdf'\hlend
- </pre>
- <br><dt><code>raw</code><dd><a name="index-raw-_0040r_007b_0028hyperlink-type_0029_007d-742"></a>The link specification (in the form of a HyperTeX <code>\special</code>) is
+</pre>
+ <br><dt><code>raw</code><dd><a name="index-raw-_0040r_007b_0028hyperlink-type_0029_007d-765"></a>The link specification (in the form of a HyperTeX <code>\special</code>) is
taken from the command sequence <code>\</code><var>cs</var>, where <var>cs</var> is the
value of the
-<a name="index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-743"></a><code>cmd</code> option. In the definition of <code>\</code><var>cs</var>, use
-<a name="index-g_t_0040_0040hllabel-744"></a><code>\@hllabel</code> to refer to the hyperlink label. Use the predefined
+<a name="index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-766"></a><code>cmd</code> option. In the definition of <code>\</code><var>cs</var>, use
+<a name="index-g_t_0040_0040hllabel-767"></a><code>\@hllabel</code> to refer to the hyperlink label. Use the predefined
command
-<a name="index-hlhash-745"></a><code>\hlhash</code> to insert the <code>#</code> characters. This option is
+<a name="index-hlhash-768"></a><code>\hlhash</code> to insert the <code>#</code> characters. This option is
intended to be used with linkgroups (see <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>), as it does not make sense in a direct call to
-<a name="index-hlstart-746"></a><code>\hlstart</code>&mdash;you can just call the raw command.
+<a name="index-hlstart-769"></a><code>\hlstart</code>&mdash;you can just call the raw command.
<p>Example:
@@ -4452,12 +4504,12 @@ intended to be used with linkgroups (see <a href="#Setting-hyperlink-types-and-o
\resetatcatcode
\hlstart{raw}{cmd=mylink}{SpecialDest}
Link to the special destination.\hlend
- </pre>
+</pre>
</dl>
<div class="node">
-<p><hr>
<a name="Link-options-for-hypertex"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Link-types-for-hypertex">Link types for hypertex</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a>
@@ -4465,21 +4517,21 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-driver-hypertex">Hyperlink d
<h5 class="subsubsection">5.4.2.4 Link options for <code>hypertex</code></h5>
-<p><a name="index-link-options_002c-_0040code_007bhypertex_007d-747"></a><a name="index-options_002c-link_002c-_0040code_007bhypertex_007d-748"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-link-options-749"></a>
+<p><a name="index-link-options_002c-_0040code_007bhypertex_007d-770"></a><a name="index-options_002c-link_002c-_0040code_007bhypertex_007d-771"></a><a name="index-g_t_0040code_007bhypertex_007d_002c-link-options-772"></a>
<dl>
-<dt><code>cmd</code><dd><a name="index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-750"></a>Name of the macro (without the leading `<samp><span class="samp">\</span></samp>') containing a
+<dt><code>cmd</code><dd><a name="index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-773"></a>Name of the macro (without the leading &lsquo;<samp><span class="samp">\</span></samp>&rsquo;) containing a
HyperTeX <code>\special</code> for the <code>raw</code> link.
<p>See <a href="#Link-types-for-hypertex">Link types for hypertex</a>, the description of the <code>raw</code> link,
for an example.
- <br><dt><code>file</code><dd><a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-751"></a>File name for the <code>filename</code> link type. See also the <code>ext</code>
+ <br><dt><code>file</code><dd><a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-774"></a>File name for the <code>filename</code> link type. See also the <code>ext</code>
option.
<p>See <a href="#Link-types-for-hypertex">Link types for hypertex</a>, the description of the <code>filename</code>
link, for an example.
- <br><dt><code>ext</code><dd><a name="index-ext-_0040r_007b_0028hyperlink-option_0029_007d-752"></a>File name extension for the <code>filename</code> link type. The idea is to
+ <br><dt><code>ext</code><dd><a name="index-ext-_0040r_007b_0028hyperlink-option_0029_007d-775"></a>File name extension for the <code>filename</code> link type. The idea is to
set the <code>ext</code> option globally at the beginning of the document to
avoid hard-coding the extension together with the file name within each
link&mdash;HyperTeX is not restricted to any single output format, it can
@@ -4490,8 +4542,8 @@ link, for an example.
</dl>
<div class="node">
-<p><hr>
<a name="Hyperlink-drivers-pdftex-and-dvipdfm"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers">Hyperlink drivers</a>
@@ -4500,7 +4552,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers">Hyperlink drivers</
<h4 class="subsection">5.4.3 Hyperlink drivers <code>pdftex</code> and <code>dvipdfm</code></h4>
-<p><a name="index-pdftex-_0040r_007b_0028hyperlink-driver_0029_007d-753"></a><a name="index-dvipdfm-_0040r_007b_0028hyperlink-driver_0029_007d-754"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-hyperlink-driver-755"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-hyperlink-driver-756"></a><a name="index-driver-_0040code_007bpdftex_007d-757"></a><a name="index-driver-_0040code_007bdvipdfm_007d-758"></a><a name="index-hyperlink-driver-_0040code_007bpdftex_007d-759"></a><a name="index-hyperlink-driver-_0040code_007bdvipdfm_007d-760"></a>This subsection describes link and destination types and options
+<p><a name="index-pdftex-_0040r_007b_0028hyperlink-driver_0029_007d-776"></a><a name="index-dvipdfm-_0040r_007b_0028hyperlink-driver_0029_007d-777"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-hyperlink-driver-778"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-hyperlink-driver-779"></a><a name="index-driver-_0040code_007bpdftex_007d-780"></a><a name="index-driver-_0040code_007bdvipdfm_007d-781"></a><a name="index-hyperlink-driver-_0040code_007bpdftex_007d-782"></a><a name="index-hyperlink-driver-_0040code_007bdvipdfm_007d-783"></a>This subsection describes link and destination types and options
supported by the <code>pdftex</code> and <code>dvipdfm</code> drivers. Many of the
hyperlink types and options are common to both drivers, so we describe
them together.
@@ -4513,8 +4565,8 @@ them together.
</ul>
<div class="node">
-<p><hr>
<a name="Destination-types-for-pdftex-and-dvipdfm"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a>
@@ -4522,73 +4574,73 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers-pdftex-and-dvipdfm">
<h5 class="subsubsection">5.4.3.1 Destination types for <code>pdftex</code> and <code>dvipdfm</code></h5>
-<p><a name="index-destination-types_002c-_0040code_007bpdftex_007d-761"></a><a name="index-destination-types_002c-_0040code_007bdvipdfm_007d-762"></a><a name="index-types_002c-destination_002c-_0040code_007bpdftex_007d-763"></a><a name="index-types_002c-destination_002c-_0040code_007bdvipdfm_007d-764"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-destination-types-765"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-destination-types-766"></a>
+<p><a name="index-destination-types_002c-_0040code_007bpdftex_007d-784"></a><a name="index-destination-types_002c-_0040code_007bdvipdfm_007d-785"></a><a name="index-types_002c-destination_002c-_0040code_007bpdftex_007d-786"></a><a name="index-types_002c-destination_002c-_0040code_007bdvipdfm_007d-787"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-destination-types-788"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-destination-types-789"></a>
<dl>
-<dt><code>xyz</code><dd><a name="index-xyz-_0040r_007b_0028destination-type_0029_007d-767"></a>&ldquo;Current position&rdquo;. The option
-<a name="index-zoom-_0040r_007b_0028destination-option_0029_007d-768"></a><code>zoom</code> specifies magnification to use (zero or empty means leave
+<dt><code>xyz</code><dd><a name="index-xyz-_0040r_007b_0028destination-type_0029_007d-790"></a>&ldquo;Current position&rdquo;. The option
+<a name="index-zoom-_0040r_007b_0028destination-option_0029_007d-791"></a><code>zoom</code> specifies magnification to use (zero or empty means leave
magnification unchanged, which is the default). This is the default
type.
<p>For <code>dvipdfm</code>: the options
-<a name="index-left-_0040r_007b_0028destination-option_0029_007d-769"></a><code>left</code> and
-<a name="index-top-_0040r_007b_0028destination-option_0029_007d-770"></a><code>top</code> specify position coordinates to use (empty options mean
+<a name="index-left-_0040r_007b_0028destination-option_0029_007d-792"></a><code>left</code> and
+<a name="index-top-_0040r_007b_0028destination-option_0029_007d-793"></a><code>top</code> specify position coordinates to use (empty options mean
current position coordinate, which is the default).
<p>Example: <code>\hldest{xyz}{zoom=2000}{dest123}</code>
- <br><dt><code>fit</code><dd><a name="index-fit-_0040r_007b_0028destination-type_0029_007d-771"></a>Fit the page to the window.
+ <br><dt><code>fit</code><dd><a name="index-fit-_0040r_007b_0028destination-type_0029_007d-794"></a>Fit the page to the window.
<p>Example: <code>\hldest{fit}{}{dest123}</code>
- <br><dt><code>fith</code><dd><a name="index-fith-_0040r_007b_0028destination-type_0029_007d-772"></a>Fit the width of the page to the window.
+ <br><dt><code>fith</code><dd><a name="index-fith-_0040r_007b_0028destination-type_0029_007d-795"></a>Fit the width of the page to the window.
<p>For <code>dvipdfm</code>: the
-<a name="index-top-_0040r_007b_0028destination-option_0029_007d-773"></a><code>top</code> option specifies vertical position (default is empty, meaning
+<a name="index-top-_0040r_007b_0028destination-option_0029_007d-796"></a><code>top</code> option specifies vertical position (default is empty, meaning
current position).
<p>Example: <code>\hldest{fith}{}{dest123}</code>
- <br><dt><code>fitv</code><dd><a name="index-fitv-_0040r_007b_0028destination-type_0029_007d-774"></a>Fit the height of the page to the window.
+ <br><dt><code>fitv</code><dd><a name="index-fitv-_0040r_007b_0028destination-type_0029_007d-797"></a>Fit the height of the page to the window.
<p>For <code>dvipdfm</code>: The option
-<a name="index-left-_0040r_007b_0028destination-option_0029_007d-775"></a><code>left</code> specifies horizontal position (default is empty, meaning
+<a name="index-left-_0040r_007b_0028destination-option_0029_007d-798"></a><code>left</code> specifies horizontal position (default is empty, meaning
current position).
<p>Example: <code>\hldest{fitv}{}{dest123}</code>
- <br><dt><code>fitb</code><dd><a name="index-fitb-_0040r_007b_0028destination-type_0029_007d-776"></a>Fit the page's bounding box to the window.
+ <br><dt><code>fitb</code><dd><a name="index-fitb-_0040r_007b_0028destination-type_0029_007d-799"></a>Fit the page's bounding box to the window.
<p>Example: <code>\hldest{fitb}{}{dest123}</code>
- <br><dt><code>fitbh</code><dd><a name="index-fitbh-_0040r_007b_0028destination-type_0029_007d-777"></a>Fit the width of the page's bounding box to the window.
+ <br><dt><code>fitbh</code><dd><a name="index-fitbh-_0040r_007b_0028destination-type_0029_007d-800"></a>Fit the width of the page's bounding box to the window.
<p>For <code>dvipdfm</code>: the option
-<a name="index-top-_0040r_007b_0028destination-option_0029_007d-778"></a><code>top</code> specifies vertical position (default is empty, meaning
+<a name="index-top-_0040r_007b_0028destination-option_0029_007d-801"></a><code>top</code> specifies vertical position (default is empty, meaning
current position).
<p>Example: <code>\hldest{fitbh}{}{dest123}</code>
- <br><dt><code>fitbv</code><dd><a name="index-fitbv-_0040r_007b_0028destination-type_0029_007d-779"></a>Fit the height of the page's bounding box to the window.
+ <br><dt><code>fitbv</code><dd><a name="index-fitbv-_0040r_007b_0028destination-type_0029_007d-802"></a>Fit the height of the page's bounding box to the window.
<p>For <code>dvipdfm</code>: the option
-<a name="index-left-_0040r_007b_0028destination-option_0029_007d-780"></a><code>left</code> specifies horizontal position (default is empty, meaning
+<a name="index-left-_0040r_007b_0028destination-option_0029_007d-803"></a><code>left</code> specifies horizontal position (default is empty, meaning
current position).
<p>Example: <code>\hldest{fitbv}{}{dest123}</code>
- <br><dt><code>fitr</code><dd><a name="index-fitr-_0040r_007b_0028destination-type_0029_007d-781"></a>For <code>pdftex</code>: fit the rectangle specified by the options
-<a name="index-width-_0040r_007b_0028destination-option_0029_007d-782"></a><code>width</code>,
-<a name="index-height-_0040r_007b_0028destination-option_0029_007d-783"></a><code>height</code> and
-<a name="index-depth-_0040r_007b_0028destination-option_0029_007d-784"></a><code>depth</code> (as a TeX rule specification) in the window. For
+ <br><dt><code>fitr</code><dd><a name="index-fitr-_0040r_007b_0028destination-type_0029_007d-804"></a>For <code>pdftex</code>: fit the rectangle specified by the options
+<a name="index-width-_0040r_007b_0028destination-option_0029_007d-805"></a><code>width</code>,
+<a name="index-height-_0040r_007b_0028destination-option_0029_007d-806"></a><code>height</code> and
+<a name="index-depth-_0040r_007b_0028destination-option_0029_007d-807"></a><code>depth</code> (as a TeX rule specification) in the window. For
dimensions set to empty, the corresponding value of the parent box is
used (these are the defaults).
<p>For <code>dvipdfm</code>: fit the rectangle specified by the options
-<a name="index-left-_0040r_007b_0028destination-option_0029_007d-785"></a><code>left</code>,
-<a name="index-bottom-_0040r_007b_0028destination-option_0029_007d-786"></a><code>bottom</code>,
-<a name="index-right-_0040r_007b_0028destination-option_0029_007d-787"></a><code>right</code> and
-<a name="index-top-_0040r_007b_0028destination-option_0029_007d-788"></a><code>top</code> (in
-<a name="index-PostScript-point-789"></a>PostScript points, 72&nbsp;<!-- /@w -->points per inch) in the window. For
+<a name="index-left-_0040r_007b_0028destination-option_0029_007d-808"></a><code>left</code>,
+<a name="index-bottom-_0040r_007b_0028destination-option_0029_007d-809"></a><code>bottom</code>,
+<a name="index-right-_0040r_007b_0028destination-option_0029_007d-810"></a><code>right</code> and
+<a name="index-top-_0040r_007b_0028destination-option_0029_007d-811"></a><code>top</code> (in
+<a name="index-PostScript-point-812"></a>PostScript points, 72&nbsp;points per inch) in the window. For
dimensions set to empty, current position coordinate is substituted
(these are the defaults).
@@ -4596,19 +4648,19 @@ dimensions set to empty, current position coordinate is substituted
<pre class="example"> \hldest{fitr}{width=\hsize,
height=.5\vsize,depth=0pt}{dest123}
- </pre>
+</pre>
<p>Example for <code>dvipdfm</code>:
<pre class="example"> \hldest{fitr}{left=72,bottom=72,
right=720,top=360}{dest123}
- </pre>
- <br><dt><code>raw</code><dd><a name="index-raw-_0040r_007b_0028destination-type_0029_007d-790"></a>The destination specification (in the form of a pdfTeX command or a
+</pre>
+ <br><dt><code>raw</code><dd><a name="index-raw-_0040r_007b_0028destination-type_0029_007d-813"></a>The destination specification (in the form of a pdfTeX command or a
dvipdfm <code>\special</code>) is taken from the command sequence
<code>\</code><var>cs</var>, where <var>cs</var> is the value of the
-<a name="index-cmd-_0040r_007b_0028destination-option_0029_007d-791"></a><code>cmd</code> option. In the definition of <code>\</code><var>cs</var>, use
-<a name="index-g_t_0040_0040hllabel-792"></a><code>\@hllabel</code> to refer to the hyperlink label. This option is
+<a name="index-cmd-_0040r_007b_0028destination-option_0029_007d-814"></a><code>cmd</code> option. In the definition of <code>\</code><var>cs</var>, use
+<a name="index-g_t_0040_0040hllabel-815"></a><code>\@hllabel</code> to refer to the hyperlink label. This option is
intended to be used with destgroups (see <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>), as it does not make sense in a direct call to
-<a name="index-hldest-793"></a><code>\hldest</code>&mdash;you can just call the raw command.
+<a name="index-hldest-816"></a><code>\hldest</code>&mdash;you can just call the raw command.
<p>Example for <code>pdftex</code>:
@@ -4617,7 +4669,7 @@ intended to be used with destgroups (see <a href="#Setting-hyperlink-types-and-o
\resetatcatcode
\hldesttype{raw}
\hldestopts{cmd=mydest}
- </pre>
+</pre>
<p>Example for <code>dvipdfm</code>:
<pre class="example"> \makeatletter
@@ -4626,12 +4678,12 @@ intended to be used with destgroups (see <a href="#Setting-hyperlink-types-and-o
\resetatcatcode
\hldesttype{raw}
\hldestopts{cmd=mydest}
- </pre>
+</pre>
</dl>
<div class="node">
-<p><hr>
<a name="Destination-options-for-pdftex-and-dvipdfm"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a>
@@ -4640,7 +4692,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers-pdftex-and-dvipdfm">
<h5 class="subsubsection">5.4.3.2 Destination options for <code>pdftex</code> and <code>dvipdfm</code></h5>
-<p><a name="index-destination-options_002c-_0040code_007bpdftex_007d-794"></a><a name="index-destination-options_002c-_0040code_007bdvipdfm_007d-795"></a><a name="index-options_002c-destination_002c-_0040code_007bpdftex_007d-796"></a><a name="index-options_002c-destination_002c-_0040code_007bdvipdfm_007d-797"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-destination-options-798"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-destination-options-799"></a>With respect to the destination options, the <code>pdftex</code> and
+<p><a name="index-destination-options_002c-_0040code_007bpdftex_007d-817"></a><a name="index-destination-options_002c-_0040code_007bdvipdfm_007d-818"></a><a name="index-options_002c-destination_002c-_0040code_007bpdftex_007d-819"></a><a name="index-options_002c-destination_002c-_0040code_007bdvipdfm_007d-820"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-destination-options-821"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-destination-options-822"></a>With respect to the destination options, the <code>pdftex</code> and
<code>dvipdfm</code> differ in the way the fit rectangle is specified
(relative coordinates for <code>pdftex</code>, absolute coordinates for
<code>dvipdfm</code>).
@@ -4648,14 +4700,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers-pdftex-and-dvipdfm">
<h5 class="subsubheading">Common destination options</h5>
<dl>
-<dt><code>cmd</code><dd><a name="index-cmd-_0040r_007b_0028destination-option_0029_007d-800"></a>Name of the macro (without the leading `<samp><span class="samp">\</span></samp>') containing a
+<dt><code>cmd</code><dd><a name="index-cmd-_0040r_007b_0028destination-option_0029_007d-823"></a>Name of the macro (without the leading &lsquo;<samp><span class="samp">\</span></samp>&rsquo;) containing a
pdfTeX command or a dvipdfm <code>\special</code> for the <code>raw</code>
destination.
<p>See <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a>, the description of the
<code>raw</code> destination, for an example.
- <br><dt><code>zoom</code><dd><a name="index-zoom-_0040r_007b_0028destination-option_0029_007d-801"></a><a name="index-destinations_002c-magnification-802"></a><a name="index-hyperlink-destination_002c-magnification-803"></a><a name="index-magnification_002c-hyperlink-destination-804"></a><a name="index-zooming_002c-hyperlink-destination-805"></a>Magnification ratio times 1000 (like TeX's scale factor).
+ <br><dt><code>zoom</code><dd><a name="index-zoom-_0040r_007b_0028destination-option_0029_007d-824"></a><a name="index-destinations_002c-magnification-825"></a><a name="index-hyperlink-destination_002c-magnification-826"></a><a name="index-magnification_002c-hyperlink-destination-827"></a><a name="index-zooming_002c-hyperlink-destination-828"></a>Magnification ratio times 1000 (like TeX's scale factor).
Zero or empty means leave magnification unchanged, which is the
default.
@@ -4670,49 +4722,49 @@ of the parent box is used (this is the default for all dimension
options).
<dl>
-<dt><code>depth</code><dd><a name="index-depth-_0040r_007b_0028destination-option_0029_007d-806"></a><a name="index-destinations_002c-dimensions-807"></a><a name="index-hyperlink-destination_002c-dimensions-808"></a><a name="index-dimensions_002c-hyperlink-destination-809"></a>Depth of the fit rectangle for the <code>fitr</code> destination.
+<dt><code>depth</code><dd><a name="index-depth-_0040r_007b_0028destination-option_0029_007d-829"></a><a name="index-destinations_002c-dimensions-830"></a><a name="index-hyperlink-destination_002c-dimensions-831"></a><a name="index-dimensions_002c-hyperlink-destination-832"></a>Depth of the fit rectangle for the <code>fitr</code> destination.
- <br><dt><code>height</code><dd><a name="index-height-_0040r_007b_0028destination-option_0029_007d-810"></a><a name="index-destinations_002c-dimensions-811"></a><a name="index-hyperlink-destination_002c-dimensions-812"></a><a name="index-dimensions_002c-hyperlink-destination-813"></a>Height of the fit rectangle for the <code>fitr</code> destination.
+ <br><dt><code>height</code><dd><a name="index-height-_0040r_007b_0028destination-option_0029_007d-833"></a><a name="index-destinations_002c-dimensions-834"></a><a name="index-hyperlink-destination_002c-dimensions-835"></a><a name="index-dimensions_002c-hyperlink-destination-836"></a>Height of the fit rectangle for the <code>fitr</code> destination.
- <br><dt><code>width</code><dd><a name="index-width-_0040r_007b_0028destination-option_0029_007d-814"></a><a name="index-destinations_002c-dimensions-815"></a><a name="index-hyperlink-destination_002c-dimensions-816"></a><a name="index-dimensions_002c-hyperlink-destination-817"></a>Width of the fit rectangle for the <code>fitr</code> destination.
+ <br><dt><code>width</code><dd><a name="index-width-_0040r_007b_0028destination-option_0029_007d-837"></a><a name="index-destinations_002c-dimensions-838"></a><a name="index-hyperlink-destination_002c-dimensions-839"></a><a name="index-dimensions_002c-hyperlink-destination-840"></a>Width of the fit rectangle for the <code>fitr</code> destination.
<p>Example:
<pre class="example"> \hldest{fitr}{width=\hsize,
height=.5\vsize,depth=0pt}{dest123}
- </pre>
+</pre>
</dl>
<h5 class="subsubheading"><code>dvipdfm</code>-specific destination options</h5>
<p>The dimension options below must be specified in
-<a name="index-PostScript-point-818"></a>PostScript points (72&nbsp;<!-- /@w -->points per inch), as a number without the
-`<samp><span class="samp">bp</span></samp>' unit name. When set to empty, the current position
+<a name="index-PostScript-point-841"></a>PostScript points (72&nbsp;points per inch), as a number without the
+&lsquo;<samp><span class="samp">bp</span></samp>&rsquo; unit name. When set to empty, the current position
coordinate is used (this is the default for all dimension options).
<dl>
-<dt><code>bottom</code><dd><a name="index-bottom-_0040r_007b_0028destination-option_0029_007d-819"></a><a name="index-destinations_002c-dimensions-820"></a><a name="index-hyperlink-destination_002c-dimensions-821"></a><a name="index-dimensions_002c-hyperlink-destination-822"></a>Bottom position coordinate of a box specification for the various
+<dt><code>bottom</code><dd><a name="index-bottom-_0040r_007b_0028destination-option_0029_007d-842"></a><a name="index-destinations_002c-dimensions-843"></a><a name="index-hyperlink-destination_002c-dimensions-844"></a><a name="index-dimensions_002c-hyperlink-destination-845"></a>Bottom position coordinate of a box specification for the various
destination types.
- <br><dt><code>left</code><dd><a name="index-left-_0040r_007b_0028destination-option_0029_007d-823"></a><a name="index-destinations_002c-dimensions-824"></a><a name="index-hyperlink-destination_002c-dimensions-825"></a><a name="index-dimensions_002c-hyperlink-destination-826"></a>Left position coordinate of a box specification for the various
+ <br><dt><code>left</code><dd><a name="index-left-_0040r_007b_0028destination-option_0029_007d-846"></a><a name="index-destinations_002c-dimensions-847"></a><a name="index-hyperlink-destination_002c-dimensions-848"></a><a name="index-dimensions_002c-hyperlink-destination-849"></a>Left position coordinate of a box specification for the various
destination types.
- <br><dt><code>right</code><dd><a name="index-right-_0040r_007b_0028destination-option_0029_007d-827"></a><a name="index-destinations_002c-dimensions-828"></a><a name="index-hyperlink-destination_002c-dimensions-829"></a><a name="index-dimensions_002c-hyperlink-destination-830"></a>Right position coordinate of a box specification for the various
+ <br><dt><code>right</code><dd><a name="index-right-_0040r_007b_0028destination-option_0029_007d-850"></a><a name="index-destinations_002c-dimensions-851"></a><a name="index-hyperlink-destination_002c-dimensions-852"></a><a name="index-dimensions_002c-hyperlink-destination-853"></a>Right position coordinate of a box specification for the various
destination types.
- <br><dt><code>top</code><dd><a name="index-top-_0040r_007b_0028destination-option_0029_007d-831"></a><a name="index-destinations_002c-dimensions-832"></a><a name="index-hyperlink-destination_002c-dimensions-833"></a><a name="index-dimensions_002c-hyperlink-destination-834"></a>Top position coordinate of a box specification for the various
+ <br><dt><code>top</code><dd><a name="index-top-_0040r_007b_0028destination-option_0029_007d-854"></a><a name="index-destinations_002c-dimensions-855"></a><a name="index-hyperlink-destination_002c-dimensions-856"></a><a name="index-dimensions_002c-hyperlink-destination-857"></a>Top position coordinate of a box specification for the various
destination types.
<p>Example:
<pre class="example"> \hldest{fitr}{left=72,bottom=72,
right=720,top=360}{dest123}
- </pre>
+</pre>
</dl>
<div class="node">
-<p><hr>
<a name="Link-types-for-pdftex-and-dvipdfm"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a>
@@ -4721,7 +4773,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers-pdftex-and-dvipdfm">
<h5 class="subsubsection">5.4.3.3 Link types for <code>pdftex</code> and <code>dvipdfm</code></h5>
-<p><a name="index-link-types_002c-_0040code_007bpdftex_007d-835"></a><a name="index-link-types_002c-_0040code_007bdvipdfm_007d-836"></a><a name="index-types_002c-link_002c-_0040code_007bpdftex_007d-837"></a><a name="index-types_002c-link_002c-_0040code_007bdvipdfm_007d-838"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-link-types-839"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-link-types-840"></a>Link types are the same for the <code>pdftex</code> and <code>dvipdfm</code>
+<p><a name="index-link-types_002c-_0040code_007bpdftex_007d-858"></a><a name="index-link-types_002c-_0040code_007bdvipdfm_007d-859"></a><a name="index-types_002c-link_002c-_0040code_007bpdftex_007d-860"></a><a name="index-types_002c-link_002c-_0040code_007bdvipdfm_007d-861"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-link-types-862"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-link-types-863"></a>Link types are the same for the <code>pdftex</code> and <code>dvipdfm</code>
drivers, except that the <code>pdftex</code> driver provides one additional
link type <code>num</code> (link to a numbered destination). dvipdfm does not
support numbered destinations, therefore it does not have this link
@@ -4732,42 +4784,42 @@ low-level pdfTeX commands.
<h5 class="subsubheading">Common link types</h5>
<dl>
-<dt><code>name</code><dd><a name="index-name-_0040r_007b_0028hyperlink-type_0029_007d-841"></a><a name="index-named-destination-842"></a><a name="index-destinations_002c-named-843"></a><a name="index-hyperlink-destination_002c-named-844"></a>Go to a &ldquo;named destination&rdquo;. The label is the destination name.
+<dt><code>name</code><dd><a name="index-name-_0040r_007b_0028hyperlink-type_0029_007d-864"></a><a name="index-named-destination-865"></a><a name="index-destinations_002c-named-866"></a><a name="index-hyperlink-destination_002c-named-867"></a>Go to a &ldquo;named destination&rdquo;. The label is the destination name.
All destinations created with <code>\hldest</code> are named destinations
(see <a href="#Explicit-hyperlinks">Explicit hyperlinks</a>). This is the default type.
<p>Example: <code>\hlstart{name}{}{dest123}Link to dest123\hlend</code>
- <br><dt><code>url</code><dd><a name="index-url-_0040r_007b_0028hyperlink-type_0029_007d-845"></a><a name="index-g_t_0040acronym_007bURL_007d-hyperlink-846"></a><a name="index-destinations_002c-_0040acronym_007bURL_007d-847"></a><a name="index-hyperlinks_002c-_0040acronym_007bURL_007d-848"></a>Go to a <acronym>URL</acronym>. The label is the <acronym>URL</acronym>.
+ <br><dt><code>url</code><dd><a name="index-url-_0040r_007b_0028hyperlink-type_0029_007d-868"></a><a name="index-g_t_0040acronym_007bURL_007d-hyperlink-869"></a><a name="index-destinations_002c-_0040acronym_007bURL_007d-870"></a><a name="index-hyperlinks_002c-_0040acronym_007bURL_007d-871"></a>Go to a <acronym>URL</acronym>. The label is the <acronym>URL</acronym>.
<p>Example: <code>\hlstart{url}{}{http://tug.org/eplain/}Eplain home\hlend</code>
- <br><dt><code>page</code><dd><a name="index-page-_0040r_007b_0028hyperlink-type_0029_007d-849"></a><a name="index-page-destination-850"></a><a name="index-destinations_002c-page-851"></a><a name="index-hyperlink-destination_002c-page-852"></a>Go to a page. The label is the page number (counting from&nbsp;<!-- /@w -->1).
+ <br><dt><code>page</code><dd><a name="index-page-_0040r_007b_0028hyperlink-type_0029_007d-872"></a><a name="index-page-destination-873"></a><a name="index-destinations_002c-page-874"></a><a name="index-hyperlink-destination_002c-page-875"></a>Go to a page. The label is the page number (counting from&nbsp;1).
Page fitting is specified by the
-<a name="index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-853"></a><code>pagefit</code> option.
+<a name="index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-876"></a><code>pagefit</code> option.
<p>Example:
<pre class="example"> \hlstart{page}{pagefit=/FitH 600}{123}
Link to page~123\hlend
- </pre>
- <br><dt><code>filename</code><dd><a name="index-filename-_0040r_007b_0028hyperlink-type_0029_007d-854"></a><a name="index-file_002c-hyperlink-to-855"></a><a name="index-destinations_002c-in-another-file-856"></a><a name="index-hyperlinks_002c-to-another-file-857"></a>Go to a named destination in another file. The label is the
+</pre>
+ <br><dt><code>filename</code><dd><a name="index-filename-_0040r_007b_0028hyperlink-type_0029_007d-877"></a><a name="index-file_002c-hyperlink-to-878"></a><a name="index-destinations_002c-in-another-file-879"></a><a name="index-hyperlinks_002c-to-another-file-880"></a>Go to a named destination in another file. The label is the
destination name. The file name is specified by the
-<a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-858"></a><code>file</code> option. Page fitting is specified by the
-<a name="index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-859"></a><code>pagefit</code> option. The
-<a name="index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-860"></a><code>newwin</code> option specifies whether the destination document is
+<a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-881"></a><code>file</code> option. Page fitting is specified by the
+<a name="index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-882"></a><code>pagefit</code> option. The
+<a name="index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-883"></a><code>newwin</code> option specifies whether the destination document is
opened in the same window or in a new window.
<p>Example:
<pre class="example"> \hlstart{filename}{file=book.pdf,newwin=1}{dest123}
Link to dest123 in file `book.pdf'\hlend
- </pre>
- <br><dt><code>filepage</code><dd><a name="index-filepage-_0040r_007b_0028hyperlink-type_0029_007d-861"></a><a name="index-file_002c-hyperlink-to-862"></a><a name="index-destinations_002c-in-another-file-863"></a><a name="index-hyperlinks_002c-to-another-file-864"></a>Go to a page in another file. The label is the page number (counting
-from&nbsp;<!-- /@w -->1). The file name is specified by the
-<a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-865"></a><code>file</code> option. Page fitting is specified by the
-<a name="index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-866"></a><code>pagefit</code> option. The
-<a name="index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-867"></a><code>newwin</code> option specifies whether the destination document is
+</pre>
+ <br><dt><code>filepage</code><dd><a name="index-filepage-_0040r_007b_0028hyperlink-type_0029_007d-884"></a><a name="index-file_002c-hyperlink-to-885"></a><a name="index-destinations_002c-in-another-file-886"></a><a name="index-hyperlinks_002c-to-another-file-887"></a>Go to a page in another file. The label is the page number (counting
+from&nbsp;1). The file name is specified by the
+<a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-888"></a><code>file</code> option. Page fitting is specified by the
+<a name="index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-889"></a><code>pagefit</code> option. The
+<a name="index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-890"></a><code>newwin</code> option specifies whether the destination document is
opened in the same window or in a new window.
<p>Example:
@@ -4775,14 +4827,14 @@ opened in the same window or in a new window.
<pre class="example"> \hlstart{filepage}{file=book.pdf,newwin=,
pagefit=/FitR 50 100 300 500}{1}
Link to page~1 in file `book.pdf'\hlend
- </pre>
- <br><dt><code>raw</code><dd><a name="index-raw-_0040r_007b_0028hyperlink-type_0029_007d-868"></a>The link specification (in the form of a pdfTeX command or a dvipdfm
+</pre>
+ <br><dt><code>raw</code><dd><a name="index-raw-_0040r_007b_0028hyperlink-type_0029_007d-891"></a>The link specification (in the form of a pdfTeX command or a dvipdfm
<code>\special</code> primitive) is taken from the command sequence
<code>\</code><var>cs</var>, where <var>cs</var> is the value of the
-<a name="index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-869"></a><code>cmd</code> option. In the definition of <code>\</code><var>cs</var>, use
-<a name="index-g_t_0040_0040hllabel-870"></a><code>\@hllabel</code> to refer to the hyperlink label. This option is
+<a name="index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-892"></a><code>cmd</code> option. In the definition of <code>\</code><var>cs</var>, use
+<a name="index-g_t_0040_0040hllabel-893"></a><code>\@hllabel</code> to refer to the hyperlink label. This option is
intended to be used with linkgroups (see <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>), as it does not make sense in a direct call to
-<a name="index-hlstart-871"></a><code>\hlstart</code>&mdash;you can just call the raw command.
+<a name="index-hlstart-894"></a><code>\hlstart</code>&mdash;you can just call the raw command.
<p>Example for <code>pdftex</code>:
@@ -4790,7 +4842,7 @@ intended to be used with linkgroups (see <a href="#Setting-hyperlink-types-and-o
\def\mycmd{\pdfstartlink goto page 1 {/Fit}}
\hltype[url]{raw}
\hlopts[url]{cmd=mycmd}
- </pre>
+</pre>
<p>Example for <code>dvipdfm</code>:
<pre class="example"> % Redirect all \url links to the first page
@@ -4798,21 +4850,21 @@ intended to be used with linkgroups (see <a href="#Setting-hyperlink-types-and-o
/Dest[0 /Fit]&gt;&gt;}}
\hltype[url]{raw}
\hlopts[url]{cmd=mycmd}
- </pre>
+</pre>
</dl>
<h5 class="subsubheading"><code>pdftex</code>-specific link types</h5>
<dl>
-<dt><code>num</code><dd><a name="index-num-_0040r_007b_0028hyperlink-type_0029_007d-872"></a><a name="index-numbered-destination-873"></a><a name="index-destinations_002c-numbered-874"></a><a name="index-hyperlink-destination_002c-numbered-875"></a>Go to a &ldquo;numbered destination&rdquo;. The label is the destination
+<dt><code>num</code><dd><a name="index-num-_0040r_007b_0028hyperlink-type_0029_007d-895"></a><a name="index-numbered-destination-896"></a><a name="index-destinations_002c-numbered-897"></a><a name="index-hyperlink-destination_002c-numbered-898"></a>Go to a &ldquo;numbered destination&rdquo;. The label is the destination
number.
<p>Example: <code>\hlstart{num}{}{123}Link to 123\hlend</code>
</dl>
<div class="node">
-<p><hr>
<a name="Link-options-for-pdftex-and-dvipdfm"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a>
@@ -4820,31 +4872,31 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers-pdftex-and-dvipdfm">
<h5 class="subsubsection">5.4.3.4 Link options for <code>pdftex</code> and <code>dvipdfm</code></h5>
-<p><a name="index-link-options_002c-_0040code_007bpdftex_007d-876"></a><a name="index-link-options_002c-_0040code_007bdvipdfm_007d-877"></a><a name="index-options_002c-link_002c-_0040code_007bpdftex_007d-878"></a><a name="index-options_002c-link_002c-_0040code_007bdvipdfm_007d-879"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-link-options-880"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-link-options-881"></a>Link options are mostly the same for the <code>pdftex</code> and
+<p><a name="index-link-options_002c-_0040code_007bpdftex_007d-899"></a><a name="index-link-options_002c-_0040code_007bdvipdfm_007d-900"></a><a name="index-options_002c-link_002c-_0040code_007bpdftex_007d-901"></a><a name="index-options_002c-link_002c-_0040code_007bdvipdfm_007d-902"></a><a name="index-g_t_0040code_007bpdftex_007d_002c-link-options-903"></a><a name="index-g_t_0040code_007bdvipdfm_007d_002c-link-options-904"></a>Link options are mostly the same for the <code>pdftex</code> and
<code>dvipdfm</code> drivers. The <code>pdftex</code> driver has additional
options to specify link dimensions.
<h5 class="subsubheading">Common link options</h5>
<dl>
-<dt><code>bcolor</code><dd><a name="index-bcolor-_0040r_007b_0028hyperlink-option_0029_007d-882"></a><a name="index-hyperlink-border-color-883"></a><a name="index-border-color_002c-hyperlink-884"></a><a name="index-color_002c-hyperlink-border-885"></a>Border color. An array of three numbers in the range 0 to 1,
+<dt><code>bcolor</code><dd><a name="index-bcolor-_0040r_007b_0028hyperlink-option_0029_007d-905"></a><a name="index-hyperlink-border-color-906"></a><a name="index-border-color_002c-hyperlink-907"></a><a name="index-color_002c-hyperlink-border-908"></a>Border color. An array of three numbers in the range 0 to 1,
representing a color in DeviceRGB.
<p>Example: <code>\hlstart{name}{bcolor=.1 .5 1}{dest123}Link\hlend</code>
- <br><dt><code>bdash</code><dd><a name="index-bdash-_0040r_007b_0028hyperlink-option_0029_007d-886"></a><a name="index-dashed-hyperlink-border-887"></a><a name="index-hyperlinks_002c-border-style-888"></a><a name="index-border-style_002c-hyperlink-889"></a>Array of numbers representing on and off stroke lengths for drawing
+ <br><dt><code>bdash</code><dd><a name="index-bdash-_0040r_007b_0028hyperlink-option_0029_007d-909"></a><a name="index-dashed-hyperlink-border-910"></a><a name="index-hyperlinks_002c-border-style-911"></a><a name="index-border-style_002c-hyperlink-912"></a>Array of numbers representing on and off stroke lengths for drawing
dashes.
<p>Example: <code>\hlstart{name}{bstyle=D,bdash=2 4}{dest123}Link\hlend</code>
- <br><dt><code>bstyle</code><dd><a name="index-bstyle-_0040r_007b_0028hyperlink-option_0029_007d-890"></a><a name="index-solid-hyperlink-border-891"></a><a name="index-dashed-hyperlink-border-892"></a><a name="index-beveled-hyperlink-border-893"></a><a name="index-inset-hyperlink-border-894"></a><a name="index-underline-hyperlink-border-895"></a><a name="index-hyperlinks_002c-border-style-896"></a><a name="index-style_002c-hyperlink-border-897"></a><a name="index-border-style_002c-hyperlink-898"></a>Link border style:
+ <br><dt><code>bstyle</code><dd><a name="index-bstyle-_0040r_007b_0028hyperlink-option_0029_007d-913"></a><a name="index-solid-hyperlink-border-914"></a><a name="index-dashed-hyperlink-border-915"></a><a name="index-beveled-hyperlink-border-916"></a><a name="index-inset-hyperlink-border-917"></a><a name="index-underline-hyperlink-border-918"></a><a name="index-hyperlinks_002c-border-style-919"></a><a name="index-style_002c-hyperlink-border-920"></a><a name="index-border-style_002c-hyperlink-921"></a>Link border style:
<dl>
<dt><code>S</code><dd>The border is drawn as a solid line.
<br><dt><code>D</code><dd>The border is drawn with a dashed line (the dash pattern is specified
by the
-<a name="index-bdash-_0040r_007b_0028hyperlink-option_0029_007d-899"></a><code>bdash</code> option).
+<a name="index-bdash-_0040r_007b_0028hyperlink-option_0029_007d-922"></a><code>bdash</code> option).
<br><dt><code>B</code><dd>The border is drawn in a beveled style.
@@ -4853,27 +4905,27 @@ by the
<br><dt><code>U</code><dd>The border is drawn as a line on the bottom of the link rectangle.
</dl>
- <p>The default is `<samp><span class="samp">S</span></samp>'.
+ <p>The default is &lsquo;<samp><span class="samp">S</span></samp>&rsquo;.
<p>Example: <code>\hlstart{name}{bstyle=D,bdash=2 4}{dest123}Link\hlend</code>
- <br><dt><code>bwidth</code><dd><a name="index-bwidth-_0040r_007b_0028hyperlink-option_0029_007d-900"></a><a name="index-width_002c-hyperlink-border-901"></a><a name="index-hyperlinks_002c-border-width-902"></a><a name="index-border-width_002c-hyperlink-903"></a>Border width in
-<a name="index-PostScript-point-904"></a>PostScript points (72&nbsp;<!-- /@w -->points per inch). The default is&nbsp;<!-- /@w -->1.
+ <br><dt><code>bwidth</code><dd><a name="index-bwidth-_0040r_007b_0028hyperlink-option_0029_007d-923"></a><a name="index-width_002c-hyperlink-border-924"></a><a name="index-hyperlinks_002c-border-width-925"></a><a name="index-border-width_002c-hyperlink-926"></a>Border width in
+<a name="index-PostScript-point-927"></a>PostScript points (72&nbsp;points per inch). The default is&nbsp;1.
<p>Example: <code>\hlstart{name}{bwidth=2}{dest123}Link\hlend</code>
- <br><dt><code>cmd</code><dd><a name="index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-905"></a>Name of the macro (without the leading `<samp><span class="samp">\</span></samp>') containing a
+ <br><dt><code>cmd</code><dd><a name="index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-928"></a>Name of the macro (without the leading &lsquo;<samp><span class="samp">\</span></samp>&rsquo;) containing a
pdfTeX command or a dvipdfm <code>\special</code> for the <code>raw</code> link.
<p>See <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a>, the description of the
<code>raw</code> link, for an example.
- <br><dt><code>file</code><dd><a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-906"></a>File name for the <code>filename</code> and <code>filepage</code> link types.
+ <br><dt><code>file</code><dd><a name="index-file-_0040r_007b_0028hyperlink-option_0029_007d-929"></a>File name for the <code>filename</code> and <code>filepage</code> link types.
<p>See <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a>, the descriptions of the
<code>filename</code> and <code>filepage</code> links, for an example.
- <br><dt><code>hlight</code><dd><a name="index-hlight-_0040r_007b_0028hyperlink-option_0029_007d-907"></a><a name="index-hyperlinks_002c-highlight-mode-908"></a><a name="index-highlight-modes_002c-hyperlink-909"></a>Link border highlight modes:
+ <br><dt><code>hlight</code><dd><a name="index-hlight-_0040r_007b_0028hyperlink-option_0029_007d-930"></a><a name="index-hyperlinks_002c-highlight-mode-931"></a><a name="index-highlight-modes_002c-hyperlink-932"></a>Link border highlight modes:
<dl>
<dt><code>I</code><dd>The rectangle specified by the bounding box of the link is inverted.
@@ -4886,11 +4938,11 @@ pdfTeX command or a dvipdfm <code>\special</code> for the <code>raw</code> link.
the page.
</dl>
- <p>The default is `<samp><span class="samp">I</span></samp>'.
+ <p>The default is &lsquo;<samp><span class="samp">I</span></samp>&rsquo;.
<p>Example: <code>\hlstart{name}{bstyle=S,hlight=O}{dest123}Link\hlend</code>
- <br><dt><code>newwin</code><dd><a name="index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-910"></a><a name="index-hyperlinks_002c-opening-in-a-new-window-911"></a><a name="index-new-window_002c-opening-hyperlink-in-912"></a>For the <code>filename</code> and <code>filepage</code> links, specifies whether the destination document is
+ <br><dt><code>newwin</code><dd><a name="index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-933"></a><a name="index-hyperlinks_002c-opening-in-a-new-window-934"></a><a name="index-new-window_002c-opening-hyperlink-in-935"></a>For the <code>filename</code> and <code>filepage</code> links, specifies whether the destination document is
opened in the same window or in a new window. The settings are:
<dl>
@@ -4904,7 +4956,7 @@ opened in the same window or in a new window. The settings are:
<p>See <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a>, the descriptions of the
<code>filename</code> and <code>filepage</code> links, for an example.
- <br><dt><code>pagefit</code><dd><a name="index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-913"></a>For the <code>page</code> and <code>filepage links</code>, specifies how the page
+ <br><dt><code>pagefit</code><dd><a name="index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-936"></a>For the <code>page</code> and <code>filepage links</code>, specifies how the page
must be fitted to the window. <code>pagefit</code> specification is written
to the <acronym>PDF</acronym> file as is, so it must conform to the
<acronym>PDF</acronym> standard.
@@ -4921,22 +4973,22 @@ of the parent box is used (this is the default for all dimension
options).
<dl>
-<dt><code>depth</code><dd><a name="index-depth-_0040r_007b_0028hyperlink-option_0029_007d-914"></a><a name="index-hyperlink-dimensions-915"></a><a name="index-dimensions_002c-hyperlink-916"></a>Depth of the link.
+<dt><code>depth</code><dd><a name="index-depth-_0040r_007b_0028hyperlink-option_0029_007d-937"></a><a name="index-hyperlink-dimensions-938"></a><a name="index-dimensions_002c-hyperlink-939"></a>Depth of the link.
- <br><dt><code>height</code><dd><a name="index-height-_0040r_007b_0028hyperlink-option_0029_007d-917"></a><a name="index-hyperlink-dimensions-918"></a><a name="index-dimensions_002c-hyperlink-919"></a>Height of the link.
+ <br><dt><code>height</code><dd><a name="index-height-_0040r_007b_0028hyperlink-option_0029_007d-940"></a><a name="index-hyperlink-dimensions-941"></a><a name="index-dimensions_002c-hyperlink-942"></a>Height of the link.
- <br><dt><code>width</code><dd><a name="index-width-_0040r_007b_0028hyperlink-option_0029_007d-920"></a><a name="index-hyperlink-dimensions-921"></a><a name="index-dimensions_002c-hyperlink-922"></a>Width of the link.
+ <br><dt><code>width</code><dd><a name="index-width-_0040r_007b_0028hyperlink-option_0029_007d-943"></a><a name="index-hyperlink-dimensions-944"></a><a name="index-dimensions_002c-hyperlink-945"></a>Width of the link.
<p>Example:
<pre class="example"> \hlstart{name}{width=5in,height=20pc,depth=0pt}{dest123}
Link\hlend
- </pre>
+</pre>
</dl>
<div class="node">
-<p><hr>
<a name="Hyperlink-driver-nolinks"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers">Hyperlink drivers</a>
@@ -4944,13 +4996,13 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlink-drivers">Hyperlink drivers</
<h4 class="subsection">5.4.4 Hyperlink driver <code>nolinks</code></h4>
-<p><a name="index-nolinks-_0040r_007b_0028hyperlink-driver_0029_007d-923"></a><a name="index-g_t_0040code_007bnolinks_007d_002c-hyperlink-driver-924"></a><a name="index-driver-_0040code_007bnolinks_007d-925"></a><a name="index-hyperlink-driver-_0040code_007bnolinks_007d-926"></a><a name="index-omitting-hyperlinks-927"></a><a name="index-disabling-hyperlinks-928"></a><a name="index-hyperlinks_002c-disabling-929"></a><a name="index-destinations_002c-disabling-930"></a><a name="index-spacing_002c-preserving-with-hyperlinks-931"></a><a name="index-hyperlinks_002c-preserving-spacing-932"></a><a name="index-page_002dbreaking_002c-preserving-with-hyperlinks-933"></a><a name="index-hyperlinks_002c-preserving-page_002dbreaking-934"></a>Select this driver to suppress all hyperlinks in your document.
+<p><a name="index-nolinks-_0040r_007b_0028hyperlink-driver_0029_007d-946"></a><a name="index-g_t_0040code_007bnolinks_007d_002c-hyperlink-driver-947"></a><a name="index-driver-_0040code_007bnolinks_007d-948"></a><a name="index-hyperlink-driver-_0040code_007bnolinks_007d-949"></a><a name="index-omitting-hyperlinks-950"></a><a name="index-disabling-hyperlinks-951"></a><a name="index-hyperlinks_002c-disabling-952"></a><a name="index-destinations_002c-disabling-953"></a><a name="index-spacing_002c-preserving-with-hyperlinks-954"></a><a name="index-hyperlinks_002c-preserving-spacing-955"></a><a name="index-page_002dbreaking_002c-preserving-with-hyperlinks-956"></a><a name="index-hyperlinks_002c-preserving-page_002dbreaking-957"></a>Select this driver to suppress all hyperlinks in your document.
<p>Selecting this driver is quite different from not selecting any driver
at all, or from selecting some driver and then turning hyperlinks off
for the entire document with
-<a name="index-hloff-935"></a><code>\hloff</code> and
-<a name="index-hldestoff-936"></a><code>\hldestoff</code> (see <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a>).
+<a name="index-hloff-958"></a><code>\hloff</code> and
+<a name="index-hldestoff-959"></a><code>\hldestoff</code> (see <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a>).
<p>The purpose of <code>\hldestoff</code> and <code>\hloff</code> is to mark (parts) of
your document where hyperlinks should never appear. (Imagine you want
@@ -4965,7 +5017,7 @@ same as what you were getting with hyperlinks enabled.
<p>The reason for this is that hyperlinks are produced by the
<code>\special</code> primitives or low-level hyperlink commands. Each such
command is placed inside a
-<a name="index-whatsits-made-by-hyperlinks-937"></a><dfn>whatsit</dfn> (an internal TeX object), which may introduce
+<a name="index-whatsits-made-by-hyperlinks-960"></a><dfn>whatsit</dfn> (an internal TeX object), which may introduce
legitimate breakpoints at places where none would exist without the
whatsits. The macros <code>\hldestoff</code> and <code>\hloff</code> disable the
hyperlink macros completely, so that no whatsits are produced.
@@ -4975,7 +5027,7 @@ hyperlink macros. Instead, it defines them to merely write to the log
file (what gets written is unimportant). This also produces
whatsits, thus imitating the whatsits from the hyperlink commands.
(This trick was borrowed from the
-<a name="index-color_002esty-938"></a><a name="index-graphics-collection_002c-_0040LaTeX_007b_007d-939"></a><a name="index-g_t_0040LaTeX_007b_007d-graphics-collection-940"></a>LaTeX `color' package.)
+<a name="index-color_002esty-961"></a><a name="index-graphics-collection_002c-_0040LaTeX_007b_007d-962"></a><a name="index-g_t_0040LaTeX_007b_007d-graphics-collection-963"></a>LaTeX `color' package.)
<p>Another reason for using <code>nolinks</code> is that in horizontal mode
<code>\hldest</code> places destinations inside boxes of zero width, height,
@@ -4989,7 +5041,7 @@ defining <code>\hldest</code> to produce the empty boxes.
document both with and without hyperlinks, here is the recommended way
to enable the hyperlinks under pdfTeX:
- <p><a name="index-enablehyperlinks-941"></a>
+ <p><a name="index-enablehyperlinks-964"></a>
<pre class="example"> \ifpdf
\enablehyperlinks
\else
@@ -4997,8 +5049,8 @@ to enable the hyperlinks under pdfTeX:
\fi
</pre>
<div class="node">
-<p><hr>
<a name="Setting-hyperlink-types-and-options"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Hyperlink-drivers">Hyperlink drivers</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
@@ -5007,14 +5059,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
<h3 class="section">5.5 Setting hyperlink types and options</h3>
-<p><a name="index-default-hyperlink-type-942"></a><a name="index-default-hyperlink-options-943"></a><a name="index-hyperlinks_002c-default-type-944"></a><a name="index-hyperlinks_002c-default-options-945"></a><a name="index-destinations_002c-default-type-946"></a><a name="index-destinations_002c-default-options-947"></a>You can define default types for links and destinations, which will be
+<p><a name="index-default-hyperlink-type-965"></a><a name="index-default-hyperlink-options-966"></a><a name="index-hyperlinks_002c-default-type-967"></a><a name="index-hyperlinks_002c-default-options-968"></a><a name="index-destinations_002c-default-type-969"></a><a name="index-destinations_002c-default-options-970"></a>You can define default types for links and destinations, which will be
used when you do not specify a type in
-<a name="index-hlstart-948"></a><code>\hlstart</code> or
-<a name="index-hldest-949"></a><code>\hldest</code>. Similarly, you can define default values for the
+<a name="index-hlstart-971"></a><code>\hlstart</code> or
+<a name="index-hldest-972"></a><code>\hldest</code>. Similarly, you can define default values for the
options; the default value for an option is used when you do not set the
option in the argument to <code>\hlstart</code> or <code>\hldest</code>.
- <p><a name="index-group-type_002c-hyperlink-950"></a><a name="index-group-options_002c-hyperlink-951"></a><a name="index-hyperlinks_002c-group-type-952"></a><a name="index-hyperlinks_002c-group-options-953"></a><a name="index-link_002c-group-type-954"></a><a name="index-link_002c-group-options-955"></a><a name="index-linkgroup-type-956"></a><a name="index-linkgroup-options-957"></a><a name="index-destinations_002c-group-type-958"></a><a name="index-destinations_002c-group-options-959"></a><a name="index-destgroup-type-960"></a><a name="index-destgroup-options-961"></a>The parameters for implicit links and destinations can be customized by
+ <p><a name="index-group-type_002c-hyperlink-973"></a><a name="index-group-options_002c-hyperlink-974"></a><a name="index-hyperlinks_002c-group-type-975"></a><a name="index-hyperlinks_002c-group-options-976"></a><a name="index-link_002c-group-type-977"></a><a name="index-link_002c-group-options-978"></a><a name="index-linkgroup-type-979"></a><a name="index-linkgroup-options-980"></a><a name="index-destinations_002c-group-type-981"></a><a name="index-destinations_002c-group-options-982"></a><a name="index-destgroup-type-983"></a><a name="index-destgroup-options-984"></a>The parameters for implicit links and destinations can be customized by
setting the &ldquo;group&rdquo; types and options. When not set, the defaults are
used.
@@ -5030,8 +5082,8 @@ previous settings are restored.
</ul>
<div class="node">
-<p><hr>
<a name="Setting-default-types-and-options"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Setting-group-types">Setting group types</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>
@@ -5039,7 +5091,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Setting-hyperlink-types-and-options">S
<h4 class="subsection">5.5.1 Setting default types and options</h4>
-<p><a name="index-hltype-962"></a><a name="index-hldesttype-963"></a>The default types for links and destinations can be set with the
+<p><a name="index-hltype-985"></a><a name="index-hldesttype-986"></a>The default types for links and destinations can be set with the
following commands:
<pre class="example"> \hltype{<var>type</var>}
@@ -5049,19 +5101,19 @@ following commands:
link/destination types supported by the selected hyperlink driver
(see <a href="#Hyperlink-drivers">Hyperlink drivers</a>).
- <p><a name="index-hlopts-964"></a><a name="index-hldestopts-965"></a>Default values for the options can be set with the following commands:
+ <p><a name="index-hlopts-987"></a><a name="index-hldestopts-988"></a>Default values for the options can be set with the following commands:
<pre class="example"> \hlopts{<var>options</var>}
\hldestopts{<var>options</var>}
</pre>
<p class="noindent">where <var>options</var> is a comma-separated list of option
-assignments in the format `<samp><var>option</var><span class="samp">=</span><var>value</var></samp>'. Again, what options
+assignments in the format &lsquo;<samp><var>option</var><span class="samp">=</span><var>value</var></samp>&rsquo;. Again, what options
are allowed depends on the selected hyperlink driver.
- <p><a name="index-boxed-links_002c-avoiding-966"></a><a name="index-avoiding-boxed-links-967"></a><a name="index-color_002c-hyperlinks-968"></a><a name="index-colored-links-969"></a><a name="index-hyperlink-color-970"></a>Many people regard the default boxed links as not aesthetic and
+ <p><a name="index-boxed-links_002c-avoiding-989"></a><a name="index-avoiding-boxed-links-990"></a><a name="index-color_002c-hyperlinks-991"></a><a name="index-colored-links-992"></a><a name="index-hyperlink-color-993"></a>Many people regard the default boxed links as not aesthetic and
intruding on page layout. The reason why boxed links are the default is
that the links are not colored until you load the LaTeX
-<a name="index-color_002esty-971"></a>`color' package (see <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a>) or use other means to
+<a name="index-color_002esty-994"></a>`color' package (see <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a>) or use other means to
define the <code>\color</code> command; therefore, not producing any kind of
link border may result in the links not being marked in any way.
However, when the links are actually colored, there is no need to
@@ -5072,8 +5124,8 @@ option <code>bwidth</code>; see <a href="#Hyperlink-drivers">Hyperlink drivers</
<pre class="example"> \hlopts{bwidth=0}
</pre>
<div class="node">
-<p><hr>
<a name="Setting-group-types"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Setting-group-options">Setting group options</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Setting-default-types-and-options">Setting default types and options</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>
@@ -5082,7 +5134,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Setting-hyperlink-types-and-options">S
<h4 class="subsection">5.5.2 Setting group types</h4>
-<p><a name="index-hltype-972"></a><a name="index-hldesttype-973"></a><a name="index-group-type_002c-hyperlink-974"></a><a name="index-hyperlinks_002c-group-type-975"></a><a name="index-link_002c-group-type-976"></a><a name="index-linkgroup-type-977"></a><a name="index-destinations_002c-group-type-978"></a><a name="index-destgroup-type-979"></a>When called with an optional argument, as in
+<p><a name="index-hltype-995"></a><a name="index-hldesttype-996"></a><a name="index-group-type_002c-hyperlink-997"></a><a name="index-hyperlinks_002c-group-type-998"></a><a name="index-link_002c-group-type-999"></a><a name="index-linkgroup-type-1000"></a><a name="index-destinations_002c-group-type-1001"></a><a name="index-destgroup-type-1002"></a>When called with an optional argument, as in
<pre class="example"> \hltype[<var>groups</var>]{<var>type</var>}
\hldesttype[<var>groups</var>]{<var>type</var>}
@@ -5091,10 +5143,10 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Setting-hyperlink-types-and-options">S
<code>\hltype</code> and <code>\hldesttype</code> set the type for each group from
<var>groups</var> to <var>type</var>. The default type is used for all groups
with an empty type (this is the initial setting for all groups, except
-that the type for the `url' linkgroup is set to `<samp><span class="samp">url</span></samp>' by the
+that the type for the `url' linkgroup is set to &lsquo;<samp><span class="samp">url</span></samp>&rsquo; by the
drivers which support this link type).
- <p><a name="index-group-_0060_0027-_0028empty_0029-980"></a><a name="index-default-hyperlink-type-981"></a><a name="index-default-hyperlink-options-982"></a><a name="index-hyperlinks_002c-default-type-983"></a><a name="index-hyperlinks_002c-default-options-984"></a><a name="index-destinations_002c-default-type-985"></a><a name="index-destinations_002c-default-options-986"></a>There are two special &ldquo;groups&rdquo; which can be used inside the
+ <p><a name="index-group-_0060_0027-_0028empty_0029-1003"></a><a name="index-default-hyperlink-type-1004"></a><a name="index-default-hyperlink-options-1005"></a><a name="index-hyperlinks_002c-default-type-1006"></a><a name="index-hyperlinks_002c-default-options-1007"></a><a name="index-destinations_002c-default-type-1008"></a><a name="index-destinations_002c-default-options-1009"></a>There are two special &ldquo;groups&rdquo; which can be used inside the
<var>groups</var> list. An empty group sets the default type. This allows
to set the default type and group types in one command, for example:
@@ -5103,7 +5155,7 @@ to set the default type and group types in one command, for example:
<p class="noindent">sets the link type for the `eq' linkgroup and the
default link type to <var>type</var>.
- <p><a name="index-group-_0060_002a_0027-987"></a><a name="index-groups_002c-specifying-all-988"></a><a name="index-all-groups_002c-specifying-989"></a>Another special group is a star (`<samp><span class="samp">*</span></samp>') group, which signifies all
+ <p><a name="index-group-_0060_002a_0027-1010"></a><a name="index-groups_002c-specifying-all-1011"></a><a name="index-all-groups_002c-specifying-1012"></a>Another special group is a star (&lsquo;<samp><span class="samp">*</span></samp>&rsquo;) group, which signifies all
defined groups. For example, the command
<pre class="example"> \hldesttype[*,]{<var>type</var>}
@@ -5112,8 +5164,8 @@ defined groups. For example, the command
as well as the default destination type.
<div class="node">
-<p><hr>
<a name="Setting-group-options"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Setting-group-types">Setting group types</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>
@@ -5121,12 +5173,12 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Setting-hyperlink-types-and-options">S
<h4 class="subsection">5.5.3 Setting group options</h4>
-<p><a name="index-group-options_002c-hyperlink-990"></a><a name="index-hyperlinks_002c-group-options-991"></a><a name="index-link_002c-group-options-992"></a><a name="index-linkgroup-options-993"></a><a name="index-destinations_002c-group-options-994"></a><a name="index-destgroup-options-995"></a>Option values for each group are stored as a list of option
+<p><a name="index-group-options_002c-hyperlink-1013"></a><a name="index-hyperlinks_002c-group-options-1014"></a><a name="index-link_002c-group-options-1015"></a><a name="index-linkgroup-options-1016"></a><a name="index-destinations_002c-group-options-1017"></a><a name="index-destgroup-options-1018"></a>Option values for each group are stored as a list of option
assignments. This list does not have to contain every supported
option. Values for options missing from this list are taken from the
default option values.
- <p><a name="index-hlopts-996"></a><a name="index-hldestopts-997"></a>To manipulate the list of option values for the groups, you use the
+ <p><a name="index-hlopts-1019"></a><a name="index-hldestopts-1020"></a>To manipulate the list of option values for the groups, you use the
<code>\hlopts</code> and <code>\hldestopts</code> commands with an optional
argument:
@@ -5137,38 +5189,38 @@ argument:
</pre>
<p class="noindent">where <var>groups</var> is a comma-separated list of groups and
<var>options</var> is a comma-separated list of option assignments. The
-two special &ldquo;groups&rdquo;, the empty group and the star (`<samp><span class="samp">*</span></samp>')
+two special &ldquo;groups&rdquo;, the empty group and the star (&lsquo;<samp><span class="samp">*</span></samp>&rsquo;)
group, have the same meaning as for <code>\hltype</code> and
<code>\hldesttype</code>.
-<a name="index-group_002c-preserving-option-list-998"></a><a name="index-hyperlink-group_002c-preserving-option-list-999"></a><a name="index-option-list_002c-preserving-for-group-1000"></a>When used without the exclamation mark, <code>\hlopts</code> and
+<a name="index-group_002c-preserving-option-list-1021"></a><a name="index-hyperlink-group_002c-preserving-option-list-1022"></a><a name="index-option-list_002c-preserving-for-group-1023"></a>When used without the exclamation mark, <code>\hlopts</code> and
<code>\hldestopts</code> preserve the current list of options for the groups,
and only update the options listed in <var>options</var>. If you add the
exclamation mark, the current list of options for each group in
<var>groups</var> is discarded and the new list is set to <var>options</var>.
- <p>The &ldquo;overriding&rdquo; nature of the `<samp><span class="samp">!</span></samp>' is appropriate when you give
+ <p>The &ldquo;overriding&rdquo; nature of the &lsquo;<samp><span class="samp">!</span></samp>&rsquo; is appropriate when you give
a complete specification of the options for a group, e.g., at the
beginning of your document. On the other hand, when you want to
adjust some option(s) and leave others intact, you should use the
-macros without the `<samp><span class="samp">!</span></samp>'.
+macros without the &lsquo;<samp><span class="samp">!</span></samp>&rsquo;.
- <p><a name="index-raise-_0040r_007b_0028hyperlink-option_0029_007d-1001"></a><a name="index-mathematics-displays_002c-hyperlinks-1002"></a><a name="index-displayed-math-and-hyperlinks-1003"></a><a name="index-large-operators-and-hyperlinks-1004"></a><a name="index-hyperlinks_002c-large-operators-1005"></a><a name="index-destinations_002c-large-operators-1006"></a><a name="index-raising-hyperlink-destinations-1007"></a>For example, with displayed mathematical formulas, you often need to
-adjust the `<samp><span class="samp">raise</span></samp>' option for the
-<a name="index-group-_0060eq_0027-1008"></a><a name="index-linkgroup-_0060eq_0027-1009"></a>`eq' destgroup, because the formulas often contain large parentheses and
+ <p><a name="index-raise-_0040r_007b_0028hyperlink-option_0029_007d-1024"></a><a name="index-mathematics-displays_002c-hyperlinks-1025"></a><a name="index-displayed-math-and-hyperlinks-1026"></a><a name="index-large-operators-and-hyperlinks-1027"></a><a name="index-hyperlinks_002c-large-operators-1028"></a><a name="index-destinations_002c-large-operators-1029"></a><a name="index-raising-hyperlink-destinations-1030"></a>For example, with displayed mathematical formulas, you often need to
+adjust the &lsquo;<samp><span class="samp">raise</span></samp>&rsquo; option for the
+<a name="index-group-_0060eq_0027-1031"></a><a name="index-linkgroup-_0060eq_0027-1032"></a>`eq' destgroup, because the formulas often contain large parentheses and
brackets. But when doing so, you want to leave the other settings
unchanged. To achieve this, call <code>\hldestopts</code> without the
-`<samp><span class="samp">!</span></samp>', for example:
+&lsquo;<samp><span class="samp">!</span></samp>&rsquo;, for example:
<pre class="example"> $$\hldestopts[eq]{raise=2.5\normalbaselineskip}
...
$$
</pre>
- <p class="noindent">The display commands (`<samp><span class="samp">$$</span></samp>') implicitly put the entire
+ <p class="noindent">The display commands (&lsquo;<samp><span class="samp">$$</span></samp>&rsquo;) implicitly put the entire
formula inside a (TeX) group (<code>\begingroup...\endgroup</code>), so
-you do not need to isolate the setting of the `<samp><span class="samp">raise</span></samp>' option&mdash;it
-will be restored after the closing `<samp><span class="samp">$$</span></samp>'.
+you do not need to isolate the setting of the &lsquo;<samp><span class="samp">raise</span></samp>&rsquo; option&mdash;it
+will be restored after the closing &lsquo;<samp><span class="samp">$$</span></samp>&rsquo;.
- <p><a name="index-option-list_002c-group-1010"></a><a name="index-group-option-list-1011"></a><a name="index-hyperlinks_002c-group-option-list-1012"></a>Initially, Eplain sets the option lists for almost all groups to empty,
+ <p><a name="index-option-list_002c-group-1033"></a><a name="index-group-option-list-1034"></a><a name="index-hyperlinks_002c-group-option-list-1035"></a>Initially, Eplain sets the option lists for almost all groups to empty,
so that the groups fall back on the default values for all options. The
one exception to this rule is the `eq' destgroup, whose initial option
list contains one setting:
@@ -5179,9 +5231,9 @@ list contains one setting:
appear in displayed math.
<div class="node">
-<p><hr>
<a name="Turning-hyperlinks-on%2foff"></a>
<a name="Turning-hyperlinks-on_002foff"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
@@ -5189,7 +5241,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Hyperlinks">Hyperlinks</a>
<h3 class="section">5.6 Turning hyperlinks on/off</h3>
-<p><a name="index-omitting-hyperlinks-1013"></a><a name="index-disabling-hyperlinks-1014"></a><a name="index-hyperlinks_002c-disabling-1015"></a><a name="index-destinations_002c-disabling-1016"></a>Links and/or destinations can be turned on or off globally by disabling
+<p><a name="index-omitting-hyperlinks-1036"></a><a name="index-disabling-hyperlinks-1037"></a><a name="index-hyperlinks_002c-disabling-1038"></a><a name="index-destinations_002c-disabling-1039"></a>Links and/or destinations can be turned on or off globally by disabling
the low-level commands, or for each group individually.
<p>All these settings are local to the current (TeX) group, so if you
@@ -5203,9 +5255,9 @@ previous settings are restored.
</ul>
<div class="node">
-<p><hr>
<a name="Turning-low-level-commands-on%2foff"></a>
<a name="Turning-low_002dlevel-commands-on_002foff"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Turning-hyperlinks-on_002foff-for-a-group">Turning hyperlinks on/off for a group</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a>
@@ -5213,7 +5265,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Turning-hyperlinks-on_002foff">Turning
<h4 class="subsection">5.6.1 Turning low-level commands on/off</h4>
-<p><a name="index-hldeston-1017"></a><a name="index-hldestoff-1018"></a><a name="index-hlon-1019"></a><a name="index-hloff-1020"></a>The low-level commands <code>\hlstart</code>, <code>\hlend</code> and
+<p><a name="index-hldeston-1040"></a><a name="index-hldestoff-1041"></a><a name="index-hlon-1042"></a><a name="index-hloff-1043"></a>The low-level commands <code>\hlstart</code>, <code>\hlend</code> and
<code>\hldest</code> can be turned on/off with the following commands:
<pre class="example"> \hldeston
@@ -5225,9 +5277,9 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Turning-hyperlinks-on_002foff">Turning
these commands to disable hyperlinks for the entire document.
<div class="node">
-<p><hr>
<a name="Turning-hyperlinks-on%2foff-for-a-group"></a>
<a name="Turning-hyperlinks-on_002foff-for-a-group"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a>
@@ -5235,7 +5287,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Turning-hyperlinks-on_002foff">Turning
<h4 class="subsection">5.6.2 Turning hyperlinks on/off for a group</h4>
-<p><a name="index-group_002c-disabling-hyperlinks-1021"></a><a name="index-hyperlink-group_002c-disabling-hyperlinks-1022"></a>If you want to disable links/destinations produced by certain groups,
+<p><a name="index-group_002c-disabling-hyperlinks-1044"></a><a name="index-hyperlink-group_002c-disabling-hyperlinks-1045"></a>If you want to disable links/destinations produced by certain groups,
you can give a list of the groups as an optional argument to these
commands:
@@ -5247,7 +5299,7 @@ commands:
<p class="noindent">where <var>groups</var> is the list of linkgroups/destgroups. This
list can contain two special groups. The empty group switches the
low-level commands (see <a href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a>), and the
-star (`<samp><span class="samp">*</span></samp>') group operates on all defined groups.
+star (&lsquo;<samp><span class="samp">*</span></samp>&rsquo;) group operates on all defined groups.
<p>Note that turning off the low-level commands disables all hyperlinks
globally, including groups which have them enabled. Turning off certain
@@ -5280,8 +5332,8 @@ assume that all links are on; after the following sequence of commands:
<!-- Input arrow macros without altering texinfo's \catcodes. -->
<!-- Use the arrow macros in an `@iftex @tex ... @end iftex' environment. -->
<div class="node">
-<p><hr>
<a name="Arrow-theoretic-diagrams"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Programming-definitions">Programming definitions</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Hyperlinks">Hyperlinks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -5300,8 +5352,8 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
</ul>
<div class="node">
-<p><hr>
<a name="Slanted-lines-and-vectors"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Commutative-diagrams">Commutative diagrams</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Arrow-theoretic-diagrams">Arrow theoretic diagrams</a>
@@ -5310,14 +5362,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Arrow-theoretic-diagrams">Arrow theore
<h3 class="section">6.1 Slanted lines and vectors</h3>
<p>The macros <code>\drawline</code>
-<a name="index-drawline-1023"></a>and <code>\drawvector</code>
-<a name="index-drawvector-1024"></a>provide the capability found in LaTeX's
-<a name="index-g_t_0040LaTeX_007b_007d-1025"></a><a name="index-picture-mode-1026"></a>picture mode to draw slanted lines and vectors of certain directions.
+<a name="index-drawline-1046"></a>and <code>\drawvector</code>
+<a name="index-drawvector-1047"></a>provide the capability found in LaTeX's
+<a name="index-g_t_0040LaTeX_007b_007d-1048"></a><a name="index-picture-mode-1049"></a>picture mode to draw slanted lines and vectors of certain directions.
Both of these macros take three arguments: two integer arguments to
specify the direction of the line or vector, and one argument to specify
-its length. For example, `<samp><span class="samp">\drawvector(-4,1){60pt}</span></samp>' produces the
+its length. For example, &lsquo;<samp><span class="samp">\drawvector(-4,1){60pt}</span></samp>&rsquo; produces the
vector
-<a name="index-lines-1027"></a><a name="index-vectors-1028"></a>which lies in the 2d quadrant, has a slope of minus 1/4, and a width of
+<a name="index-lines-1050"></a><a name="index-vectors-1051"></a>which lies in the 2d quadrant, has a slope of minus 1/4, and a width of
60 pt.
<p>Note that if an <code>\hbox</code> is placed around <code>\drawline</code> or
@@ -5347,8 +5399,8 @@ it. Future enhancements will include macros to draw dotted lines and
dotted vectors of various directions.
<div class="node">
-<p><hr>
<a name="Commutative-diagrams"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Slanted-lines-and-vectors">Slanted lines and vectors</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Arrow-theoretic-diagrams">Arrow theoretic diagrams</a>
@@ -5356,7 +5408,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Arrow-theoretic-diagrams">Arrow theore
<h3 class="section">6.2 Commutative diagrams</h3>
-<p><a name="index-commutative-diagrams-1029"></a>
+<p><a name="index-commutative-diagrams-1052"></a>
The primitive commands <code>\drawline</code> and <code>\drawvector</code> can be
used to typeset arrow theoretic diagrams. This section describes (1)
macros to facilitate typesetting arrows and morphisms, and (2) macros to
@@ -5370,8 +5422,8 @@ described in this section must be used in math mode.
</ul>
<div class="node">
-<p><hr>
<a name="Arrows-and-morphisms"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Commutative-diagrams">Commutative diagrams</a>
@@ -5379,56 +5431,56 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Commutative-diagrams">Commutative diag
<h4 class="subsection">6.2.1 Arrows and morphisms</h4>
-<p><a name="index-arrows-1030"></a><a name="index-morphisms-1031"></a>
+<p><a name="index-arrows-1053"></a><a name="index-morphisms-1054"></a>
The macros <code>\mapright</code> and <code>\mapleft</code> produce right and left
-<a name="index-mapright-1032"></a><a name="index-mapleft-1033"></a>pointing arrows, respectively. Use superscript (<code>^</code>) to place a
-morphism above the arrow, e.g., `<samp><span class="samp">\mapright^\alpha</span></samp>'; use subscript
+<a name="index-mapright-1055"></a><a name="index-mapleft-1056"></a>pointing arrows, respectively. Use superscript (<code>^</code>) to place a
+morphism above the arrow, e.g., &lsquo;<samp><span class="samp">\mapright^\alpha</span></samp>&rsquo;; use subscript
(<code>_</code>) to place a morphism below the arrow, e.g.,
-`<samp><span class="samp">\mapright_{\tilde l}</span></samp>'. Superscripts and subscripts may be used
-simulataneously, e.g., `<samp><span class="samp">\mapright^\pi_{\rm epimor.}</span></samp>'.
+&lsquo;<samp><span class="samp">\mapright_{\tilde l}</span></samp>&rsquo;. Superscripts and subscripts may be used
+simulataneously, e.g., &lsquo;<samp><span class="samp">\mapright^\pi_{\rm epimor.}</span></samp>&rsquo;.
<p>Similarly, the macros <code>\mapup</code> and <code>\mapdown</code> produce up and
-<a name="index-mapup-1034"></a><a name="index-mapdown-1035"></a>down pointing arrows, respectively. Use <code>\rt</code>
-<a name="index-rt-1036"></a>to place a morphism to the right of the arrow, e.g., `<samp><span class="samp">\mapup\rt{\rm
-id}</span></samp>'; use <code>\lft</code>
-<a name="index-lft-1037"></a>to place a morphism to the left of the arrow, e.g., `<samp><span class="samp">\mapup\lft\omega</span></samp>'.
+<a name="index-mapup-1057"></a><a name="index-mapdown-1058"></a>down pointing arrows, respectively. Use <code>\rt</code>
+<a name="index-rt-1059"></a>to place a morphism to the right of the arrow, e.g., &lsquo;<samp><span class="samp">\mapup\rt{\rm
+id}</span></samp>&rsquo;; use <code>\lft</code>
+<a name="index-lft-1060"></a>to place a morphism to the left of the arrow, e.g., &lsquo;<samp><span class="samp">\mapup\lft\omega</span></samp>&rsquo;.
<code>\lft</code> and <code>\rt</code> may be used simultaneously, e.g.,
-`<samp><span class="samp">\mapdown\lft\pi\rt{\rm monomor.}</span></samp>'.
+&lsquo;<samp><span class="samp">\mapdown\lft\pi\rt{\rm monomor.}</span></samp>&rsquo;.
<p>Slanted arrows are produced by the macro <code>\arrow</code>, which takes
-<a name="index-arrow-1038"></a>a direction argument (e.g., `<samp><span class="samp">\arrow(3,-4)</span></samp>'). Use <code>\rt</code> and
+<a name="index-arrow-1061"></a>a direction argument (e.g., &lsquo;<samp><span class="samp">\arrow(3,-4)</span></samp>&rsquo;). Use <code>\rt</code> and
<code>\lft</code> to place morphisms to the right and left, respectively, of
the arrow. A slanted line (no arrowhead) is produced with the macro
<code>\sline</code>,
-<a name="index-sline-1039"></a>whose syntax is identical to that of <code>\arrow</code>.
+<a name="index-sline-1062"></a>whose syntax is identical to that of <code>\arrow</code>.
<p>The length of these macros is predefined by the default TeX
dimensions <code>\harrowlength</code>,
-<a name="index-harrowlength-1040"></a>for horizontal arrows (or lines),
+<a name="index-harrowlength-1063"></a>for horizontal arrows (or lines),
<code>\varrowlength</code>,
-<a name="index-varrowlength-1041"></a>for vertical arrows (or lines), and
+<a name="index-varrowlength-1064"></a>for vertical arrows (or lines), and
<code>\sarrowlength</code>,
-<a name="index-sarrowlength-1042"></a>for slanted arrows (or lines). To change any of these dimensions, say,
-e.g., `<samp><span class="samp">\harrowlength=40pt</span></samp>'. As with all other TeX dimensions,
+<a name="index-sarrowlength-1065"></a>for slanted arrows (or lines). To change any of these dimensions, say,
+e.g., &lsquo;<samp><span class="samp">\harrowlength=40pt</span></samp>&rsquo;. As with all other TeX dimensions,
the change may be as global or as local as you like. Furthermore, the
placement of morphisms on the arrows is controlled by the dimensions
<code>\hmorphposn</code>,
-<a name="index-hmorphposn-1043"></a><code>\vmorphposn</code>,
-<a name="index-vmorphposn-1044"></a>and <code>\morphdist</code>.
-<a name="index-morphdist-1045"></a>The first two dimensions control the horizontal and vertical position of
+<a name="index-hmorphposn-1066"></a><code>\vmorphposn</code>,
+<a name="index-vmorphposn-1067"></a>and <code>\morphdist</code>.
+<a name="index-morphdist-1068"></a>The first two dimensions control the horizontal and vertical position of
the morphism from its default position; the latter dimension controls
the distance of the morphism from the arrow. If you have more than one
morphism per arrow (i.e., a <code>^</code>/<code>_</code> or <code>\lft</code>/<code>\rt</code>
construction), use the parameters
<code>\hmorphposnup</code>,
-<a name="index-hmorphposnup-1046"></a><code>\hmorphposndn</code>,
-<a name="index-hmorphposndn-1047"></a><code>\vmorphposnup</code>,
-<a name="index-vmorphposnup-1048"></a><code>\vmorphposndn</code>,
-<a name="index-vmorphposndn-1049"></a><code>\hmorphposnrt</code>,
-<a name="index-hmorphposnrt-1050"></a><code>\hmorphposnlft</code>,
-<a name="index-hmorphposnlft-1051"></a><code>\vmorphposnrt</code>,
-<a name="index-vmorphposnrt-1052"></a>and <code>\vmorphposnlft</code>.
-<a name="index-vmorphposnlft-1053"></a>The default values of all these dimensions are provided in the section
+<a name="index-hmorphposnup-1069"></a><code>\hmorphposndn</code>,
+<a name="index-hmorphposndn-1070"></a><code>\vmorphposnup</code>,
+<a name="index-vmorphposnup-1071"></a><code>\vmorphposndn</code>,
+<a name="index-vmorphposndn-1072"></a><code>\hmorphposnrt</code>,
+<a name="index-hmorphposnrt-1073"></a><code>\hmorphposnlft</code>,
+<a name="index-hmorphposnlft-1074"></a><code>\vmorphposnrt</code>,
+<a name="index-vmorphposnrt-1075"></a>and <code>\vmorphposnlft</code>.
+<a name="index-vmorphposnlft-1076"></a>The default values of all these dimensions are provided in the section
on parameters that follows below.
<p>There is a family of macros to produce horizontal lines, arrows, and
@@ -5436,21 +5488,21 @@ adjoint arrows. The following macros produce horizontal maps and have
the same syntax as <code>\mapright</code>:
<dl>
-<dt><code>\mapright</code><dd><a name="index-mapright-1054"></a><code>$X\mapright Y$</code>
+<dt><code>\mapright</code><dd><a name="index-mapright-1077"></a><code>$X\mapright Y$</code>
- <br><dt><code>\mapleft</code><dd><a name="index-mapleft-1055"></a><code>$X\mapleft Y$</code>
+ <br><dt><code>\mapleft</code><dd><a name="index-mapleft-1078"></a><code>$X\mapleft Y$</code>
- <br><dt><code>\hline</code><dd><a name="index-hline-1056"></a><code>$X\hline Y$</code>
+ <br><dt><code>\hline</code><dd><a name="index-hline-1079"></a><code>$X\hline Y$</code>
- <br><dt><code>\bimapright</code><dd><a name="index-bimapright-1057"></a><code>$X\bimapright Y$</code>
+ <br><dt><code>\bimapright</code><dd><a name="index-bimapright-1080"></a><code>$X\bimapright Y$</code>
- <br><dt><code>\bimapleft</code><dd><a name="index-bimapleft-1058"></a><code>$X\bimapleft Y$</code>
+ <br><dt><code>\bimapleft</code><dd><a name="index-bimapleft-1081"></a><code>$X\bimapleft Y$</code>
- <br><dt><code>\adjmapright</code><dd><a name="index-adjmapright-1059"></a><code>$X\adjmapright Y$</code>
+ <br><dt><code>\adjmapright</code><dd><a name="index-adjmapright-1082"></a><code>$X\adjmapright Y$</code>
- <br><dt><code>\adjmapleft</code><dd><a name="index-adjmapleft-1060"></a><code>$X\adjmapleft Y$</code>
+ <br><dt><code>\adjmapleft</code><dd><a name="index-adjmapleft-1083"></a><code>$X\adjmapleft Y$</code>
- <br><dt><code>\bihline</code><dd><a name="index-bihline-1061"></a><code>$X\bihline Y$</code>
+ <br><dt><code>\bihline</code><dd><a name="index-bihline-1084"></a><code>$X\bihline Y$</code>
</dl>
<p>There is also a family of macros to produce vertical lines, arrows, and
@@ -5458,21 +5510,21 @@ adjoint arrows. The following macros produce vertical maps and have
the same syntax as <code>\mapdown</code>:
<dl>
-<dt><code>\mapdown</code><dd><a name="index-mapdown-1062"></a>(a down arrow)
+<dt><code>\mapdown</code><dd><a name="index-mapdown-1085"></a>(a down arrow)
- <br><dt><code>\mapup</code><dd><a name="index-mapup-1063"></a>(an up arrow)
+ <br><dt><code>\mapup</code><dd><a name="index-mapup-1086"></a>(an up arrow)
- <br><dt><code>\vline</code><dd><a name="index-vline-1064"></a>(vertical line)
+ <br><dt><code>\vline</code><dd><a name="index-vline-1087"></a>(vertical line)
- <br><dt><code>\bimapdown</code><dd><a name="index-bimapdown-1065"></a>(two down arrows)
+ <br><dt><code>\bimapdown</code><dd><a name="index-bimapdown-1088"></a>(two down arrows)
- <br><dt><code>\bimapup</code><dd><a name="index-bimapup-1066"></a>(two up arrows)
+ <br><dt><code>\bimapup</code><dd><a name="index-bimapup-1089"></a>(two up arrows)
- <br><dt><code>\adjmapdown</code><dd><a name="index-adjmapdown-1067"></a>(two adjoint arrows; down then up)
+ <br><dt><code>\adjmapdown</code><dd><a name="index-adjmapdown-1090"></a>(two adjoint arrows; down then up)
- <br><dt><code>\adjmapup</code><dd><a name="index-adjmapup-1068"></a>(two adjoint arrows; up then down)
+ <br><dt><code>\adjmapup</code><dd><a name="index-adjmapup-1091"></a>(two adjoint arrows; up then down)
- <br><dt><code>\bivline</code><dd><a name="index-bivline-1069"></a>(two vertical lines)
+ <br><dt><code>\bivline</code><dd><a name="index-bivline-1092"></a>(two vertical lines)
</dl>
<p>Finally, there is a family of macros to produce slanted lines, arrows,
@@ -5480,21 +5532,21 @@ and adjoint arrows. The following macros produce slanted maps and have
the same syntax as <code>\arrow</code>:
<dl>
-<dt><code>\arrow</code><dd><a name="index-arrow-1070"></a>(a slanted arrow)
+<dt><code>\arrow</code><dd><a name="index-arrow-1093"></a>(a slanted arrow)
- <br><dt><code>\sline</code><dd><a name="index-sline-1071"></a>(a slanted line)
+ <br><dt><code>\sline</code><dd><a name="index-sline-1094"></a>(a slanted line)
- <br><dt><code>\biarrow</code><dd><a name="index-biarrow-1072"></a>(two straight arrows)
+ <br><dt><code>\biarrow</code><dd><a name="index-biarrow-1095"></a>(two straight arrows)
- <br><dt><code>\adjarrow</code><dd><a name="index-adjarrow-1073"></a>(two adjoint arrows)
+ <br><dt><code>\adjarrow</code><dd><a name="index-adjarrow-1096"></a>(two adjoint arrows)
- <br><dt><code>\bisline</code><dd><a name="index-bisline-1074"></a>(two straight lines)
+ <br><dt><code>\bisline</code><dd><a name="index-bisline-1097"></a>(two straight lines)
</dl>
<p>The width between double arrows is controlled by the parameter
<code>\channelwidth</code>.
-<a name="index-channelwidth-1075"></a>The parameters <code>\hchannel</code> and <code>\vchannel</code>, if nonzero,
+<a name="index-channelwidth-1098"></a>The parameters <code>\hchannel</code> and <code>\vchannel</code>, if nonzero,
override <code>\channelwidth</code> by controlling the horizontal and vertical
shifting from the first arrow to the second.
@@ -5502,15 +5554,15 @@ shifting from the first arrow to the second.
epimorphisms from monomorphisms. Many texts, such as Lang's book
<cite>Algebra</cite>, use as a tasteful alternative the symbol `inc' (in roman) next
to an arrow to denote inclusion.
-<a name="index-Lang_002c-Serge-1076"></a>
+<a name="index-Lang_002c-Serge-1099"></a>
Future enhancements will include a mechanism to draw curved arrows
found in, e.g., the Snake Lemma, by employing a version of the
<code>\path</code> macros of Appendix D of <cite>The TeXbook</cite>.
-<a name="index-Snake-Lemma-1077"></a>
+<a name="index-Snake-Lemma-1100"></a>
<div class="node">
-<p><hr>
<a name="Construction-of-commutative-diagrams"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Commutative-diagram-parameters">Commutative diagram parameters</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Arrows-and-morphisms">Arrows and morphisms</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Commutative-diagrams">Commutative diagrams</a>
@@ -5524,11 +5576,11 @@ described here. The first approach, and the simplest, treats
commutative diagrams like fancy matrices, as Knuth does in Exercise
18.46 of <cite>The TeXbook</cite>. This case is covered by the macro
<code>\commdiag</code>,
-<a name="index-commdiag-1078"></a>which is an altered version of the Plain TeX macro <code>\matrix</code>.
-<a name="index-matrix-1079"></a>An example suffices to demonstrate this macro. The following
+<a name="index-commdiag-1101"></a>which is an altered version of the Plain TeX macro <code>\matrix</code>.
+<a name="index-matrix-1102"></a>An example suffices to demonstrate this macro. The following
commutative diagram (illustrating the covering homotopy property; Bott
and Tu, <cite>Differential Forms in Algebraic Topology</cite>)
-<a name="index-Bott_002c-Raoul-1080"></a><a name="index-Tu_002c-Loring-W_002e-1081"></a><a name="index-covering-homotopy-property-1082"></a>is produced with the code
+<a name="index-Bott_002c-Raoul-1103"></a><a name="index-Tu_002c-Loring-W_002e-1104"></a><a name="index-covering-homotopy-property-1105"></a>is produced with the code
<pre class="example"> $$\commdiag{Y&amp;\mapright^f&amp;E\cr \mapdown&amp;\arrow(3,2)\lft{f_t}&amp;\mapdown\cr
Y\times I&amp;\mapright^{\bar f_t}&amp;X}$$
@@ -5537,7 +5589,7 @@ and Tu, <cite>Differential Forms in Algebraic Topology</cite>)
The following commutative diagram (illustrating the universal mapping
property; Warner, <cite>Foundations of Differentiable Manifolds and Lie
Groups</cite>)
-<a name="index-Warner_002c-Frank-W_002e-1083"></a><a name="index-universal-mapping-property-1084"></a>is produced with the code
+<a name="index-Warner_002c-Frank-W_002e-1106"></a><a name="index-universal-mapping-property-1107"></a>is produced with the code
<pre class="example"> $$\varrowlength=20pt
\commdiag{V\otimes W\cr \mapup\lft\phi&amp;\arrow(3,-1)\rt{\tilde l}\cr
@@ -5547,7 +5599,7 @@ Groups</cite>)
of the triangle in the center column, as shown in the example
(illustrating all constant minimal realizations of a linear system;
Brockett, <cite>Finite Dimensional Linear Systems</cite>)
-<a name="index-Brockett_002c-Roger-W_002e-1085"></a><a name="index-minimal-realizations-1086"></a><a name="index-linear-systems-theory-1087"></a>which is produced with the code
+<a name="index-Brockett_002c-Roger-W_002e-1108"></a><a name="index-minimal-realizations-1109"></a><a name="index-linear-systems-theory-1110"></a>which is produced with the code
<pre class="smallexample"> $$\sarrowlength=.42\harrowlength
\commdiag{&amp;R^m\cr &amp;\arrow(-1,-1)\lft{\bf B}\quad \arrow(1,-1)\rt{\bf G}\cr
@@ -5565,13 +5617,13 @@ chosen to blend with each other. In the first example, the default
settings for the arrow lengths are used, but a direction for the arrow
must be chosen. The ratio of the default horizontal and vertical arrow
lengths is approximately the golden mean
-<a name="index-golden-mean-1088"></a><a name="index-golden-mean-1089"></a>the arrow direction closest to this mean is <code>(3,2)</code>. In the second
+<a name="index-golden-mean-1111"></a><a name="index-golden-mean-1112"></a>the arrow direction closest to this mean is <code>(3,2)</code>. In the second
example, a slope of
is desired and the default horizontal arrow length is 60 pt; therefore,
choose a vertical arrow length of 20 pt. You may affect the interline
glue settings of <code>\commdiag</code> by redefining the macro
<code>\commdiagbaselines</code>.
-<a name="index-commdiagbaselines-1090"></a>(cf. Exercise 18.46 of <cite>The TeXbook</cite> and the section on
+<a name="index-commdiagbaselines-1113"></a>(cf. Exercise 18.46 of <cite>The TeXbook</cite> and the section on
parameters below.)
<p>The width, height, and depth of all morphisms are hidden so that the
@@ -5580,7 +5632,7 @@ morphism at the top or bottom of a diagram to impinge upon the text
surrounding the diagram. To overcome this problem, use TeX's
<code>\noalign</code> primitive to insert a <code>\vskip</code> immediately above or
below the offending line, e.g.,
-`<samp><span class="samp">$$\commdiag{\noalign{\vskip6pt}X&amp;\mapright^\int&amp;Y\cr ...}</span></samp>'.
+&lsquo;<samp><span class="samp">$$\commdiag{\noalign{\vskip6pt}X&amp;\mapright^\int&amp;Y\cr ...}</span></samp>&rsquo;.
<p>The macro <code>\commdiag</code> is too simple to be used for more complicated
diagrams, which may have intersecting or overlapping arrows. A second
@@ -5588,12 +5640,12 @@ approach, borrowed from Francis Borceux's <cite>Diagram</cite> macros for
LaTeX, treats the commutative diagram like a grid of identically
shaped boxes. To compose the commutative diagram, first draw an equally
spaced grid, e.g.,
-<a name="index-grid-1091"></a><a name="index-Borceux_002c-Francis-1092"></a><a name="index-Diagram_002c-macros-for-LaTeX-1093"></a>on a piece of scratch paper. Then draw each element (vertices and
+<a name="index-grid-1114"></a><a name="index-Borceux_002c-Francis-1115"></a><a name="index-Diagram_002c-macros-for-LaTeX-1116"></a>on a piece of scratch paper. Then draw each element (vertices and
arrows) of the commutative diagram on this grid, centered at each
grid point. Finally, use the macro <code>\gridcommdiag</code>
-<a name="index-gridcommdiag-1094"></a>to implement your design as a TeX alignment. For example, the cubic
+<a name="index-gridcommdiag-1117"></a>to implement your design as a TeX alignment. For example, the cubic
diagram
-<a name="index-cube-1095"></a>that appears in Francis Borceux's documentation can be implemented on
+<a name="index-cube-1118"></a>that appears in Francis Borceux's documentation can be implemented on
a 7 by 7 grid, and is achieved with the code
<pre class="example"> $$\harrowlength=48pt \varrowlength=48pt \sarrowlength=20pt
@@ -5609,7 +5661,7 @@ a 7 by 7 grid, and is achieved with the code
E&amp;&amp;\mapright_k&amp;&amp;G\cr}$$
</pre>
<p>The dimensions <code>\hgrid</code> and <code>\vgrid</code>
-<a name="index-hgrid-1096"></a><a name="index-vgrid-1097"></a>control the horizontal and vertical spacing of the grid used by
+<a name="index-hgrid-1119"></a><a name="index-vgrid-1120"></a>control the horizontal and vertical spacing of the grid used by
<code>\gridcommdiag</code>. The default setting for both of these dimensions
is 15 pt. Note that in the example of the cube the arrow lengths must
be adjusted so that the arrows overlap into neighboring boxes by the
@@ -5623,7 +5675,7 @@ of the morphisms are adjusted by setting <code>\hmorphposn</code> and
<p>One is not restricted to a square grid. For example, the proof of
Zassenhaus's Butterfly Lemma can be illustrated by the diagram (appearing
in Lang's book <cite>Algebra</cite>)
-<a name="index-Zassenhaus_002c-Hans-1098"></a><a name="index-Lang_002c-Serge-1099"></a><a name="index-Butterfly-Lemma-1100"></a>This diagram may be implemented on a 9 by 12 grid with an aspect ratio
+<a name="index-Zassenhaus_002c-Hans-1121"></a><a name="index-Lang_002c-Serge-1122"></a><a name="index-Butterfly-Lemma-1123"></a>This diagram may be implemented on a 9 by 12 grid with an aspect ratio
of 1/2, and is set with the code
<pre class="example"> $$\hgrid=16pt \vgrid=8pt \sarrowlength=32pt
@@ -5651,8 +5703,8 @@ Many diagrams may be typeset with the predefined macros that appear
here; however, ingenuity is often required to handle special cases.
<div class="node">
-<p><hr>
<a name="Commutative-diagram-parameters"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Commutative-diagrams">Commutative diagrams</a>
@@ -5665,46 +5717,46 @@ commutative diagram macros. These dimensions may be changed globally or
locally.
<dl>
-<dt><code>\harrowlength</code><dd><a name="index-harrowlength-1101"></a>(Default: 60 pt) The length of right or left arrows.
+<dt><code>\harrowlength</code><dd><a name="index-harrowlength-1124"></a>(Default: 60 pt) The length of right or left arrows.
- <br><dt><code>\varrowlength</code><dd><a name="index-varrowlength-1102"></a>(Default: 0.618<code>\harrowlength</code>) The length of up or down
+ <br><dt><code>\varrowlength</code><dd><a name="index-varrowlength-1125"></a>(Default: 0.618<code>\harrowlength</code>) The length of up or down
arrows.
- <br><dt><code>\sarrowlength</code><dd><a name="index-sarrowlength-1103"></a>(Default: 60 pt) The horizontal length of slanted arrows.
+ <br><dt><code>\sarrowlength</code><dd><a name="index-sarrowlength-1126"></a>(Default: 60 pt) The horizontal length of slanted arrows.
- <br><dt><code>\hmorphposn</code><dd><a name="index-hmorphposn-1104"></a>(Default: 0 pt) The horizontal position of the morphism with
+ <br><dt><code>\hmorphposn</code><dd><a name="index-hmorphposn-1127"></a>(Default: 0 pt) The horizontal position of the morphism with
respect to its default position. There are also the dimensions
<code>\hmorphposnup</code>,
-<a name="index-hmorphposnup-1105"></a><code>\hmorphposndn</code>,
-<a name="index-hmorphposndn-1106"></a><code>\hmorphposnrt</code>,
-<a name="index-hmorphposnrt-1107"></a>and <code>\hmorphposnlft</code>
-<a name="index-hmorphposnlft-1108"></a>for <code>^</code>/<code>_</code> or <code>\lft</code>/<code>\rt</code> constructions.
+<a name="index-hmorphposnup-1128"></a><code>\hmorphposndn</code>,
+<a name="index-hmorphposndn-1129"></a><code>\hmorphposnrt</code>,
+<a name="index-hmorphposnrt-1130"></a>and <code>\hmorphposnlft</code>
+<a name="index-hmorphposnlft-1131"></a>for <code>^</code>/<code>_</code> or <code>\lft</code>/<code>\rt</code> constructions.
- <br><dt><code>\vmorphposn</code><dd><a name="index-vmorphposn-1109"></a>(Default: 0 pt) The vertical position of the morphism with
+ <br><dt><code>\vmorphposn</code><dd><a name="index-vmorphposn-1132"></a>(Default: 0 pt) The vertical position of the morphism with
respect to its default position. There are also the dimensions
<code>\vmorphposnup</code>,
-<a name="index-vmorphposnup-1110"></a><code>\vmorphposndn</code>,
-<a name="index-vmorphposndn-1111"></a><code>\vmorphposnrt</code>,
-<a name="index-vmorphposnrt-1112"></a>and <code>\vmorphposnlft</code>
-<a name="index-vmorphposnlft-1113"></a>for <code>^</code>/<code>_</code> or <code>\lft</code>/<code>\rt</code> constructions.
+<a name="index-vmorphposnup-1133"></a><code>\vmorphposndn</code>,
+<a name="index-vmorphposndn-1134"></a><code>\vmorphposnrt</code>,
+<a name="index-vmorphposnrt-1135"></a>and <code>\vmorphposnlft</code>
+<a name="index-vmorphposnlft-1136"></a>for <code>^</code>/<code>_</code> or <code>\lft</code>/<code>\rt</code> constructions.
- <br><dt><code>\morphdist</code><dd><a name="index-morphdist-1114"></a>(Default: 4 pt) The distance of morphisms from slanted lines
+ <br><dt><code>\morphdist</code><dd><a name="index-morphdist-1137"></a>(Default: 4 pt) The distance of morphisms from slanted lines
or arrows.
- <br><dt><code>\channelwidth</code><dd><a name="index-channelwidth-1115"></a>(Default: 3 pt) The distance between double lines or arrows.
+ <br><dt><code>\channelwidth</code><dd><a name="index-channelwidth-1138"></a>(Default: 3 pt) The distance between double lines or arrows.
- <br><dt><code>\hchannel, \vchannel</code><dd><a name="index-hchannel-1116"></a><a name="index-vchannel-1117"></a>(Defaults: 0 pt) Overrides <code>\channelwidth</code>. The
+ <br><dt><code>\hchannel, \vchannel</code><dd><a name="index-hchannel-1139"></a><a name="index-vchannel-1140"></a>(Defaults: 0 pt) Overrides <code>\channelwidth</code>. The
horizontal and vertical shifts between double lines or arrows.
- <br><dt><code>\commdiagbaselines</code><dd><a name="index-commdiagbaselines-1118"></a>(Default: <code>\baselineskip=15pt
+ <br><dt><code>\commdiagbaselines</code><dd><a name="index-commdiagbaselines-1141"></a>(Default: <code>\baselineskip=15pt
\lineskip=3pt
\lineskiplimit=3pt </code>)
The parameters used by <code>\commdiag</code> for setting interline glue.
- <br><dt><code>\hgrid</code><dd><a name="index-hgrid-1119"></a>(Default: 15 pt) The horizontal spacing of the grid used by
+ <br><dt><code>\hgrid</code><dd><a name="index-hgrid-1142"></a>(Default: 15 pt) The horizontal spacing of the grid used by
<code>\gridcommdiag</code>.
- <br><dt><code>\vgrid</code><dd><a name="index-vgrid-1120"></a>(Default: 15 pt) The vertical spacing of the grid used by
+ <br><dt><code>\vgrid</code><dd><a name="index-vgrid-1143"></a>(Default: 15 pt) The vertical spacing of the grid used by
<code>\gridcommdiag</code>.
</dl>
@@ -5712,8 +5764,8 @@ The parameters used by <code>\commdiag</code> for setting interline glue.
<!-- bye -->
<!-- This is part of the Eplain manual. Public domain. -->
<div class="node">
-<p><hr>
<a name="Programming-definitions"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Demo-files">Demo files</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Arrow-theoretic-diagrams">Arrow theoretic diagrams</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -5741,8 +5793,8 @@ are writing nontrivial macros, not when writing a document.
</ul>
<div class="node">
-<p><hr>
<a name="Category-codes"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Allocation-macros">Allocation macros</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -5750,30 +5802,30 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.1 Category codes</h3>
-<p><a name="index-category-codes-1121"></a>
+<p><a name="index-category-codes-1144"></a>
Plain TeX defines <code>\active</code> (as the number 13) for use in
changing category codes. Although the author of <cite>The TeXbook</cite>
-<a name="index-Knuth_002c-Donald-Ervin-1122"></a>has &ldquo;intentionally kept the category codes numeric&rdquo;, two other
+<a name="index-Knuth_002c-Donald-Ervin-1145"></a>has &ldquo;intentionally kept the category codes numeric&rdquo;, two other
categories are commonly used: letters (category code 11) and others
(12). Therefore, Eplain defines <code>\letter</code> and
<code>\other</code>.
-<a name="index-letter-1123"></a><a name="index-other-1124"></a>
+<a name="index-letter-1146"></a><a name="index-other-1147"></a>
Sometimes it is cleaner to make a character active without actually
-<a name="index-active-characters-1125"></a>writing a <code>\catcode</code> command. The <code>\makeactive</code> command takes
-<a name="index-catcode-1126"></a><a name="index-makeactive-1127"></a>a character as an argument to make active (and ignores following
+<a name="index-active-characters-1148"></a>writing a <code>\catcode</code> command. The <code>\makeactive</code> command takes
+<a name="index-catcode-1149"></a><a name="index-makeactive-1150"></a>a character as an argument to make active (and ignores following
spaces). For example, here are two commands which both make <kbd>\</kbd>
active:
-<a name="index-backslash-character-1128"></a>
+<a name="index-backslash-character-1151"></a>
<pre class="example"> \makeactive\\ \makeactive92
</pre>
- <p><a name="index-user_002dinaccessible-macros-1129"></a><a name="index-inaccessible-macros-1130"></a>Sometimes you might want to temporarily change the category code of
+ <p><a name="index-user_002dinaccessible-macros-1152"></a><a name="index-inaccessible-macros-1153"></a>Sometimes you might want to temporarily change the category code of
the `@' character to <code>\letter</code>, so that you can use or define
macros which are normally inaccessible to the user. For such
situations, Eplain provides the <code>\makeatletter</code>
-<a name="index-makeatletter-1131"></a>command. It sets the category code of `@' to <code>\letter</code> (11) and
+<a name="index-makeatletter-1154"></a>command. It sets the category code of `@' to <code>\letter</code> (11) and
defines
<code>\resetatcatcode</code>
-<a name="index-resetatcatcode-1132"></a>to restore the category code to whatever it was before the call to
+<a name="index-resetatcatcode-1155"></a>to restore the category code to whatever it was before the call to
<code>\makeatletter</code>. For example:
<pre class="example"> \makeatletter
@@ -5782,41 +5834,41 @@ defines
\resetatcatcode
</pre>
<p class="noindent">There is also <code>\makeatother</code>
-<a name="index-makeatother-1133"></a>which works similarly but sets the category code of `@' to
+<a name="index-makeatother-1156"></a>which works similarly but sets the category code of `@' to
<code>\other</code> (12).
<p>Usually, when you give a definition to an active character, you have
to do so inside a group where you temporarily make the character active,
and then give it a global definition (cf. the definition of
<code>\obeyspaces</code> in <cite>The TeXbook</cite>).
-<a name="index-definitions_002c-global-1134"></a>This is inconvenient if you are writing a long macro, or if the
+<a name="index-definitions_002c-global-1157"></a>This is inconvenient if you are writing a long macro, or if the
character already has a global definition you do not wish to transcend.
Eplain provides <code>\letreturn</code>, which defines the usual end-of-line
-<a name="index-letreturn-1135"></a><a name="index-return-character-1136"></a>character to be the argument. For example:
+<a name="index-letreturn-1158"></a><a name="index-return-character-1159"></a>character to be the argument. For example:
<pre class="example"> \def\mymacro{... \letreturn\myreturn ... }
\mymacro hello
there
</pre>
- <p class="noindent">The end-of-line between `<samp><span class="samp">hello</span></samp>' and `<samp><span class="samp">there</span></samp>' causes
+ <p class="noindent">The end-of-line between &lsquo;<samp><span class="samp">hello</span></samp>&rsquo; and &lsquo;<samp><span class="samp">there</span></samp>&rsquo; causes
<code>\myreturn</code> to be expanded.
<p><cite>The TeXbook</cite> describes <code>\uncatcodespecials</code>,
-<a name="index-uncatcodespecials-1137"></a>which makes all characters which are normally &ldquo;special&rdquo; into &ldquo;other&rdquo;
+<a name="index-uncatcodespecials-1160"></a>which makes all characters which are normally &ldquo;special&rdquo; into &ldquo;other&rdquo;
characters, but the definition never made it into plain TeX.
-Eplain therefore defines it.
+Eplain therefore defines it. For notes on the usage, see <a href="#Verbatim-listing">Verbatim listing</a>.
<p>Finally, <code>\percentchar</code>
-<a name="index-percentchar-1138"></a>expands into a literal `%' character. This is useful when you
+<a name="index-percentchar-1161"></a>expands into a literal `%' character. This is useful when you
<code>\write</code> TeX output to a file, and want to avoid spurious
spaces. For example, Eplain writes a <code>\percentchar</code> after the
definition of cross-references. The macros <code>\lbracechar</code>
-<a name="index-lbracechar-1139"></a>and <code>\rbracechar</code>
-<a name="index-rbracechar-1140"></a>expand similarly.
+<a name="index-lbracechar-1162"></a>and <code>\rbracechar</code>
+<a name="index-rbracechar-1163"></a>expand similarly.
<div class="node">
-<p><hr>
<a name="Allocation-macros"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Iteration">Iteration</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Category-codes">Category codes</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -5825,16 +5877,16 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.2 Allocation macros</h3>
-<p><a name="index-allocation-macros-1141"></a><a name="index-register-allocation-1142"></a>
+<p><a name="index-allocation-macros-1164"></a><a name="index-register-allocation-1165"></a>
Plain TeX provides macros that allocate registers of each primitive
type in TeX, to prevent different sets of macros from using the same
register for two different things. The macros are all named starting
-with `<samp><span class="samp">new</span></samp>',
-<a name="index-new_0040dots_007b_007d-1143"></a>e.g., <code>\newcount</code> allocates a new &ldquo;count&rdquo;
+with &lsquo;<samp><span class="samp">new</span></samp>&rsquo;,
+<a name="index-new_0040dots_007b_007d-1166"></a>e.g., <code>\newcount</code> allocates a new &ldquo;count&rdquo;
(integer) register. Such allocations are usually needed only at the top
level of some macro definition file; therefore, plain TeX makes the
allocation registers <code>\outer</code>,
-<a name="index-outer-1144"></a>to help find errors. (The error this helps to find is a missing right
+<a name="index-outer-1167"></a>to help find errors. (The error this helps to find is a missing right
brace in some macro definition.)
<p>Sometimes, however, it is useful to allocate a register as part of
@@ -5843,24 +5895,24 @@ definition (or in a few other contexts: the parameter text of a
definition, an argument to a definition, the preamble of an alignment,
or in conditional text that is being skipped). Therefore, Eplain
defines &ldquo;inner&rdquo; versions of all the allocation macros, named with the
-prefix `<samp><span class="samp">inner</span></samp>':
+prefix &lsquo;<samp><span class="samp">inner</span></samp>&rsquo;:
<code>\innernewbox</code>,
-<a name="index-innernewbox-1145"></a><code>\innernewcount</code>,
-<a name="index-innernewcount-1146"></a><code>\innernewdimen</code>,
-<a name="index-innernewdimen-1147"></a><code>\innernewfam</code>,
-<a name="index-innernewfam-1148"></a><code>\innernewhelp</code>,
-<a name="index-innernewhelp-1149"></a><code>\innernewif</code>,
-<a name="index-innernewif-1150"></a><code>\innernewinsert</code>,
-<a name="index-innernewinsert-1151"></a><code>\innernewlanguage</code>,
-<a name="index-innernewlanguage-1152"></a><code>\innernewread</code>,<br>
-<a name="index-innernewread-1153"></a><code>\innernewskip</code>,
-<a name="index-innernewskip-1154"></a><code>\innernewtoks</code>,
-<a name="index-innernewtoks-1155"></a><code>\innernewwrite</code>.
-<a name="index-innernewwrite-1156"></a>
+<a name="index-innernewbox-1168"></a><code>\innernewcount</code>,
+<a name="index-innernewcount-1169"></a><code>\innernewdimen</code>,
+<a name="index-innernewdimen-1170"></a><code>\innernewfam</code>,
+<a name="index-innernewfam-1171"></a><code>\innernewhelp</code>,
+<a name="index-innernewhelp-1172"></a><code>\innernewif</code>,
+<a name="index-innernewif-1173"></a><code>\innernewinsert</code>,
+<a name="index-innernewinsert-1174"></a><code>\innernewlanguage</code>,
+<a name="index-innernewlanguage-1175"></a><code>\innernewread</code>,<br>
+<a name="index-innernewread-1176"></a><code>\innernewskip</code>,
+<a name="index-innernewskip-1177"></a><code>\innernewtoks</code>,
+<a name="index-innernewtoks-1178"></a><code>\innernewwrite</code>.
+<a name="index-innernewwrite-1179"></a>
You can also define non-outer versions of other macros in the same way
that Eplain defines the above. The basic macro is called
<code>\innerdef</code>:
-<a name="index-innerdef-1157"></a>
+<a name="index-innerdef-1180"></a>
<pre class="example"> \innerdef <var>\innername</var> {<var>outername</var>}
</pre>
<p>The first argument (<var>\innername</var>) to <code>\innerdef</code> is the
@@ -5873,15 +5925,15 @@ since it's outer!)
<p>If the outer control sequence is named <var>\cs</var>, and you want to
define <code>inner</code><var>cs</var> as the inner one, you can use
<code>\innerinnerdef</code>,
-<a name="index-innerinnerdef-1158"></a>which is just an abbreviation for a call to <code>\innerdef</code>. For
+<a name="index-innerinnerdef-1181"></a>which is just an abbreviation for a call to <code>\innerdef</code>. For
example, these two calls are equivalent:
<pre class="example"> \innerdef\innerproclaim{proclaim}
\innerinnerdef{proclaim}
</pre>
<div class="node">
-<p><hr>
<a name="Iteration"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Macro-arguments">Macro arguments</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Allocation-macros">Allocation macros</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -5890,20 +5942,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.3 Iteration</h3>
-<p><a name="index-iteration-1159"></a><a name="index-loops-1160"></a><a name="index-for-loops-1161"></a><a name="index-while-loops-1162"></a><a name="index-do_0040dots_007b_007dwhile-loops-1163"></a>
+<p><a name="index-iteration-1182"></a><a name="index-loops-1183"></a><a name="index-for-loops-1184"></a><a name="index-while-loops-1185"></a><a name="index-do_0040dots_007b_007dwhile-loops-1186"></a>
You can iterate through a comma-separated list of items with
<code>\for</code>.
-<a name="index-for-1164"></a>Here is an example:
+<a name="index-for-1187"></a>Here is an example:
<pre class="example"> \for\name:=karl,kathy\do{%
\message{\name}%
}%
</pre>
- <p class="noindent">This writes `<samp><span class="samp">karl</span></samp>' and `<samp><span class="samp">kathy</span></samp>' to the terminal. Spaces
+ <p class="noindent">This writes &lsquo;<samp><span class="samp">karl</span></samp>&rsquo; and &lsquo;<samp><span class="samp">kathy</span></samp>&rsquo; to the terminal. Spaces
before or after the commas in the list, or after the <code>:=</code>, are
<em>not</em> ignored. To strip leading spaces off the items, use
<code>\For</code>:
-<a name="index-For-1165"></a>
+<a name="index-For-1188"></a>
<pre class="example"> \For\name:=
karl,
kathy\do{%
@@ -5929,9 +5981,9 @@ token after <code>:=</code> which is space, not <code>\namelist</code>.
<p>Eplain provides another kind of loops, which is an extension of plain
TeX's
-<a name="index-loop-1166"></a><code>\loop</code>. If you say:
+<a name="index-loop-1189"></a><code>\loop</code>. If you say:
- <p><a name="index-repeat-1167"></a>
+ <p><a name="index-repeat-1190"></a>
<pre class="example"> \loop
<var>loop-text</var>
\if <var>condition</var>
@@ -5953,12 +6005,12 @@ the optional else clause:
</pre>
<p class="noindent">Here, <var>loop-text</var> will be repeated as long as
<var>condition</var> is <em>not</em> satisfied. This extension is from
-<a name="index-Eijkhout_002c-Victor-1168"></a>Victor Eijkhout's
-<a name="index-g_t_0040i_007b_0040TeX_007b_007d-by-Topic_007d-1169"></a><i>TeX by Topic</i> (page&nbsp;<!-- /@w -->104).
+<a name="index-Eijkhout_002c-Victor-1191"></a>Victor Eijkhout's
+<a name="index-g_t_0040i_007b_0040TeX_007b_007d-by-Topic_007d-1192"></a><i>TeX by Topic</i> (page&nbsp;104).
<div class="node">
-<p><hr>
<a name="Macro-arguments"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Converting-to-characters">Converting to characters</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Iteration">Iteration</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -5967,14 +6019,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.4 Macro arguments</h3>
-<p><a name="index-arguments_002c-ignoring-1170"></a><a name="index-ignoring-arguments-1171"></a><a name="index-gobbling-arguments-1172"></a>It is occasionally useful to redefine a macro that takes arguments to
+<p><a name="index-arguments_002c-ignoring-1193"></a><a name="index-ignoring-arguments-1194"></a><a name="index-gobbling-arguments-1195"></a>It is occasionally useful to redefine a macro that takes arguments to
do nothing. Eplain defines <code>\gobble</code>,
-<a name="index-gobble-1173"></a><code>\gobbletwo</code>,
-<a name="index-gobbletwo-1174"></a>and <code>\gobblethree</code> to swallow one, two, and three arguments,
+<a name="index-gobble-1196"></a><code>\gobbletwo</code>,
+<a name="index-gobbletwo-1197"></a>and <code>\gobblethree</code> to swallow one, two, and three arguments,
respectively.
<p>For example, if you want to produce a &ldquo;short&rdquo; table of
-<a name="index-table-of-contents_002c-short-1175"></a>contents&mdash;one that includes only chapters, say&mdash;the easiest thing to
+<a name="index-table-of-contents_002c-short-1198"></a>contents&mdash;one that includes only chapters, say&mdash;the easiest thing to
do is read the entire <code>.toc</code> file (see <a href="#Contents">Contents</a>), and just
ignore the commands that produce section or subsection entries. To be
specific:
@@ -5988,13 +6040,13 @@ specific:
subsections in your document.)
<p>In addition, Eplain defines <code>\eattoken</code>
-<a name="index-eattoken-1176"></a>to swallow the single following token, using <code>\let</code>. Thus,
-<code>\gobble</code> followed by `<samp><span class="samp">{...}</span></samp>' ignores the entire
+<a name="index-eattoken-1199"></a>to swallow the single following token, using <code>\let</code>. Thus,
+<code>\gobble</code> followed by &lsquo;<samp><span class="samp">{...}</span></samp>&rsquo; ignores the entire
brace-enclosed text. <code>\eattoken</code> followed by the same ignores only
the opening left brace.
<p>Eplain defines a macro <code>\identity</code>
-<a name="index-identity-1177"></a>which takes one argument and expands to that argument. This may be
+<a name="index-identity-1200"></a>which takes one argument and expands to that argument. This may be
useful if you want to provide a function for the user to redefine, but
don't need to do anything by default. (For example, the default
definition of <code>\eqconstruct</code> (see <a href="#Formatting-equation-references">Formatting equation references</a>) is <code>\identity</code>.)
@@ -6027,8 +6079,8 @@ one will need to be enclosed in braces, so TeX does not mistake the
end of the first for the end of the second.
<div class="node">
-<p><hr>
<a name="Converting-to-characters"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Expansion">Expansion</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Macro-arguments">Macro arguments</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -6037,9 +6089,9 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.5 Converting to characters</h3>
-<p><a name="index-characters_002c-converting-to-1178"></a>Eplain defines <code>\xrlabel</code>
-<a name="index-xrlabel-1179"></a>to produce control sequence names for cross-reference labels, et al.
-This macro expands to its argument with an `<samp><span class="samp">_</span></samp>' appended. (It does
+<p><a name="index-characters_002c-converting-to-1201"></a>Eplain defines <code>\xrlabel</code>
+<a name="index-xrlabel-1202"></a>to produce control sequence names for cross-reference labels, et al.
+This macro expands to its argument with an &lsquo;<samp><span class="samp">_</span></samp>&rsquo; appended. (It does
this because the usual use of <code>\xrlabel</code> is to generate a control
sequence name, and we naturally want to avoid conflicts between control
sequence names.)
@@ -6051,11 +6103,11 @@ sequence name out of the result you need only do
</pre>
<p class="noindent">The <code>\csname</code> primitive makes a control sequence name out
of any sequence of character tokens, regardless of category code.
-Labels can therefore include any characters except for `<samp><span class="samp">\</span></samp>',
-`<samp><span class="samp">{</span></samp>', `<samp><span class="samp">}</span></samp>', and `<samp><span class="samp">#</span></samp>', all of which are used in macro
+Labels can therefore include any characters except for &lsquo;<samp><span class="samp">\</span></samp>&rsquo;,
+&lsquo;<samp><span class="samp">{</span></samp>&rsquo;, &lsquo;<samp><span class="samp">}</span></samp>&rsquo;, and &lsquo;<samp><span class="samp">#</span></samp>&rsquo;, all of which are used in macro
definitions themselves.
- <p><a name="index-sanitize-1180"></a><code>\sanitize</code> takes a control sequence as an argument and converts
+ <p><a name="index-sanitize-1203"></a><code>\sanitize</code> takes a control sequence as an argument and converts
the expansion of the control sequence into a list of character tokens.
This is the behavior you want when writing information like chapter
titles to an output file. For example, here is part of the definition
@@ -6072,8 +6124,8 @@ has given.
}%
</pre>
<div class="node">
-<p><hr>
<a name="Expansion"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Obeying-spaces">Obeying spaces</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Converting-to-characters">Converting to characters</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -6097,9 +6149,9 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
</ul>
<div class="node">
-<p><hr>
<a name="%5ccsn-and-%5cece"></a>
<a name="g_t_005ccsn-and-_005cece"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#g_t_005cedefappend">\edefappend</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
@@ -6107,11 +6159,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
<h4 class="subsection">7.6.1 <code>\csn</code> and <code>\ece</code></h4>
-<p><a name="index-csn-1181"></a><code>\csn</code>{<var>name</var>} simply abbreviates <code>\csname</code> <var>name</var>
+<p><a name="index-csn-1204"></a><code>\csn</code>{<var>name</var>} simply abbreviates <code>\csname</code> <var>name</var>
<code>\endcsname</code>, thus saving some typing. The extra level of expansion
does take some time, though, so I don't recommend it for an inner loop.
- <p><a name="index-ece-1182"></a><code>\ece</code>{<var>token</var>}{<var>name</var>} abbreviates
+ <p><a name="index-ece-1205"></a><code>\ece</code>{<var>token</var>}{<var>name</var>} abbreviates
<pre class="example"> \expandafter <var>token</var> \csname <var>name</var> \endcsname
</pre>
@@ -6124,9 +6176,9 @@ does take some time, though, so I don't recommend it for an inner loop.
<code>ptmr</code>.
<div class="node">
-<p><hr>
<a name="%5cedefappend"></a>
<a name="g_t_005cedefappend"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Hooks">Hooks</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#g_t_005ccsn-and-_005cece">\csn and \ece</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
@@ -6135,7 +6187,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
<h4 class="subsection">7.6.2 <code>\edefappend</code></h4>
-<p><a name="index-edefappend-1183"></a><code>\edefappend</code> is a way of adding on to an existing definition. It
+<p><a name="index-edefappend-1206"></a><code>\edefappend</code> is a way of adding on to an existing definition. It
takes two arguments: the first is the control sequence name, the second
the new tokens to append to the definition. The second argument is
fully expanded (in the <code>\edef</code> that redefines the control sequence).
@@ -6146,11 +6198,11 @@ fully expanded (in the <code>\edef</code> that redefines the control sequence).
\def\bar{xyz}
\edefappend\foo{\bar karl}
</pre>
- <p class="noindent">results in <code>\foo</code> being defined as `<samp><span class="samp">abcxyzkarl</span></samp>'.
+ <p class="noindent">results in <code>\foo</code> being defined as &lsquo;<samp><span class="samp">abcxyzkarl</span></samp>&rsquo;.
<div class="node">
-<p><hr>
<a name="Hooks"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Properties">Properties</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#g_t_005cedefappend">\edefappend</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
@@ -6159,7 +6211,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
<h4 class="subsection">7.6.3 Hooks</h4>
-<p><a name="index-hooks-1184"></a>A <dfn>hook</dfn> is simply a name for a group of actions which is executed
+<p><a name="index-hooks-1207"></a>A <dfn>hook</dfn> is simply a name for a group of actions which is executed
in certain places&mdash;presumably when it is most useful to allow
customization or modification. TeX already provides many builtin
hooks; for example, the <code>\every ...</code> token lists are all
@@ -6169,16 +6221,16 @@ examples of hooks.
take two arguments: the name of the hook and the new actions.
-<a name="index-hookaction-1185"></a>
-<dl><dt><code>hookaction </code><var>name</var> <var>actions</var><dd><a name="index-hookappend-1186"></a><dt><code>hookappend </code><var>name</var> <var>actions</var><dd><a name="index-hookprepend-1187"></a><br><dt><code>hookprepend </code><var>name</var> <var>actions</var><dd>Each of these adds <var>actions</var> to the hook <var>name</var>. (Any
+<a name="index-hookaction-1208"></a>
+<dl><dt><code>hookaction </code><var>name</var> <var>actions</var><dd><a name="index-hookappend-1209"></a><dt><code>hookappend </code><var>name</var> <var>actions</var><dd><a name="index-hookprepend-1210"></a><br><dt><code>hookprepend </code><var>name</var> <var>actions</var><dd>Each of these adds <var>actions</var> to the hook <var>name</var>. (Any
previously-defined actions are retained.) <var>name</var> is not a control
sequence, but rather the characters of the name.
- <p><a name="index-hookactiononce-1188"></a><br><dt><code>hookactiononce </code><var>name</var><code> \</code><var>cs</var><dd><code>\hookactiononce</code> adds <var>cs</var> to <var>name</var>, like the macros
+ <p><a name="index-hookactiononce-1211"></a><br><dt><code>hookactiononce </code><var>name</var><code> \</code><var>cs</var><dd><code>\hookactiononce</code> adds <var>cs</var> to <var>name</var>, like the macros
above, but first it adds
<pre class="example"> \global\let <var>\cs</var> \relax
- </pre>
+</pre>
<p class="noindent">to the definition of <var>\cs</var>. (This implies <var>\cs</var> must
be a true expandable macro, not a control sequence <code>\let</code> to a
primitive or some other such thing.) Thus, <var>\cs</var> is expanded the
@@ -6190,7 +6242,7 @@ Neither this nor the other hook macros do global assignments to the hook
variable itself, so TeX's usual grouping rules apply.
</dl>
- <p><a name="index-hookrun-1189"></a>The companion macro to defining hook actions is <code>\hookrun</code>, for
+ <p><a name="index-hookrun-1212"></a>The companion macro to defining hook actions is <code>\hookrun</code>, for
running them. This takes a single argument, the name of the hook. If
no actions for the hook are defined, no error ensues.
@@ -6207,8 +6259,8 @@ other actions (as long as the other actions use <code>\hookprepend</code> and
\hookappend{end}\finish_underline
</pre>
<div class="node">
-<p><hr>
<a name="Properties"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#g_t_005cexpandonce">\expandonce</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Hooks">Hooks</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
@@ -6217,7 +6269,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
<h4 class="subsection">7.6.4 Properties</h4>
-<p><a name="index-properties-1190"></a><a name="index-atom-1191"></a>A <dfn>property</dfn> is a name/value pair associated with another symbol,
+<p><a name="index-properties-1213"></a><a name="index-atom-1214"></a>A <dfn>property</dfn> is a name/value pair associated with another symbol,
traditionally called an <dfn>atom</dfn>. Both atom and property names are
control sequence names.
@@ -6225,12 +6277,12 @@ control sequence names.
<code>\setproperty</code> and <code>\getproperty</code>.
-<a name="index-setproperty-1192"></a>
+<a name="index-setproperty-1215"></a>
<dl><dt><code>\setproperty </code><var>atom</var> <var>propname</var> <var>value</var><dd><code>\setproperty</code> defines the property <var>property</var> on the atom
<var>atom</var> to be <var>value</var>. <var>atom</var> and <var>propname</var> can be
anything acceptable to <code>\csname</code>. <var>value</var> can be anything.
- <p><a name="index-getproperty-1193"></a><br><dt><code>\getproperty </code><var>atom</var> <var>propname</var><dd><code>\getproperty</code> expands to the value stored for <var>propname</var> on
+ <p><a name="index-getproperty-1216"></a><br><dt><code>\getproperty </code><var>atom</var> <var>propname</var><dd><code>\getproperty</code> expands to the value stored for <var>propname</var> on
<var>atom</var>. If <var>propname</var> is undefined, it expands to nothing
(i.e., <code>\empty</code>).
@@ -6241,15 +6293,15 @@ implementation truly does associate properties with atoms. In TeX,
where we have no builtin support for properties, the association is only
conceptual.
- <p>The following example typesets `<samp><span class="samp">xyz</span></samp>'.
+ <p>The following example typesets &lsquo;<samp><span class="samp">xyz</span></samp>&rsquo;.
<pre class="example"> \setproperty{a}{pr}{xyz}
\getproperty{a}{pr}
</pre>
<div class="node">
-<p><hr>
<a name="%5cexpandonce"></a>
<a name="g_t_005cexpandonce"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#g_t_005cifundefined">\ifundefined</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Properties">Properties</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
@@ -6258,21 +6310,21 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
<h4 class="subsection">7.6.5 <code>\expandonce</code></h4>
-<p><a name="index-expansion_002c-one_002dlevel-1194"></a><a name="index-expandonce-1195"></a><code>\expandonce</code> is defined as <code>\expandafter\noexpand</code>. Thus,
+<p><a name="index-expansion_002c-one_002dlevel-1217"></a><a name="index-expandonce-1218"></a><code>\expandonce</code> is defined as <code>\expandafter\noexpand</code>. Thus,
<code>\expandonce </code><var>token</var> expands <var>token</var> once, instead of to
TeX primitives. This is most useful in an <code>\edef</code>.
<p>For example, the following defines <code>\temp</code> to be <code>\foo</code>, not
-`<samp><span class="samp">abc</span></samp>'.
+&lsquo;<samp><span class="samp">abc</span></samp>&rsquo;.
<pre class="example"> \def\foo{abc}
\def\bar{\foo}
\edef\temp{\expandonce\bar}
</pre>
<div class="node">
-<p><hr>
<a name="%5cifundefined"></a>
<a name="g_t_005cifundefined"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#g_t_005cifempty">\ifempty</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#g_t_005cexpandonce">\expandonce</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
@@ -6281,11 +6333,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
<h4 class="subsection">7.6.6 <code>\ifundefined</code></h4>
-<p><a name="index-ifundefined-1196"></a><code>\ifundefined{</code><var>cs</var><code>} </code><var>t</var><code> \else </code><var>f</var><code> \fi</code> expands the
+<p><a name="index-ifundefined-1219"></a><code>\ifundefined{</code><var>cs</var><code>} </code><var>t</var><code> \else </code><var>f</var><code> \fi</code> expands the
<var>t</var> text if the control sequence <code>\</code><var>cs</var> is undefined or
has been <code>\let</code> to <code>\relax</code>, and the <var>f</var> text otherwise.
- <p><a name="index-skipping-tokens-1197"></a><a name="index-undefined-control-sequence_002c-checking-for-1198"></a>Since <code>\ifundefined</code> is not a primitive conditional, it cannot be
+ <p><a name="index-skipping-tokens-1220"></a><a name="index-undefined-control-sequence_002c-checking-for-1221"></a>Since <code>\ifundefined</code> is not a primitive conditional, it cannot be
used in places where TeX might skip tokens &ldquo;at high speed&rdquo;, e.g.,
within another conditional&mdash;TeX can't match up the <code>\if</code>'s and
<code>\fi</code>'s.
@@ -6293,9 +6345,9 @@ within another conditional&mdash;TeX can't match up the <code>\if</code>'s and
<p>This macro was taken directly from <cite>The TeXbook</cite>, page 308.
<div class="node">
-<p><hr>
<a name="%5cifempty"></a>
<a name="g_t_005cifempty"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#g_t_005cifundefined">\ifundefined</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
@@ -6304,14 +6356,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
<h4 class="subsection">7.6.7 <code>\ifempty</code></h4>
-<p><a name="index-ifempty-1199"></a><a name="index-empty-string_002c-checking-for-1200"></a><a name="index-empty-argument_002c-checking-for-1201"></a><code>\ifempty{</code><var>arg</var><code>} </code><var>t</var><code> \else </code><var>f</var><code> \fi</code> expands the
+<p><a name="index-ifempty-1222"></a><a name="index-empty-string_002c-checking-for-1223"></a><a name="index-empty-argument_002c-checking-for-1224"></a><code>\ifempty{</code><var>arg</var><code>} </code><var>t</var><code> \else </code><var>f</var><code> \fi</code> expands the
<var>t</var> text if <var>arg</var> is the empty string, and the <var>f</var> text
otherwise. This macro is useful when you need to test for empty
arguments to your macros, for example:
<pre class="example"> \def\foo#1{\ifempty{#1} <var>t</var> \else <var>f</var> \fi}
</pre>
- <p><a name="index-skipping-tokens-1202"></a>Since <code>\ifempty</code> is not a primitive conditional, it cannot be
+ <p><a name="index-skipping-tokens-1225"></a>Since <code>\ifempty</code> is not a primitive conditional, it cannot be
used in places where TeX might skip tokens &ldquo;at high speed&rdquo;, e.g.,
within another conditional&mdash;TeX can't match up the <code>\if</code>'s and
<code>\fi</code>'s.
@@ -6321,12 +6373,12 @@ within another conditional&mdash;TeX can't match up the <code>\if</code>'s and
<pre class="example"> \def\empty{}
\ifempty\empty\message{empty}\else\message{not empty}\fi
</pre>
- <p class="noindent">will produce the message `<samp><span class="samp">not empty</span></samp>'.
+ <p class="noindent">will produce the message &lsquo;<samp><span class="samp">not empty</span></samp>&rsquo;.
<div class="node">
-<p><hr>
<a name="%5cifinteger-and-%5cisinteger"></a>
<a name="g_t_005cifinteger-and-_005cisinteger"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#g_t_005cfuturenonspacelet">\futurenonspacelet</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#g_t_005cifempty">\ifempty</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
@@ -6335,7 +6387,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
<h4 class="subsection">7.6.8 <code>\ifinteger</code> and <code>\isinteger</code></h4>
-<p><a name="index-ifinteger-1203"></a><a name="index-integers_002c-detecting-1204"></a><a name="index-numbers_002c-detecting-1205"></a><a name="index-detecting-numbers-1206"></a><a name="index-identifying-numbers-1207"></a><a name="index-recognizing-numbers-1208"></a><code>\ifinteger{</code><var>arg</var><code>} </code><var>t</var><code> \else </code><var>f</var><code> \fi</code> expands the
+<p><a name="index-ifinteger-1226"></a><a name="index-integers_002c-detecting-1227"></a><a name="index-numbers_002c-detecting-1228"></a><a name="index-detecting-numbers-1229"></a><a name="index-identifying-numbers-1230"></a><a name="index-recognizing-numbers-1231"></a><code>\ifinteger{</code><var>arg</var><code>} </code><var>t</var><code> \else </code><var>f</var><code> \fi</code> expands the
<var>t</var> text if <var>arg</var> is an integer, and the <var>f</var> text
otherwise. This macro can detect positive and negative integers.
@@ -6343,7 +6395,7 @@ otherwise. This macro can detect positive and negative integers.
used in places where TeX might skip tokens &ldquo;at high speed&rdquo;, e.g.,
within another conditional&mdash;TeX can't match up the <code>\if</code>'s
and <code>\fi</code>'s. For such situations Eplain provides
-<a name="index-isinteger-1209"></a><code>\isinteger</code>, which can be used as follows:
+<a name="index-isinteger-1232"></a><code>\isinteger</code>, which can be used as follows:
<pre class="example"> \if\isinteger{<var>arg</var>} <var>t</var> \else <var>f</var> \fi
</pre>
@@ -6353,16 +6405,16 @@ following code
<pre class="example"> \ifinteger{12_ab}integer\else not integer\fi
</pre>
- <p class="noindent">will expand to `<samp><span class="samp">ab_integer</span></samp>' (and thus would not
+ <p class="noindent">will expand to &lsquo;<samp><span class="samp">ab_integer</span></samp>&rsquo; (and thus would not
even compile outside math mode).
- <p><a name="index-g_t_0040TeX_007b_007d-Frequently-Asked-Question-1210"></a>These macros come from TeX Frequently Asked Question
+ <p><a name="index-g_t_0040TeX_007b_007d-Frequently-Asked-Question-1233"></a>These macros come from TeX Frequently Asked Question
(<a href="http://www.tex.ac.uk/cgi-bin/texfaq2html">http://www.tex.ac.uk/cgi-bin/texfaq2html</a>).
<div class="node">
-<p><hr>
<a name="%5cfuturenonspacelet"></a>
<a name="g_t_005cfuturenonspacelet"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
@@ -6370,7 +6422,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Expansion">Expansion</a>
<h4 class="subsection">7.6.9 <code>\futurenonspacelet</code></h4>
-<p><a name="index-lookahead-without-spaces-1211"></a><a name="index-spaces_002c-ignoring-1212"></a><a name="index-futurenonspacelet-1213"></a>The <code>\futurelet</code> primitive allows you to look at the next token
+<p><a name="index-lookahead-without-spaces-1234"></a><a name="index-spaces_002c-ignoring-1235"></a><a name="index-futurenonspacelet-1236"></a>The <code>\futurelet</code> primitive allows you to look at the next token
from the input. Sometimes, though, you want to look ahead ignoring any
spaces. This is what <code>\futurenonspacelet</code> does. It is otherwise
the same as <code>\futurelet</code>: you give it two control sequences as
@@ -6381,8 +6433,8 @@ expands the second. For example:
\def\finishup{\ifx\temp ...}
</pre>
<div class="node">
-<p><hr>
<a name="Obeying-spaces"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Writing-out-numbers">Writing out numbers</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Expansion">Expansion</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -6391,7 +6443,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.7 Obeying spaces</h3>
-<p><a name="index-whitespace-1214"></a><a name="index-spaces_002c-obeying-1215"></a><a name="index-newlines_002c-obeying-1216"></a><a name="index-obeywhitespace-1217"></a>
+<p><a name="index-whitespace-1237"></a><a name="index-spaces_002c-obeying-1238"></a><a name="index-newlines_002c-obeying-1239"></a><a name="index-obeywhitespace-1240"></a>
<code>\obeywhitespace</code> makes both end-of-lines and space characters in
the input be respected in the output. Unlike plain TeX's
<code>\obeyspaces</code>, even spaces at the beginnings of lines turn into
@@ -6404,18 +6456,18 @@ what <code>\ </code> produces.
<p>Ordinarily, a blank line in the input produces as much blank vertical
space as a line of text would occupy. You can adjust this by assigning
to the parameter <code>\blanklineskipamount</code>:
-<a name="index-blanklineskipamount-_0040r_007bin-obeyed-text_007d-1218"></a>if you set this negative, the space produced by a blank line will be
+<a name="index-blanklineskipamount-_0040r_007bin-obeyed-text_007d-1241"></a>if you set this negative, the space produced by a blank line will be
smaller; if positive, larger.
<p>Tabs are not affected by this routine. In particular, if tabs occur
at the beginning of a line, they will disappear. (If you are trying to
make TeX do the &ldquo;right thing&rdquo; with tabs, don't. Use a utility
program like <i>expand</i> instead.)
-<a name="index-tabs-1219"></a>
+<a name="index-tabs-1242"></a>
<div class="node">
-<p><hr>
<a name="Writing-out-numbers"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Mode_002dspecific-penalties">Mode-specific penalties</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Obeying-spaces">Obeying spaces</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -6424,14 +6476,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.8 Writing out numbers</h3>
-<p><a name="index-numbers_002c-written-form-of-1220"></a> <code>\numbername</code>
-<a name="index-numbername-1221"></a>produces the written-out form of its argument, i.e., `zero' through
+<p><a name="index-numbers_002c-written-form-of-1243"></a> <code>\numbername</code>
+<a name="index-numbername-1244"></a>produces the written-out form of its argument, i.e., `zero' through
`ten' for the numbers 0&ndash;10, and numerals for all others.
<div class="node">
-<p><hr>
<a name="Mode-specific-penalties"></a>
<a name="Mode_002dspecific-penalties"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Auxiliary-files">Auxiliary files</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Writing-out-numbers">Writing out numbers</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -6445,7 +6497,7 @@ current list, no matter what kind of list it is. You might intend a
particular penalty to always be a &ldquo;vertical&rdquo; penalty, however, i.e.,
appended to a vertical list. Therefore, Eplain provides
<code>\vpenalty</code>
-<a name="index-vpenalty-1222"></a>and <code>\hpenalty</code>
+<a name="index-vpenalty-1245"></a>and <code>\hpenalty</code>
which first leave the other mode and then do <code>\penalty</code>.
<p>More precisely, <code>\vpenalty</code> inserts <code>\par</code> if the current
@@ -6454,8 +6506,8 @@ the current mode is vertical. (Thus, <code>\vpenalty</code> cannot be used in
math mode.)
<div class="node">
-<p><hr>
<a name="Auxiliary-files"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#User_002ddefined-environments">User-defined environments</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Mode_002dspecific-penalties">Mode-specific penalties</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -6464,12 +6516,12 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.10 Auxiliary files</h3>
-<p><a name="index-axuiliary-files_002c-existence-of-1223"></a>It is common to write some information out to a file to be used on a
+<p><a name="index-axuiliary-files_002c-existence-of-1246"></a>It is common to write some information out to a file to be used on a
subsequent run. But when it is time to read the file again, you only
want to do so if the file actually exists. <code>\testfileexistence</code>
-<a name="index-testfileexistence-1224"></a>is given an argument which is appended to <code>\jobname</code>,
-<a name="index-jobname-1225"></a>and sets the conditional <code>\iffileexists</code>
-<a name="index-iffileexists-1226"></a><a name="index-fileexists-_0040r_007b_0028conditional_0029_007d-1227"></a>appropriately. For example:
+<a name="index-testfileexistence-1247"></a>is given an argument which is appended to <code>\jobname</code>,
+<a name="index-jobname-1248"></a>and sets the conditional <code>\iffileexists</code>
+<a name="index-iffileexists-1249"></a><a name="index-fileexists-_0040r_007b_0028conditional_0029_007d-1250"></a>appropriately. For example:
<pre class="example"> \testfileexistence{toc}%
\iffileexists
@@ -6487,9 +6539,9 @@ name. For example, if you want to test for the file
\fi
</pre>
<div class="node">
-<p><hr>
<a name="User-defined-environments"></a>
<a name="User_002ddefined-environments"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Page-list-and-page-range-parsers">Page list and page range parsers</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Auxiliary-files">Auxiliary files</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -6498,7 +6550,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.11 User-defined environments</h3>
-<p><a name="index-environments_002c-user_002ddefined-1228"></a>Plain TeX does not provide &ldquo;named&rdquo; block structures, only the anonymous
+<p><a name="index-environments_002c-user_002ddefined-1251"></a>Plain TeX does not provide &ldquo;named&rdquo; block structures, only the anonymous
<code>\begingroup</code> and <code>\endgroup</code> pair. The disadvantage of this
is that when there are several such groups and one is mismatched, it can
be difficult to find the error. Eplain provides a named block structure
@@ -6530,8 +6582,8 @@ shouldn't always be allowed to nest. Put the control sequence
environment that should not be nested.
<div class="node">
-<p><hr>
<a name="Page-list-and-page-range-parsers"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#User_002ddefined-environments">User-defined environments</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming definitions</a>
@@ -6539,7 +6591,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Programming-definitions">Programming d
<h3 class="section">7.12 Page list and page range parsers</h3>
-<p><a name="index-idxparselist-1229"></a><a name="index-idxparserange-1230"></a><a name="index-idxpagei-1231"></a><a name="index-idxpageii-1232"></a>The macros which Eplain uses to parse the page lists and ranges in the
+<p><a name="index-idxparselist-1252"></a><a name="index-idxparserange-1253"></a><a name="index-idxpagei-1254"></a><a name="index-idxpageii-1255"></a>The macros which Eplain uses to parse the page lists and ranges in the
index, <code>\idxparselist</code> and <code>\idxparserange</code> (see <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a>), are sometimes useful when defining page
number encapsulators. They take one argument, text to parse. When a
page list (range) is not present, they set <code>\idxpagei</code> to be
@@ -6547,9 +6599,9 @@ page list (range) is not present, they set <code>\idxpagei</code> to be
<code>\idxpagei</code> and <code>\idxpageii</code> to the first and the second page
numbers, respectively.
- <p><a name="index-setidxpagelistdelimiter-1233"></a><a name="index-setidxpagerangedelimiter-1234"></a>Eplain's defaults for the page list and page range delimiters are the
-same as those in MakeIndex, a comma followed by a space (`<samp><span class="samp">, </span></samp>') and
-two dashes (`<samp><span class="samp">--</span></samp>'), respectively. If you customize MakeIndex to use
+ <p><a name="index-setidxpagelistdelimiter-1256"></a><a name="index-setidxpagerangedelimiter-1257"></a>Eplain's defaults for the page list and page range delimiters are the
+same as those in MakeIndex, a comma followed by a space (&lsquo;<samp><span class="samp">, </span></samp>&rsquo;) and
+two dashes (&lsquo;<samp><span class="samp">--</span></samp>&rsquo;), respectively. If you customize MakeIndex to use
different delimiters, you must not forget to let Eplain know about them
with the commands
@@ -6558,14 +6610,14 @@ with the commands
</pre>
<p class="noindent">These commands save the <var>list-delim</var> and
<var>page-delim</var> delimiters in
-<a name="index-idxpagelistdelimiter-1235"></a><a name="index-idxpagerangedelimiter-1236"></a><code>\idxpagelistdelimiter</code> and <code>\idxpagerangedelimiter</code>,
+<a name="index-idxpagelistdelimiter-1258"></a><a name="index-idxpagerangedelimiter-1259"></a><code>\idxpagelistdelimiter</code> and <code>\idxpagerangedelimiter</code>,
respectively.
- <p><a name="index-underlining-page-numbers-in-index-1237"></a><a name="index-index_002c-underlining-page-numbers-1238"></a><a name="index-ituline-1239"></a>For example, you may want to define a page number markup command which
+ <p><a name="index-underlining-page-numbers-in-index-1260"></a><a name="index-index_002c-underlining-page-numbers-1261"></a><a name="index-ituline-1262"></a>For example, you may want to define a page number markup command which
italicizes and properly underlines page ranges by underlining only the
page numbers and not the delimiter:
- <p><a name="index-idxpagerangedelimiter-1240"></a>
+ <p><a name="index-idxpagerangedelimiter-1263"></a>
<pre class="example"> \def\ituline#1{%
{\it
\idxparserange{#1}%
@@ -6587,8 +6639,8 @@ extend <code>\ituline</code> with an additional call to <code>\idxparselist</cod
<!-- This is part of the Eplain manual. Public domain. -->
<div class="node">
-<p><hr>
<a name="Demo-files"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Macro-index">Macro index</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Programming-definitions">Programming definitions</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -6597,7 +6649,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
<h2 class="chapter">8 Demo files</h2>
-<p><a name="index-demo-files-1241"></a>This chapter contains listings of source files, along with the output
+<p><a name="index-demo-files-1264"></a>This chapter contains listings of source files, along with the output
they produce (where appropriate), which illustrate various aspects of
Eplain. The files can be found in the <samp><span class="command">demo</span></samp> subdirectory of
Eplain distribution. These demos, both the sources and the compiled PDF
@@ -6609,9 +6661,9 @@ and PS files, are also available from <a href="http://tug.org/eplain/demo">http:
</ul>
<div class="node">
-<p><hr>
<a name="Hyperlinks-(xhyper.tex)"></a>
<a name="Hyperlinks-_0028xhyper_002etex_0029"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Demo-files">Demo files</a>
@@ -6621,15 +6673,15 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Demo-files">Demo files</a>
<div class="block-image"><img src="xhyper.jpg" alt="xhyper.jpg"></div>
- <p><a name="index-xhyper_002etex-1242"></a>
-<a name="index-hyperlinks_002c-demo-1243"></a><a name="index-explicit-hyperlinks_002c-demo-1244"></a><a name="index-hyperlinks_002c-explicit_002c-demo-1245"></a><a name="index-implicit-hyperlinks_002c-demo-1246"></a><a name="index-hyperlinks_002c-implicit_002c-demo-1247"></a>
-<a name="index-hlstart-1248"></a><a name="index-hlend-1249"></a>
-<a name="index-group-options_002c-hyperlink_002c-demo-1250"></a><a name="index-hyperlinks_002c-group-options_002c-demo-1251"></a><a name="index-link_002c-group-options_002c-demo-1252"></a><a name="index-linkgroup-options_002c-demo-1253"></a><a name="index-destinations_002c-group-options_002c-demo-1254"></a><a name="index-destgroup-options_002c-demo-1255"></a>
-<a name="index-group-type_002c-hyperlink_002c-demo-1256"></a><a name="index-destinations_002c-group-type_002c-demo-1257"></a><a name="index-destgroup-type_002c-demo-1258"></a>
-<a name="index-hlopts-1259"></a><a name="index-hldesttype-1260"></a><a name="index-hldestopts-1261"></a>
-<a name="index-cross_002dreferences_002c-demo-1262"></a><a name="index-definexref-1263"></a><a name="index-ref-1264"></a>
-<a name="index-graphics-collection_002c-_0040LaTeX_007b_007d_002c-demo-1265"></a><a name="index-g_t_0040LaTeX_007b_007d-graphics-collection_002c-demo-1266"></a><a name="index-color_002c-demo-1267"></a><a name="index-rotation_002c-demo-1268"></a><a name="index-scaling_002c-demo-1269"></a><a name="index-color_002esty-1270"></a><a name="index-graphicx_002esty-1271"></a><a name="index-url_002esty-1272"></a>
-<a name="index-includegraphics-1273"></a><a name="index-rotatebox-1274"></a><a name="index-definecolor-1275"></a><a name="index-url-1276"></a>
+ <p><a name="index-xhyper_002etex-1265"></a>
+<a name="index-hyperlinks_002c-demo-1266"></a><a name="index-explicit-hyperlinks_002c-demo-1267"></a><a name="index-hyperlinks_002c-explicit_002c-demo-1268"></a><a name="index-implicit-hyperlinks_002c-demo-1269"></a><a name="index-hyperlinks_002c-implicit_002c-demo-1270"></a>
+<a name="index-hlstart-1271"></a><a name="index-hlend-1272"></a>
+<a name="index-group-options_002c-hyperlink_002c-demo-1273"></a><a name="index-hyperlinks_002c-group-options_002c-demo-1274"></a><a name="index-link_002c-group-options_002c-demo-1275"></a><a name="index-linkgroup-options_002c-demo-1276"></a><a name="index-destinations_002c-group-options_002c-demo-1277"></a><a name="index-destgroup-options_002c-demo-1278"></a>
+<a name="index-group-type_002c-hyperlink_002c-demo-1279"></a><a name="index-destinations_002c-group-type_002c-demo-1280"></a><a name="index-destgroup-type_002c-demo-1281"></a>
+<a name="index-hlopts-1282"></a><a name="index-hldesttype-1283"></a><a name="index-hldestopts-1284"></a>
+<a name="index-cross_002dreferences_002c-demo-1285"></a><a name="index-definexref-1286"></a><a name="index-ref-1287"></a>
+<a name="index-graphics-collection_002c-_0040LaTeX_007b_007d_002c-demo-1288"></a><a name="index-g_t_0040LaTeX_007b_007d-graphics-collection_002c-demo-1289"></a><a name="index-color_002c-demo-1290"></a><a name="index-rotation_002c-demo-1291"></a><a name="index-scaling_002c-demo-1292"></a><a name="index-color_002esty-1293"></a><a name="index-graphicx_002esty-1294"></a><a name="index-url_002esty-1295"></a>
+<a name="index-includegraphics-1296"></a><a name="index-rotatebox-1297"></a><a name="index-definecolor-1298"></a><a name="index-url-1299"></a>
<pre class="verbatim">% (This file is public domain.)
%
@@ -6824,9 +6876,9 @@ Take me to
</pre>
<div class="node">
-<p><hr>
<a name="Highlighting-TeX-comments-in-listings-(lscommnt.tex)"></a>
<a name="Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Demo-files">Demo files</a>
@@ -6836,9 +6888,9 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Demo-files">Demo files</a>
<div class="block-image"><img src="lscommnt.jpg" alt="lscommnt.jpg"></div>
- <p><a name="index-lscommnt_002etex-1277"></a>
-<a name="index-verbatim-listing_002c-demo-1278"></a><a name="index-listing-files_002c-demo-1279"></a><a name="index-files_002c-verbatim-listing-of_002c-demo-1280"></a><a name="index-comments_002c-highlighting-in-listings-1281"></a><a name="index-highlighting_002c-in-listings-1282"></a>
-<a name="index-listing-1283"></a><a name="index-setuplistinghook-1284"></a><a name="index-linenumberedlisting-1285"></a><a name="index-nolastlinelisting-1286"></a><a name="index-hlightcommentslisting-1287"></a>
+ <p><a name="index-lscommnt_002etex-1300"></a>
+<a name="index-verbatim-listing_002c-demo-1301"></a><a name="index-listing-files_002c-demo-1302"></a><a name="index-files_002c-verbatim-listing-of_002c-demo-1303"></a><a name="index-comments_002c-highlighting-in-listings-1304"></a><a name="index-highlighting_002c-in-listings-1305"></a>
+<a name="index-listing-1306"></a><a name="index-setuplistinghook-1307"></a><a name="index-linenumberedlisting-1308"></a><a name="index-nolastlinelisting-1309"></a><a name="index-hlightcommentslisting-1310"></a>
<pre class="verbatim">% (This file is public domain.)
% Demonstrate how Eplain can be used to include a TeX source file
@@ -6891,8 +6943,8 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Demo-files">Demo files</a>
<!-- Public domain. -->
<div class="node">
-<p><hr>
<a name="Macro-index"></a>
+<p><hr>
Next:&nbsp;<a rel="next" accesskey="n" href="#Concept-index">Concept index</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Demo-files">Demo files</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -6902,553 +6954,565 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
<h2 class="unnumbered">Macro index</h2>
<ul class="index-fn" compact>
-<li><a href="#index-g_t_0040_0040hllabel-870"><code>@hllabel</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040_0040hllabel-792"><code>@hllabel</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040_0040hllabel-744"><code>@hllabel</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-g_t_0040_0040hllabel-719"><code>@hllabel</code></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
-<li><a href="#index-g_t_0040_0040indexproof-_0040r_007binsertion-class_007d-293"><code>@indexproof </code><span class="roman">insertion class</span></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-abovecolumnskip-389"><code>abovecolumnskip</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-abovecolumnspenalty-360"><code>abovecolumnspenalty</code></a>: <a href="#Tables">Tables</a></li>
-<li><a href="#index-abovelistpenalty-132"><code>abovelistpenalty</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-abovelistskip-131"><code>abovelistskip</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-abovelistskipamount-126"><code>abovelistskipamount</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-adjarrow-1073"><code>adjarrow</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-adjmapdown-1067"><code>adjmapdown</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-adjmapleft-1060"><code>adjmapleft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-adjmapright-1059"><code>adjmapright</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-adjmapup-1068"><code>adjmapup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-advancebottommargin-367"><code>advancebottommargin</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-advanceleftmargin-368"><code>advanceleftmargin</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-advancerightmargin-369"><code>advancerightmargin</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-advancetopmargin-366"><code>advancetopmargin</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-afterindexterm-324"><code>afterindexterm</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-afterindexterm-_0040r_007bhook_007d-255"><code>afterindexterm </code><span class="roman">hook</span></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-AMSLaTeX-417"><code>AMSLaTeX</code></a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-AMSTeX-413"><code>AMSTeX</code></a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-arrow-1038"><code>arrow</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-g_t_0040_0040hllabel-893"><code>@hllabel</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040_0040hllabel-815"><code>@hllabel</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040_0040hllabel-767"><code>@hllabel</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-g_t_0040_0040hllabel-742"><code>@hllabel</code></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
+<li><a href="#index-g_t_0040_0040indexproof-_0040r_007binsertion-class_007d-308"><code>@indexproof </code><span class="roman">insertion class</span></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-abovecolumnskip-404"><code>abovecolumnskip</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-abovecolumnspenalty-375"><code>abovecolumnspenalty</code></a>: <a href="#Tables">Tables</a></li>
+<li><a href="#index-abovelistpenalty-141"><code>abovelistpenalty</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-abovelistskip-140"><code>abovelistskip</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-abovelistskipamount-135"><code>abovelistskipamount</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-adjarrow-1096"><code>adjarrow</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-adjmapdown-1090"><code>adjmapdown</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-adjmapleft-1083"><code>adjmapleft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-adjmapright-1082"><code>adjmapright</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-adjmapup-1091"><code>adjmapup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-advancebottommargin-382"><code>advancebottommargin</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-advanceleftmargin-383"><code>advanceleftmargin</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-advancerightmargin-384"><code>advancerightmargin</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-advancetopmargin-381"><code>advancetopmargin</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-afterindexterm-339"><code>afterindexterm</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-afterindexterm-_0040r_007bhook_007d-270"><code>afterindexterm </code><span class="roman">hook</span></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-AMSLaTeX-428"><code>AMSLaTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-AMSTeX-430"><code>AMSTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-arrow-1061"><code>arrow</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
<li><a href="#index-bblem-88"><code>bblem</code></a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-bblfilebasename-62"><code>bblfilebasename</code></a>: <a href="#Citations">Citations</a></li>
<li><a href="#index-bblhook-92"><code>bblhook</code></a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-bblnewblock-90"><code>bblnewblock</code></a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-bblrm-86"><code>bblrm</code></a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-bblsc-89"><code>bblsc</code></a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
-<li><a href="#index-bcolor-_0040r_007b_0028hyperlink-option_0029_007d-882"><code>bcolor </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-bdash-_0040r_007b_0028hyperlink-option_0029_007d-886"><code>bdash </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-begin-_0040r_007bfor-index-entries_007d-259"><code>begin </code><span class="roman">for index entries</span></a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-beginindex-_0040r_007bhook_007d-308"><code>beginindex </code><span class="roman">hook</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-beginlist-142"><code>beginlist</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-beginpackages-453"><code>beginpackages</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
-<li><a href="#index-begin_0040_007bpicture_0040_007d-465"><code>begin{picture}</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-begin_0040_007btheindex_0040_007d-302"><code>begin{theindex}</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-belowcolumnskip-390"><code>belowcolumnskip</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-belowfootnoterulespace-399"><code>belowfootnoterulespace</code></a>: <a href="#Footnotes">Footnotes</a></li>
-<li><a href="#index-belowlistskip-133"><code>belowlistskip</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-belowlistskipamount-127"><code>belowlistskipamount</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-biarrow-1072"><code>biarrow</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-bcolor-_0040r_007b_0028hyperlink-option_0029_007d-905"><code>bcolor </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-bdash-_0040r_007b_0028hyperlink-option_0029_007d-909"><code>bdash </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-begin-_0040r_007bfor-index-entries_007d-274"><code>begin </code><span class="roman">for index entries</span></a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-beginindex-_0040r_007bhook_007d-323"><code>beginindex </code><span class="roman">hook</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-beginlist-151"><code>beginlist</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-beginpackages-476"><code>beginpackages</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
+<li><a href="#index-begin_0040_007bpicture_0040_007d-488"><code>begin{picture}</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-begin_0040_007btheindex_0040_007d-317"><code>begin{theindex}</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-belowcolumnskip-405"><code>belowcolumnskip</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-belowfootnoterulespace-414"><code>belowfootnoterulespace</code></a>: <a href="#Footnotes">Footnotes</a></li>
+<li><a href="#index-belowlistskip-142"><code>belowlistskip</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-belowlistskipamount-136"><code>belowlistskipamount</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-biarrow-1095"><code>biarrow</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
<li><a href="#index-biblabelcontents-85"><code>biblabelcontents</code></a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-biblabelextraspace-91"><code>biblabelextraspace</code></a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-biblabelprint-84"><code>biblabelprint</code></a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-biblabelwidth-83"><code>biblabelwidth</code></a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-bibliography-66"><code>bibliography</code></a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-bibliography-_0040r_007b_0028hyperlinks_0029_007d-576"><code>bibliography </code><span class="roman">(hyperlinks)</span></a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-bibliography-_0040r_007b_0028hyperlinks_0029_007d-599"><code>bibliography </code><span class="roman">(hyperlinks)</span></a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
<li><a href="#index-bibliographystyle-67"><code>bibliographystyle</code></a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-BibTeX-415"><code>BibTeX</code></a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-bihline-1061"><code>bihline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-bimapdown-1065"><code>bimapdown</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-bimapleft-1058"><code>bimapleft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-bimapright-1057"><code>bimapright</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-bimapup-1066"><code>bimapup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-bisline-1074"><code>bisline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-bivline-1069"><code>bivline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-blackbox-429"><code>blackbox</code></a>: <a href="#Boxes">Boxes</a></li>
-<li><a href="#index-blanklineskipamount-_0040r_007bin-justified-text_007d-356"><code>blanklineskipamount </code><span class="roman">in justified text</span></a>: <a href="#Justification">Justification</a></li>
-<li><a href="#index-blanklineskipamount-_0040r_007bin-obeyed-text_007d-1218"><code>blanklineskipamount </code><span class="roman">in obeyed text</span></a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
-<li><a href="#index-bottom-_0040r_007b_0028destination-option_0029_007d-819"><code>bottom </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-bottom-_0040r_007b_0028destination-option_0029_007d-786"><code>bottom </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-bottommargin-363"><code>bottommargin</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-boxit-433"><code>boxit</code></a>: <a href="#Boxes">Boxes</a></li>
-<li><a href="#index-boxitspace-434"><code>boxitspace</code></a>: <a href="#Boxes">Boxes</a></li>
-<li><a href="#index-bstyle-_0040r_007b_0028hyperlink-option_0029_007d-890"><code>bstyle </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-bwidth-_0040r_007b_0028hyperlink-option_0029_007d-900"><code>bwidth </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-catcode-1126"><code>catcode</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-center-355"><code>center</code></a>: <a href="#Justification">Justification</a></li>
-<li><a href="#index-centereddisplays-99"><code>centereddisplays</code></a>: <a href="#Displays">Displays</a></li>
-<li><a href="#index-channelwidth-1115"><code>channelwidth</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-channelwidth-1075"><code>channelwidth</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-BibTeX-432"><code>BibTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-bihline-1084"><code>bihline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-bimapdown-1088"><code>bimapdown</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-bimapleft-1081"><code>bimapleft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-bimapright-1080"><code>bimapright</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-bimapup-1089"><code>bimapup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-bisline-1097"><code>bisline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-bivline-1092"><code>bivline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-blackbox-452"><code>blackbox</code></a>: <a href="#Boxes">Boxes</a></li>
+<li><a href="#index-blanklineskipamount-_0040r_007bin-justified-text_007d-371"><code>blanklineskipamount </code><span class="roman">in justified text</span></a>: <a href="#Justification">Justification</a></li>
+<li><a href="#index-blanklineskipamount-_0040r_007bin-obeyed-text_007d-1241"><code>blanklineskipamount </code><span class="roman">in obeyed text</span></a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
+<li><a href="#index-bottom-_0040r_007b_0028destination-option_0029_007d-842"><code>bottom </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-bottom-_0040r_007b_0028destination-option_0029_007d-809"><code>bottom </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-bottommargin-378"><code>bottommargin</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-boxit-456"><code>boxit</code></a>: <a href="#Boxes">Boxes</a></li>
+<li><a href="#index-boxitspace-457"><code>boxitspace</code></a>: <a href="#Boxes">Boxes</a></li>
+<li><a href="#index-bstyle-_0040r_007b_0028hyperlink-option_0029_007d-913"><code>bstyle </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-bwidth-_0040r_007b_0028hyperlink-option_0029_007d-923"><code>bwidth </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-catcode-1149"><code>catcode</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-center-370"><code>center</code></a>: <a href="#Justification">Justification</a></li>
+<li><a href="#index-centereddisplays-101"><code>centereddisplays</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-channelwidth-1138"><code>channelwidth</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-channelwidth-1098"><code>channelwidth</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
<li><a href="#index-cite-63"><code>cite</code></a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-cite-_0040r_007b_0028hyperlinks_0029_007d-571"><code>cite </code><span class="roman">(hyperlinks)</span></a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
-<li><a href="#index-cmd-_0040r_007b_0028destination-option_0029_007d-800"><code>cmd </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-cmd-_0040r_007b_0028destination-option_0029_007d-791"><code>cmd </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-cmd-_0040r_007b_0028destination-option_0029_007d-724"><code>cmd </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-hypertex">Destination options for hypertex</a></li>
-<li><a href="#index-cmd-_0040r_007b_0028destination-option_0029_007d-718"><code>cmd </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
-<li><a href="#index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-905"><code>cmd </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-869"><code>cmd </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-750"><code>cmd </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
-<li><a href="#index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-743"><code>cmd </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-color-_0040r_007b_0028hyperlink-option_0029_007d-696"><code>color </code><span class="roman">(hyperlink option)</span></a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-colormodel-_0040r_007b_0028hyperlink-option_0029_007d-695"><code>colormodel </code><span class="roman">(hyperlink option)</span></a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-columnfill-383"><code>columnfill</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-commdiag-1078"><code>commdiag</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-commdiagbaselines-1118"><code>commdiagbaselines</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-commdiagbaselines-1090"><code>commdiagbaselines</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-csn-1181"><code>csn</code></a>: <a href="#g_t_005ccsn-and-_005cece">\csn and \ece</a></li>
-<li><a href="#index-definecolor-1275"><code>definecolor</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-definecontentsfile-183"><code>definecontentsfile</code></a>: <a href="#Alternative-contents-files">Alternative contents files</a></li>
-<li><a href="#index-defineindex-233"><code>defineindex</code></a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-definexref-1263"><code>definexref</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-definexref-190"><code>definexref</code></a>: <a href="#Defining-generic-references">Defining generic references</a></li>
-<li><a href="#index-definexref-_0040r_007b_0028hyperlinks_0029_007d-582"><code>definexref </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-depth-_0040r_007b_0028destination-option_0029_007d-806"><code>depth </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-depth-_0040r_007b_0028destination-option_0029_007d-784"><code>depth </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-depth-_0040r_007b_0028hyperlink-option_0029_007d-914"><code>depth </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-discretionaries-406"><code>discretionaries</code></a>: <a href="#Paths">Paths</a></li>
-<li><a href="#index-displaylines-100"><code>displaylines</code></a>: <a href="#Displays">Displays</a></li>
-<li><a href="#index-doublecolumns-377"><code>doublecolumns</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-drawline-1023"><code>drawline</code></a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
-<li><a href="#index-drawvector-1024"><code>drawvector</code></a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
-<li><a href="#index-dvipdfm-_0040r_007b_0028hyperlink-driver_0029_007d-754"><code>dvipdfm </code><span class="roman">(hyperlink driver)</span></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
-<li><a href="#index-eattoken-1176"><code>eattoken</code></a>: <a href="#Macro-arguments">Macro arguments</a></li>
-<li><a href="#index-ece-1182"><code>ece</code></a>: <a href="#g_t_005ccsn-and-_005cece">\csn and \ece</a></li>
-<li><a href="#index-edefappend-1183"><code>edefappend</code></a>: <a href="#g_t_005cedefappend">\edefappend</a></li>
+<li><a href="#index-cite-_0040r_007b_0028hyperlinks_0029_007d-594"><code>cite </code><span class="roman">(hyperlinks)</span></a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-cmd-_0040r_007b_0028destination-option_0029_007d-823"><code>cmd </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-cmd-_0040r_007b_0028destination-option_0029_007d-814"><code>cmd </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-cmd-_0040r_007b_0028destination-option_0029_007d-747"><code>cmd </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-hypertex">Destination options for hypertex</a></li>
+<li><a href="#index-cmd-_0040r_007b_0028destination-option_0029_007d-741"><code>cmd </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
+<li><a href="#index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-928"><code>cmd </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-892"><code>cmd </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-773"><code>cmd </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
+<li><a href="#index-cmd-_0040r_007b_0028hyperlink-option_0029_007d-766"><code>cmd </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-color-_0040r_007b_0028hyperlink-option_0029_007d-719"><code>color </code><span class="roman">(hyperlink option)</span></a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-colormodel-_0040r_007b_0028hyperlink-option_0029_007d-718"><code>colormodel </code><span class="roman">(hyperlink option)</span></a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-columnfill-398"><code>columnfill</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-commdiag-1101"><code>commdiag</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-commdiagbaselines-1141"><code>commdiagbaselines</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-commdiagbaselines-1113"><code>commdiagbaselines</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-csn-1204"><code>csn</code></a>: <a href="#g_t_005ccsn-and-_005cece">\csn and \ece</a></li>
+<li><a href="#index-definecolor-1298"><code>definecolor</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-definecontentsfile-196"><code>definecontentsfile</code></a>: <a href="#Alternative-contents-files">Alternative contents files</a></li>
+<li><a href="#index-defineindex-248"><code>defineindex</code></a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-definexref-1286"><code>definexref</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-definexref-203"><code>definexref</code></a>: <a href="#Defining-generic-references">Defining generic references</a></li>
+<li><a href="#index-definexref-_0040r_007b_0028hyperlinks_0029_007d-605"><code>definexref </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-depth-_0040r_007b_0028destination-option_0029_007d-829"><code>depth </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-depth-_0040r_007b_0028destination-option_0029_007d-807"><code>depth </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-depth-_0040r_007b_0028hyperlink-option_0029_007d-937"><code>depth </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-discretionaries-421"><code>discretionaries</code></a>: <a href="#Paths">Paths</a></li>
+<li><a href="#index-displaylines-102"><code>displaylines</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-dospecials-174"><code>dospecials</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-doublecolumns-392"><code>doublecolumns</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-drawline-1046"><code>drawline</code></a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
+<li><a href="#index-drawvector-1047"><code>drawvector</code></a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
+<li><a href="#index-dvipdfm-_0040r_007b_0028hyperlink-driver_0029_007d-777"><code>dvipdfm </code><span class="roman">(hyperlink driver)</span></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
+<li><a href="#index-eattoken-1199"><code>eattoken</code></a>: <a href="#Macro-arguments">Macro arguments</a></li>
+<li><a href="#index-ece-1205"><code>ece</code></a>: <a href="#g_t_005ccsn-and-_005cece">\csn and \ece</a></li>
+<li><a href="#index-edefappend-1206"><code>edefappend</code></a>: <a href="#g_t_005cedefappend">\edefappend</a></li>
<li><a href="#index-ehrule-51"><code>ehrule</code></a>: <a href="#Rules">Rules</a></li>
-<li><a href="#index-enablehyperlinks-941"><code>enablehyperlinks</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-enablehyperlinks-654"><code>enablehyperlinks</code></a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
-<li><a href="#index-enablehyperlinks-525"><code>enablehyperlinks</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-end-_0040r_007bfor-index-entries_007d-260"><code>end </code><span class="roman">for index entries</span></a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-endlist-144"><code>endlist</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-endnumberedlist-118"><code>endnumberedlist</code></a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-endorderedlist-120"><code>endorderedlist</code></a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-endpackages-454"><code>endpackages</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
-<li><a href="#index-endunorderedlist-122"><code>endunorderedlist</code></a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-end_0040_007bpicture_0040_007d-466"><code>end{picture}</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-end_0040_007btheindex_0040_007d-303"><code>end{theindex}</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-enablehyperlinks-964"><code>enablehyperlinks</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-enablehyperlinks-677"><code>enablehyperlinks</code></a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
+<li><a href="#index-enablehyperlinks-548"><code>enablehyperlinks</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-end-_0040r_007bfor-index-entries_007d-275"><code>end </code><span class="roman">for index entries</span></a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-endlist-153"><code>endlist</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-endnumberedlist-127"><code>endnumberedlist</code></a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-endorderedlist-129"><code>endorderedlist</code></a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-endpackages-477"><code>endpackages</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
+<li><a href="#index-endunorderedlist-131"><code>endunorderedlist</code></a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-end_0040_007bpicture_0040_007d-489"><code>end{picture}</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-end_0040_007btheindex_0040_007d-318"><code>end{theindex}</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
<li><a href="#index-eplain-26"><code>eplain</code></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
-<li><a href="#index-eplaininput-458"><code>eplaininput</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
-<li><a href="#index-eqalignno-101"><code>eqalignno</code></a>: <a href="#Displays">Displays</a></li>
-<li><a href="#index-eqconstruct-217"><code>eqconstruct</code></a>: <a href="#Formatting-equation-references">Formatting equation references</a></li>
-<li><a href="#index-eqdef-205"><code>eqdef</code></a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-eqdef-_0040r_007b_0028hyperlinks_0029_007d-606"><code>eqdef </code><span class="roman">(hyperlinks)</span></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-eqdefn-211"><code>eqdefn</code></a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-eqdefn-_0040r_007b_0028hyperlinks_0029_007d-607"><code>eqdefn </code><span class="roman">(hyperlinks)</span></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-eqnumber-204"><code>eqnumber</code></a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-eqprint-216"><code>eqprint</code></a>: <a href="#Formatting-equation-references">Formatting equation references</a></li>
-<li><a href="#index-eqref-616"><code>eqref</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-eqref-212"><code>eqref</code></a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-eqrefn-617"><code>eqrefn</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-eqrefn-213"><code>eqrefn</code></a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-eqsubdef-220"><code>eqsubdef</code></a>: <a href="#Subequation-references">Subequation references</a></li>
-<li><a href="#index-eqsubdef-_0040r_007b_0028hyperlinks_0029_007d-608"><code>eqsubdef </code><span class="roman">(hyperlinks)</span></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-eqsubdefn-221"><code>eqsubdefn</code></a>: <a href="#Subequation-references">Subequation references</a></li>
-<li><a href="#index-eqsubdefn-_0040r_007b_0028hyperlinks_0029_007d-609"><code>eqsubdefn </code><span class="roman">(hyperlinks)</span></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-eqsubreftext-223"><code>eqsubreftext</code></a>: <a href="#Subequation-references">Subequation references</a></li>
-<li><a href="#index-everyfootnote-396"><code>everyfootnote</code></a>: <a href="#Footnotes">Footnotes</a></li>
+<li><a href="#index-eplaininput-481"><code>eplaininput</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
+<li><a href="#index-eqalignno-103"><code>eqalignno</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-eqalignnum-108"><code>eqalignnum</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-eqconstruct-232"><code>eqconstruct</code></a>: <a href="#Formatting-equation-references">Formatting equation references</a></li>
+<li><a href="#index-eqdef-218"><code>eqdef</code></a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-eqdef-_0040r_007b_0028hyperlinks_0029_007d-629"><code>eqdef </code><span class="roman">(hyperlinks)</span></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-eqdefn-225"><code>eqdefn</code></a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-eqdefn-_0040r_007b_0028hyperlinks_0029_007d-630"><code>eqdefn </code><span class="roman">(hyperlinks)</span></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-eqno-109"><code>eqno</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-eqnum-219"><code>eqnum</code></a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-eqnum-107"><code>eqnum</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-eqnumber-217"><code>eqnumber</code></a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-eqprint-231"><code>eqprint</code></a>: <a href="#Formatting-equation-references">Formatting equation references</a></li>
+<li><a href="#index-eqref-639"><code>eqref</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-eqref-227"><code>eqref</code></a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-eqrefn-640"><code>eqrefn</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-eqrefn-228"><code>eqrefn</code></a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-eqsubdef-235"><code>eqsubdef</code></a>: <a href="#Subequation-references">Subequation references</a></li>
+<li><a href="#index-eqsubdef-_0040r_007b_0028hyperlinks_0029_007d-631"><code>eqsubdef </code><span class="roman">(hyperlinks)</span></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-eqsubdefn-236"><code>eqsubdefn</code></a>: <a href="#Subequation-references">Subequation references</a></li>
+<li><a href="#index-eqsubdefn-_0040r_007b_0028hyperlinks_0029_007d-632"><code>eqsubdefn </code><span class="roman">(hyperlinks)</span></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-eqsubreftext-238"><code>eqsubreftext</code></a>: <a href="#Subequation-references">Subequation references</a></li>
+<li><a href="#index-eTeX-434"><code>eTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-everyfootnote-411"><code>everyfootnote</code></a>: <a href="#Footnotes">Footnotes</a></li>
<li><a href="#index-evrule-52"><code>evrule</code></a>: <a href="#Rules">Rules</a></li>
-<li><a href="#index-expandonce-1195"><code>expandonce</code></a>: <a href="#g_t_005cexpandonce">\expandonce</a></li>
-<li><a href="#index-ext-_0040r_007b_0028hyperlink-option_0029_007d-752"><code>ext </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
-<li><a href="#index-ext-_0040r_007b_0028hyperlink-option_0029_007d-741"><code>ext </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-file-_0040r_007b_0028hyperlink-option_0029_007d-906"><code>file </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-file-_0040r_007b_0028hyperlink-option_0029_007d-858"><code>file </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-file-_0040r_007b_0028hyperlink-option_0029_007d-751"><code>file </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
-<li><a href="#index-file-_0040r_007b_0028hyperlink-option_0029_007d-740"><code>file </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-fileexists-_0040r_007b_0028conditional_0029_007d-1227"><code>fileexists </code><span class="roman">(conditional)</span></a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
-<li><a href="#index-filename-_0040r_007b_0028hyperlink-type_0029_007d-854"><code>filename </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-filename-_0040r_007b_0028hyperlink-type_0029_007d-736"><code>filename </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-filepage-_0040r_007b_0028hyperlink-type_0029_007d-861"><code>filepage </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-fit-_0040r_007b_0028destination-type_0029_007d-771"><code>fit </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-fitb-_0040r_007b_0028destination-type_0029_007d-776"><code>fitb </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-fitbh-_0040r_007b_0028destination-type_0029_007d-777"><code>fitbh </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-fitbv-_0040r_007b_0028destination-type_0029_007d-779"><code>fitbv </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-fith-_0040r_007b_0028destination-type_0029_007d-772"><code>fith </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-fitr-_0040r_007b_0028destination-type_0029_007d-781"><code>fitr </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-fitv-_0040r_007b_0028destination-type_0029_007d-774"><code>fitv </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-flushleft-354"><code>flushleft</code></a>: <a href="#Justification">Justification</a></li>
-<li><a href="#index-flushright-353"><code>flushright</code></a>: <a href="#Justification">Justification</a></li>
+<li><a href="#index-expandonce-1218"><code>expandonce</code></a>: <a href="#g_t_005cexpandonce">\expandonce</a></li>
+<li><a href="#index-ext-_0040r_007b_0028hyperlink-option_0029_007d-775"><code>ext </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
+<li><a href="#index-ext-_0040r_007b_0028hyperlink-option_0029_007d-764"><code>ext </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-ExTeX-436"><code>ExTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-file-_0040r_007b_0028hyperlink-option_0029_007d-929"><code>file </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-file-_0040r_007b_0028hyperlink-option_0029_007d-881"><code>file </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-file-_0040r_007b_0028hyperlink-option_0029_007d-774"><code>file </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
+<li><a href="#index-file-_0040r_007b_0028hyperlink-option_0029_007d-763"><code>file </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-fileexists-_0040r_007b_0028conditional_0029_007d-1250"><code>fileexists </code><span class="roman">(conditional)</span></a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
+<li><a href="#index-filename-_0040r_007b_0028hyperlink-type_0029_007d-877"><code>filename </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-filename-_0040r_007b_0028hyperlink-type_0029_007d-759"><code>filename </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-filepage-_0040r_007b_0028hyperlink-type_0029_007d-884"><code>filepage </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-fit-_0040r_007b_0028destination-type_0029_007d-794"><code>fit </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-fitb-_0040r_007b_0028destination-type_0029_007d-799"><code>fitb </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-fitbh-_0040r_007b_0028destination-type_0029_007d-800"><code>fitbh </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-fitbv-_0040r_007b_0028destination-type_0029_007d-802"><code>fitbv </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-fith-_0040r_007b_0028destination-type_0029_007d-795"><code>fith </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-fitr-_0040r_007b_0028destination-type_0029_007d-804"><code>fitr </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-fitv-_0040r_007b_0028destination-type_0029_007d-797"><code>fitv </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-flushleft-369"><code>flushleft</code></a>: <a href="#Justification">Justification</a></li>
+<li><a href="#index-flushright-368"><code>flushright</code></a>: <a href="#Justification">Justification</a></li>
<li><a href="#index-fmtversion-10"><code>fmtversion</code></a>: <a href="#Introduction">Introduction</a></li>
-<li><a href="#index-footnote-_0040r_007b_0028hyperlinks_0029_007d-673"><code>footnote </code><span class="roman">(hyperlinks)</span></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-footnotemarkseparation-394"><code>footnotemarkseparation</code></a>: <a href="#Footnotes">Footnotes</a></li>
-<li><a href="#index-footnoteruleheight-398"><code>footnoteruleheight</code></a>: <a href="#Footnotes">Footnotes</a></li>
-<li><a href="#index-footnoterulewidth-397"><code>footnoterulewidth</code></a>: <a href="#Footnotes">Footnotes</a></li>
-<li><a href="#index-For-1165"><code>For</code></a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-for-1164"><code>for</code></a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-frac-401"><code>frac</code></a>: <a href="#Fractions">Fractions</a></li>
-<li><a href="#index-fullmonthname-109"><code>fullmonthname</code></a>: <a href="#Time-of-day">Time of day</a></li>
-<li><a href="#index-futurenonspacelet-1213"><code>futurenonspacelet</code></a>: <a href="#g_t_005cfuturenonspacelet">\futurenonspacelet</a></li>
-<li><a href="#index-generaldisplay-104"><code>generaldisplay</code></a>: <a href="#Formatting-displays">Formatting displays</a></li>
-<li><a href="#index-getproperty-1193"><code>getproperty</code></a>: <a href="#Properties">Properties</a></li>
+<li><a href="#index-footnote-_0040r_007b_0028hyperlinks_0029_007d-696"><code>footnote </code><span class="roman">(hyperlinks)</span></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-footnotemarkseparation-409"><code>footnotemarkseparation</code></a>: <a href="#Footnotes">Footnotes</a></li>
+<li><a href="#index-footnoteruleheight-413"><code>footnoteruleheight</code></a>: <a href="#Footnotes">Footnotes</a></li>
+<li><a href="#index-footnoterulewidth-412"><code>footnoterulewidth</code></a>: <a href="#Footnotes">Footnotes</a></li>
+<li><a href="#index-For-1188"><code>For</code></a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-for-1187"><code>for</code></a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-frac-416"><code>frac</code></a>: <a href="#Fractions">Fractions</a></li>
+<li><a href="#index-fullmonthname-118"><code>fullmonthname</code></a>: <a href="#Time-of-day">Time of day</a></li>
+<li><a href="#index-futurenonspacelet-1236"><code>futurenonspacelet</code></a>: <a href="#g_t_005cfuturenonspacelet">\futurenonspacelet</a></li>
+<li><a href="#index-getproperty-1216"><code>getproperty</code></a>: <a href="#Properties">Properties</a></li>
<li><a href="#index-gloggingall-42"><code>gloggingall</code></a>: <a href="#Diagnostics">Diagnostics</a></li>
-<li><a href="#index-gobble-1173"><code>gobble</code></a>: <a href="#Macro-arguments">Macro arguments</a></li>
-<li><a href="#index-gobbletwo-1174"><code>gobbletwo</code></a>: <a href="#Macro-arguments">Macro arguments</a></li>
-<li><a href="#index-gridcommdiag-1094"><code>gridcommdiag</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-gobble-1196"><code>gobble</code></a>: <a href="#Macro-arguments">Macro arguments</a></li>
+<li><a href="#index-gobbletwo-1197"><code>gobbletwo</code></a>: <a href="#Macro-arguments">Macro arguments</a></li>
+<li><a href="#index-gridcommdiag-1117"><code>gridcommdiag</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
<li><a href="#index-gtracingall-43"><code>gtracingall</code></a>: <a href="#Diagnostics">Diagnostics</a></li>
-<li><a href="#index-gutter-387"><code>gutter</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-gutterbox-388"><code>gutterbox</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-hangindent-_0040r_007bfor-index-entries_007d-317"><code>hangindent </code><span class="roman">for index entries</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-harrowlength-1101"><code>harrowlength</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-harrowlength-1040"><code>harrowlength</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-hchannel-1116"><code>hchannel</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-height-_0040r_007b_0028destination-option_0029_007d-810"><code>height </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-height-_0040r_007b_0028destination-option_0029_007d-783"><code>height </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-height-_0040r_007b_0028hyperlink-option_0029_007d-917"><code>height </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hgrid-1119"><code>hgrid</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-hgrid-1096"><code>hgrid</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-hldest-949"><code>hldest</code></a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-hldest-793"><code>hldest</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-hldest-720"><code>hldest</code></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
-<li><a href="#index-hldest-535"><code>hldest</code></a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
-<li><a href="#index-hldestoff-1018"><code>hldestoff</code></a>: <a href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a></li>
-<li><a href="#index-hldestoff-936"><code>hldestoff</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-hldeston-1017"><code>hldeston</code></a>: <a href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a></li>
-<li><a href="#index-hldestopts-1261"><code>hldestopts</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-hldestopts-997"><code>hldestopts</code></a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-hldestopts-965"><code>hldestopts</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-hldesttype-1260"><code>hldesttype</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-hldesttype-973"><code>hldesttype</code></a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-hldesttype-963"><code>hldesttype</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-hlend-1249"><code>hlend</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-hlend-537"><code>hlend</code></a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
-<li><a href="#index-hlfootbacklabel-675"><code>hlfootbacklabel</code></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-hlfootlabel-674"><code>hlfootlabel</code></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-hlfootlabelnumber-676"><code>hlfootlabelnumber</code></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-hlhash-745"><code>hlhash</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-hlidx-634"><code>hlidx</code></a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
-<li><a href="#index-hlidxlabel-635"><code>hlidxlabel</code></a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
-<li><a href="#index-hlidxlabelnumber-636"><code>hlidxlabelnumber</code></a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
-<li><a href="#index-hlidxpage-644"><code>hlidxpage</code></a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
-<li><a href="#index-hlidxpagelabel-643"><code>hlidxpagelabel</code></a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
-<li><a href="#index-hlight-_0040r_007b_0028hyperlink-option_0029_007d-907"><code>hlight </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hlightcommentslisting-1287"><code>hlightcommentslisting</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-hline-1056"><code>hline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-hloff-1020"><code>hloff</code></a>: <a href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a></li>
-<li><a href="#index-hloff-935"><code>hloff</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-hlon-1019"><code>hlon</code></a>: <a href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a></li>
-<li><a href="#index-hlopts-1259"><code>hlopts</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-hlopts-996"><code>hlopts</code></a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-hlopts-964"><code>hlopts</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-hlstart-1248"><code>hlstart</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-hlstart-948"><code>hlstart</code></a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-hlstart-871"><code>hlstart</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-hlstart-746"><code>hlstart</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-hlstart-536"><code>hlstart</code></a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
-<li><a href="#index-hltype-972"><code>hltype</code></a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-hltype-962"><code>hltype</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-hmorphposn-1104"><code>hmorphposn</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-hmorphposn-1043"><code>hmorphposn</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-hmorphposndn-1106"><code>hmorphposndn</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-hmorphposndn-1047"><code>hmorphposndn</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-hmorphposnlft-1108"><code>hmorphposnlft</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-hmorphposnlft-1051"><code>hmorphposnlft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-hmorphposnrt-1107"><code>hmorphposnrt</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-hmorphposnrt-1050"><code>hmorphposnrt</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-hmorphposnup-1105"><code>hmorphposnup</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-hmorphposnup-1046"><code>hmorphposnup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-hoffset-290"><code>hoffset</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-hookaction-1185"><code>hookaction</code></a>: <a href="#Hooks">Hooks</a></li>
-<li><a href="#index-hookactiononce-1188"><code>hookactiononce</code></a>: <a href="#Hooks">Hooks</a></li>
-<li><a href="#index-hookappend-1186"><code>hookappend</code></a>: <a href="#Hooks">Hooks</a></li>
-<li><a href="#index-hookprepend-1187"><code>hookprepend</code></a>: <a href="#Hooks">Hooks</a></li>
-<li><a href="#index-hookrun-1189"><code>hookrun</code></a>: <a href="#Hooks">Hooks</a></li>
-<li><a href="#index-href-546"><code>href</code></a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
+<li><a href="#index-gutter-402"><code>gutter</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-gutterbox-403"><code>gutterbox</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-hangindent-_0040r_007bfor-index-entries_007d-332"><code>hangindent </code><span class="roman">for index entries</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-harrowlength-1124"><code>harrowlength</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-harrowlength-1063"><code>harrowlength</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-hchannel-1139"><code>hchannel</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-height-_0040r_007b_0028destination-option_0029_007d-833"><code>height </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-height-_0040r_007b_0028destination-option_0029_007d-806"><code>height </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-height-_0040r_007b_0028hyperlink-option_0029_007d-940"><code>height </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hgrid-1142"><code>hgrid</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-hgrid-1119"><code>hgrid</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-hldest-972"><code>hldest</code></a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-hldest-816"><code>hldest</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-hldest-743"><code>hldest</code></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
+<li><a href="#index-hldest-558"><code>hldest</code></a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
+<li><a href="#index-hldestoff-1041"><code>hldestoff</code></a>: <a href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a></li>
+<li><a href="#index-hldestoff-959"><code>hldestoff</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-hldeston-1040"><code>hldeston</code></a>: <a href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a></li>
+<li><a href="#index-hldestopts-1284"><code>hldestopts</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-hldestopts-1020"><code>hldestopts</code></a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-hldestopts-988"><code>hldestopts</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-hldesttype-1283"><code>hldesttype</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-hldesttype-996"><code>hldesttype</code></a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-hldesttype-986"><code>hldesttype</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-hlend-1272"><code>hlend</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-hlend-560"><code>hlend</code></a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
+<li><a href="#index-hlfootbacklabel-698"><code>hlfootbacklabel</code></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-hlfootlabel-697"><code>hlfootlabel</code></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-hlfootlabelnumber-699"><code>hlfootlabelnumber</code></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-hlhash-768"><code>hlhash</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-hlidx-657"><code>hlidx</code></a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
+<li><a href="#index-hlidxlabel-658"><code>hlidxlabel</code></a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
+<li><a href="#index-hlidxlabelnumber-659"><code>hlidxlabelnumber</code></a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
+<li><a href="#index-hlidxpage-667"><code>hlidxpage</code></a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
+<li><a href="#index-hlidxpagelabel-666"><code>hlidxpagelabel</code></a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
+<li><a href="#index-hlight-_0040r_007b_0028hyperlink-option_0029_007d-930"><code>hlight </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hlightcommentslisting-1310"><code>hlightcommentslisting</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-hline-1079"><code>hline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-hloff-1043"><code>hloff</code></a>: <a href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a></li>
+<li><a href="#index-hloff-958"><code>hloff</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-hlon-1042"><code>hlon</code></a>: <a href="#Turning-low_002dlevel-commands-on_002foff">Turning low-level commands on/off</a></li>
+<li><a href="#index-hlopts-1282"><code>hlopts</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-hlopts-1019"><code>hlopts</code></a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-hlopts-987"><code>hlopts</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-hlstart-1271"><code>hlstart</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-hlstart-971"><code>hlstart</code></a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-hlstart-894"><code>hlstart</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-hlstart-769"><code>hlstart</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-hlstart-559"><code>hlstart</code></a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
+<li><a href="#index-hltype-995"><code>hltype</code></a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-hltype-985"><code>hltype</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-hmorphposn-1127"><code>hmorphposn</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-hmorphposn-1066"><code>hmorphposn</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-hmorphposndn-1129"><code>hmorphposndn</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-hmorphposndn-1070"><code>hmorphposndn</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-hmorphposnlft-1131"><code>hmorphposnlft</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-hmorphposnlft-1074"><code>hmorphposnlft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-hmorphposnrt-1130"><code>hmorphposnrt</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-hmorphposnrt-1073"><code>hmorphposnrt</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-hmorphposnup-1128"><code>hmorphposnup</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-hmorphposnup-1069"><code>hmorphposnup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-hoffset-305"><code>hoffset</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-hookaction-1208"><code>hookaction</code></a>: <a href="#Hooks">Hooks</a></li>
+<li><a href="#index-hookactiononce-1211"><code>hookactiononce</code></a>: <a href="#Hooks">Hooks</a></li>
+<li><a href="#index-hookappend-1209"><code>hookappend</code></a>: <a href="#Hooks">Hooks</a></li>
+<li><a href="#index-hookprepend-1210"><code>hookprepend</code></a>: <a href="#Hooks">Hooks</a></li>
+<li><a href="#index-hookrun-1212"><code>hookrun</code></a>: <a href="#Hooks">Hooks</a></li>
+<li><a href="#index-href-569"><code>href</code></a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
<li><a href="#index-hruledefaultdepth-49"><code>hruledefaultdepth</code></a>: <a href="#Rules">Rules</a></li>
<li><a href="#index-hruledefaultheight-48"><code>hruledefaultheight</code></a>: <a href="#Rules">Rules</a></li>
-<li><a href="#index-hsize-370"><code>hsize</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-hypertex-_0040r_007b_0028hyperlink-driver_0029_007d-700"><code>hypertex </code><span class="roman">(hyperlink driver)</span></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
-<li><a href="#index-hyphenpenalty-_0040r_007bfor-index-entries_007d-319"><code>hyphenpenalty </code><span class="roman">for index entries</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-identity-1177"><code>identity</code></a>: <a href="#Macro-arguments">Macro arguments</a></li>
-<li><a href="#index-idx-245"><code>idx</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-idx-_0040r_007b_0028hyperlinks_0029_007d-621"><code>idx </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-idxargclose-276"><code>idxargclose</code></a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-idxargopen-275"><code>idxargopen</code></a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-idxbeginrangemark-333"><code>idxbeginrangemark</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-idxencapoperator-332"><code>idxencapoperator</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-idxendrangemark-334"><code>idxendrangemark</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-idxexact-655"><code>idxexact</code></a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
-<li><a href="#index-idxmarked-250"><code>idxmarked</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-idxmarked-_0040r_007b_0028hyperlinks_0029_007d-623"><code>idxmarked </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-idxname-248"><code>idxname</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-idxname-_0040r_007b_0028hyperlinks_0029_007d-622"><code>idxname </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-idxnameseparator-247"><code>idxnameseparator</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-idxnone-657"><code>idxnone</code></a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
-<li><a href="#index-idxpage-656"><code>idxpage</code></a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
-<li><a href="#index-idxpagei-1231"><code>idxpagei</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-idxpageii-1232"><code>idxpageii</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-idxpagelistdelimiter-1235"><code>idxpagelistdelimiter</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-idxpagenum-335"><code>idxpagenum</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-idxpagerangedelimiter-1236"><code>idxpagerangedelimiter</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-idxparselist-1229"><code>idxparselist</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-idxparserange-1230"><code>idxparserange</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-idxrangebeginword-327"><code>idxrangebeginword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-idxrangeendword-328"><code>idxrangeendword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-idxseealsocmdword-330"><code>idxseealsocmdword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-idxseecmdword-329"><code>idxseecmdword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-idxsubentryseparator-331"><code>idxsubentryseparator</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-idxsubmarked-251"><code>idxsubmarked</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-idxsubmarked-_0040r_007b_0028hyperlinks_0029_007d-624"><code>idxsubmarked </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-ifempty-1199"><code>ifempty</code></a>: <a href="#g_t_005cifempty">\ifempty</a></li>
-<li><a href="#index-iffileexists-1226"><code>iffileexists</code></a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
-<li><a href="#index-ifidx-236"><code>ifidx</code></a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-ifindexproofing-282"><code>ifindexproofing</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-ifinteger-1203"><code>ifinteger</code></a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
-<li><a href="#index-ifpdf-526"><code>ifpdf</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-ifpdf-439"><code>ifpdf</code></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
-<li><a href="#index-ifrewritetocfile-176"><code>ifrewritetocfile</code></a>: <a href="#Reading-the-_002etoc-file">Reading the .toc file</a></li>
-<li><a href="#index-ifundefined-1196"><code>ifundefined</code></a>: <a href="#g_t_005cifundefined">\ifundefined</a></li>
-<li><a href="#index-includegraphics-1273"><code>includegraphics</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-indexfilebasename-300"><code>indexfilebasename</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-indexfonts-306"><code>indexfonts</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-indexitem-_0040r_007bhook_007d-320"><code>indexitem </code><span class="roman">hook</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-indexprooffont-286"><code>indexprooffont</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-indexproofingfalse-284"><code>indexproofingfalse</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-indexproofingtrue-283"><code>indexproofingtrue</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-indexproofterm-285"><code>indexproofterm</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-indexproofunbox-294"><code>indexproofunbox</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-indexsee-662"><code>indexsee</code></a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
-<li><a href="#index-indexsee-340"><code>indexsee</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-indexseealso-663"><code>indexseealso</code></a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
-<li><a href="#index-indexseealso-341"><code>indexseealso</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-indexseealsowords-338"><code>indexseealsowords</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-indexseeword-337"><code>indexseeword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-indexsetmargins-292"><code>indexsetmargins</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-indexspace-321"><code>indexspace</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-innerdef-1157"><code>innerdef</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innerinnerdef-1158"><code>innerinnerdef</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewbox-1145"><code>innernewbox</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewcount-1146"><code>innernewcount</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewdimen-1147"><code>innernewdimen</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewfam-1148"><code>innernewfam</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewhelp-1149"><code>innernewhelp</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewif-1150"><code>innernewif</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewinsert-1151"><code>innernewinsert</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewlanguage-1152"><code>innernewlanguage</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewread-1153"><code>innernewread</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewskip-1154"><code>innernewskip</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewtoks-1155"><code>innernewtoks</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-innernewwrite-1156"><code>innernewwrite</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-input-455"><code>input</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
-<li><a href="#index-insidemargin-289"><code>insidemargin</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-interfootnoteskip-395"><code>interfootnoteskip</code></a>: <a href="#Footnotes">Footnotes</a></li>
-<li><a href="#index-interitemskip-134"><code>interitemskip</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-interitemskipamount-128"><code>interitemskipamount</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-isinteger-1209"><code>isinteger</code></a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
-<li><a href="#index-item-_0040r_007bin-indexes_007d-309"><code>item </code><span class="roman">in indexes</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-itemletter-141"><code>itemletter</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-itemnumber-140"><code>itemnumber</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-ituline-1239"><code>ituline</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-jobname-1225"><code>jobname</code></a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
-<li><a href="#index-jobname-301"><code>jobname</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-hsize-385"><code>hsize</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-hypertex-_0040r_007b_0028hyperlink-driver_0029_007d-723"><code>hypertex </code><span class="roman">(hyperlink driver)</span></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-hyphenpenalty-_0040r_007bfor-index-entries_007d-334"><code>hyphenpenalty </code><span class="roman">for index entries</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-identity-1200"><code>identity</code></a>: <a href="#Macro-arguments">Macro arguments</a></li>
+<li><a href="#index-idx-260"><code>idx</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-idx-_0040r_007b_0028hyperlinks_0029_007d-644"><code>idx </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-idxargclose-291"><code>idxargclose</code></a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-idxargopen-290"><code>idxargopen</code></a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-idxbeginrangemark-348"><code>idxbeginrangemark</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-idxencapoperator-347"><code>idxencapoperator</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-idxendrangemark-349"><code>idxendrangemark</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-idxexact-678"><code>idxexact</code></a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
+<li><a href="#index-idxmarked-265"><code>idxmarked</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-idxmarked-_0040r_007b_0028hyperlinks_0029_007d-646"><code>idxmarked </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-idxname-263"><code>idxname</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-idxname-_0040r_007b_0028hyperlinks_0029_007d-645"><code>idxname </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-idxnameseparator-262"><code>idxnameseparator</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-idxnone-680"><code>idxnone</code></a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
+<li><a href="#index-idxpage-679"><code>idxpage</code></a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
+<li><a href="#index-idxpagei-1254"><code>idxpagei</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-idxpageii-1255"><code>idxpageii</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-idxpagelistdelimiter-1258"><code>idxpagelistdelimiter</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-idxpagenum-350"><code>idxpagenum</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-idxpagerangedelimiter-1259"><code>idxpagerangedelimiter</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-idxparselist-1252"><code>idxparselist</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-idxparserange-1253"><code>idxparserange</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-idxrangebeginword-342"><code>idxrangebeginword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-idxrangeendword-343"><code>idxrangeendword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-idxseealsocmdword-345"><code>idxseealsocmdword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-idxseecmdword-344"><code>idxseecmdword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-idxsubentryseparator-346"><code>idxsubentryseparator</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-idxsubmarked-266"><code>idxsubmarked</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-idxsubmarked-_0040r_007b_0028hyperlinks_0029_007d-647"><code>idxsubmarked </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-ifempty-1222"><code>ifempty</code></a>: <a href="#g_t_005cifempty">\ifempty</a></li>
+<li><a href="#index-iffileexists-1249"><code>iffileexists</code></a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
+<li><a href="#index-ifidx-251"><code>ifidx</code></a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-ifindexproofing-297"><code>ifindexproofing</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-ifinteger-1226"><code>ifinteger</code></a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
+<li><a href="#index-ifpdf-549"><code>ifpdf</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-ifpdf-462"><code>ifpdf</code></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
+<li><a href="#index-ifrewritetocfile-189"><code>ifrewritetocfile</code></a>: <a href="#Reading-the-_002etoc-file">Reading the .toc file</a></li>
+<li><a href="#index-ifundefined-1219"><code>ifundefined</code></a>: <a href="#g_t_005cifundefined">\ifundefined</a></li>
+<li><a href="#index-includegraphics-1296"><code>includegraphics</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-indexfilebasename-315"><code>indexfilebasename</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-indexfonts-321"><code>indexfonts</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-indexitem-_0040r_007bhook_007d-335"><code>indexitem </code><span class="roman">hook</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-indexprooffont-301"><code>indexprooffont</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-indexproofingfalse-299"><code>indexproofingfalse</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-indexproofingtrue-298"><code>indexproofingtrue</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-indexproofterm-300"><code>indexproofterm</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-indexproofunbox-309"><code>indexproofunbox</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-indexsee-685"><code>indexsee</code></a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
+<li><a href="#index-indexsee-355"><code>indexsee</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-indexseealso-686"><code>indexseealso</code></a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
+<li><a href="#index-indexseealso-356"><code>indexseealso</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-indexseealsowords-353"><code>indexseealsowords</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-indexseeword-352"><code>indexseeword</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-indexsetmargins-307"><code>indexsetmargins</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-indexspace-336"><code>indexspace</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-innerdef-1180"><code>innerdef</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innerinnerdef-1181"><code>innerinnerdef</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewbox-1168"><code>innernewbox</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewcount-1169"><code>innernewcount</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewdimen-1170"><code>innernewdimen</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewfam-1171"><code>innernewfam</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewhelp-1172"><code>innernewhelp</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewif-1173"><code>innernewif</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewinsert-1174"><code>innernewinsert</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewlanguage-1175"><code>innernewlanguage</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewread-1176"><code>innernewread</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewskip-1177"><code>innernewskip</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewtoks-1178"><code>innernewtoks</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-innernewwrite-1179"><code>innernewwrite</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-input-478"><code>input</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
+<li><a href="#index-insidemargin-304"><code>insidemargin</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-interfootnoteskip-410"><code>interfootnoteskip</code></a>: <a href="#Footnotes">Footnotes</a></li>
+<li><a href="#index-interitemskip-143"><code>interitemskip</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-interitemskipamount-137"><code>interitemskipamount</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-isinteger-1232"><code>isinteger</code></a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
+<li><a href="#index-item-_0040r_007bin-indexes_007d-324"><code>item </code><span class="roman">in indexes</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-itemletter-150"><code>itemletter</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-itemnumber-149"><code>itemnumber</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-ituline-1262"><code>ituline</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-jobname-1248"><code>jobname</code></a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
+<li><a href="#index-jobname-316"><code>jobname</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
<li><a href="#index-jobname-59"><code>jobname</code></a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-LAMSTeX-419"><code>LAMSTeX</code></a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-LaTeX-421"><code>LaTeX</code></a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-lbracechar-1139"><code>lbracechar</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-left-_0040r_007b_0028destination-option_0029_007d-823"><code>left </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-left-_0040r_007b_0028destination-option_0029_007d-769"><code>left </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-leftdisplayindent-98"><code>leftdisplayindent</code></a>: <a href="#Displays">Displays</a></li>
-<li><a href="#index-leftdisplays-97"><code>leftdisplays</code></a>: <a href="#Displays">Displays</a></li>
-<li><a href="#index-leftdisplaysetup-103"><code>leftdisplaysetup</code></a>: <a href="#Formatting-displays">Formatting displays</a></li>
-<li><a href="#index-leftmargin-364"><code>leftmargin</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-leqalignno-102"><code>leqalignno</code></a>: <a href="#Displays">Displays</a></li>
-<li><a href="#index-letreturn-1135"><code>letreturn</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-letter-1123"><code>letter</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-lft-1037"><code>lft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-li-123"><code>li</code></a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-li-_0040r_007b_0028hyperlinks_0029_007d-579"><code>li </code><span class="roman">(hyperlinks)</span></a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
-<li><a href="#index-linenumberedlisting-1285"><code>linenumberedlisting</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-linenumberedlisting-153"><code>linenumberedlisting</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-listcompact-124"><code>listcompact</code></a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-listing-1283"><code>listing</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-listing-150"><code>listing</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-listingfont-151"><code>listingfont</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-listleftindent-129"><code>listleftindent</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-listmarkerspace-135"><code>listmarkerspace</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-listrightindent-130"><code>listrightindent</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-LAMSTeX-438"><code>LAMSTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-LaTeX-440"><code>LaTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-lbracechar-1162"><code>lbracechar</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-left-_0040r_007b_0028destination-option_0029_007d-846"><code>left </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-left-_0040r_007b_0028destination-option_0029_007d-792"><code>left </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-leftdisplayindent-100"><code>leftdisplayindent</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-leftdisplays-99"><code>leftdisplays</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-leftdisplaysetup-113"><code>leftdisplaysetup</code></a>: <a href="#Formatting-displays">Formatting displays</a></li>
+<li><a href="#index-lefteqnumbers-105"><code>lefteqnumbers</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-leftmargin-379"><code>leftmargin</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-leqalignno-104"><code>leqalignno</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-leqno-110"><code>leqno</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-letreturn-1158"><code>letreturn</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-letter-1146"><code>letter</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-lft-1060"><code>lft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-li-132"><code>li</code></a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-li-_0040r_007b_0028hyperlinks_0029_007d-602"><code>li </code><span class="roman">(hyperlinks)</span></a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
+<li><a href="#index-linenumberedlisting-1308"><code>linenumberedlisting</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-linenumberedlisting-162"><code>linenumberedlisting</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-listcompact-133"><code>listcompact</code></a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-listing-1306"><code>listing</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-listing-159"><code>listing</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-listingfont-160"><code>listingfont</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-listleftindent-138"><code>listleftindent</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-listmarkerspace-144"><code>listmarkerspace</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-listrightindent-139"><code>listrightindent</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
<li><a href="#index-loggingall-39"><code>loggingall</code></a>: <a href="#Diagnostics">Diagnostics</a></li>
-<li><a href="#index-loop-1166"><code>loop</code></a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-makeactive-1127"><code>makeactive</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-makeatletter-1131"><code>makeatletter</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-makeatother-1133"><code>makeatother</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-makeblankbox-432"><code>makeblankbox</code></a>: <a href="#Boxes">Boxes</a></li>
-<li><a href="#index-makecolumns-359"><code>makecolumns</code></a>: <a href="#Tables">Tables</a></li>
-<li><a href="#index-makeheadline-295"><code>makeheadline</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-mapdown-1035"><code>mapdown</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-mapleft-1033"><code>mapleft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-mapright-1032"><code>mapright</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-mapup-1034"><code>mapup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-matrix-1079"><code>matrix</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-MF-423"><code>MF</code></a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-monthname-108"><code>monthname</code></a>: <a href="#Time-of-day">Time of day</a></li>
-<li><a href="#index-morphdist-1114"><code>morphdist</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-morphdist-1045"><code>morphdist</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-name-_0040r_007b_0028hyperlink-type_0029_007d-841"><code>name </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-name-_0040r_007b_0028hyperlink-type_0029_007d-728"><code>name </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-new_0040dots_007b_007d-1143"><code>new...</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-910"><code>newwin </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-860"><code>newwin </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-loop-1189"><code>loop</code></a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-makeactive-1150"><code>makeactive</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-makeatletter-1154"><code>makeatletter</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-makeatother-1156"><code>makeatother</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-makeblankbox-455"><code>makeblankbox</code></a>: <a href="#Boxes">Boxes</a></li>
+<li><a href="#index-makecolumns-374"><code>makecolumns</code></a>: <a href="#Tables">Tables</a></li>
+<li><a href="#index-makeheadline-310"><code>makeheadline</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-mapdown-1058"><code>mapdown</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-mapleft-1056"><code>mapleft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-mapright-1055"><code>mapright</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-mapup-1057"><code>mapup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-matrix-1102"><code>matrix</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-MF-442"><code>MF</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-monthname-117"><code>monthname</code></a>: <a href="#Time-of-day">Time of day</a></li>
+<li><a href="#index-morphdist-1137"><code>morphdist</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-morphdist-1068"><code>morphdist</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-name-_0040r_007b_0028hyperlink-type_0029_007d-864"><code>name </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-name-_0040r_007b_0028hyperlink-type_0029_007d-751"><code>name </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-new_0040dots_007b_007d-1166"><code>new...</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-933"><code>newwin </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-newwin-_0040r_007b_0028hyperlink-option_0029_007d-883"><code>newwin </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
<li><a href="#index-noarrow-28"><code>noarrow</code></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
<li><a href="#index-noauxfile-29"><code>noauxfile</code></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
<li><a href="#index-nobibtex-27"><code>nobibtex</code></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
<li><a href="#index-nocite-65"><code>nocite</code></a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-nolastlinelisting-1286"><code>nolastlinelisting</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-nolastlinelisting-155"><code>nolastlinelisting</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-nolinks-_0040r_007b_0028hyperlink-driver_0029_007d-923"><code>nolinks </code><span class="roman">(hyperlink driver)</span></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-normalbaselineskip-687"><code>normalbaselineskip</code></a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-num-_0040r_007b_0028hyperlink-type_0029_007d-872"><code>num </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-numberedfootnote-393"><code>numberedfootnote</code></a>: <a href="#Footnotes">Footnotes</a></li>
-<li><a href="#index-numberedfootnote-_0040r_007b_0028hyperlinks_0029_007d-672"><code>numberedfootnote </code><span class="roman">(hyperlinks)</span></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-numberedlist-117"><code>numberedlist</code></a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-numberedlistdepth-138"><code>numberedlistdepth</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-numberedmarker-136"><code>numberedmarker</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-numbername-1221"><code>numbername</code></a>: <a href="#Writing-out-numbers">Writing out numbers</a></li>
-<li><a href="#index-obeywhitespace-1217"><code>obeywhitespace</code></a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
-<li><a href="#index-orderedlist-119"><code>orderedlist</code></a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-other-1124"><code>other</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-outer-1144"><code>outer</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-outsidemargin-291"><code>outsidemargin</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-page-_0040r_007b_0028hyperlink-type_0029_007d-849"><code>page </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-913"><code>pagefit </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-853"><code>pagefit </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-pageno-288"><code>pageno</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-pagetotal-386"><code>pagetotal</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-paperheight-371"><code>paperheight</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-paperwidth-372"><code>paperwidth</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-parindent-_0040r_007bin-indexes_007d-304"><code>parindent </code><span class="roman">in indexes</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-path-405"><code>path</code></a>: <a href="#Paths">Paths</a></li>
-<li><a href="#index-pdfoutput-440"><code>pdfoutput</code></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
-<li><a href="#index-pdftex-_0040r_007b_0028hyperlink-driver_0029_007d-753"><code>pdftex </code><span class="roman">(hyperlink driver)</span></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
-<li><a href="#index-percentchar-1138"><code>percentchar</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-phantomeqlabel-614"><code>phantomeqlabel</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-phantomeqnumber-615"><code>phantomeqnumber</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-previouseverydisplay-105"><code>previouseverydisplay</code></a>: <a href="#Formatting-displays">Formatting displays</a></li>
+<li><a href="#index-nolastlinelisting-1309"><code>nolastlinelisting</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-nolastlinelisting-164"><code>nolastlinelisting</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-nolinks-_0040r_007b_0028hyperlink-driver_0029_007d-946"><code>nolinks </code><span class="roman">(hyperlink driver)</span></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-normalbaselineskip-710"><code>normalbaselineskip</code></a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-num-_0040r_007b_0028hyperlink-type_0029_007d-895"><code>num </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-numberedfootnote-408"><code>numberedfootnote</code></a>: <a href="#Footnotes">Footnotes</a></li>
+<li><a href="#index-numberedfootnote-_0040r_007b_0028hyperlinks_0029_007d-695"><code>numberedfootnote </code><span class="roman">(hyperlinks)</span></a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-numberedlist-126"><code>numberedlist</code></a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-numberedlistdepth-147"><code>numberedlistdepth</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-numberedmarker-145"><code>numberedmarker</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-numbername-1244"><code>numbername</code></a>: <a href="#Writing-out-numbers">Writing out numbers</a></li>
+<li><a href="#index-obeywhitespace-1240"><code>obeywhitespace</code></a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
+<li><a href="#index-orderedlist-128"><code>orderedlist</code></a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-other-1147"><code>other</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-outer-1167"><code>outer</code></a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-outsidemargin-306"><code>outsidemargin</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-page-_0040r_007b_0028hyperlink-type_0029_007d-872"><code>page </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-936"><code>pagefit </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-pagefit-_0040r_007b_0028hyperlink-option_0029_007d-876"><code>pagefit </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-pageno-303"><code>pageno</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-pagetotal-401"><code>pagetotal</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-paperheight-386"><code>paperheight</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-paperwidth-387"><code>paperwidth</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-parindent-_0040r_007bin-indexes_007d-319"><code>parindent </code><span class="roman">in indexes</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-path-420"><code>path</code></a>: <a href="#Paths">Paths</a></li>
+<li><a href="#index-pdfoutput-463"><code>pdfoutput</code></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
+<li><a href="#index-pdftex-_0040r_007b_0028hyperlink-driver_0029_007d-776"><code>pdftex </code><span class="roman">(hyperlink driver)</span></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
+<li><a href="#index-percentchar-1161"><code>percentchar</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-phantomeqlabel-637"><code>phantomeqlabel</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-phantomeqnumber-638"><code>phantomeqnumber</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-previouseverydisplay-114"><code>previouseverydisplay</code></a>: <a href="#Formatting-displays">Formatting displays</a></li>
<li><a href="#index-printbetweencitations-80"><code>printbetweencitations</code></a>: <a href="#Formatting-citations">Formatting citations</a></li>
<li><a href="#index-printcitefinish-79"><code>printcitefinish</code></a>: <a href="#Formatting-citations">Formatting citations</a></li>
<li><a href="#index-printcitenote-81"><code>printcitenote</code></a>: <a href="#Formatting-citations">Formatting citations</a></li>
<li><a href="#index-printcitestart-78"><code>printcitestart</code></a>: <a href="#Formatting-citations">Formatting citations</a></li>
-<li><a href="#index-printitem-143"><code>printitem</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-printlistinglineno-154"><code>printlistinglineno</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-quadcolumns-379"><code>quadcolumns</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-raggedright-_0040r_007bfor-index-entries_007d-318"><code>raggedright </code><span class="roman">for index entries</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-raise-_0040r_007b_0028hyperlink-option_0029_007d-1001"><code>raise </code><span class="roman">(hyperlink option)</span></a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-raise-_0040r_007b_0028hyperlink-option_0029_007d-683"><code>raise </code><span class="roman">(hyperlink option)</span></a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-raw-_0040r_007b_0028destination-type_0029_007d-790"><code>raw </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-raw-_0040r_007b_0028destination-type_0029_007d-717"><code>raw </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
-<li><a href="#index-raw-_0040r_007b_0028hyperlink-type_0029_007d-868"><code>raw </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-raw-_0040r_007b_0028hyperlink-type_0029_007d-742"><code>raw </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-rbracechar-1140"><code>rbracechar</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-readindexfile-299"><code>readindexfile</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-readindexfile-_0040r_007b_0028hyperlinks_0029_007d-630"><code>readindexfile </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-readtocfile-174"><code>readtocfile</code></a>: <a href="#Reading-the-_002etoc-file">Reading the .toc file</a></li>
-<li><a href="#index-ref-1264"><code>ref</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-ref-197"><code>ref</code></a>: <a href="#Using-generic-references">Using generic references</a></li>
-<li><a href="#index-ref-_0040r_007b_0028hyperlinks_0029_007d-592"><code>ref </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-refn-194"><code>refn</code></a>: <a href="#Using-generic-references">Using generic references</a></li>
-<li><a href="#index-refn-_0040r_007b_0028hyperlinks_0029_007d-589"><code>refn </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-refs-198"><code>refs</code></a>: <a href="#Using-generic-references">Using generic references</a></li>
-<li><a href="#index-refs-_0040r_007b_0028hyperlinks_0029_007d-595"><code>refs </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-refspace-602"><code>refspace</code></a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-refspace-594"><code>refspace</code></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-reftie-618"><code>reftie</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-reftie-591"><code>reftie</code></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-repeat-1167"><code>repeat</code></a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-resetatcatcode-1132"><code>resetatcatcode</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-rewritetocfile-_0040r_007b_0028conditional_0029_007d-177"><code>rewritetocfile </code><span class="roman">(conditional)</span></a>: <a href="#Reading-the-_002etoc-file">Reading the .toc file</a></li>
-<li><a href="#index-right-_0040r_007b_0028destination-option_0029_007d-827"><code>right </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-right-_0040r_007b_0028destination-option_0029_007d-787"><code>right </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-rightmargin-365"><code>rightmargin</code></a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-rotatebox-1274"><code>rotatebox</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-rt-1036"><code>rt</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-sanitize-1180"><code>sanitize</code></a>: <a href="#Converting-to-characters">Converting to characters</a></li>
-<li><a href="#index-sarrowlength-1103"><code>sarrowlength</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-sarrowlength-1042"><code>sarrowlength</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-see-_0040r_007bfor-index-entries_007d-342"><code>see </code><span class="roman">for index entries</span></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-see-_0040r_007bfor-index-entries_007d-263"><code>see </code><span class="roman">for index entries</span></a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-seealso-_0040r_007bfor-index-entries_007d-267"><code>seealso </code><span class="roman">for index entries</span></a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-seevariant-339"><code>seevariant</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-setidxpagelistdelimiter-1233"><code>setidxpagelistdelimiter</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-setidxpagerangedelimiter-1234"><code>setidxpagerangedelimiter</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-setproperty-1192"><code>setproperty</code></a>: <a href="#Properties">Properties</a></li>
-<li><a href="#index-setuplistinghook-1284"><code>setuplistinghook</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-setuplistinghook-152"><code>setuplistinghook</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-sidx-244"><code>sidx</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-sidxmarked-249"><code>sidxmarked</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-sidxname-246"><code>sidxname</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-sidxsubmarked-252"><code>sidxsubmarked</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-singlecolumn-380"><code>singlecolumn</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-sline-1039"><code>sline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-SLiTeX-425"><code>SLiTeX</code></a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-special-520"><code>special</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-specialpathdelimiters-_0040r_007b_0028conditional_0029_007d-407"><code>specialpathdelimiters </code><span class="roman">(conditional)</span></a>: <a href="#Paths">Paths</a></li>
-<li><a href="#index-subeqnumber-222"><code>subeqnumber</code></a>: <a href="#Subequation-references">Subequation references</a></li>
-<li><a href="#index-subitem-_0040r_007bin-indexes_007d-310"><code>subitem </code><span class="roman">in indexes</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-subsubitem-_0040r_007bin-indexes_007d-311"><code>subsubitem </code><span class="roman">in indexes</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-testfileexistence-1224"><code>testfileexistence</code></a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
-<li><a href="#index-TeX-411"><code>TeX</code></a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-timestamp-111"><code>timestamp</code></a>: <a href="#Time-of-day">Time of day</a></li>
-<li><a href="#index-timestring-110"><code>timestring</code></a>: <a href="#Time-of-day">Time of day</a></li>
-<li><a href="#index-toc_0040dots_007b_007dentry-166"><code>toc...entry</code></a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
-<li><a href="#index-tocfilebasename-178"><code>tocfilebasename</code></a>: <a href="#Changing-the-_002etoc-file_0027s-root-name">Changing the .toc file's root name</a></li>
-<li><a href="#index-today-112"><code>today</code></a>: <a href="#Time-of-day">Time of day</a></li>
-<li><a href="#index-top-_0040r_007b_0028destination-option_0029_007d-831"><code>top </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-top-_0040r_007b_0028destination-option_0029_007d-770"><code>top </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-topmargin-362"><code>topmargin</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-printitem-152"><code>printitem</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-printlistinglineno-163"><code>printlistinglineno</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-quadcolumns-394"><code>quadcolumns</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-raggedright-_0040r_007bfor-index-entries_007d-333"><code>raggedright </code><span class="roman">for index entries</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-raise-_0040r_007b_0028hyperlink-option_0029_007d-1024"><code>raise </code><span class="roman">(hyperlink option)</span></a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-raise-_0040r_007b_0028hyperlink-option_0029_007d-706"><code>raise </code><span class="roman">(hyperlink option)</span></a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-raw-_0040r_007b_0028destination-type_0029_007d-813"><code>raw </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-raw-_0040r_007b_0028destination-type_0029_007d-740"><code>raw </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
+<li><a href="#index-raw-_0040r_007b_0028hyperlink-type_0029_007d-891"><code>raw </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-raw-_0040r_007b_0028hyperlink-type_0029_007d-765"><code>raw </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-rbracechar-1163"><code>rbracechar</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-readindexfile-314"><code>readindexfile</code></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-readindexfile-_0040r_007b_0028hyperlinks_0029_007d-653"><code>readindexfile </code><span class="roman">(hyperlinks)</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-readtocfile-187"><code>readtocfile</code></a>: <a href="#Reading-the-_002etoc-file">Reading the .toc file</a></li>
+<li><a href="#index-ref-1287"><code>ref</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-ref-210"><code>ref</code></a>: <a href="#Using-generic-references">Using generic references</a></li>
+<li><a href="#index-ref-_0040r_007b_0028hyperlinks_0029_007d-615"><code>ref </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-refn-207"><code>refn</code></a>: <a href="#Using-generic-references">Using generic references</a></li>
+<li><a href="#index-refn-_0040r_007b_0028hyperlinks_0029_007d-612"><code>refn </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-refs-211"><code>refs</code></a>: <a href="#Using-generic-references">Using generic references</a></li>
+<li><a href="#index-refs-_0040r_007b_0028hyperlinks_0029_007d-618"><code>refs </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-refspace-625"><code>refspace</code></a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-refspace-617"><code>refspace</code></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-reftie-641"><code>reftie</code></a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-reftie-614"><code>reftie</code></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-repeat-1190"><code>repeat</code></a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-resetatcatcode-1155"><code>resetatcatcode</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-rewritetocfile-_0040r_007b_0028conditional_0029_007d-190"><code>rewritetocfile </code><span class="roman">(conditional)</span></a>: <a href="#Reading-the-_002etoc-file">Reading the .toc file</a></li>
+<li><a href="#index-right-_0040r_007b_0028destination-option_0029_007d-850"><code>right </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-right-_0040r_007b_0028destination-option_0029_007d-810"><code>right </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-righteqnumbers-106"><code>righteqnumbers</code></a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-rightmargin-380"><code>rightmargin</code></a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-rotatebox-1297"><code>rotatebox</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-rt-1059"><code>rt</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-sanitize-1203"><code>sanitize</code></a>: <a href="#Converting-to-characters">Converting to characters</a></li>
+<li><a href="#index-sarrowlength-1126"><code>sarrowlength</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-sarrowlength-1065"><code>sarrowlength</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-see-_0040r_007bfor-index-entries_007d-357"><code>see </code><span class="roman">for index entries</span></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-see-_0040r_007bfor-index-entries_007d-278"><code>see </code><span class="roman">for index entries</span></a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-seealso-_0040r_007bfor-index-entries_007d-282"><code>seealso </code><span class="roman">for index entries</span></a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-seevariant-354"><code>seevariant</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-setidxpagelistdelimiter-1256"><code>setidxpagelistdelimiter</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-setidxpagerangedelimiter-1257"><code>setidxpagerangedelimiter</code></a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-setproperty-1215"><code>setproperty</code></a>: <a href="#Properties">Properties</a></li>
+<li><a href="#index-setuplistinghook-1307"><code>setuplistinghook</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-setuplistinghook-161"><code>setuplistinghook</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-sidx-259"><code>sidx</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-sidxmarked-264"><code>sidxmarked</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-sidxname-261"><code>sidxname</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-sidxsubmarked-267"><code>sidxsubmarked</code></a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-singlecolumn-395"><code>singlecolumn</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-sline-1062"><code>sline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-SLiTeX-444"><code>SLiTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-special-543"><code>special</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-specialpathdelimiters-_0040r_007b_0028conditional_0029_007d-422"><code>specialpathdelimiters </code><span class="roman">(conditional)</span></a>: <a href="#Paths">Paths</a></li>
+<li><a href="#index-subeqnumber-237"><code>subeqnumber</code></a>: <a href="#Subequation-references">Subequation references</a></li>
+<li><a href="#index-subitem-_0040r_007bin-indexes_007d-325"><code>subitem </code><span class="roman">in indexes</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-subsubitem-_0040r_007bin-indexes_007d-326"><code>subsubitem </code><span class="roman">in indexes</span></a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-testfileexistence-1247"><code>testfileexistence</code></a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
+<li><a href="#index-TeX-426"><code>TeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-timestamp-120"><code>timestamp</code></a>: <a href="#Time-of-day">Time of day</a></li>
+<li><a href="#index-timestring-119"><code>timestring</code></a>: <a href="#Time-of-day">Time of day</a></li>
+<li><a href="#index-toc_0040dots_007b_007dentry-179"><code>toc...entry</code></a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
+<li><a href="#index-tocfilebasename-191"><code>tocfilebasename</code></a>: <a href="#Changing-the-_002etoc-file_0027s-root-name">Changing the .toc file's root name</a></li>
+<li><a href="#index-today-121"><code>today</code></a>: <a href="#Time-of-day">Time of day</a></li>
+<li><a href="#index-top-_0040r_007b_0028destination-option_0029_007d-854"><code>top </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-top-_0040r_007b_0028destination-option_0029_007d-793"><code>top </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-topmargin-377"><code>topmargin</code></a>: <a href="#Margins">Margins</a></li>
<li><a href="#index-tracingall-38"><code>tracingall</code></a>: <a href="#Diagnostics">Diagnostics</a></li>
<li><a href="#index-tracingboxes-40"><code>tracingboxes</code></a>: <a href="#Diagnostics">Diagnostics</a></li>
<li><a href="#index-tracingoff-41"><code>tracingoff</code></a>: <a href="#Diagnostics">Diagnostics</a></li>
-<li><a href="#index-triplecolumns-378"><code>triplecolumns</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-tt-486"><code>tt</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-ttfamily-485"><code>ttfamily</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-uncatcodespecials-1137"><code>uncatcodespecials</code></a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-unorderedlist-121"><code>unorderedlist</code></a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-unorderedlistdepth-139"><code>unorderedlistdepth</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-unorderedmarker-137"><code>unorderedmarker</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-url-1276"><code>url</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-url-_0040r_007b_0028hyperlink-type_0029_007d-845"><code>url </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-url-_0040r_007b_0028hyperlink-type_0029_007d-732"><code>url </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-url-_0040r_007b_0028hyperlinks_0029_007d-559"><code>url </code><span class="roman">(hyperlinks)</span></a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-usepackage-452"><code>usepackage</code></a>: <a href="#The-_005cusepackage-command">The \usepackage command</a></li>
-<li><a href="#index-varrowlength-1102"><code>varrowlength</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-varrowlength-1041"><code>varrowlength</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-vchannel-1117"><code>vchannel</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-verbatim-159"><code>verbatim</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-verbatimescapechar-160"><code>verbatimescapechar</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-vgrid-1120"><code>vgrid</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-vgrid-1097"><code>vgrid</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-vline-1064"><code>vline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-vmorphposn-1109"><code>vmorphposn</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-vmorphposn-1044"><code>vmorphposn</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-vmorphposndn-1111"><code>vmorphposndn</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-vmorphposndn-1049"><code>vmorphposndn</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-vmorphposnlft-1113"><code>vmorphposnlft</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-vmorphposnlft-1053"><code>vmorphposnlft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-vmorphposnrt-1112"><code>vmorphposnrt</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-vmorphposnrt-1052"><code>vmorphposnrt</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-vmorphposnup-1110"><code>vmorphposnup</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
-<li><a href="#index-vmorphposnup-1048"><code>vmorphposnup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-vpenalty-1222"><code>vpenalty</code></a>: <a href="#Mode_002dspecific-penalties">Mode-specific penalties</a></li>
+<li><a href="#index-triplecolumns-393"><code>triplecolumns</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-tt-509"><code>tt</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-ttfamily-508"><code>ttfamily</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-uncatcodespecials-1160"><code>uncatcodespecials</code></a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-uncatcodespecials-173"><code>uncatcodespecials</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-unorderedlist-130"><code>unorderedlist</code></a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-unorderedlistdepth-148"><code>unorderedlistdepth</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-unorderedmarker-146"><code>unorderedmarker</code></a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-url-1299"><code>url</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-url-_0040r_007b_0028hyperlink-type_0029_007d-868"><code>url </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-url-_0040r_007b_0028hyperlink-type_0029_007d-755"><code>url </code><span class="roman">(hyperlink type)</span></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-url-_0040r_007b_0028hyperlinks_0029_007d-582"><code>url </code><span class="roman">(hyperlinks)</span></a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-usepackage-475"><code>usepackage</code></a>: <a href="#The-_005cusepackage-command">The \usepackage command</a></li>
+<li><a href="#index-varrowlength-1125"><code>varrowlength</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-varrowlength-1064"><code>varrowlength</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-vchannel-1140"><code>vchannel</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-verbatim-168"><code>verbatim</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-verbatimescapechar-169"><code>verbatimescapechar</code></a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-vgrid-1143"><code>vgrid</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-vgrid-1120"><code>vgrid</code></a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-vline-1087"><code>vline</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-vmorphposn-1132"><code>vmorphposn</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-vmorphposn-1067"><code>vmorphposn</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-vmorphposndn-1134"><code>vmorphposndn</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-vmorphposndn-1072"><code>vmorphposndn</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-vmorphposnlft-1136"><code>vmorphposnlft</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-vmorphposnlft-1076"><code>vmorphposnlft</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-vmorphposnrt-1135"><code>vmorphposnrt</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-vmorphposnrt-1075"><code>vmorphposnrt</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-vmorphposnup-1133"><code>vmorphposnup</code></a>: <a href="#Commutative-diagram-parameters">Commutative diagram parameters</a></li>
+<li><a href="#index-vmorphposnup-1071"><code>vmorphposnup</code></a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-vpenalty-1245"><code>vpenalty</code></a>: <a href="#Mode_002dspecific-penalties">Mode-specific penalties</a></li>
<li><a href="#index-vruledefaultwidth-50"><code>vruledefaultwidth</code></a>: <a href="#Rules">Rules</a></li>
-<li><a href="#index-width-_0040r_007b_0028destination-option_0029_007d-814"><code>width </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-width-_0040r_007b_0028destination-option_0029_007d-782"><code>width </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-width-_0040r_007b_0028hyperlink-option_0029_007d-920"><code>width </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-writenumberedtocentry-167"><code>writenumberedtocentry</code></a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
-<li><a href="#index-writenumberedtocline-168"><code>writenumberedtocline</code></a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
-<li><a href="#index-writetocentry-165"><code>writetocentry</code></a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
-<li><a href="#index-xrdef-199"><code>xrdef</code></a>: <a href="#Page-references">Page references</a></li>
-<li><a href="#index-xrdef-_0040r_007b_0028hyperlinks_0029_007d-596"><code>xrdef </code><span class="roman">(hyperlinks)</span></a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-xref-200"><code>xref</code></a>: <a href="#Page-references">Page references</a></li>
-<li><a href="#index-xref-_0040r_007b_0028hyperlinks_0029_007d-601"><code>xref </code><span class="roman">(hyperlinks)</span></a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-xrefn-195"><code>xrefn</code></a>: <a href="#Using-generic-references">Using generic references</a></li>
-<li><a href="#index-xrefn-_0040r_007b_0028hyperlinks_0029_007d-590"><code>xrefn </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-xrefpageword-603"><code>xrefpageword</code></a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-xrefpageword-201"><code>xrefpageword</code></a>: <a href="#Page-references">Page references</a></li>
-<li><a href="#index-xrefwarning-_0040r_007bconditional_007d-196"><code>xrefwarning </code><span class="roman">conditional</span></a>: <a href="#Using-generic-references">Using generic references</a></li>
+<li><a href="#index-width-_0040r_007b_0028destination-option_0029_007d-837"><code>width </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-width-_0040r_007b_0028destination-option_0029_007d-805"><code>width </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-width-_0040r_007b_0028hyperlink-option_0029_007d-943"><code>width </code><span class="roman">(hyperlink option)</span></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-writenumberedtocentry-180"><code>writenumberedtocentry</code></a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
+<li><a href="#index-writenumberedtocline-181"><code>writenumberedtocline</code></a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
+<li><a href="#index-writetocentry-178"><code>writetocentry</code></a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
+<li><a href="#index-XeLaTeX-446"><code>XeLaTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-XeTeX-448"><code>XeTeX</code></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-xrdef-212"><code>xrdef</code></a>: <a href="#Page-references">Page references</a></li>
+<li><a href="#index-xrdef-_0040r_007b_0028hyperlinks_0029_007d-619"><code>xrdef </code><span class="roman">(hyperlinks)</span></a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-xref-213"><code>xref</code></a>: <a href="#Page-references">Page references</a></li>
+<li><a href="#index-xref-_0040r_007b_0028hyperlinks_0029_007d-624"><code>xref </code><span class="roman">(hyperlinks)</span></a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-xrefn-208"><code>xrefn</code></a>: <a href="#Using-generic-references">Using generic references</a></li>
+<li><a href="#index-xrefn-_0040r_007b_0028hyperlinks_0029_007d-613"><code>xrefn </code><span class="roman">(hyperlinks)</span></a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-xrefpageword-626"><code>xrefpageword</code></a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-xrefpageword-214"><code>xrefpageword</code></a>: <a href="#Page-references">Page references</a></li>
+<li><a href="#index-xrefwarning-_0040r_007bconditional_007d-209"><code>xrefwarning </code><span class="roman">conditional</span></a>: <a href="#Using-generic-references">Using generic references</a></li>
<li><a href="#index-xrefwarningfalse-69"><code>xrefwarningfalse</code></a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-xrlabel-1179"><code>xrlabel</code></a>: <a href="#Converting-to-characters">Converting to characters</a></li>
-<li><a href="#index-xyz-_0040r_007b_0028destination-type_0029_007d-767"><code>xyz </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-xyz-_0040r_007b_0028destination-type_0029_007d-716"><code>xyz </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
-<li><a href="#index-zoom-_0040r_007b_0028destination-option_0029_007d-801"><code>zoom </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-zoom-_0040r_007b_0028destination-option_0029_007d-768"><code>zoom </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-xrlabel-1202"><code>xrlabel</code></a>: <a href="#Converting-to-characters">Converting to characters</a></li>
+<li><a href="#index-xyz-_0040r_007b_0028destination-type_0029_007d-790"><code>xyz </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-xyz-_0040r_007b_0028destination-type_0029_007d-739"><code>xyz </code><span class="roman">(destination type)</span></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
+<li><a href="#index-zoom-_0040r_007b_0028destination-option_0029_007d-824"><code>zoom </code><span class="roman">(destination option)</span></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-zoom-_0040r_007b_0028destination-option_0029_007d-791"><code>zoom </code><span class="roman">(destination option)</span></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
</ul><!-- Public domain. -->
<!-- makeinfo complains about bad links if we make them implicit. Strange. -->
<div class="node">
-<p><hr>
<a name="Concept-index"></a>
+<p><hr>
Previous:&nbsp;<a rel="previous" accesskey="p" href="#Macro-index">Macro index</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
@@ -7459,692 +7523,700 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
<ul class="index-cp" compact>
-<li><a href="#index-g_t_002eaux-_0040r_007bfile_007d-185"><code>.aux </code><span class="roman">file</span></a>: <a href="#Cross_002dreferences">Cross-references</a></li>
+<li><a href="#index-g_t_002eaux-_0040r_007bfile_007d-198"><code>.aux </code><span class="roman">file</span></a>: <a href="#Cross_002dreferences">Cross-references</a></li>
<li><a href="#index-g_t_002eaux-_0040r_007bfile_007d-58"><code>.aux </code><span class="roman">file</span></a>: <a href="#Citations">Citations</a></li>
<li><a href="#index-g_t_002ebbl-_0040r_007bfile_007d-61"><code>.bbl </code><span class="roman">file</span></a>: <a href="#Citations">Citations</a></li>
<li><a href="#index-g_t_002ebib-_0040r_007bfile_007d-60"><code>.bib </code><span class="roman">file</span></a>: <a href="#Citations">Citations</a></li>
<li><a href="#index-g_t_002ebst-_0040r_007bfiles_007d-68"><code>.bst </code><span class="roman">files</span></a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-g_t_002ecls-_0040r_007bfiles_007d-446"><code>.cls </code><span class="roman">files</span></a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
-<li><a href="#index-g_t_002eeps-_0040r_007bfiles_007d-491"><code>.eps </code><span class="roman">files</span></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-g_t_002ecls-_0040r_007bfiles_007d-469"><code>.cls </code><span class="roman">files</span></a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
+<li><a href="#index-g_t_002eeps-_0040r_007bfiles_007d-514"><code>.eps </code><span class="roman">files</span></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
<li><a href="#index-g_t_002efmt-_0040r_007bfile_007d-25"><code>.fmt </code><span class="roman">file</span></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
<li><a href="#index-g_t_002efmt-_0040r_007bfile_007d-18"><code>.fmt </code><span class="roman">file</span></a>: <a href="#Installation">Installation</a></li>
-<li><a href="#index-g_t_002eidx-_0040r_007bfiles_007d-632"><code>.idx </code><span class="roman">files</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-g_t_002eidx-_0040r_007bfiles_007d-228"><code>.idx </code><span class="roman">files</span></a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-g_t_002eind-_0040r_007bfiles_007d-633"><code>.ind </code><span class="roman">files</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-g_t_002eind-_0040r_007bfiles_007d-229"><code>.ind </code><span class="roman">files</span></a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-g_t_002epdf-_0040r_007bfiles_007d-522"><code>.pdf </code><span class="roman">files</span></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-g_t_002epdf-_0040r_007bfiles_007d-494"><code>.pdf </code><span class="roman">files</span></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-g_t_002epdf-_0040r_007bfiles_007d-438"><code>.pdf </code><span class="roman">files</span></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
-<li><a href="#index-g_t_002eps-_0040r_007bfiles_007d-521"><code>.ps </code><span class="roman">files</span></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-g_t_002esty-_0040r_007bfiles_007d-445"><code>.sty </code><span class="roman">files</span></a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
-<li><a href="#index-g_t_002etoc-_0040r_007bfile_007d-164"><code>.toc </code><span class="roman">file</span></a>: <a href="#Contents">Contents</a></li>
-<li><a href="#index-active-characters-1125">active characters</a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-after-index-terms-326">after index terms</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-alignments-358">alignments</a>: <a href="#Tables">Tables</a></li>
-<li><a href="#index-all-groups_002c-specifying-989">all groups, specifying</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-allocation-macros-1141">allocation macros</a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-g_t_002eidx-_0040r_007bfiles_007d-655"><code>.idx </code><span class="roman">files</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-g_t_002eidx-_0040r_007bfiles_007d-243"><code>.idx </code><span class="roman">files</span></a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-g_t_002eind-_0040r_007bfiles_007d-656"><code>.ind </code><span class="roman">files</span></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-g_t_002eind-_0040r_007bfiles_007d-244"><code>.ind </code><span class="roman">files</span></a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-g_t_002epdf-_0040r_007bfiles_007d-545"><code>.pdf </code><span class="roman">files</span></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-g_t_002epdf-_0040r_007bfiles_007d-517"><code>.pdf </code><span class="roman">files</span></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-g_t_002epdf-_0040r_007bfiles_007d-461"><code>.pdf </code><span class="roman">files</span></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
+<li><a href="#index-g_t_002eps-_0040r_007bfiles_007d-544"><code>.ps </code><span class="roman">files</span></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-g_t_002esty-_0040r_007bfiles_007d-468"><code>.sty </code><span class="roman">files</span></a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
+<li><a href="#index-g_t_002etoc-_0040r_007bfile_007d-177"><code>.toc </code><span class="roman">file</span></a>: <a href="#Contents">Contents</a></li>
+<li><a href="#index-active-characters-1148">active characters</a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-after-index-terms-341">after index terms</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-alignments-373">alignments</a>: <a href="#Tables">Tables</a></li>
+<li><a href="#index-all-groups_002c-specifying-1012">all groups, specifying</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-allocation-macros-1164">allocation macros</a>: <a href="#Allocation-macros">Allocation macros</a></li>
<li><a href="#index-alphanumeric-references-75">alphanumeric references</a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-AMS_0040LaTeX_007b_007d-416">AMSLaTeX</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-AMS_0040LaTeX_007b_007d-427">AMSLaTeX</a>: <a href="#Logos">Logos</a></li>
<li><a href="#index-amsppt_002esty-30"><code>amsppt.sty</code></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
-<li><a href="#index-AMS_0040TeX_007b_007d-412">AMSTeX</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-AMS_0040TeX_007b_007d-429">AMSTeX</a>: <a href="#Logos">Logos</a></li>
<li><a href="#index-AMS_0040TeX_007b_007d-conflicts-31">AMSTeX conflicts</a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
-<li><a href="#index-arguments_002c-ignoring-1170">arguments, ignoring</a>: <a href="#Macro-arguments">Macro arguments</a></li>
-<li><a href="#index-arrows-1030">arrows</a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-atom-1191">atom</a>: <a href="#Properties">Properties</a></li>
-<li><a href="#index-autopict_002esty-463"><code>autopict.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-avoiding-boxed-links-967">avoiding boxed links</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-avoiding-boxed-links-562">avoiding boxed links</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-axuiliary-files_002c-existence-of-1223">axuiliary files, existence of</a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
-<li><a href="#index-backslash-character-1128">backslash character</a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-balancing-of-columns-with-_0040code_007b_005csinglecolumn_007d-382">balancing of columns with <code>\singlecolumn</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-arguments_002c-ignoring-1193">arguments, ignoring</a>: <a href="#Macro-arguments">Macro arguments</a></li>
+<li><a href="#index-arrows-1053">arrows</a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-atom-1214">atom</a>: <a href="#Properties">Properties</a></li>
+<li><a href="#index-autopict_002esty-486"><code>autopict.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-avoiding-boxed-links-990">avoiding boxed links</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-avoiding-boxed-links-585">avoiding boxed links</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-axuiliary-files_002c-existence-of-1246">axuiliary files, existence of</a>: <a href="#Auxiliary-files">Auxiliary files</a></li>
+<li><a href="#index-backslash-character-1151">backslash character</a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-balancing-of-columns-with-_0040code_007b_005csinglecolumn_007d-397">balancing of columns with <code>\singlecolumn</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
<li><a href="#index-Berry_002c-Karl-8">Berry, Karl</a>: <a href="#Introduction">Introduction</a></li>
-<li><a href="#index-beveled-hyperlink-border-893">beveled hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-beveled-hyperlink-border-916">beveled hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
<li><a href="#index-bibliographies-54">bibliographies</a>: <a href="#Citations">Citations</a></li>
<li><a href="#index-bibliography-fonts-87">bibliography fonts</a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-bibliography-items_002c-extra-space-between-93">bibliography items, extra space between</a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
<li><a href="#index-bibliography_002c-formatting-the-82">bibliography, formatting the</a>: <a href="#Formatting-bibliographies">Formatting bibliographies</a></li>
-<li><a href="#index-bibliography_002c-hyperlinks-572">bibliography, hyperlinks</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
-<li><a href="#index-Bib_0040TeX_007b_007d-414">BibTeX</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-bibliography_002c-hyperlinks-595">bibliography, hyperlinks</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-Bib_0040TeX_007b_007d-431">BibTeX</a>: <a href="#Logos">Logos</a></li>
<li><a href="#index-Bib_0040TeX_007b_007d-55">BibTeX</a>: <a href="#Citations">Citations</a></li>
<li><a href="#index-bibtex-33"><code>bibtex</code></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
-<li><a href="#index-black-boxes-427">black boxes</a>: <a href="#Boxes">Boxes</a></li>
-<li><a href="#index-Borceux_002c-Francis-1092">Borceux, Francis</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-border-color_002c-hyperlink-884">border color, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-border-style_002c-hyperlink-889">border style, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-border-width_002c-hyperlink-903">border width, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-Bott_002c-Raoul-1080">Bott, Raoul</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-boxed-links_002c-avoiding-966">boxed links, avoiding</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-boxed-links_002c-avoiding-561">boxed links, avoiding</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-boxes_002c-open-431">boxes, open</a>: <a href="#Boxes">Boxes</a></li>
-<li><a href="#index-braces_002c-inside-index-entries-273">braces, inside index entries</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-brackets_002c-inside-index-entries-277">brackets, inside index entries</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-Brockett_002c-Roger-W_002e-1085">Brockett, Roger W.</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-Butterfly-Lemma-1100">Butterfly Lemma</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-Carlisle_002c-David-450">Carlisle, David</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
-<li><a href="#index-category-codes-1121">category codes</a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-centering-349">centering</a>: <a href="#Justification">Justification</a></li>
-<li><a href="#index-characters_002c-converting-to-1178">characters, converting to</a>: <a href="#Converting-to-characters">Converting to characters</a></li>
+<li><a href="#index-black-boxes-450">black boxes</a>: <a href="#Boxes">Boxes</a></li>
+<li><a href="#index-Borceux_002c-Francis-1115">Borceux, Francis</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-border-color_002c-hyperlink-907">border color, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-border-style_002c-hyperlink-912">border style, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-border-width_002c-hyperlink-926">border width, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-Bott_002c-Raoul-1103">Bott, Raoul</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-boxed-links_002c-avoiding-989">boxed links, avoiding</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-boxed-links_002c-avoiding-584">boxed links, avoiding</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-boxes_002c-open-454">boxes, open</a>: <a href="#Boxes">Boxes</a></li>
+<li><a href="#index-braces_002c-inside-index-entries-288">braces, inside index entries</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-brackets_002c-inside-index-entries-292">brackets, inside index entries</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-Brockett_002c-Roger-W_002e-1108">Brockett, Roger W.</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-Butterfly-Lemma-1123">Butterfly Lemma</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-Carlisle_002c-David-473">Carlisle, David</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
+<li><a href="#index-category-codes-1144">category codes</a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-centering-364">centering</a>: <a href="#Justification">Justification</a></li>
+<li><a href="#index-characters_002c-converting-to-1201">characters, converting to</a>: <a href="#Converting-to-characters">Converting to characters</a></li>
+<li><a href="#index-characters_002c-special-172">characters, special</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
<li><a href="#index-citations-53">citations</a>: <a href="#Citations">Citations</a></li>
<li><a href="#index-citations_002c-formatting-77">citations, formatting</a>: <a href="#Formatting-citations">Formatting citations</a></li>
-<li><a href="#index-citations_002c-hyperlinks-567">citations, hyperlinks</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-citations_002c-hyperlinks-590">citations, hyperlinks</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
<li><a href="#index-citations_002c-undefined-64">citations, undefined</a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-cmtt8-287"><code>cmtt8</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-color-472">color</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-color_002c-demo-1267">color, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-color_002c-hyperlink-border-885">color, hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-color_002c-hyperlinks-968">color, hyperlinks</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-color_002c-hyperlinks-697">color, hyperlinks</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-color_002c-hyperlinks-563">color, hyperlinks</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-color_002c-problems-with-pdf_0040TeX_007b_007d-475">color, problems with pdfTeX</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-color_002esty-1270"><code>color.sty</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-color_002esty-971"><code>color.sty</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-color_002esty-938"><code>color.sty</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-color_002esty-566"><code>color.sty</code></a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-color_002esty-467"><code>color.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-colored-links-969">colored links</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-colored-links-698">colored links</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-colored-links-564">colored links</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-column-balancing-with-_0040code_007b_005csinglecolumn_007d-381">column balancing with <code>\singlecolumn</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-column-eject-384">column eject</a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-commas-after-index-terms-325">commas after index terms</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-commas-in-cross_002dreferencing-index-entries-346">commas in cross-referencing index entries</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-comments_002c-highlighting-in-listings-1281">comments, highlighting in listings</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-commutative-diagrams-1029">commutative diagrams</a>: <a href="#Commutative-diagrams">Commutative diagrams</a></li>
-<li><a href="#index-contents-163">contents</a>: <a href="#Contents">Contents</a></li>
-<li><a href="#index-contents_002c-and-verbatim-text-170">contents, and verbatim text</a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
-<li><a href="#index-contents_002c-hyperlinks-678">contents, hyperlinks</a>: <a href="#Contents-hyperlinks">Contents hyperlinks</a></li>
-<li><a href="#index-Con_0040TeX_007b_007dt-479">ConTeXt</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-continued-index-entries-315">continued index entries</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-covering-homotopy-property-1082">covering homotopy property</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-cross_002dreferences-184">cross-references</a>: <a href="#Cross_002dreferences">Cross-references</a></li>
-<li><a href="#index-cross_002dreferences_002c-defining-general-193">cross-references, defining general</a>: <a href="#Using-generic-references">Using generic references</a></li>
-<li><a href="#index-cross_002dreferences_002c-defining-general-189">cross-references, defining general</a>: <a href="#Defining-generic-references">Defining generic references</a></li>
-<li><a href="#index-cross_002dreferences_002c-demo-1262">cross-references, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-cross_002dreferences_002c-hyperlinks-583">cross-references, hyperlinks</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-cross_002dreferencing-index-entries-344">cross-referencing index entries</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-cross_002dreferencing-index-entries-265">cross-referencing index entries</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-g_t_0040kbd_007bCTRL_002dL_007d_002c-and-verbatim-listing-158"><kbd>CTRL-L</kbd>, and verbatim listing</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-cube-1095">cube</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-customizing-indexing-323">customizing indexing</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-dashed-hyperlink-border-887">dashed hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-date-107">date</a>: <a href="#Time-of-day">Time of day</a></li>
-<li><a href="#index-default-hyperlink-options-982">default hyperlink options</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-default-hyperlink-options-943">default hyperlink options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-default-hyperlink-type-981">default hyperlink type</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-default-hyperlink-type-942">default hyperlink type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-defining-general-references-191">defining general references</a>: <a href="#Using-generic-references">Using generic references</a></li>
-<li><a href="#index-defining-general-references-187">defining general references</a>: <a href="#Defining-generic-references">Defining generic references</a></li>
-<li><a href="#index-definitions_002c-global-1134">definitions, global</a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-demo-files-1241">demo files</a>: <a href="#Demo-files">Demo files</a></li>
-<li><a href="#index-destgroup-544">destgroup</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
-<li><a href="#index-destgroup-_0060bib_0027-575">destgroup `bib'</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
-<li><a href="#index-destgroup-_0060definexref_0027-586">destgroup `definexref'</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-destgroup-_0060eq_0027-613">destgroup `eq'</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-destgroup-_0060foot_0027-670">destgroup `foot'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-destgroup-_0060footback_0027-671">destgroup `footback'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-destgroup-_0060idx_0027-629">destgroup `idx'</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-destgroup-_0060li_0027-581">destgroup `li'</a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
-<li><a href="#index-destgroup-_0060xrdef_0027-600">destgroup `xrdef'</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-destgroup-options-995">destgroup options</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-destgroup-options-961">destgroup options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-destgroup-options_002c-demo-1255">destgroup options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-destgroup-type-979">destgroup type</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-destgroup-type-960">destgroup type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-destgroup-type_002c-demo-1258">destgroup type, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-destination-group-543">destination group</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
-<li><a href="#index-destination-options-531">destination options</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-destination-options_002c-common-681">destination options, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-destination-options_002c-_0040code_007bdvipdfm_007d-795">destination options, <code>dvipdfm</code></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-destination-options_002c-_0040code_007bhypertex_007d-721">destination options, <code>hypertex</code></a>: <a href="#Destination-options-for-hypertex">Destination options for hypertex</a></li>
-<li><a href="#index-destination-options_002c-_0040code_007bpdftex_007d-794">destination options, <code>pdftex</code></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-destination-type-528">destination type</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-destination-types_002c-_0040code_007bdvipdfm_007d-762">destination types, <code>dvipdfm</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-destination-types_002c-_0040code_007bhypertex_007d-713">destination types, <code>hypertex</code></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
-<li><a href="#index-destination-types_002c-_0040code_007bpdftex_007d-761">destination types, <code>pdftex</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-destinations_002c-default-options-986">destinations, default options</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-destinations_002c-default-options-947">destinations, default options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-destinations_002c-default-type-985">destinations, default type</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-destinations_002c-default-type-946">destinations, default type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-destinations_002c-dimensions-807">destinations, dimensions</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-destinations_002c-disabling-1016">destinations, disabling</a>: <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a></li>
-<li><a href="#index-destinations_002c-disabling-930">destinations, disabling</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-destinations_002c-group-options-994">destinations, group options</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-destinations_002c-group-options-959">destinations, group options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-destinations_002c-group-options_002c-demo-1254">destinations, group options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-destinations_002c-group-type-978">destinations, group type</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-destinations_002c-group-type-958">destinations, group type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-destinations_002c-group-type_002c-demo-1257">destinations, group type, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-destinations_002c-in-another-file-856">destinations, in another file</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-destinations_002c-in-another-file-738">destinations, in another file</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-destinations_002c-large-operators-1006">destinations, large operators</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-destinations_002c-large-operators-692">destinations, large operators</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-destinations_002c-magnification-802">destinations, magnification</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-destinations_002c-named-843">destinations, named</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-destinations_002c-named-730">destinations, named</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-destinations_002c-numbered-874">destinations, numbered</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-destinations_002c-page-851">destinations, page</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-destinations_002c-raising-686">destinations, raising</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-destinations_002c-_0040acronym_007bURL_007d-847">destinations, <acronym>URL</acronym></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-destinations_002c-_0040acronym_007bURL_007d-734">destinations, <acronym>URL</acronym></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-detecting-numbers-1206">detecting numbers</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
+<li><a href="#index-cmtt8-302"><code>cmtt8</code></a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-color-495">color</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-color_002c-demo-1290">color, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-color_002c-hyperlink-border-908">color, hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-color_002c-hyperlinks-991">color, hyperlinks</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-color_002c-hyperlinks-720">color, hyperlinks</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-color_002c-hyperlinks-586">color, hyperlinks</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-color_002c-problems-with-pdf_0040TeX_007b_007d-498">color, problems with pdfTeX</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-color_002esty-1293"><code>color.sty</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-color_002esty-994"><code>color.sty</code></a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-color_002esty-961"><code>color.sty</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-color_002esty-589"><code>color.sty</code></a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-color_002esty-490"><code>color.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-colored-links-992">colored links</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-colored-links-721">colored links</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-colored-links-587">colored links</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-column-balancing-with-_0040code_007b_005csinglecolumn_007d-396">column balancing with <code>\singlecolumn</code></a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-column-eject-399">column eject</a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-commas-after-index-terms-340">commas after index terms</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-commas-in-cross_002dreferencing-index-entries-361">commas in cross-referencing index entries</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-comments_002c-highlighting-in-listings-1304">comments, highlighting in listings</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-commutative-diagrams-1052">commutative diagrams</a>: <a href="#Commutative-diagrams">Commutative diagrams</a></li>
+<li><a href="#index-contents-176">contents</a>: <a href="#Contents">Contents</a></li>
+<li><a href="#index-contents_002c-and-verbatim-text-183">contents, and verbatim text</a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
+<li><a href="#index-contents_002c-hyperlinks-701">contents, hyperlinks</a>: <a href="#Contents-hyperlinks">Contents hyperlinks</a></li>
+<li><a href="#index-Con_0040TeX_007b_007dt-502">ConTeXt</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-continued-index-entries-330">continued index entries</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-covering-homotopy-property-1105">covering homotopy property</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-cross_002dreferences-197">cross-references</a>: <a href="#Cross_002dreferences">Cross-references</a></li>
+<li><a href="#index-cross_002dreferences_002c-defining-general-206">cross-references, defining general</a>: <a href="#Using-generic-references">Using generic references</a></li>
+<li><a href="#index-cross_002dreferences_002c-defining-general-202">cross-references, defining general</a>: <a href="#Defining-generic-references">Defining generic references</a></li>
+<li><a href="#index-cross_002dreferences_002c-demo-1285">cross-references, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-cross_002dreferences_002c-hyperlinks-606">cross-references, hyperlinks</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-cross_002dreferencing-index-entries-359">cross-referencing index entries</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-cross_002dreferencing-index-entries-280">cross-referencing index entries</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-g_t_0040kbd_007bCTRL_002dL_007d_002c-and-verbatim-listing-167"><kbd>CTRL-L</kbd>, and verbatim listing</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-cube-1118">cube</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-customizing-indexing-338">customizing indexing</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-dashed-hyperlink-border-910">dashed hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-date-116">date</a>: <a href="#Time-of-day">Time of day</a></li>
+<li><a href="#index-default-hyperlink-options-1005">default hyperlink options</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-default-hyperlink-options-966">default hyperlink options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-default-hyperlink-type-1004">default hyperlink type</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-default-hyperlink-type-965">default hyperlink type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-defining-general-references-204">defining general references</a>: <a href="#Using-generic-references">Using generic references</a></li>
+<li><a href="#index-defining-general-references-200">defining general references</a>: <a href="#Defining-generic-references">Defining generic references</a></li>
+<li><a href="#index-definitions_002c-global-1157">definitions, global</a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-demo-files-1264">demo files</a>: <a href="#Demo-files">Demo files</a></li>
+<li><a href="#index-destgroup-567">destgroup</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
+<li><a href="#index-destgroup-_0060bib_0027-598">destgroup `bib'</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-destgroup-_0060definexref_0027-609">destgroup `definexref'</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-destgroup-_0060eq_0027-636">destgroup `eq'</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-destgroup-_0060foot_0027-693">destgroup `foot'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-destgroup-_0060footback_0027-694">destgroup `footback'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-destgroup-_0060idx_0027-652">destgroup `idx'</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-destgroup-_0060li_0027-604">destgroup `li'</a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
+<li><a href="#index-destgroup-_0060xrdef_0027-623">destgroup `xrdef'</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-destgroup-options-1018">destgroup options</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-destgroup-options-984">destgroup options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-destgroup-options_002c-demo-1278">destgroup options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-destgroup-type-1002">destgroup type</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-destgroup-type-983">destgroup type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-destgroup-type_002c-demo-1281">destgroup type, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-destination-group-566">destination group</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
+<li><a href="#index-destination-options-554">destination options</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-destination-options_002c-common-704">destination options, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-destination-options_002c-_0040code_007bdvipdfm_007d-818">destination options, <code>dvipdfm</code></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-destination-options_002c-_0040code_007bhypertex_007d-744">destination options, <code>hypertex</code></a>: <a href="#Destination-options-for-hypertex">Destination options for hypertex</a></li>
+<li><a href="#index-destination-options_002c-_0040code_007bpdftex_007d-817">destination options, <code>pdftex</code></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-destination-type-551">destination type</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-destination-types_002c-_0040code_007bdvipdfm_007d-785">destination types, <code>dvipdfm</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-destination-types_002c-_0040code_007bhypertex_007d-736">destination types, <code>hypertex</code></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
+<li><a href="#index-destination-types_002c-_0040code_007bpdftex_007d-784">destination types, <code>pdftex</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-destinations_002c-default-options-1009">destinations, default options</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-destinations_002c-default-options-970">destinations, default options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-destinations_002c-default-type-1008">destinations, default type</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-destinations_002c-default-type-969">destinations, default type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-destinations_002c-dimensions-830">destinations, dimensions</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-destinations_002c-disabling-1039">destinations, disabling</a>: <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a></li>
+<li><a href="#index-destinations_002c-disabling-953">destinations, disabling</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-destinations_002c-group-options-1017">destinations, group options</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-destinations_002c-group-options-982">destinations, group options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-destinations_002c-group-options_002c-demo-1277">destinations, group options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-destinations_002c-group-type-1001">destinations, group type</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-destinations_002c-group-type-981">destinations, group type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-destinations_002c-group-type_002c-demo-1280">destinations, group type, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-destinations_002c-in-another-file-879">destinations, in another file</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-destinations_002c-in-another-file-761">destinations, in another file</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-destinations_002c-large-operators-1029">destinations, large operators</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-destinations_002c-large-operators-715">destinations, large operators</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-destinations_002c-magnification-825">destinations, magnification</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-destinations_002c-named-866">destinations, named</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-destinations_002c-named-753">destinations, named</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-destinations_002c-numbered-897">destinations, numbered</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-destinations_002c-page-874">destinations, page</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-destinations_002c-raising-709">destinations, raising</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-destinations_002c-_0040acronym_007bURL_007d-870">destinations, <acronym>URL</acronym></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-destinations_002c-_0040acronym_007bURL_007d-757">destinations, <acronym>URL</acronym></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-detecting-numbers-1229">detecting numbers</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
<li><a href="#index-diagnostics-36">diagnostics</a>: <a href="#Diagnostics">Diagnostics</a></li>
-<li><a href="#index-Diagram_002c-macros-for-LaTeX-1093">Diagram, macros for LaTeX</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-dimensions_002c-hyperlink-916">dimensions, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-dimensions_002c-hyperlink-destination-809">dimensions, hyperlink destination</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-disabling-hyperlinks-1014">disabling hyperlinks</a>: <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a></li>
-<li><a href="#index-disabling-hyperlinks-928">disabling hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-disabling-indexes-235">disabling indexes</a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-displayed-math-and-hyperlinks-1003">displayed math and hyperlinks</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-displayed-math-and-hyperlinks-689">displayed math and hyperlinks</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-Diagram_002c-macros-for-LaTeX-1116">Diagram, macros for LaTeX</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-dimensions_002c-hyperlink-939">dimensions, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-dimensions_002c-hyperlink-destination-832">dimensions, hyperlink destination</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-disabling-hyperlinks-1037">disabling hyperlinks</a>: <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a></li>
+<li><a href="#index-disabling-hyperlinks-951">disabling hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-disabling-indexes-250">disabling indexes</a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-displayed-math-and-hyperlinks-1026">displayed math and hyperlinks</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-displayed-math-and-hyperlinks-712">displayed math and hyperlinks</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
<li><a href="#index-displays_002c-left_002djustifying-94">displays, left-justifying</a>: <a href="#Displays">Displays</a></li>
-<li><a href="#index-do_0040dots_007b_007dwhile-loops-1163">do<small class="dots">...</small>while loops</a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-double-column-output-373">double column output</a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-double-columns-in-indexes-307">double columns in indexes</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-g_t_0040code_007bdraft_007d_002c-option-for-_0040file_007bgraphics_002esty_007d-484"><code>draft</code>, option for <samp><span class="file">graphics.sty</span></samp></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-driver-_0040code_007bdvipdfm_007d-758">driver <code>dvipdfm</code></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
-<li><a href="#index-driver-_0040code_007bhypertex_007d-702">driver <code>hypertex</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
-<li><a href="#index-driver-_0040code_007bnolinks_007d-925">driver <code>nolinks</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-driver-_0040code_007bpdftex_007d-757">driver <code>pdftex</code></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
-<li><a href="#index-drivers_002c-hyperlink-519">drivers, hyperlink</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-dvipdfm-705"><code>dvipdfm</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
-<li><a href="#index-dvipdfm-524"><code>dvipdfm</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-destination-options-799"><code>dvipdfm</code>, destination options</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-destination-types-766"><code>dvipdfm</code>, destination types</a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-hyperlink-driver-756"><code>dvipdfm</code>, hyperlink driver</a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-link-options-881"><code>dvipdfm</code>, link options</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-link-types-840"><code>dvipdfm</code>, link types</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-dvips-706"><code>dvips</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
-<li><a href="#index-Eijkhout_002c-Victor-1168">Eijkhout, Victor</a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-eject-in-multicolumns-385">eject in multicolumns</a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-electronic-mail-addresses_002c-breaking-510">electronic mail addresses, breaking</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-electronic-mail-addresses_002c-breaking-404">electronic mail addresses, breaking</a>: <a href="#Paths">Paths</a></li>
-<li><a href="#index-empty-argument_002c-checking-for-1201">empty argument, checking for</a>: <a href="#g_t_005cifempty">\ifempty</a></li>
-<li><a href="#index-empty-equation-labels-206">empty equation labels</a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-empty-equation-labels_002c-referring-to-209">empty equation labels, referring to</a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-empty-string_002c-checking-for-1200">empty string, checking for</a>: <a href="#g_t_005cifempty">\ifempty</a></li>
-<li><a href="#index-Encapsulated-PostScript-489">Encapsulated PostScript</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-environments_002c-user_002ddefined-1228">environments, user-defined</a>: <a href="#User_002ddefined-environments">User-defined environments</a></li>
+<li><a href="#index-do_0040dots_007b_007dwhile-loops-1186">do<small class="dots">...</small>while loops</a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-double-column-output-388">double column output</a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-double-columns-in-indexes-322">double columns in indexes</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-g_t_0040code_007bdraft_007d_002c-option-for-_0040file_007bgraphics_002esty_007d-507"><code>draft</code>, option for <samp><span class="file">graphics.sty</span></samp></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-driver-_0040code_007bdvipdfm_007d-781">driver <code>dvipdfm</code></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
+<li><a href="#index-driver-_0040code_007bhypertex_007d-725">driver <code>hypertex</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-driver-_0040code_007bnolinks_007d-948">driver <code>nolinks</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-driver-_0040code_007bpdftex_007d-780">driver <code>pdftex</code></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
+<li><a href="#index-drivers_002c-hyperlink-542">drivers, hyperlink</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-dvipdfm-728"><code>dvipdfm</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-dvipdfm-547"><code>dvipdfm</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-destination-options-822"><code>dvipdfm</code>, destination options</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-destination-types-789"><code>dvipdfm</code>, destination types</a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-hyperlink-driver-779"><code>dvipdfm</code>, hyperlink driver</a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-link-options-904"><code>dvipdfm</code>, link options</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040code_007bdvipdfm_007d_002c-link-types-863"><code>dvipdfm</code>, link types</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-dvips-729"><code>dvips</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-Eijkhout_002c-Victor-1191">Eijkhout, Victor</a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-eject-in-multicolumns-400">eject in multicolumns</a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-electronic-mail-addresses_002c-breaking-533">electronic mail addresses, breaking</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-electronic-mail-addresses_002c-breaking-419">electronic mail addresses, breaking</a>: <a href="#Paths">Paths</a></li>
+<li><a href="#index-empty-argument_002c-checking-for-1224">empty argument, checking for</a>: <a href="#g_t_005cifempty">\ifempty</a></li>
+<li><a href="#index-empty-equation-labels-220">empty equation labels</a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-empty-equation-labels_002c-referring-to-223">empty equation labels, referring to</a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-empty-string_002c-checking-for-1223">empty string, checking for</a>: <a href="#g_t_005cifempty">\ifempty</a></li>
+<li><a href="#index-Encapsulated-PostScript-512">Encapsulated PostScript</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-environments_002c-user_002ddefined-1251">environments, user-defined</a>: <a href="#User_002ddefined-environments">User-defined environments</a></li>
<li><a href="#index-Eplain_002c-installing-13">Eplain, installing</a>: <a href="#Installation">Installation</a></li>
<li><a href="#index-Eplain_002c-invoking-24">Eplain, invoking</a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
<li><a href="#index-Eplain_002c-purpose-of-1">Eplain, purpose of</a>: <a href="#Introduction">Introduction</a></li>
<li><a href="#index-Eplain_002c-upgrading-15">Eplain, upgrading</a>: <a href="#Installation">Installation</a></li>
<li><a href="#index-eplain_002eaux-21"><code>eplain.aux</code></a>: <a href="#Installation">Installation</a></li>
<li><a href="#index-eplain_002efmt-20"><code>eplain.fmt</code></a>: <a href="#Installation">Installation</a></li>
-<li><a href="#index-g_t_0040acronym_007bEPS_007d-490"><acronym>EPS</acronym></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-epstopdf-495"><code>epstopdf</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-epstopdf_002esty-488"><code>epstopdf.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-equation-labels_002c-characters-valid-in-214">equation labels, characters valid in</a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-equation-numbers_002c-formatting-of-215">equation numbers, formatting of</a>: <a href="#Formatting-equation-references">Formatting equation references</a></li>
-<li><a href="#index-equations_002c-giving-numbers-to-all-208">equations, giving numbers to all</a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-equations_002c-groups-of-218">equations, groups of</a>: <a href="#Subequation-references">Subequation references</a></li>
-<li><a href="#index-equations_002c-hyperlinks-610">equations, hyperlinks</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-equations_002c-numbering-203">equations, numbering</a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-equations_002c-references-to-202">equations, references to</a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-g_t_0040acronym_007bEPS_007d-513"><acronym>EPS</acronym></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-epstopdf-518"><code>epstopdf</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-epstopdf_002esty-511"><code>epstopdf.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-equation-labels_002c-characters-valid-in-229">equation labels, characters valid in</a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-equation-numbers_002c-formatting-of-230">equation numbers, formatting of</a>: <a href="#Formatting-equation-references">Formatting equation references</a></li>
+<li><a href="#index-equation-numbers_002c-left_002dalignment-97">equation numbers, left-alignment</a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-equations_002c-giving-numbers-to-all-222">equations, giving numbers to all</a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-equations_002c-groups-of-233">equations, groups of</a>: <a href="#Subequation-references">Subequation references</a></li>
+<li><a href="#index-equations_002c-hyperlinks-633">equations, hyperlinks</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-equations_002c-numbering-216">equations, numbering</a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-equations_002c-references-to-215">equations, references to</a>: <a href="#Equation-references">Equation references</a></li>
<li><a href="#index-error-messages-45">error messages</a>: <a href="#Diagnostics">Diagnostics</a></li>
-<li><a href="#index-error-on-_0040code_007b_005cinput_007d-460">error on <code>\input</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
-<li><a href="#index-escape-character_002c-changing-verbatim-161">escape character, changing verbatim</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-exact-index-hyperlinks-637">exact index hyperlinks</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
-<li><a href="#index-expansion_002c-one_002dlevel-1194">expansion, one-level</a>: <a href="#g_t_005cexpandonce">\expandonce</a></li>
-<li><a href="#index-explicit-hyperlinks-533">explicit hyperlinks</a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
-<li><a href="#index-explicit-hyperlinks_002c-demo-1244">explicit hyperlinks, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-file_002c-hyperlink-to-855">file, hyperlink to</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-file_002c-hyperlink-to-737">file, hyperlink to</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-g_t_0040samp_007bfile_003a_007d-links-553">`<samp><span class="samp">file:</span></samp>' links</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
-<li><a href="#index-filenames_002c-breaking-509">filenames, breaking</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-filenames_002c-breaking-403">filenames, breaking</a>: <a href="#Paths">Paths</a></li>
-<li><a href="#index-files_002c-verbatim-listing-of-149">files, verbatim listing of</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-files_002c-verbatim-listing-of_002c-demo-1280">files, verbatim listing of, demo</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-filtering-index-entries-with-hyperlinks-641">filtering index entries with hyperlinks</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
-<li><a href="#index-footnotes_002c-hyperlinks-664">footnotes, hyperlinks</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-footnotes_002c-numbered-392">footnotes, numbered</a>: <a href="#Footnotes">Footnotes</a></li>
-<li><a href="#index-for-loops-1161">for loops</a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-form-feed-character_002c-and-verbatim-listing-157">form feed character, and verbatim listing</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-error-on-_0040code_007b_005cinput_007d-483">error on <code>\input</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
+<li><a href="#index-escape-character_002c-changing-verbatim-170">escape character, changing verbatim</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-e_0040TeX_007b_007d-433">eTeX</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-exact-index-hyperlinks-660">exact index hyperlinks</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
+<li><a href="#index-expansion_002c-one_002dlevel-1217">expansion, one-level</a>: <a href="#g_t_005cexpandonce">\expandonce</a></li>
+<li><a href="#index-explicit-hyperlinks-556">explicit hyperlinks</a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
+<li><a href="#index-explicit-hyperlinks_002c-demo-1267">explicit hyperlinks, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-Ex_0040TeX_007b_007d-435">ExTeX</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-file_002c-hyperlink-to-878">file, hyperlink to</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-file_002c-hyperlink-to-760">file, hyperlink to</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-g_t_0040samp_007bfile_003a_007d-links-576">&lsquo;<samp><span class="samp">file:</span></samp>&rsquo; links</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
+<li><a href="#index-filenames_002c-breaking-532">filenames, breaking</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-filenames_002c-breaking-418">filenames, breaking</a>: <a href="#Paths">Paths</a></li>
+<li><a href="#index-files_002c-verbatim-listing-of-158">files, verbatim listing of</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-files_002c-verbatim-listing-of_002c-demo-1303">files, verbatim listing of, demo</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-filtering-index-entries-with-hyperlinks-664">filtering index entries with hyperlinks</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
+<li><a href="#index-footnotes_002c-hyperlinks-687">footnotes, hyperlinks</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-footnotes_002c-numbered-407">footnotes, numbered</a>: <a href="#Footnotes">Footnotes</a></li>
+<li><a href="#index-for-loops-1184">for loops</a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-form-feed-character_002c-and-verbatim-listing-166">form feed character, and verbatim listing</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
<li><a href="#index-format-file-19">format file</a>: <a href="#Installation">Installation</a></li>
-<li><a href="#index-formatting-index-entries-313">formatting index entries</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-fractions-400">fractions</a>: <a href="#Fractions">Fractions</a></li>
-<li><a href="#index-g_t_0040r_007bGhostscript_007d-707"><span class="roman">Ghostscript</span></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
-<li><a href="#index-gobbling-arguments-1172">gobbling arguments</a>: <a href="#Macro-arguments">Macro arguments</a></li>
-<li><a href="#index-golden-mean-1088">golden mean</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-formatting-index-entries-328">formatting index entries</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-fractions-415">fractions</a>: <a href="#Fractions">Fractions</a></li>
+<li><a href="#index-g_t_0040r_007bGhostscript_007d-730"><span class="roman">Ghostscript</span></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-gobbling-arguments-1195">gobbling arguments</a>: <a href="#Macro-arguments">Macro arguments</a></li>
+<li><a href="#index-golden-mean-1111">golden mean</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
<li><a href="#index-Graham_002c-Ronald-L_002e-71">Graham, Ronald L.</a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-graphics-collection_002c-_0040LaTeX_007b_007d-939">graphics collection, LaTeX</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-graphics-collection_002c-_0040LaTeX_007b_007d-470">graphics collection, LaTeX</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-graphics-collection_002c-_0040LaTeX_007b_007d-447">graphics collection, LaTeX</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
-<li><a href="#index-graphics-collection_002c-_0040LaTeX_007b_007d_002c-demo-1265">graphics collection, LaTeX, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-graphics_002c-omitting-typesetting-of-483">graphics, omitting typesetting of</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-graphics_002c-problems-with-pdf_0040TeX_007b_007d-476">graphics, problems with pdfTeX</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-graphics_002esty-468"><code>graphics.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-graphicx_002esty-1271"><code>graphicx.sty</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-graphicx_002esty-469"><code>graphicx.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-grid-1091">grid</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-group-_0060_0027-_0028empty_0029-980">group `' (empty)</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-group-_0060_002a_0027-987">group `*'</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-group-_0060bib_0027-574">group `bib'</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
-<li><a href="#index-group-_0060cite_0027-569">group `cite'</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
-<li><a href="#index-group-_0060definexref_0027-585">group `definexref'</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-group-_0060eq_0027-1008">group `eq'</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-group-_0060eq_0027-612">group `eq'</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-group-_0060foot_0027-666">group `foot'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-group-_0060footback_0027-667">group `footback'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-group-_0060hrefext_0027-551">group `hrefext'</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
-<li><a href="#index-group-_0060hrefint_0027-547">group `hrefint'</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
-<li><a href="#index-group-_0060idx_0027-627">group `idx'</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-group-_0060li_0027-580">group `li'</a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
-<li><a href="#index-group-_0060ref_0027-587">group `ref'</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-group-_0060url_0027-557">group `url'</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-group-_0060xrdef_0027-599">group `xrdef'</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-group-_0060xref_0027-604">group `xref'</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-group-option-list-1011">group option list</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-group-options_002c-hyperlink-990">group options, hyperlink</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-group-options_002c-hyperlink-951">group options, hyperlink</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-group-options_002c-hyperlink_002c-demo-1250">group options, hyperlink, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-group-type_002c-hyperlink-974">group type, hyperlink</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-group-type_002c-hyperlink-950">group type, hyperlink</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-group-type_002c-hyperlink_002c-demo-1256">group type, hyperlink, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-group_002c-destination-545">group, destination</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
-<li><a href="#index-group_002c-disabling-hyperlinks-1021">group, disabling hyperlinks</a>: <a href="#Turning-hyperlinks-on_002foff-for-a-group">Turning hyperlinks on/off for a group</a></li>
-<li><a href="#index-group_002c-link-542">group, link</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
-<li><a href="#index-group_002c-preserving-option-list-998">group, preserving option list</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-groups_002c-specifying-all-988">groups, specifying all</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-hanging-on-_0040code_007b_005cinput_007d-459">hanging on <code>\input</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
+<li><a href="#index-graphics-collection_002c-_0040LaTeX_007b_007d-962">graphics collection, LaTeX</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-graphics-collection_002c-_0040LaTeX_007b_007d-493">graphics collection, LaTeX</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-graphics-collection_002c-_0040LaTeX_007b_007d-470">graphics collection, LaTeX</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
+<li><a href="#index-graphics-collection_002c-_0040LaTeX_007b_007d_002c-demo-1288">graphics collection, LaTeX, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-graphics_002c-omitting-typesetting-of-506">graphics, omitting typesetting of</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-graphics_002c-problems-with-pdf_0040TeX_007b_007d-499">graphics, problems with pdfTeX</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-graphics_002esty-491"><code>graphics.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-graphicx_002esty-1294"><code>graphicx.sty</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-graphicx_002esty-492"><code>graphicx.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-grid-1114">grid</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-group-_0060_0027-_0028empty_0029-1003">group `' (empty)</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-group-_0060_002a_0027-1010">group `*'</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-group-_0060bib_0027-597">group `bib'</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-group-_0060cite_0027-592">group `cite'</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-group-_0060definexref_0027-608">group `definexref'</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-group-_0060eq_0027-1031">group `eq'</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-group-_0060eq_0027-635">group `eq'</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-group-_0060foot_0027-689">group `foot'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-group-_0060footback_0027-690">group `footback'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-group-_0060hrefext_0027-574">group `hrefext'</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
+<li><a href="#index-group-_0060hrefint_0027-570">group `hrefint'</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
+<li><a href="#index-group-_0060idx_0027-650">group `idx'</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-group-_0060li_0027-603">group `li'</a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
+<li><a href="#index-group-_0060ref_0027-610">group `ref'</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-group-_0060url_0027-580">group `url'</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-group-_0060xrdef_0027-622">group `xrdef'</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-group-_0060xref_0027-627">group `xref'</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-group-option-list-1034">group option list</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-group-options_002c-hyperlink-1013">group options, hyperlink</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-group-options_002c-hyperlink-974">group options, hyperlink</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-group-options_002c-hyperlink_002c-demo-1273">group options, hyperlink, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-group-type_002c-hyperlink-997">group type, hyperlink</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-group-type_002c-hyperlink-973">group type, hyperlink</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-group-type_002c-hyperlink_002c-demo-1279">group type, hyperlink, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-group_002c-destination-568">group, destination</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
+<li><a href="#index-group_002c-disabling-hyperlinks-1044">group, disabling hyperlinks</a>: <a href="#Turning-hyperlinks-on_002foff-for-a-group">Turning hyperlinks on/off for a group</a></li>
+<li><a href="#index-group_002c-link-565">group, link</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
+<li><a href="#index-group_002c-preserving-option-list-1021">group, preserving option list</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-groups_002c-specifying-all-1011">groups, specifying all</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-hanging-on-_0040code_007b_005cinput_007d-482">hanging on <code>\input</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
<li><a href="#index-help-messages-44">help messages</a>: <a href="#Diagnostics">Diagnostics</a></li>
-<li><a href="#index-highlight-modes_002c-hyperlink-909">highlight modes, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-highlighting-506">highlighting</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-highlighting_002c-in-listings-1282">highlighting, in listings</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-H_0040_0022oppner_002c-Klaus-487">H&ouml;ppner, Klaus</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-hooks-1184">hooks</a>: <a href="#Hooks">Hooks</a></li>
-<li><a href="#index-hyperlink-border-color-883">hyperlink border color</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlink-color-970">hyperlink color</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
-<li><a href="#index-hyperlink-color-699">hyperlink color</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-hyperlink-color-565">hyperlink color</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-hyperlink-destination_002c-dimensions-808">hyperlink destination, dimensions</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlink-destination_002c-magnification-803">hyperlink destination, magnification</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlink-destination_002c-named-844">hyperlink destination, named</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlink-destination_002c-named-731">hyperlink destination, named</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-hyperlink-destination_002c-numbered-875">hyperlink destination, numbered</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlink-destination_002c-page-852">hyperlink destination, page</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlink-destination_002c-raising-685">hyperlink destination, raising</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-hyperlink-dimensions-915">hyperlink dimensions</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlink-driver-_0040code_007bdvipdfm_007d-760">hyperlink driver <code>dvipdfm</code></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlink-driver-_0040code_007bhypertex_007d-703">hyperlink driver <code>hypertex</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
-<li><a href="#index-hyperlink-driver-_0040code_007bnolinks_007d-926">hyperlink driver <code>nolinks</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-hyperlink-driver-_0040code_007bpdftex_007d-759">hyperlink driver <code>pdftex</code></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlink-drivers-518">hyperlink drivers</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-hyperlink-group_002c-disabling-hyperlinks-1022">hyperlink group, disabling hyperlinks</a>: <a href="#Turning-hyperlinks-on_002foff-for-a-group">Turning hyperlinks on/off for a group</a></li>
-<li><a href="#index-hyperlink-group_002c-preserving-option-list-999">hyperlink group, preserving option list</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-hyperlink-options_002c-common-680">hyperlink options, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-hyperlinks_002c-bibliography-573">hyperlinks, bibliography</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-border-style-888">hyperlinks, border style</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlinks_002c-border-width-902">hyperlinks, border width</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlinks_002c-citations-568">hyperlinks, citations</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-cross_002dreferences-584">hyperlinks, cross-references</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-default-options-984">hyperlinks, default options</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-hyperlinks_002c-default-options-945">hyperlinks, default options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-hyperlinks_002c-default-type-983">hyperlinks, default type</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-hyperlinks_002c-default-type-944">hyperlinks, default type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-hyperlinks_002c-demo-1243">hyperlinks, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-hyperlinks_002c-disabling-1015">hyperlinks, disabling</a>: <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a></li>
-<li><a href="#index-hyperlinks_002c-disabling-929">hyperlinks, disabling</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-hyperlinks_002c-equations-611">hyperlinks, equations</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-explicit-534">hyperlinks, explicit</a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-explicit_002c-demo-1245">hyperlinks, explicit, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-hyperlinks_002c-filtering-index-entries-642">hyperlinks, filtering index entries</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
-<li><a href="#index-hyperlinks_002c-footnotes-665">hyperlinks, footnotes</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-group-option-list-1012">hyperlinks, group option list</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-hyperlinks_002c-group-options-991">hyperlinks, group options</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-hyperlinks_002c-group-options-953">hyperlinks, group options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-hyperlinks_002c-group-options_002c-demo-1251">hyperlinks, group options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-hyperlinks_002c-group-type-975">hyperlinks, group type</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-hyperlinks_002c-group-type-952">hyperlinks, group type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-hyperlinks_002c-highlight-mode-908">hyperlinks, highlight mode</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlinks_002c-implicit-539">hyperlinks, implicit</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-implicit_002c-demo-1247">hyperlinks, implicit, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-hyperlinks_002c-index-626">hyperlinks, index</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-index-destination-placement-653">hyperlinks, index destination placement</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
-<li><a href="#index-hyperlinks_002c-index_002c-exact-639">hyperlinks, index, exact</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
-<li><a href="#index-hyperlinks_002c-large-operators-1005">hyperlinks, large operators</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-hyperlinks_002c-large-operators-691">hyperlinks, large operators</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-hyperlinks_002c-lists-578">hyperlinks, lists</a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-opening-in-a-new-window-911">hyperlinks, opening in a new window</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlinks_002c-page-references-598">hyperlinks, page references</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-preserving-page_002dbreaking-934">hyperlinks, preserving page-breaking</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-hyperlinks_002c-preserving-spacing-932">hyperlinks, preserving spacing</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-hyperlinks_002c-see-and-see-also-index-entries-658">hyperlinks, see and see also index entries</a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
-<li><a href="#index-hyperlinks_002c-table-of-contents-679">hyperlinks, table of contents</a>: <a href="#Contents-hyperlinks">Contents hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-to-another-file-857">hyperlinks, to another file</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlinks_002c-to-another-file-739">hyperlinks, to another file</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-hyperlinks_002c-_0040acronym_007bURL_007d-848">hyperlinks, <acronym>URL</acronym></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-hyperlinks_002c-_0040acronym_007bURL_007d-735">hyperlinks, <acronym>URL</acronym></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-hyperlinks_002c-_0040acronym_007bURL_007d-556">hyperlinks, <acronym>URL</acronym></a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-hyperlinks_002c-_0040acronym_007bURL_007d-550">hyperlinks, <acronym>URL</acronym></a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
-<li><a href="#index-hyperref_002esty-513"><code>hyperref.sty</code></a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
-<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-destination-options-723"><code>hypertex</code>, destination options</a>: <a href="#Destination-options-for-hypertex">Destination options for hypertex</a></li>
-<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-destination-types-715"><code>hypertex</code>, destination types</a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
-<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-hyperlink-driver-701"><code>hypertex</code>, hyperlink driver</a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
-<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-link-options-749"><code>hypertex</code>, link options</a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
-<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-link-types-727"><code>hypertex</code>, link types</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-hypertext-links-517">hypertext links</a>: <a href="#Hyperlinks">Hyperlinks</a></li>
-<li><a href="#index-identifying-numbers-1207">identifying numbers</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
-<li><a href="#index-idxuniq-640"><code>idxuniq</code></a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
-<li><a href="#index-ignoring-arguments-1171">ignoring arguments</a>: <a href="#Macro-arguments">Macro arguments</a></li>
-<li><a href="#index-implicit-hyperlinks-538">implicit hyperlinks</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
-<li><a href="#index-implicit-hyperlinks_002c-demo-1246">implicit hyperlinks, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-inaccessible-macros-1130">inaccessible macros</a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-index-entries-and-ranges-261">index entries and ranges</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-index-entries-containing-braces-274">index entries containing braces</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-index-entries-containing-brackets-278">index entries containing brackets</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-index-entries-with-special-characters-269">index entries with special characters</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-index-entries_0027-page-numbers_002c-modifying-258">index entries' page numbers, modifying</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-index-entries_002c-and-cross_002dreferencing-345">index entries, and cross-referencing</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-index-entries_002c-and-cross_002dreferencing-266">index entries, and cross-referencing</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-index-entries_002c-proofing-280">index entries, proofing</a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-index-entries_002c-with-verbatim-text-270">index entries, with verbatim text</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-index-entry-continuations-316">index entry continuations</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-index-entry-formatting-312">index entry formatting</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-index-entry-general-sorting-253">index entry general sorting</a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-index-fonts-305">index fonts</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-index-groupings-322">index groupings</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-index-hyperlink-625">index hyperlink</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-index-typesetting-298">index typesetting</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-index_002c-and-verbatim-text-271">index, and verbatim text</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-index_002c-choosing-destination-placement-652">index, choosing destination placement</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
-<li><a href="#index-index_002c-destination-placement-650">index, destination placement</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
-<li><a href="#index-index_002c-exact-hyperlinks-638">index, exact hyperlinks</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
-<li><a href="#index-index_002c-hyperlinks-in-see-and-see-also-entries-659">index, hyperlinks in see and see also entries</a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
-<li><a href="#index-index_002c-parsing-page-numbers-645">index, parsing page numbers</a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
-<li><a href="#index-index_002c-placement-of-destinations-649">index, placement of destinations</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
-<li><a href="#index-index_002c-selecting-destination-placement-651">index, selecting destination placement</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
-<li><a href="#index-index_002c-underlining-page-numbers-1238">index, underlining page numbers</a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-indexes_002c-disabling-234">indexes, disabling</a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-indexes_002c-multiple-232">indexes, multiple</a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-indexing-224">indexing</a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-indexing-and-trailing-spaces-242">indexing and trailing spaces</a>: <a href="#Indexing-terms">Indexing terms</a></li>
-<li><a href="#index-indexing-commands-243">indexing commands</a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-indexing-terms-237">indexing terms</a>: <a href="#Indexing-terms">Indexing terms</a></li>
-<li><a href="#index-insertion-classes-391">insertion classes</a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-inset-hyperlink-border-894">inset hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-highlight-modes_002c-hyperlink-932">highlight modes, hyperlink</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-highlighting-529">highlighting</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-highlighting_002c-in-listings-1305">highlighting, in listings</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-H_0040_0022oppner_002c-Klaus-510">H&ouml;ppner, Klaus</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-hooks-1207">hooks</a>: <a href="#Hooks">Hooks</a></li>
+<li><a href="#index-hyperlink-border-color-906">hyperlink border color</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlink-color-993">hyperlink color</a>: <a href="#Setting-default-types-and-options">Setting default types and options</a></li>
+<li><a href="#index-hyperlink-color-722">hyperlink color</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-hyperlink-color-588">hyperlink color</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-hyperlink-destination_002c-dimensions-831">hyperlink destination, dimensions</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlink-destination_002c-magnification-826">hyperlink destination, magnification</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlink-destination_002c-named-867">hyperlink destination, named</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlink-destination_002c-named-754">hyperlink destination, named</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-hyperlink-destination_002c-numbered-898">hyperlink destination, numbered</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlink-destination_002c-page-875">hyperlink destination, page</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlink-destination_002c-raising-708">hyperlink destination, raising</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-hyperlink-dimensions-938">hyperlink dimensions</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlink-driver-_0040code_007bdvipdfm_007d-783">hyperlink driver <code>dvipdfm</code></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlink-driver-_0040code_007bhypertex_007d-726">hyperlink driver <code>hypertex</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-hyperlink-driver-_0040code_007bnolinks_007d-949">hyperlink driver <code>nolinks</code></a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-hyperlink-driver-_0040code_007bpdftex_007d-782">hyperlink driver <code>pdftex</code></a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlink-drivers-541">hyperlink drivers</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-hyperlink-group_002c-disabling-hyperlinks-1045">hyperlink group, disabling hyperlinks</a>: <a href="#Turning-hyperlinks-on_002foff-for-a-group">Turning hyperlinks on/off for a group</a></li>
+<li><a href="#index-hyperlink-group_002c-preserving-option-list-1022">hyperlink group, preserving option list</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-hyperlink-options_002c-common-703">hyperlink options, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-hyperlinks_002c-bibliography-596">hyperlinks, bibliography</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-border-style-911">hyperlinks, border style</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlinks_002c-border-width-925">hyperlinks, border width</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlinks_002c-citations-591">hyperlinks, citations</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-cross_002dreferences-607">hyperlinks, cross-references</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-default-options-1007">hyperlinks, default options</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-hyperlinks_002c-default-options-968">hyperlinks, default options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-hyperlinks_002c-default-type-1006">hyperlinks, default type</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-hyperlinks_002c-default-type-967">hyperlinks, default type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-hyperlinks_002c-demo-1266">hyperlinks, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-hyperlinks_002c-disabling-1038">hyperlinks, disabling</a>: <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a></li>
+<li><a href="#index-hyperlinks_002c-disabling-952">hyperlinks, disabling</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-hyperlinks_002c-equations-634">hyperlinks, equations</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-explicit-557">hyperlinks, explicit</a>: <a href="#Explicit-hyperlinks">Explicit hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-explicit_002c-demo-1268">hyperlinks, explicit, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-hyperlinks_002c-filtering-index-entries-665">hyperlinks, filtering index entries</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
+<li><a href="#index-hyperlinks_002c-footnotes-688">hyperlinks, footnotes</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-group-option-list-1035">hyperlinks, group option list</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-hyperlinks_002c-group-options-1014">hyperlinks, group options</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-hyperlinks_002c-group-options-976">hyperlinks, group options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-hyperlinks_002c-group-options_002c-demo-1274">hyperlinks, group options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-hyperlinks_002c-group-type-998">hyperlinks, group type</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-hyperlinks_002c-group-type-975">hyperlinks, group type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-hyperlinks_002c-highlight-mode-931">hyperlinks, highlight mode</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlinks_002c-implicit-562">hyperlinks, implicit</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-implicit_002c-demo-1270">hyperlinks, implicit, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-hyperlinks_002c-index-649">hyperlinks, index</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-index-destination-placement-676">hyperlinks, index destination placement</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
+<li><a href="#index-hyperlinks_002c-index_002c-exact-662">hyperlinks, index, exact</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
+<li><a href="#index-hyperlinks_002c-large-operators-1028">hyperlinks, large operators</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-hyperlinks_002c-large-operators-714">hyperlinks, large operators</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-hyperlinks_002c-lists-601">hyperlinks, lists</a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-opening-in-a-new-window-934">hyperlinks, opening in a new window</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlinks_002c-page-references-621">hyperlinks, page references</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-preserving-page_002dbreaking-957">hyperlinks, preserving page-breaking</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-hyperlinks_002c-preserving-spacing-955">hyperlinks, preserving spacing</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-hyperlinks_002c-see-and-see-also-index-entries-681">hyperlinks, see and see also index entries</a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
+<li><a href="#index-hyperlinks_002c-table-of-contents-702">hyperlinks, table of contents</a>: <a href="#Contents-hyperlinks">Contents hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-to-another-file-880">hyperlinks, to another file</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlinks_002c-to-another-file-762">hyperlinks, to another file</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-hyperlinks_002c-_0040acronym_007bURL_007d-871">hyperlinks, <acronym>URL</acronym></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-hyperlinks_002c-_0040acronym_007bURL_007d-758">hyperlinks, <acronym>URL</acronym></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-hyperlinks_002c-_0040acronym_007bURL_007d-579">hyperlinks, <acronym>URL</acronym></a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-hyperlinks_002c-_0040acronym_007bURL_007d-573">hyperlinks, <acronym>URL</acronym></a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
+<li><a href="#index-hyperref_002esty-536"><code>hyperref.sty</code></a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
+<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-destination-options-746"><code>hypertex</code>, destination options</a>: <a href="#Destination-options-for-hypertex">Destination options for hypertex</a></li>
+<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-destination-types-738"><code>hypertex</code>, destination types</a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
+<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-hyperlink-driver-724"><code>hypertex</code>, hyperlink driver</a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-link-options-772"><code>hypertex</code>, link options</a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
+<li><a href="#index-g_t_0040code_007bhypertex_007d_002c-link-types-750"><code>hypertex</code>, link types</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-hypertext-links-540">hypertext links</a>: <a href="#Hyperlinks">Hyperlinks</a></li>
+<li><a href="#index-identifying-numbers-1230">identifying numbers</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
+<li><a href="#index-idxuniq-663"><code>idxuniq</code></a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
+<li><a href="#index-ignoring-arguments-1194">ignoring arguments</a>: <a href="#Macro-arguments">Macro arguments</a></li>
+<li><a href="#index-implicit-hyperlinks-561">implicit hyperlinks</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
+<li><a href="#index-implicit-hyperlinks_002c-demo-1269">implicit hyperlinks, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-inaccessible-macros-1153">inaccessible macros</a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-index-entries-and-ranges-276">index entries and ranges</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-index-entries-containing-braces-289">index entries containing braces</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-index-entries-containing-brackets-293">index entries containing brackets</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-index-entries-with-special-characters-284">index entries with special characters</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-index-entries_0027-page-numbers_002c-modifying-273">index entries' page numbers, modifying</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-index-entries_002c-and-cross_002dreferencing-360">index entries, and cross-referencing</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-index-entries_002c-and-cross_002dreferencing-281">index entries, and cross-referencing</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-index-entries_002c-proofing-295">index entries, proofing</a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-index-entries_002c-with-verbatim-text-285">index entries, with verbatim text</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-index-entry-continuations-331">index entry continuations</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-index-entry-formatting-327">index entry formatting</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-index-entry-general-sorting-268">index entry general sorting</a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-index-fonts-320">index fonts</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-index-groupings-337">index groupings</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-index-hyperlink-648">index hyperlink</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-index-typesetting-313">index typesetting</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-index_002c-and-verbatim-text-286">index, and verbatim text</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-index_002c-choosing-destination-placement-675">index, choosing destination placement</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
+<li><a href="#index-index_002c-destination-placement-673">index, destination placement</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
+<li><a href="#index-index_002c-exact-hyperlinks-661">index, exact hyperlinks</a>: <a href="#Exact-destinations-for-index-terms">Exact destinations for index terms</a></li>
+<li><a href="#index-index_002c-hyperlinks-in-see-and-see-also-entries-682">index, hyperlinks in see and see also entries</a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
+<li><a href="#index-index_002c-parsing-page-numbers-668">index, parsing page numbers</a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
+<li><a href="#index-index_002c-placement-of-destinations-672">index, placement of destinations</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
+<li><a href="#index-index_002c-selecting-destination-placement-674">index, selecting destination placement</a>: <a href="#Choosing-destination-placement">Choosing destination placement</a></li>
+<li><a href="#index-index_002c-underlining-page-numbers-1261">index, underlining page numbers</a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-indexes_002c-disabling-249">indexes, disabling</a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-indexes_002c-multiple-247">indexes, multiple</a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-indexing-239">indexing</a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-indexing-and-trailing-spaces-257">indexing and trailing spaces</a>: <a href="#Indexing-terms">Indexing terms</a></li>
+<li><a href="#index-indexing-commands-258">indexing commands</a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-indexing-terms-252">indexing terms</a>: <a href="#Indexing-terms">Indexing terms</a></li>
+<li><a href="#index-insertion-classes-406">insertion classes</a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-inset-hyperlink-border-917">inset hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
<li><a href="#index-installation-14">installation</a>: <a href="#Installation">Installation</a></li>
-<li><a href="#index-integers_002c-detecting-1204">integers, detecting</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
-<li><a href="#index-item-labels_002c-changing-145">item labels, changing</a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-iteration-1159">iteration</a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-justification-352">justification</a>: <a href="#Justification">Justification</a></li>
-<li><a href="#index-Knuth_002c-Donald-Ervin-1122">Knuth, Donald Ervin</a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-integers_002c-detecting-1227">integers, detecting</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
+<li><a href="#index-item-labels_002c-changing-154">item labels, changing</a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-iteration-1182">iteration</a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-justification-367">justification</a>: <a href="#Justification">Justification</a></li>
+<li><a href="#index-Knuth_002c-Donald-Ervin-1145">Knuth, Donald Ervin</a>: <a href="#Category-codes">Category codes</a></li>
<li><a href="#index-Knuth_002c-Donald-Ervin-70">Knuth, Donald Ervin</a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-labels-on-items_002c-changing-146">labels on items, changing</a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-labels_002c-characters-valid-in-186">labels, characters valid in</a>: <a href="#Cross_002dreferences">Cross-references</a></li>
-<li><a href="#index-labels_002c-empty-equation-207">labels, empty equation</a>: <a href="#Equation-references">Equation references</a></li>
-<li><a href="#index-labels_002c-empty-equation_002c-referring-to-210">labels, empty equation, referring to</a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-labels-on-items_002c-changing-155">labels on items, changing</a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-labels_002c-characters-valid-in-199">labels, characters valid in</a>: <a href="#Cross_002dreferences">Cross-references</a></li>
+<li><a href="#index-labels_002c-empty-equation-221">labels, empty equation</a>: <a href="#Equation-references">Equation references</a></li>
+<li><a href="#index-labels_002c-empty-equation_002c-referring-to-224">labels, empty equation, referring to</a>: <a href="#Equation-references">Equation references</a></li>
<li><a href="#index-Lamport_002c-Leslie-4">Lamport, Leslie</a>: <a href="#Introduction">Introduction</a></li>
-<li><a href="#index-LAMS_0040TeX_007b_007d-418">LAMSTeX</a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-Lang_002c-Serge-1099">Lang, Serge</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-Lang_002c-Serge-1076">Lang, Serge</a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-large-operators-and-hyperlinks-1004">large operators and hyperlinks</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-large-operators-and-hyperlinks-690">large operators and hyperlinks</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-1025">LaTeX</a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-420">LaTeX</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-LAMS_0040TeX_007b_007d-437">LAMSTeX</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-Lang_002c-Serge-1122">Lang, Serge</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-Lang_002c-Serge-1099">Lang, Serge</a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-large-operators-and-hyperlinks-1027">large operators and hyperlinks</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-large-operators-and-hyperlinks-713">large operators and hyperlinks</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-1048">LaTeX</a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-439">LaTeX</a>: <a href="#Logos">Logos</a></li>
<li><a href="#index-g_t_0040LaTeX_007b_007d-57">LaTeX</a>: <a href="#Citations">Citations</a></li>
<li><a href="#index-g_t_0040LaTeX_007b_007d-3">LaTeX</a>: <a href="#Introduction">Introduction</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-graphics-collection-940">LaTeX graphics collection</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-graphics-collection-471">LaTeX graphics collection</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-graphics-collection-448">LaTeX graphics collection</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-graphics-collection_002c-demo-1266">LaTeX graphics collection, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-packages-511">LaTeX packages</a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-packages-461">LaTeX packages</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-packages-443">LaTeX packages</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
-<li><a href="#index-g_t_0040LaTeX_007b_007d-packages_002c-restoring-_0040code_007b_005cinput_007d-456">LaTeX packages, restoring <code>\input</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
-<li><a href="#index-left_002djustification-350">left-justification</a>: <a href="#Justification">Justification</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-graphics-collection-963">LaTeX graphics collection</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-graphics-collection-494">LaTeX graphics collection</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-graphics-collection-471">LaTeX graphics collection</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-graphics-collection_002c-demo-1289">LaTeX graphics collection, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-packages-534">LaTeX packages</a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-packages-484">LaTeX packages</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-packages-466">LaTeX packages</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
+<li><a href="#index-g_t_0040LaTeX_007b_007d-packages_002c-restoring-_0040code_007b_005cinput_007d-479">LaTeX packages, restoring <code>\input</code></a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
+<li><a href="#index-left_002dalignment-of-equation-numbers-98">left-alignment of equation numbers</a>: <a href="#Displays">Displays</a></li>
+<li><a href="#index-left_002djustification-365">left-justification</a>: <a href="#Justification">Justification</a></li>
<li><a href="#index-left_002djustification-of-displays-96">left-justification of displays</a>: <a href="#Displays">Displays</a></li>
-<li><a href="#index-letterspacing-501">letterspacing</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-linear-systems-theory-1087">linear systems theory</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-lines-1027">lines</a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
-<li><a href="#index-link-group-540">link group</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
-<li><a href="#index-link-options-530">link options</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-link-options_002c-common-693">link options, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-link-options_002c-_0040code_007bdvipdfm_007d-877">link options, <code>dvipdfm</code></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-link-options_002c-_0040code_007bhypertex_007d-747">link options, <code>hypertex</code></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
-<li><a href="#index-link-options_002c-_0040code_007bpdftex_007d-876">link options, <code>pdftex</code></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-link-type-527">link type</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-link-types_002c-_0040code_007bdvipdfm_007d-836">link types, <code>dvipdfm</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-link-types_002c-_0040code_007bhypertex_007d-725">link types, <code>hypertex</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-link-types_002c-_0040code_007bpdftex_007d-835">link types, <code>pdftex</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-link_002c-group-options-992">link, group options</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-link_002c-group-options-955">link, group options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-link_002c-group-options_002c-demo-1252">link, group options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-link_002c-group-type-976">link, group type</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-link_002c-group-type-954">link, group type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-linkgroup-541">linkgroup</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060cite_0027-570">linkgroup `cite'</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060eq_0027-1009">linkgroup `eq'</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-linkgroup-_0060eq_0027-620">linkgroup `eq'</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060foot_0027-668">linkgroup `foot'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060footback_0027-669">linkgroup `footback'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060hrefext_0027-552">linkgroup `hrefext'</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060hrefint_0027-548">linkgroup `hrefint'</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060idx_0027-628">linkgroup `idx'</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060ref_0027-588">linkgroup `ref'</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060url_0027-558">linkgroup `url'</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-linkgroup-_0060xref_0027-605">linkgroup `xref'</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-linkgroup-options-993">linkgroup options</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-linkgroup-options-957">linkgroup options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-linkgroup-options_002c-demo-1253">linkgroup options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-linkgroup-type-977">linkgroup type</a>: <a href="#Setting-group-types">Setting group types</a></li>
-<li><a href="#index-linkgroup-type-956">linkgroup type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
-<li><a href="#index-links_002c-hypertext-516">links, hypertext</a>: <a href="#Hyperlinks">Hyperlinks</a></li>
-<li><a href="#index-list-of-figures-181">list of figures</a>: <a href="#Alternative-contents-files">Alternative contents files</a></li>
-<li><a href="#index-list-of-tables-182">list of tables</a>: <a href="#Alternative-contents-files">Alternative contents files</a></li>
-<li><a href="#index-listing-files-148">listing files</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-listing-files_002c-demo-1279">listing files, demo</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-lists-113">lists</a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-lists_002c-formatting-125">lists, formatting</a>: <a href="#Formatting-lists">Formatting lists</a></li>
-<li><a href="#index-lists_002c-hyperlinks-577">lists, hyperlinks</a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
-<li><a href="#index-logos-409">logos</a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-lookahead-without-spaces-1211">lookahead without spaces</a>: <a href="#g_t_005cfuturenonspacelet">\futurenonspacelet</a></li>
-<li><a href="#index-loops-1160">loops</a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-lscommnt_002etex-1277"><code>lscommnt.tex</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-magnification_002c-hyperlink-destination-804">magnification, hyperlink destination</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-makeindex-631"><code>makeindex</code></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
-<li><a href="#index-makeindex-227"><code>makeindex</code></a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-letterspacing-524">letterspacing</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-linear-systems-theory-1110">linear systems theory</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-lines-1050">lines</a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
+<li><a href="#index-link-group-563">link group</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
+<li><a href="#index-link-options-553">link options</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-link-options_002c-common-716">link options, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-link-options_002c-_0040code_007bdvipdfm_007d-900">link options, <code>dvipdfm</code></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-link-options_002c-_0040code_007bhypertex_007d-770">link options, <code>hypertex</code></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
+<li><a href="#index-link-options_002c-_0040code_007bpdftex_007d-899">link options, <code>pdftex</code></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-link-type-550">link type</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-link-types_002c-_0040code_007bdvipdfm_007d-859">link types, <code>dvipdfm</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-link-types_002c-_0040code_007bhypertex_007d-748">link types, <code>hypertex</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-link-types_002c-_0040code_007bpdftex_007d-858">link types, <code>pdftex</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-link_002c-group-options-1015">link, group options</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-link_002c-group-options-978">link, group options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-link_002c-group-options_002c-demo-1275">link, group options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-link_002c-group-type-999">link, group type</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-link_002c-group-type-977">link, group type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-linkgroup-564">linkgroup</a>: <a href="#Implicit-hyperlinks">Implicit hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060cite_0027-593">linkgroup `cite'</a>: <a href="#Citation-hyperlinks">Citation hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060eq_0027-1032">linkgroup `eq'</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-linkgroup-_0060eq_0027-643">linkgroup `eq'</a>: <a href="#Equation-reference-hyperlinks">Equation reference hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060foot_0027-691">linkgroup `foot'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060footback_0027-692">linkgroup `footback'</a>: <a href="#Footnote-hyperlinks">Footnote hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060hrefext_0027-575">linkgroup `hrefext'</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060hrefint_0027-571">linkgroup `hrefint'</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060idx_0027-651">linkgroup `idx'</a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060ref_0027-611">linkgroup `ref'</a>: <a href="#Cross_002dreference-hyperlinks">Cross-reference hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060url_0027-581">linkgroup `url'</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-linkgroup-_0060xref_0027-628">linkgroup `xref'</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-linkgroup-options-1016">linkgroup options</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-linkgroup-options-980">linkgroup options</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-linkgroup-options_002c-demo-1276">linkgroup options, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-linkgroup-type-1000">linkgroup type</a>: <a href="#Setting-group-types">Setting group types</a></li>
+<li><a href="#index-linkgroup-type-979">linkgroup type</a>: <a href="#Setting-hyperlink-types-and-options">Setting hyperlink types and options</a></li>
+<li><a href="#index-links_002c-hypertext-539">links, hypertext</a>: <a href="#Hyperlinks">Hyperlinks</a></li>
+<li><a href="#index-list-of-figures-194">list of figures</a>: <a href="#Alternative-contents-files">Alternative contents files</a></li>
+<li><a href="#index-list-of-tables-195">list of tables</a>: <a href="#Alternative-contents-files">Alternative contents files</a></li>
+<li><a href="#index-listing-files-157">listing files</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-listing-files_002c-demo-1302">listing files, demo</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-lists-122">lists</a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-lists_002c-formatting-134">lists, formatting</a>: <a href="#Formatting-lists">Formatting lists</a></li>
+<li><a href="#index-lists_002c-hyperlinks-600">lists, hyperlinks</a>: <a href="#List-hyperlinks">List hyperlinks</a></li>
+<li><a href="#index-logos-424">logos</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-lookahead-without-spaces-1234">lookahead without spaces</a>: <a href="#g_t_005cfuturenonspacelet">\futurenonspacelet</a></li>
+<li><a href="#index-loops-1183">loops</a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-lscommnt_002etex-1300"><code>lscommnt.tex</code></a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-magnification_002c-hyperlink-destination-827">magnification, hyperlink destination</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-makeindex-654"><code>makeindex</code></a>: <a href="#Index-hyperlinks">Index hyperlinks</a></li>
+<li><a href="#index-makeindex-242"><code>makeindex</code></a>: <a href="#Indexing">Indexing</a></li>
<li><a href="#index-makeindex-34"><code>makeindex</code></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
-<li><a href="#index-margins_002c-changing-361">margins, changing</a>: <a href="#Margins">Margins</a></li>
-<li><a href="#index-margins_002c-index-terms-in-281">margins, index terms in</a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-margins_002c-changing-376">margins, changing</a>: <a href="#Margins">Margins</a></li>
+<li><a href="#index-margins_002c-index-terms-in-296">margins, index terms in</a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
<li><a href="#index-mathematics-displays_002c-formatting-95">mathematics displays, formatting</a>: <a href="#Displays">Displays</a></li>
-<li><a href="#index-mathematics-displays_002c-hyperlinks-1002">mathematics displays, hyperlinks</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-mathematics-displays_002c-hyperlinks-688">mathematics displays, hyperlinks</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-Metafont-422">Metafont</a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-miniltx_002etex-449"><code>miniltx.tex</code></a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
-<li><a href="#index-minimal-realizations-1086">minimal realizations</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-modifying-index-entries_0027-page-numbers-257">modifying index entries' page numbers</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-morphisms-1031">morphisms</a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-multiple-column-output-376">multiple column output</a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-multiple-indexes-231">multiple indexes</a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-named-destination-842">named destination</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-named-destination-729">named destination</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-names_002c-of-_0040TeX_007b_007d-variants-410">names, of TeX variants</a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-new-window_002c-opening-hyperlink-in-912">new window, opening hyperlink in</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-mathematics-displays_002c-hyperlinks-1025">mathematics displays, hyperlinks</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-mathematics-displays_002c-hyperlinks-711">mathematics displays, hyperlinks</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-Metafont-441">Metafont</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-miniltx_002etex-472"><code>miniltx.tex</code></a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
+<li><a href="#index-minimal-realizations-1109">minimal realizations</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-modifying-index-entries_0027-page-numbers-272">modifying index entries' page numbers</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-morphisms-1054">morphisms</a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-multiple-column-output-391">multiple column output</a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-multiple-indexes-246">multiple indexes</a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-named-destination-865">named destination</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-named-destination-752">named destination</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-names_002c-of-_0040TeX_007b_007d-variants-425">names, of TeX variants</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-new-window_002c-opening-hyperlink-in-935">new window, opening hyperlink in</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
<li><a href="#index-newlinechar-46">newlinechar</a>: <a href="#Diagnostics">Diagnostics</a></li>
-<li><a href="#index-newlines_002c-obeying-1216">newlines, obeying</a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
-<li><a href="#index-g_t_0040code_007bnolinks_007d_002c-hyperlink-driver-924"><code>nolinks</code>, hyperlink driver</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-numbered-destination-873">numbered destination</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-numbered-lists-114">numbered lists</a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-newlines_002c-obeying-1239">newlines, obeying</a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
+<li><a href="#index-g_t_0040code_007bnolinks_007d_002c-hyperlink-driver-947"><code>nolinks</code>, hyperlink driver</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-numbered-destination-896">numbered destination</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-numbered-lists-123">numbered lists</a>: <a href="#Lists">Lists</a></li>
<li><a href="#index-numbered-references-72">numbered references</a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-numbers_002c-detecting-1205">numbers, detecting</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
-<li><a href="#index-numbers_002c-written-form-of-1220">numbers, written form of</a>: <a href="#Writing-out-numbers">Writing out numbers</a></li>
-<li><a href="#index-Oberdiek_002c-Heiko-442">Oberdiek, Heiko</a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
-<li><a href="#index-omitting-hyperlinks-1013">omitting hyperlinks</a>: <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a></li>
-<li><a href="#index-omitting-hyperlinks-927">omitting hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-omitting-typesetting-of-graphics-482">omitting typesetting of graphics</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-open-boxes-430">open boxes</a>: <a href="#Boxes">Boxes</a></li>
-<li><a href="#index-option-list_002c-group-1010">option list, group</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-option-list_002c-preserving-for-group-1000">option list, preserving for group</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-options_002c-destination_002c-common-682">options, destination, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-options_002c-destination_002c-_0040code_007bdvipdfm_007d-797">options, destination, <code>dvipdfm</code></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-options_002c-destination_002c-_0040code_007bhypertex_007d-722">options, destination, <code>hypertex</code></a>: <a href="#Destination-options-for-hypertex">Destination options for hypertex</a></li>
-<li><a href="#index-options_002c-destination_002c-_0040code_007bpdftex_007d-796">options, destination, <code>pdftex</code></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-options_002c-link-and-destination-532">options, link and destination</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-options_002c-link_002c-common-694">options, link, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-options_002c-link_002c-_0040code_007bdvipdfm_007d-879">options, link, <code>dvipdfm</code></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-options_002c-link_002c-_0040code_007bhypertex_007d-748">options, link, <code>hypertex</code></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
-<li><a href="#index-options_002c-link_002c-_0040code_007bpdftex_007d-878">options, link, <code>pdftex</code></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-ordered-list-115">ordered list</a>: <a href="#Lists">Lists</a></li>
-<li><a href="#index-output-routine-and-index-proofing-296">output routine and index proofing</a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-overstriking-505">overstriking</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-packages_002c-_0040LaTeX_007b_007d-512">packages, LaTeX</a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
-<li><a href="#index-packages_002c-_0040LaTeX_007b_007d-462">packages, LaTeX</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-packages_002c-_0040LaTeX_007b_007d-444">packages, LaTeX</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
-<li><a href="#index-page-destination-850">page destination</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-page-list_002c-parsing-647">page list, parsing</a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
-<li><a href="#index-page-range_002c-parsing-646">page range, parsing</a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
-<li><a href="#index-page-reference-hyperlink-597">page reference hyperlink</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
-<li><a href="#index-page_002dbreaking_002c-preserving-with-hyperlinks-933">page-breaking, preserving with hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-parsing-page-numbers-648">parsing page numbers</a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
+<li><a href="#index-numbers_002c-detecting-1228">numbers, detecting</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
+<li><a href="#index-numbers_002c-written-form-of-1243">numbers, written form of</a>: <a href="#Writing-out-numbers">Writing out numbers</a></li>
+<li><a href="#index-Oberdiek_002c-Heiko-465">Oberdiek, Heiko</a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
+<li><a href="#index-omitting-hyperlinks-1036">omitting hyperlinks</a>: <a href="#Turning-hyperlinks-on_002foff">Turning hyperlinks on/off</a></li>
+<li><a href="#index-omitting-hyperlinks-950">omitting hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-omitting-typesetting-of-graphics-505">omitting typesetting of graphics</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-open-boxes-453">open boxes</a>: <a href="#Boxes">Boxes</a></li>
+<li><a href="#index-option-list_002c-group-1033">option list, group</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-option-list_002c-preserving-for-group-1023">option list, preserving for group</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-options_002c-destination_002c-common-705">options, destination, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-options_002c-destination_002c-_0040code_007bdvipdfm_007d-820">options, destination, <code>dvipdfm</code></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-options_002c-destination_002c-_0040code_007bhypertex_007d-745">options, destination, <code>hypertex</code></a>: <a href="#Destination-options-for-hypertex">Destination options for hypertex</a></li>
+<li><a href="#index-options_002c-destination_002c-_0040code_007bpdftex_007d-819">options, destination, <code>pdftex</code></a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-options_002c-link-and-destination-555">options, link and destination</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-options_002c-link_002c-common-717">options, link, common</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-options_002c-link_002c-_0040code_007bdvipdfm_007d-902">options, link, <code>dvipdfm</code></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-options_002c-link_002c-_0040code_007bhypertex_007d-771">options, link, <code>hypertex</code></a>: <a href="#Link-options-for-hypertex">Link options for hypertex</a></li>
+<li><a href="#index-options_002c-link_002c-_0040code_007bpdftex_007d-901">options, link, <code>pdftex</code></a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-ordered-list-124">ordered list</a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-output-routine-and-index-proofing-311">output routine and index proofing</a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-overstriking-528">overstriking</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-packages_002c-_0040LaTeX_007b_007d-535">packages, LaTeX</a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
+<li><a href="#index-packages_002c-_0040LaTeX_007b_007d-485">packages, LaTeX</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-packages_002c-_0040LaTeX_007b_007d-467">packages, LaTeX</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
+<li><a href="#index-page-destination-873">page destination</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-page-list_002c-parsing-670">page list, parsing</a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
+<li><a href="#index-page-range_002c-parsing-669">page range, parsing</a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
+<li><a href="#index-page-reference-hyperlink-620">page reference hyperlink</a>: <a href="#Page-reference-hyperlinks">Page reference hyperlinks</a></li>
+<li><a href="#index-page_002dbreaking_002c-preserving-with-hyperlinks-956">page-breaking, preserving with hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-parsing-page-numbers-671">parsing page numbers</a>: <a href="#Page-destinations-for-index-terms">Page destinations for index terms</a></li>
<li><a href="#index-Patashnik_002c-Oren-56">Patashnik, Oren</a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-pathnames_002c-breaking-508">pathnames, breaking</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-pathnames_002c-breaking-402">pathnames, breaking</a>: <a href="#Paths">Paths</a></li>
-<li><a href="#index-g_t_0040acronym_007bPDF_007d-493"><acronym>PDF</acronym></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-g_t_0040acronym_007bPDF_007d-output-436"><acronym>PDF</acronym> output</a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
-<li><a href="#index-pdftex-523"><code>pdftex</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-pdftex-437"><code>pdftex</code></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
+<li><a href="#index-pathnames_002c-breaking-531">pathnames, breaking</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-pathnames_002c-breaking-417">pathnames, breaking</a>: <a href="#Paths">Paths</a></li>
+<li><a href="#index-g_t_0040acronym_007bPDF_007d-516"><acronym>PDF</acronym></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-g_t_0040acronym_007bPDF_007d-output-459"><acronym>PDF</acronym> output</a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
+<li><a href="#index-pdftex-546"><code>pdftex</code></a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-pdftex-460"><code>pdftex</code></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
<li><a href="#index-pdftex-35"><code>pdftex</code></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
-<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-destination-options-798"><code>pdftex</code>, destination options</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-destination-types-765"><code>pdftex</code>, destination types</a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-hyperlink-driver-755"><code>pdftex</code>, hyperlink driver</a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-link-options-880"><code>pdftex</code>, link options</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-link-types-839"><code>pdftex</code>, link types</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-pdf_0040TeX_007b_007d_002c-problems-using-color-and-graphics-477">pdfTeX, problems using color and graphics</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-pdf_0040TeX_007b_007d_002c-problems-with-_0040file_007bsupp_002dmis_002etex_007d-478">pdfTeX, problems with <samp><span class="file">supp-mis.tex</span></samp></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-pict2e_002esty-514"><code>pict2e.sty</code></a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
-<li><a href="#index-picture-mode-1026">picture mode</a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
-<li><a href="#index-picture-mode-464">picture mode</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-Portable-Document-Format-492">Portable Document Format</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-PostScript-point-904">PostScript point</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-PostScript-point-818">PostScript point</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
-<li><a href="#index-PostScript-point-789">PostScript point</a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-proofing-index-terms-279">proofing index terms</a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
-<li><a href="#index-properties-1190">properties</a>: <a href="#Properties">Properties</a></li>
-<li><a href="#index-ps2pdf-708"><code>ps2pdf</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
-<li><a href="#index-psfrag_002esty-496"><code>psfrag.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-quadruple-column-output-375">quadruple column output</a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-Rahtz_002c-Sebastian-451">Rahtz, Sebastian</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
-<li><a href="#index-raising-hyperlink-destinations-1007">raising hyperlink destinations</a>: <a href="#Setting-group-options">Setting group options</a></li>
-<li><a href="#index-raising-hyperlink-destinations-684">raising hyperlink destinations</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
-<li><a href="#index-ranges-and-index-entry-262">ranges and index entry</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-recognizing-numbers-1208">recognizing numbers</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
-<li><a href="#index-rectangles-428">rectangles</a>: <a href="#Boxes">Boxes</a></li>
+<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-destination-options-821"><code>pdftex</code>, destination options</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-destination-types-788"><code>pdftex</code>, destination types</a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-hyperlink-driver-778"><code>pdftex</code>, hyperlink driver</a>: <a href="#Hyperlink-drivers-pdftex-and-dvipdfm">Hyperlink drivers pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-link-options-903"><code>pdftex</code>, link options</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040code_007bpdftex_007d_002c-link-types-862"><code>pdftex</code>, link types</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-pdf_0040TeX_007b_007d_002c-problems-using-color-and-graphics-500">pdfTeX, problems using color and graphics</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-pdf_0040TeX_007b_007d_002c-problems-with-_0040file_007bsupp_002dmis_002etex_007d-501">pdfTeX, problems with <samp><span class="file">supp-mis.tex</span></samp></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-pict2e_002esty-537"><code>pict2e.sty</code></a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
+<li><a href="#index-picture-mode-1049">picture mode</a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
+<li><a href="#index-picture-mode-487">picture mode</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-Portable-Document-Format-515">Portable Document Format</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-PostScript-point-927">PostScript point</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-PostScript-point-841">PostScript point</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-PostScript-point-812">PostScript point</a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-proofing-index-terms-294">proofing index terms</a>: <a href="#Proofing-index-terms">Proofing index terms</a></li>
+<li><a href="#index-properties-1213">properties</a>: <a href="#Properties">Properties</a></li>
+<li><a href="#index-ps2pdf-731"><code>ps2pdf</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-psfrag_002esty-519"><code>psfrag.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-quadruple-column-output-390">quadruple column output</a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-Rahtz_002c-Sebastian-474">Rahtz, Sebastian</a>: <a href="#Loading-LaTeX-packages">Loading LaTeX packages</a></li>
+<li><a href="#index-raising-hyperlink-destinations-1030">raising hyperlink destinations</a>: <a href="#Setting-group-options">Setting group options</a></li>
+<li><a href="#index-raising-hyperlink-destinations-707">raising hyperlink destinations</a>: <a href="#Options-supported-by-all-drivers">Options supported by all drivers</a></li>
+<li><a href="#index-ranges-and-index-entry-277">ranges and index entry</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-recognizing-numbers-1231">recognizing numbers</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
+<li><a href="#index-rectangles-451">rectangles</a>: <a href="#Boxes">Boxes</a></li>
<li><a href="#index-references_002c-alphanumeric-76">references, alphanumeric</a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-references_002c-defining-general-192">references, defining general</a>: <a href="#Using-generic-references">Using generic references</a></li>
-<li><a href="#index-references_002c-defining-general-188">references, defining general</a>: <a href="#Defining-generic-references">Defining generic references</a></li>
+<li><a href="#index-references_002c-defining-general-205">references, defining general</a>: <a href="#Using-generic-references">Using generic references</a></li>
+<li><a href="#index-references_002c-defining-general-201">references, defining general</a>: <a href="#Defining-generic-references">Defining generic references</a></li>
<li><a href="#index-references_002c-numbered-73">references, numbered</a>: <a href="#Citations">Citations</a></li>
-<li><a href="#index-register-allocation-1142">register allocation</a>: <a href="#Allocation-macros">Allocation macros</a></li>
-<li><a href="#index-restoring-_0040code_007b_005cinput_007d_002c-_0040LaTeX_007b_007d-packages-457">restoring <code>\input</code>, LaTeX packages</a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
-<li><a href="#index-return-character-1136">return character</a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-right_002djustification-351">right-justification</a>: <a href="#Justification">Justification</a></li>
+<li><a href="#index-register-allocation-1165">register allocation</a>: <a href="#Allocation-macros">Allocation macros</a></li>
+<li><a href="#index-restoring-_0040code_007b_005cinput_007d_002c-_0040LaTeX_007b_007d-packages-480">restoring <code>\input</code>, LaTeX packages</a>: <a href="#Environment-for-loading-packages">Environment for loading packages</a></li>
+<li><a href="#index-return-character-1159">return character</a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-right_002djustification-366">right-justification</a>: <a href="#Justification">Justification</a></li>
<li><a href="#index-rms-7">rms</a>: <a href="#Introduction">Introduction</a></li>
-<li><a href="#index-rotation-473">rotation</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-rotation_002c-demo-1268">rotation, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-rotation-496">rotation</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-rotation_002c-demo-1291">rotation, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
<li><a href="#index-rule-thickness-47">rule thickness</a>: <a href="#Rules">Rules</a></li>
-<li><a href="#index-g_t_0040samp_007brun_003a_007d-links-554">`<samp><span class="samp">run:</span></samp>' links</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
-<li><a href="#index-scaling-474">scaling</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-scaling_002c-demo-1269">scaling, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-sed-347"><code>sed</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-see-also-index-entries-and-hyperlinks-660">see also index entries and hyperlinks</a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
-<li><a href="#index-see-also-index-entries-and-sorting-336">see also index entries and sorting</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-see_002c-and-index-entries-343">see, and index entries</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-see_002c-and-index-entries-264">see, and index entries</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
-<li><a href="#index-see_002c-and-index-entries_002c-hyperlinks-661">see, and index entries, hyperlinks</a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
-<li><a href="#index-silent-indexing-238">silent indexing</a>: <a href="#Indexing-terms">Indexing terms</a></li>
-<li><a href="#index-skipping-tokens-1202">skipping tokens</a>: <a href="#g_t_005cifempty">\ifempty</a></li>
-<li><a href="#index-skipping-tokens-1197">skipping tokens</a>: <a href="#g_t_005cifundefined">\ifundefined</a></li>
-<li><a href="#index-SLi_0040TeX_007b_007d-424">SLiTeX</a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-Snake-Lemma-1077">Snake Lemma</a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
-<li><a href="#index-solid-hyperlink-border-891">solid hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-sorting-an-index-225">sorting an index</a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-sorting-of-index-entries-254">sorting of index entries</a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-soul_002esty-500"><code>soul.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-space-above-index-entries-314">space above index entries</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-spaces_002c-ignoring-1212">spaces, ignoring</a>: <a href="#g_t_005cfuturenonspacelet">\futurenonspacelet</a></li>
-<li><a href="#index-spaces_002c-obeying-1215">spaces, obeying</a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
-<li><a href="#index-spaces_002c-trailing-and-indexing-commands-241">spaces, trailing and indexing commands</a>: <a href="#Indexing-terms">Indexing terms</a></li>
-<li><a href="#index-spacing-out-502">spacing out</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-spacing_002c-preserving-with-hyperlinks-931">spacing, preserving with hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-special-characters_002c-in-index-entries-268">special characters, in index entries</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-special-characters_002c-in-table-of-contents-172">special characters, in table of contents</a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
+<li><a href="#index-g_t_0040samp_007brun_003a_007d-links-577">&lsquo;<samp><span class="samp">run:</span></samp>&rsquo; links</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
+<li><a href="#index-scaling-497">scaling</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-scaling_002c-demo-1292">scaling, demo</a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-sed-362"><code>sed</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-see-also-index-entries-and-hyperlinks-683">see also index entries and hyperlinks</a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
+<li><a href="#index-see-also-index-entries-and-sorting-351">see also index entries and sorting</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-see_002c-and-index-entries-358">see, and index entries</a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-see_002c-and-index-entries-279">see, and index entries</a>: <a href="#Modifying-index-entries">Modifying index entries</a></li>
+<li><a href="#index-see_002c-and-index-entries_002c-hyperlinks-684">see, and index entries, hyperlinks</a>: <a href="#Hyperlinks-in-see-and-see-also-entries">Hyperlinks in see and see also entries</a></li>
+<li><a href="#index-silent-indexing-253">silent indexing</a>: <a href="#Indexing-terms">Indexing terms</a></li>
+<li><a href="#index-skipping-tokens-1225">skipping tokens</a>: <a href="#g_t_005cifempty">\ifempty</a></li>
+<li><a href="#index-skipping-tokens-1220">skipping tokens</a>: <a href="#g_t_005cifundefined">\ifundefined</a></li>
+<li><a href="#index-SLi_0040TeX_007b_007d-443">SLiTeX</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-Snake-Lemma-1100">Snake Lemma</a>: <a href="#Arrows-and-morphisms">Arrows and morphisms</a></li>
+<li><a href="#index-solid-hyperlink-border-914">solid hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-sorting-an-index-240">sorting an index</a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-sorting-of-index-entries-269">sorting of index entries</a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-soul_002esty-523"><code>soul.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-space-above-index-entries-329">space above index entries</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-spaces_002c-ignoring-1235">spaces, ignoring</a>: <a href="#g_t_005cfuturenonspacelet">\futurenonspacelet</a></li>
+<li><a href="#index-spaces_002c-obeying-1238">spaces, obeying</a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
+<li><a href="#index-spaces_002c-trailing-and-indexing-commands-256">spaces, trailing and indexing commands</a>: <a href="#Indexing-terms">Indexing terms</a></li>
+<li><a href="#index-spacing-out-525">spacing out</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-spacing_002c-preserving-with-hyperlinks-954">spacing, preserving with hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-special-characters-171">special characters</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-special-characters_002c-in-index-entries-283">special characters, in index entries</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-special-characters_002c-in-table-of-contents-185">special characters, in table of contents</a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
<li><a href="#index-Stallman_002c-Richard-6">Stallman, Richard</a>: <a href="#Introduction">Introduction</a></li>
-<li><a href="#index-striking-out-504">striking out</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-style_002c-hyperlink-border-897">style, hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-subequations_002c-referring-to-219">subequations, referring to</a>: <a href="#Subequation-references">Subequation references</a></li>
-<li><a href="#index-subterm-in-indexing-239">subterm in indexing</a>: <a href="#Indexing-terms">Indexing terms</a></li>
-<li><a href="#index-supp_002dmis_002etex_0040r_007b_002c-problems-with-pdf_0040TeX_007b_007d_007d-480"><code>supp-mis.tex</code><span class="roman">, problems with pdfTeX</span></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-supp_002dpdf_002etex-481"><code>supp-pdf.tex</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-table-of-contents-162">table of contents</a>: <a href="#Contents">Contents</a></li>
-<li><a href="#index-table-of-contents_002c-and-verbatim-text-169">table of contents, and verbatim text</a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
-<li><a href="#index-table-of-contents_002c-hyperlinks-677">table of contents, hyperlinks</a>: <a href="#Contents-hyperlinks">Contents hyperlinks</a></li>
-<li><a href="#index-table-of-contents_002c-short-1175">table of contents, short</a>: <a href="#Macro-arguments">Macro arguments</a></li>
-<li><a href="#index-table-of-contents_002c-short-175">table of contents, short</a>: <a href="#Reading-the-_002etoc-file">Reading the .toc file</a></li>
-<li><a href="#index-tables-357">tables</a>: <a href="#Tables">Tables</a></li>
-<li><a href="#index-tabs-1219">tabs</a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
-<li><a href="#index-g_t_0040i_007b_0040TeX_007b_007d-by-Topic_007d-1169"><i>TeX by Topic</i></a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-g_t_0040TeX_007b_007d-Frequently-Asked-Question-1210">TeX Frequently Asked Question</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
+<li><a href="#index-striking-out-527">striking out</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-style_002c-hyperlink-border-920">style, hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-subequations_002c-referring-to-234">subequations, referring to</a>: <a href="#Subequation-references">Subequation references</a></li>
+<li><a href="#index-subterm-in-indexing-254">subterm in indexing</a>: <a href="#Indexing-terms">Indexing terms</a></li>
+<li><a href="#index-supp_002dmis_002etex_0040r_007b_002c-problems-with-pdf_0040TeX_007b_007d_007d-503"><code>supp-mis.tex</code><span class="roman">, problems with pdfTeX</span></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-supp_002dpdf_002etex-504"><code>supp-pdf.tex</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-table-of-contents-175">table of contents</a>: <a href="#Contents">Contents</a></li>
+<li><a href="#index-table-of-contents_002c-and-verbatim-text-182">table of contents, and verbatim text</a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
+<li><a href="#index-table-of-contents_002c-hyperlinks-700">table of contents, hyperlinks</a>: <a href="#Contents-hyperlinks">Contents hyperlinks</a></li>
+<li><a href="#index-table-of-contents_002c-short-1198">table of contents, short</a>: <a href="#Macro-arguments">Macro arguments</a></li>
+<li><a href="#index-table-of-contents_002c-short-188">table of contents, short</a>: <a href="#Reading-the-_002etoc-file">Reading the .toc file</a></li>
+<li><a href="#index-tables-372">tables</a>: <a href="#Tables">Tables</a></li>
+<li><a href="#index-tabs-1242">tabs</a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
+<li><a href="#index-g_t_0040i_007b_0040TeX_007b_007d-by-Topic_007d-1192"><i>TeX by Topic</i></a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-g_t_0040TeX_007b_007d-Frequently-Asked-Question-1233">TeX Frequently Asked Question</a>: <a href="#g_t_005cifinteger-and-_005cisinteger">\ifinteger and \isinteger</a></li>
<li><a href="#index-TEXFORMATS-23"><code>TEXFORMATS</code></a>: <a href="#Installation">Installation</a></li>
-<li><a href="#index-texi2dvi-230"><code>texi2dvi</code></a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-texi2dvi-245"><code>texi2dvi</code></a>: <a href="#Indexing">Indexing</a></li>
<li><a href="#index-texi2dvi-74"><code>texi2dvi</code></a>: <a href="#Citations">Citations</a></li>
<li><a href="#index-texi2dvi-32"><code>texi2dvi</code></a>: <a href="#Invoking-Eplain">Invoking Eplain</a></li>
<li><a href="#index-Texinfo-5">Texinfo</a>: <a href="#Introduction">Introduction</a></li>
<li><a href="#index-TEXINPUTS-17"><code>TEXINPUTS</code></a>: <a href="#Installation">Installation</a></li>
-<li><a href="#index-time-of-day-106">time of day</a>: <a href="#Time-of-day">Time of day</a></li>
-<li><a href="#index-g_t_0040code_007btoc_007d-files_002c-writing-several-180"><code>toc</code> files, writing several</a>: <a href="#Changing-the-_002etoc-file_0027s-root-name">Changing the .toc file's root name</a></li>
+<li><a href="#index-time-of-day-115">time of day</a>: <a href="#Time-of-day">Time of day</a></li>
+<li><a href="#index-g_t_0040code_007btoc_007d-files_002c-writing-several-193"><code>toc</code> files, writing several</a>: <a href="#Changing-the-_002etoc-file_0027s-root-name">Changing the .toc file's root name</a></li>
<li><a href="#index-tracing-37">tracing</a>: <a href="#Diagnostics">Diagnostics</a></li>
-<li><a href="#index-trailing-spaces-and-indexing-commands-240">trailing spaces and indexing commands</a>: <a href="#Indexing-terms">Indexing terms</a></li>
-<li><a href="#index-trimsee-348"><code>trimsee</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
-<li><a href="#index-triple-column-output-374">triple column output</a>: <a href="#Multiple-columns">Multiple columns</a></li>
-<li><a href="#index-Tu_002c-Loring-W_002e-1081">Tu, Loring W.</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-trailing-spaces-and-indexing-commands-255">trailing spaces and indexing commands</a>: <a href="#Indexing-terms">Indexing terms</a></li>
+<li><a href="#index-trimsee-363"><code>trimsee</code></a>: <a href="#Customizing-indexing">Customizing indexing</a></li>
+<li><a href="#index-triple-column-output-389">triple column output</a>: <a href="#Multiple-columns">Multiple columns</a></li>
+<li><a href="#index-Tu_002c-Loring-W_002e-1104">Tu, Loring W.</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
<li><a href="#index-g_t_0040i_007bTUGboat_007d-12"><i>TUGboat</i></a>: <a href="#Introduction">Introduction</a></li>
-<li><a href="#index-type_002c-link-and-destination-529">type, link and destination</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
-<li><a href="#index-types_002c-destination_002c-_0040code_007bdvipdfm_007d-764">types, destination, <code>dvipdfm</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-types_002c-destination_002c-_0040code_007bhypertex_007d-714">types, destination, <code>hypertex</code></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
-<li><a href="#index-types_002c-destination_002c-_0040code_007bpdftex_007d-763">types, destination, <code>pdftex</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
-<li><a href="#index-types_002c-link_002c-_0040code_007bdvipdfm_007d-838">types, link, <code>dvipdfm</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-types_002c-link_002c-_0040code_007bhypertex_007d-726">types, link, <code>hypertex</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-types_002c-link_002c-_0040code_007bpdftex_007d-837">types, link, <code>pdftex</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-typesetting-an-index-297">typesetting an index</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
-<li><a href="#index-undefined-control-sequence_002c-checking-for-1198">undefined control sequence, checking for</a>: <a href="#g_t_005cifundefined">\ifundefined</a></li>
+<li><a href="#index-type_002c-link-and-destination-552">type, link and destination</a>: <a href="#Introduction-to-hyperlinks">Introduction to hyperlinks</a></li>
+<li><a href="#index-types_002c-destination_002c-_0040code_007bdvipdfm_007d-787">types, destination, <code>dvipdfm</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-types_002c-destination_002c-_0040code_007bhypertex_007d-737">types, destination, <code>hypertex</code></a>: <a href="#Destination-types-for-hypertex">Destination types for hypertex</a></li>
+<li><a href="#index-types_002c-destination_002c-_0040code_007bpdftex_007d-786">types, destination, <code>pdftex</code></a>: <a href="#Destination-types-for-pdftex-and-dvipdfm">Destination types for pdftex and dvipdfm</a></li>
+<li><a href="#index-types_002c-link_002c-_0040code_007bdvipdfm_007d-861">types, link, <code>dvipdfm</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-types_002c-link_002c-_0040code_007bhypertex_007d-749">types, link, <code>hypertex</code></a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-types_002c-link_002c-_0040code_007bpdftex_007d-860">types, link, <code>pdftex</code></a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-typesetting-an-index-312">typesetting an index</a>: <a href="#Typesetting-an-index">Typesetting an index</a></li>
+<li><a href="#index-undefined-control-sequence_002c-checking-for-1221">undefined control sequence, checking for</a>: <a href="#g_t_005cifundefined">\ifundefined</a></li>
<li><a href="#index-undefined-labels_002c-warnings-about-22">undefined labels, warnings about</a>: <a href="#Installation">Installation</a></li>
-<li><a href="#index-underline-hyperlink-border-895">underline hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-underlining-503">underlining</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-underlining-page-numbers-in-index-1237">underlining page numbers in index</a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
-<li><a href="#index-universal-mapping-property-1084">universal mapping property</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-unordered-lists-116">unordered lists</a>: <a href="#Lists">Lists</a></li>
+<li><a href="#index-underline-hyperlink-border-918">underline hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-underlining-526">underlining</a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-underlining-page-numbers-in-index-1260">underlining page numbers in index</a>: <a href="#Page-list-and-page-range-parsers">Page list and page range parsers</a></li>
+<li><a href="#index-universal-mapping-property-1107">universal mapping property</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-unordered-lists-125">unordered lists</a>: <a href="#Lists">Lists</a></li>
<li><a href="#index-upgrading-16">upgrading</a>: <a href="#Installation">Installation</a></li>
-<li><a href="#index-g_t_0040acronym_007bURL_007d-for-_0040file_007bifpdf_002esty_007d-441"><acronym>URL</acronym> for <samp><span class="file">ifpdf.sty</span></samp></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
-<li><a href="#index-g_t_0040acronym_007bURL_007d-for-MakeIndex-226"><acronym>URL</acronym> for MakeIndex</a>: <a href="#Indexing">Indexing</a></li>
-<li><a href="#index-g_t_0040acronym_007bURL_007d-for-_0040file_007bpath_002esty_007d-408"><acronym>URL</acronym> for <samp><span class="file">path.sty</span></samp></a>: <a href="#Paths">Paths</a></li>
-<li><a href="#index-g_t_0040acronym_007bURL_007d-for-pdf_0040TeX_007b_007d-435"><acronym>URL</acronym> for pdfTeX</a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
-<li><a href="#index-g_t_0040acronym_007bURL_007d-for-_0040file_007btexnames_002esty_007d-426"><acronym>URL</acronym> for <samp><span class="file">texnames.sty</span></samp></a>: <a href="#Logos">Logos</a></li>
-<li><a href="#index-g_t_0040acronym_007bURL_007d-hyperlink-846"><acronym>URL</acronym> hyperlink</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
-<li><a href="#index-g_t_0040acronym_007bURL_007d-hyperlink-733"><acronym>URL</acronym> hyperlink</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
-<li><a href="#index-g_t_0040acronym_007bURL_007d-hyperlink-555"><acronym>URL</acronym> hyperlink</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-g_t_0040acronym_007bURL_007d-hyperlink-549"><acronym>URL</acronym> hyperlink</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
-<li><a href="#index-url_002esty-1272"><code>url.sty</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-url_002esty-560"><code>url.sty</code></a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
-<li><a href="#index-url_002esty-507"><code>url.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
-<li><a href="#index-user_002dinaccessible-macros-1129">user-inaccessible macros</a>: <a href="#Category-codes">Category codes</a></li>
-<li><a href="#index-vectors-1028">vectors</a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
-<li><a href="#index-verbatim-listing-147">verbatim listing</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
-<li><a href="#index-verbatim-listing_002c-demo-1278">verbatim listing, demo</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
-<li><a href="#index-verbatim-text_002c-in-index-272">verbatim text, in index</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
-<li><a href="#index-verbatim-text_002c-in-table-of-contents-171">verbatim text, in table of contents</a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
+<li><a href="#index-g_t_0040acronym_007bURL_007d-for-_0040file_007bifpdf_002esty_007d-464"><acronym>URL</acronym> for <samp><span class="file">ifpdf.sty</span></samp></a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
+<li><a href="#index-g_t_0040acronym_007bURL_007d-for-MakeIndex-241"><acronym>URL</acronym> for MakeIndex</a>: <a href="#Indexing">Indexing</a></li>
+<li><a href="#index-g_t_0040acronym_007bURL_007d-for-_0040file_007bpath_002esty_007d-423"><acronym>URL</acronym> for <samp><span class="file">path.sty</span></samp></a>: <a href="#Paths">Paths</a></li>
+<li><a href="#index-g_t_0040acronym_007bURL_007d-for-pdf_0040TeX_007b_007d-458"><acronym>URL</acronym> for pdfTeX</a>: <a href="#Checking-for-PDF-output">Checking for PDF output</a></li>
+<li><a href="#index-g_t_0040acronym_007bURL_007d-for-_0040file_007btexnames_002esty_007d-449"><acronym>URL</acronym> for <samp><span class="file">texnames.sty</span></samp></a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-g_t_0040acronym_007bURL_007d-hyperlink-869"><acronym>URL</acronym> hyperlink</a>: <a href="#Link-types-for-pdftex-and-dvipdfm">Link types for pdftex and dvipdfm</a></li>
+<li><a href="#index-g_t_0040acronym_007bURL_007d-hyperlink-756"><acronym>URL</acronym> hyperlink</a>: <a href="#Link-types-for-hypertex">Link types for hypertex</a></li>
+<li><a href="#index-g_t_0040acronym_007bURL_007d-hyperlink-578"><acronym>URL</acronym> hyperlink</a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-g_t_0040acronym_007bURL_007d-hyperlink-572"><acronym>URL</acronym> hyperlink</a>: <a href="#General-hyperlinks">General hyperlinks</a></li>
+<li><a href="#index-url_002esty-1295"><code>url.sty</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-url_002esty-583"><code>url.sty</code></a>: <a href="#URL-hyperlinks">URL hyperlinks</a></li>
+<li><a href="#index-url_002esty-530"><code>url.sty</code></a>: <a href="#Packages-known-to-work">Packages known to work</a></li>
+<li><a href="#index-user_002dinaccessible-macros-1152">user-inaccessible macros</a>: <a href="#Category-codes">Category codes</a></li>
+<li><a href="#index-vectors-1051">vectors</a>: <a href="#Slanted-lines-and-vectors">Slanted lines and vectors</a></li>
+<li><a href="#index-verbatim-listing-156">verbatim listing</a>: <a href="#Verbatim-listing">Verbatim listing</a></li>
+<li><a href="#index-verbatim-listing_002c-demo-1301">verbatim listing, demo</a>: <a href="#Highlighting-TeX-comments-in-listings-_0028lscommnt_002etex_0029">Highlighting TeX comments in listings (lscommnt.tex)</a></li>
+<li><a href="#index-verbatim-text_002c-in-index-287">verbatim text, in index</a>: <a href="#Index-entries-with-special-characters">Index entries with special characters</a></li>
+<li><a href="#index-verbatim-text_002c-in-table-of-contents-184">verbatim text, in table of contents</a>: <a href="#Writing-the-_002etoc-file">Writing the .toc file</a></li>
<li><a href="#index-version-number-9">version number</a>: <a href="#Introduction">Introduction</a></li>
<li><a href="#index-Walden_002c-David-11">Walden, David</a>: <a href="#Introduction">Introduction</a></li>
-<li><a href="#index-Warner_002c-Frank-W_002e-1083">Warner, Frank W.</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-whatsits-made-by-hyperlinks-937">whatsits made by hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
-<li><a href="#index-whatsits-made-by-index-entries-256">whatsits made by index entries</a>: <a href="#Indexing-commands">Indexing commands</a></li>
-<li><a href="#index-while-loops-1162">while loops</a>: <a href="#Iteration">Iteration</a></li>
-<li><a href="#index-whitespace-1214">whitespace</a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
-<li><a href="#index-width_002c-hyperlink-border-901">width, hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
-<li><a href="#index-writing-several-_0040code_007btoc_007d-files-179">writing several <code>toc</code> files</a>: <a href="#Changing-the-_002etoc-file_0027s-root-name">Changing the .toc file's root name</a></li>
-<li><a href="#index-xcolor_002esty-515"><code>xcolor.sty</code></a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
-<li><a href="#index-xdvi-704"><code>xdvi</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-Warner_002c-Frank-W_002e-1106">Warner, Frank W.</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-whatsits-made-by-hyperlinks-960">whatsits made by hyperlinks</a>: <a href="#Hyperlink-driver-nolinks">Hyperlink driver nolinks</a></li>
+<li><a href="#index-whatsits-made-by-index-entries-271">whatsits made by index entries</a>: <a href="#Indexing-commands">Indexing commands</a></li>
+<li><a href="#index-while-loops-1185">while loops</a>: <a href="#Iteration">Iteration</a></li>
+<li><a href="#index-whitespace-1237">whitespace</a>: <a href="#Obeying-spaces">Obeying spaces</a></li>
+<li><a href="#index-width_002c-hyperlink-border-924">width, hyperlink border</a>: <a href="#Link-options-for-pdftex-and-dvipdfm">Link options for pdftex and dvipdfm</a></li>
+<li><a href="#index-writing-several-_0040code_007btoc_007d-files-192">writing several <code>toc</code> files</a>: <a href="#Changing-the-_002etoc-file_0027s-root-name">Changing the .toc file's root name</a></li>
+<li><a href="#index-xcolor_002esty-538"><code>xcolor.sty</code></a>: <a href="#Packages-known-not-to-work">Packages known not to work</a></li>
+<li><a href="#index-xdvi-727"><code>xdvi</code></a>: <a href="#Hyperlink-driver-hypertex">Hyperlink driver hypertex</a></li>
+<li><a href="#index-XeLa_0040TeX_007b_007d-445">XeLaTeX</a>: <a href="#Logos">Logos</a></li>
<li><a href="#index-xeplain_002etex-2"><code>xeplain.tex</code></a>: <a href="#Introduction">Introduction</a></li>
-<li><a href="#index-xhyper_002etex-1242"><code>xhyper.tex</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
-<li><a href="#index-Zassenhaus_002c-Hans-1098">Zassenhaus, Hans</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
-<li><a href="#index-zooming_002c-hyperlink-destination-805">zooming, hyperlink destination</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
+<li><a href="#index-Xe_0040TeX_007b_007d-447">XeTeX</a>: <a href="#Logos">Logos</a></li>
+<li><a href="#index-xhyper_002etex-1265"><code>xhyper.tex</code></a>: <a href="#Hyperlinks-_0028xhyper_002etex_0029">Hyperlinks (xhyper.tex)</a></li>
+<li><a href="#index-Zassenhaus_002c-Hans-1121">Zassenhaus, Hans</a>: <a href="#Construction-of-commutative-diagrams">Construction of commutative diagrams</a></li>
+<li><a href="#index-zooming_002c-hyperlink-destination-828">zooming, hyperlink destination</a>: <a href="#Destination-options-for-pdftex-and-dvipdfm">Destination options for pdftex and dvipdfm</a></li>
</ul></body></html>
diff --git a/Master/texmf-dist/doc/eplain/doc/eplain.pdf b/Master/texmf-dist/doc/eplain/doc/eplain.pdf
index 4add1a858c7..d99a093638a 100644
--- a/Master/texmf-dist/doc/eplain/doc/eplain.pdf
+++ b/Master/texmf-dist/doc/eplain/doc/eplain.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/eplain/doc/lscommnt.jpg b/Master/texmf-dist/doc/eplain/doc/lscommnt.jpg
index 8b4fb5f64ed..0ad895dc00f 100644
--- a/Master/texmf-dist/doc/eplain/doc/lscommnt.jpg
+++ b/Master/texmf-dist/doc/eplain/doc/lscommnt.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/eplain/doc/xhyper.jpg b/Master/texmf-dist/doc/eplain/doc/xhyper.jpg
index 3204a2e7c72..aa797d53dae 100644
--- a/Master/texmf-dist/doc/eplain/doc/xhyper.jpg
+++ b/Master/texmf-dist/doc/eplain/doc/xhyper.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/eplain/util/idxuniq b/Master/texmf-dist/doc/eplain/util/idxuniq
index 6ee7d225f5c..599d9b593cb 100644
--- a/Master/texmf-dist/doc/eplain/util/idxuniq
+++ b/Master/texmf-dist/doc/eplain/util/idxuniq
@@ -1,26 +1,28 @@
#!/usr/bin/awk -f
-
+#
# (This file is public domain.)
-
+#
+# This file is part of the Eplain macro package.
+#
# This script filters input lines (which are expected to be a list of
# `\indexentry' lines for MakeIndex) eliminating matching lines. The comparison
# is done without regard to hyperlink label names (in the form `IDX*', where `*'
# stands for a non-negative integer).
-
+#
# This has to be done to avoid terms which differ only in hyperlink label names
# embedded into them, because MakeIndex will treat these otherwise identical
# terms as distinct, listing more than once a page number for equivalent terms
# on the same page.
-
+#
# `stripped' array is indexed by `\indexentry' lines stripped off the hyperlink
# label name. For each term, we use its stripped version as a key into the
# `stripped' array to increment its element. This records the fact that we have
# seen the term with such key. Also, we add the (full) `\indexentry' line to
# the `terms' array, but only if we have not yet seen a term with such key.
-
+#
# The idea was borrowed from Edition 3 of `GAWK: Effective AWK Programming: A
# User's Guide for GNU Awk', which contains the following credit:
-
+#
# histsort.awk --- compact a shell history file
# Thanks to Byron Rakitzis for the general idea
diff --git a/Master/texmf-dist/doc/eplain/util/trimsee b/Master/texmf-dist/doc/eplain/util/trimsee
index 8af5ebe6434..00459956f47 100644
--- a/Master/texmf-dist/doc/eplain/util/trimsee
+++ b/Master/texmf-dist/doc/eplain/util/trimsee
@@ -1,6 +1,6 @@
#!/bin/sh
-
# (This file is public domain.)
+# This file is part of the Eplain macro package.
help ()
{
@@ -25,7 +25,7 @@ EOF
check_missing_arg ()
{
- if (( $1 < 2 )); then
+ if test "$1" -lt 2; then
echo "Missing argument to option '$2'" 1>&2
exit 1
fi