summaryrefslogtreecommitdiff
path: root/Master/texmf/doc
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/doc
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/doc')
-rw-r--r--Master/texmf/doc/info/eplain.info558
1 files changed, 309 insertions, 249 deletions
diff --git a/Master/texmf/doc/info/eplain.info b/Master/texmf/doc/info/eplain.info
index 8ea926d5053..b99257c263e 100644
--- a/Master/texmf/doc/info/eplain.info
+++ b/Master/texmf/doc/info/eplain.info
@@ -1,6 +1,6 @@
-This is eplain.info, produced by makeinfo version 4.8 from eplain.texi.
+This is eplain.info, produced by makeinfo version 4.13 from eplain.texi.
- This manual documents the Eplain macros, version 3.2, November 2007.
+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.
@@ -23,7 +23,7 @@ File: eplain.info, Node: Top, Next: Introduction, Up: (dir)
Eplain
******
-This manual documents the Eplain macros, version 3.2, November 2007.
+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.
@@ -409,7 +409,9 @@ where `\undefined' must never acquire a definition.
The file `eplain.tex' is all of these files merged together, with
-comments removed.
+comments removed. The original sources can be found in Eplain source
+zip archive in your TeX distribution, on CTAN or on Eplain's home page
+at `http://tug.org/eplain'.
All of these files except `xeplain.tex' can be input individually,
if all you want are the definitions in that file.
@@ -588,6 +590,11 @@ is a collection of papers--you can tell Eplain to use a different root
name for the `.bbl' file by defining the control sequence
`\bblfilebasename'. The default definition is simply `\jobname'.
+ On the other hand, if your document's bibliography is very simple,
+you may prefer to create the `.bbl' file yourself, by hand, instead of
+using BibTeX. An annotated example of this approach is also given
+below.
+
See the document `BibTeXing' (whose text is in the file
`btxdoc.tex', which should be in the Eplain distribution you got) for
information on how to write your .bib files. Both the BibTeX and the
@@ -648,14 +655,21 @@ bibliography data is in `knuth.bib' (as the `\bibliography' command
says), the following commands do what's required. (`$ ' represents the
shell prompt.)
- $ 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)
+ $ 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)
The `texi2dvi' program can help you automate this process (*note
Invoking Eplain::).
+ For simple documents you might choose to write the `.bbl' file
+yourself, instead of running BibTeX. For this scenario, the following
+commands should suffice:
+
+ $ tex citex (read citex.bbl, produces undefined citation messages)
+ $ tex citex (one more time, to resolve the references)
+
The output looks something like (because we used the plain
bibliography style):
@@ -810,6 +824,13 @@ alignments inside math displays, `\displaylines', `\eqalignno', and
this formatting by inserting `\hfill' glue, as explained in `The
TeXbook'.
+ Eplain defines `\eqnum' and `\eqalignnum' which can be set up to
+produce either left-aligned or right-aligned equation numbers.
+`\lefteqnumbers' (`\righteqnumbers') will define `\eqnum' to expand to
+`\eqno' (`\leqno'), and `\eqalignnum' to expand to `\eqalignno'
+(`\leqalignno'). Default is `\righteqnumbers' (right-aligned equation
+numbers).
+
* Menu:
* Formatting displays:: General formatting of displays.
@@ -823,8 +844,7 @@ File: eplain.info, Node: Formatting displays, Up: Displays
If you want some other kind of formatting, you can write a definition
of your own, analogous to `\leftdisplays'. You need only make sure
that `\leftdisplaysetup' is called at the beginning of every display
-(presumably by invoking it in TeX's `\everydisplay' parameter), and to
-define `\generaldisplay'.
+(presumably by invoking it in TeX's `\everydisplay' parameter).
`\leftdisplays' expands the old value of `\everydisplay' before
calling `\leftdisplaysetup', so that any changes you have made to it
@@ -1026,6 +1046,17 @@ depending on the catcode of the character. The argument to
`\verbatimescapechar' is used as `\catcode `CHAR', so the exact rules
follow that for `\catcode'.
+ To reset the category code of all special characters to 12
+("other"), `\verbatim' uses `\uncatcodespecials' (*note Category
+codes::). If you make additional characters "special", you should
+extend `\dospecials' to include those characters, lest they be given
+special treatment inside verbatim environments. For example,
+
+ \catcode`\A=\active
+ % Try commenting out the following line.
+ \expandafter\def\expandafter\dospecials\expandafter{\dospecials\do\A}
+ \verbatimA#$%_^|endverbatim
+
Because `\verbatim' must change the category code of special
characters, calling inside a macro definition of your own does not work
properly. For example:
@@ -1217,7 +1248,7 @@ For example, `(a1 $&^_' is a valid label (assuming the category codes
of plain TeX), but `%#\{' has no valid characters.
You can also do symbolic cross-references for bibliographic citations
-and list items. *Note Citations::, and *Note Lists::.
+and list items. *Note Citations::, and *note Lists::.
Eplain can create hypertext links for the cross-references (*note
Cross-reference hyperlinks::).
@@ -1331,11 +1362,11 @@ them:
`\eqdef{LABEL}'
This defines LABEL to be the current value of `\eqnumber', and, if
- the current context is not inner, then produces a `\eqno' command.
- (The condition makes it possible to use `\eqdef' in an
- `\eqalignno' construction, for example.) The text of the equation
- number is produced using `\eqprint'. *Note Formatting equation
- references::.
+ the current context is not inner, then produces a `\eqnum' command
+ (*note Displays::). (The condition makes it possible to use
+ `\eqdef' in an `\eqalignno' construction, for example.) The text
+ of the equation number is produced using `\eqprint'. *Note
+ Formatting equation references::.
If LABEL is empty, you still get an equation number (although
naturally you can't reliably refer to it). This is useful if you
@@ -1353,9 +1384,9 @@ them:
refer to the new empty-labeled equation.
`\eqdefn{LABEL}'
- This is like `\eqdef', except it always omits the `\eqno' command.
- It can therefore be used in places where `\eqdef' can't; for
- example, in a non-displayed equation. The text of the equation
+ This is like `\eqdef', except it always omits the `\eqnum'
+ command. It can therefore be used in places where `\eqdef' 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.
@@ -1573,6 +1604,14 @@ example,
defines the command `\mdx' to write to the file `foo.mdx'. Eplain
simply does `\defineindex{i}' to define the default commands.
+ 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 `.ind'. For example, if you define an
+additional index with the command `\defineindex{j}', you'll need to run
+MakeIndex like this:
+
+ $ makeindex book.jdx -o book.jnd
+
For each index defined with `\defineindex{N}', Eplain provides a
switch `\ifNdx' which controls whether indexing commands write index
entries to the corresponding index file. However, even when index term
@@ -1785,10 +1824,10 @@ File: eplain.info, Node: Index entries with special characters, Next: Proofing
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 `!' has no special meaning for TeX, it is a
-subentry separator for MakeIndex, therefore you'd have to escape
-occurrences of literal `!' in index terms. Things get even more
-interesting with characters which are special in both TeX and MakeIndex.
+For example, while `!' has no special meaning for TeX, it is a subentry
+separator for MakeIndex, therefore you'd have to escape occurrences of
+literal `!' in index terms. Things get even more interesting with
+characters which are special in both TeX and MakeIndex.
This in turn has some implications for the non-silent forms of the
indexing commands (*note Indexing terms::), since TeX and MakeIndex use
@@ -1809,7 +1848,7 @@ whenever index term contains anything unusual.
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 `.idx' file. The non-silent forms then
-typeset the term by rescanning the verbatim copy, therefore for the
+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--their terms only need to become valid TeX input
@@ -2134,11 +2173,9 @@ File: eplain.info, Node: Tables, Next: Margins, Prev: Justification, Up: Use
===========
Eplain provides a single command, `\makecolumns', to make generating
-one particular kind of table easier. More ambitious macro packages
-might be helpful to you for more difficult applications. The files
-`ruled.tex' and `TXSruled.tex', available from
-`http://www.ctan.org/tex-archive/macros/texsis', is the only one I know
-of.
+one particular kind of table easier. More ambitious LaTeX styles and
+macro packages tackle more difficult applications. The `autorows'
+feature of the Memoir package provides similar functionality to this.
Many tables are homogenous, i.e., all the entries are semantically
the same. The arrangement into columns is to save space on the page,
@@ -2415,12 +2452,12 @@ Eplain redefines the `\TeX' macro of plain TeX to end with `\null', so
that the proper spacing is produced when `\TeX' is used at the end of a
sentence. The other ...TeX macros listed here do this, also.
- Eplain defines `\AMSTeX', `\BibTeX' `\AMSLaTeX', `\LAMSTeX', `\LaTeX' `\MF', and
-`\SLiTeX' to produce their respective logos. (Sorry, the logos are not
+ Eplain defines `\AMSLaTeX', `\AMSTeX', `\BibTeX' `\eTeX', `\ExTeX', `\LAMSTeX', `\LaTeX', `\MF', `\SLiTeX', `\XeLaTeX', and
+`\XeTeX' to produce their respective logos. (Sorry, the logos are not
shown here.) Some spelling variants of these are also supported.
- All these macros come from `texnames.sty', compiled by Nelson Beebe
-and available at
+ Most of these macros come from `texnames.sty', compiled by Nelson
+Beebe and available at
`http://www.ctan.org/tex-archive/info/biblio/texnames.sty'.

@@ -2688,7 +2725,7 @@ graphicx (`1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)')
download it from
`http://www.tug.org/pracjourn/2005-3/hoeppner'
-epstopdf (`2001/02/04 v1.1 Conversion with epstopdf on the fly (HO)')
+epstopdf (`2009/07/16 v2.2 Conversion with epstopdf on the fly (HO)')
`http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek'
This package does on-the-fly conversion of Encapsulated PostScript
@@ -2746,7 +2783,7 @@ hyperref
This package depends heavily on LaTeX, so that it is mostly
unusable outside of LaTeX. Eplain provides its own macros for
- creating hyperlinks, see *Note Hyperlinks::.
+ creating hyperlinks, see *note Hyperlinks::.
pict2e (`2005/07/15 v0.2r Improved picture commands (HjG,RN)')
`http://www.ctan.org/tex-archive/macros/latex/contrib/pict2e'
@@ -2853,7 +2890,7 @@ this link to point to. A hyperlink is a region in the document (which
can take many forms, for example, text or a picture); when a user
clicks on that region, they will be taken to a place in the document
marked by the corresponding destination. The following two sections
-(*Note Explicit hyperlinks::, and *Note Implicit hyperlinks::) describe
+(*note Explicit hyperlinks::, and *note Implicit hyperlinks::) describe
the macros you can use to define destinations and create links pointing
to those destinations.
@@ -3024,7 +3061,8 @@ linkgroup. The special characters (such as `#' and `~') in the URL
don't need to be escaped. For example:
\href{http://tug.org/eplain/doc/eplain.html#Hyperlinks}{Hyperlinks
- in Eplain}
+ in Eplain}
+ \href{mailto:tex-eplain@tug.org}{Eplain mailing list}
*Note URL hyperlinks::, for another way to create URL hyperlinks.
@@ -3069,6 +3107,9 @@ in plain TeX; *note Packages known to work::):
\enablehyperlinks
\url{http://foo/bar}
+
+ \url{mailto:foobar@example.org}
+
\bye
If the hyperlink driver you use supports the link option `bwidth'
@@ -3085,6 +3126,9 @@ border around them. Try this:
\hlopts{bwidth=0}
\url{http://foo/bar}
+
+ \url{mailto:foobar@example.org}
+
\bye
The command `\hlopts{bwidth=0}' sets border width to zero as the
@@ -3489,10 +3533,10 @@ Link options supported by all drivers
Packages known to work::). The `\color' command is called as
`\color[COLORMODEL]{COLOR}', where COLORMODEL and COLOR are the
definitions of the `colormodel' and `color' options, respectively.
- However, if COLORMODEL is empty, the optional argument to
- `\color' is omitted; and if COLOR is empty, the `\color' command
- is omitted altogether. The default setting is `COLORMODEL=cmyk'
- and `COLOR=0.28,1,1,0.35'.
+ However, if COLORMODEL is empty, the optional argument to `\color'
+ is omitted; and if COLOR is empty, the `\color' command is omitted
+ altogether. The default setting is `COLORMODEL=cmyk' and
+ `COLOR=0.28,1,1,0.35'.
When specifying colors with several components delimited by commas
(e.g., RGB and CMYK colors in the LaTeX `color' package), it is not
@@ -4914,7 +4958,7 @@ expanded.
`The TeXbook' describes `\uncatcodespecials', which makes all
characters which are normally "special" into "other" characters, but
the definition never made it into plain TeX. Eplain therefore defines
-it.
+it. For notes on the usage, *note Verbatim listing::.
Finally, `\percentchar' expands into a literal `%' character. This
is useful when you `\write' TeX output to a file, and want to avoid
@@ -5560,8 +5604,6 @@ File: eplain.info, Node: Hyperlinks (xhyper.tex), Next: Highlighting TeX comme
8.1 Hyperlinks (`xhyper.tex')
=============================
-
-
% (This file is public domain.)
%
% This file demonstrates the following features of Eplain:
@@ -5759,8 +5801,6 @@ File: eplain.info, Node: Highlighting TeX comments in listings (lscommnt.tex),
8.2 Highlighting TeX comments in listings (`lscommnt.tex')
==========================================================
-
-
% (This file is public domain.)
% Demonstrate how Eplain can be used to include a TeX source file
% verbatim, typesetting comments in colored italic typewriter type.
@@ -5829,7 +5869,7 @@ Macro index
* @indexproof insertion class: Proofing index terms.
(line 28)
* abovecolumnskip: Multiple columns. (line 33)
-* abovecolumnspenalty: Tables. (line 32)
+* abovecolumnspenalty: Tables. (line 30)
* abovelistpenalty: Formatting lists. (line 29)
* abovelistskip: Formatting lists. (line 29)
* abovelistskipamount: Formatting lists. (line 10)
@@ -5894,9 +5934,9 @@ Macro index
(line 17)
* biblabelwidth: Formatting bibliographies.
(line 11)
-* bibliography: Citations. (line 56)
+* bibliography: Citations. (line 61)
* bibliography (hyperlinks): Citation hyperlinks. (line 11)
-* bibliographystyle: Citations. (line 63)
+* bibliographystyle: Citations. (line 68)
* BibTeX: Logos. (line 10)
* bihline: Arrows and morphisms.
(line 68)
@@ -5933,7 +5973,7 @@ Macro index
(line 36)
* channelwidth: Arrows and morphisms.
(line 119)
-* cite: Citations. (line 37)
+* cite: Citations. (line 42)
* cite (hyperlinks): Citation hyperlinks. (line 6)
* cmd (destination option) <1>: Destination options for pdftex and dvipdfm.
(line 14)
@@ -5964,12 +6004,12 @@ Macro index
(line 64)
* csn: \csn and \ece. (line 6)
* definecolor: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* definecontentsfile: Alternative contents files.
(line 6)
* defineindex: Indexing. (line 37)
* definexref <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* definexref: Defining generic references.
(line 6)
* definexref (hyperlinks): Cross-reference hyperlinks.
@@ -5982,6 +6022,7 @@ Macro index
(line 124)
* discretionaries: Paths. (line 20)
* displaylines: Displays. (line 18)
+* dospecials: Verbatim listing. (line 57)
* doublecolumns: Multiple columns. (line 7)
* drawline: Slanted lines and vectors.
(line 6)
@@ -6015,6 +6056,7 @@ Macro index
* eplaininput: Environment for loading packages.
(line 28)
* eqalignno: Displays. (line 18)
+* eqalignnum: Displays. (line 23)
* eqconstruct: Formatting equation references.
(line 21)
* eqdef: Equation references. (line 15)
@@ -6023,6 +6065,9 @@ Macro index
* eqdefn: Equation references. (line 38)
* eqdefn (hyperlinks): Equation reference hyperlinks.
(line 6)
+* eqno: Displays. (line 23)
+* eqnum <1>: Equation references. (line 15)
+* eqnum: Displays. (line 23)
* eqnumber: Equation references. (line 8)
* eqprint: Formatting equation references.
(line 12)
@@ -6042,6 +6087,7 @@ Macro index
(line 6)
* eqsubreftext: Subequation references.
(line 22)
+* eTeX: Logos. (line 10)
* everyfootnote: Footnotes. (line 35)
* evrule: Rules. (line 18)
* expandonce: \expandonce. (line 6)
@@ -6049,6 +6095,7 @@ Macro index
(line 20)
* ext (hyperlink option): Link types for hypertex.
(line 23)
+* ExTeX: Logos. (line 10)
* file (hyperlink option) <1>: Link options for pdftex and dvipdfm.
(line 63)
* file (hyperlink option) <2>: Link types for pdftex and dvipdfm.
@@ -6090,7 +6137,6 @@ Macro index
* frac: Fractions. (line 6)
* fullmonthname: Time of day. (line 13)
* futurenonspacelet: \futurenonspacelet. (line 6)
-* generaldisplay: Formatting displays. (line 10)
* getproperty: Properties. (line 18)
* gloggingall: Diagnostics. (line 23)
* gobble: Macro arguments. (line 7)
@@ -6132,18 +6178,18 @@ Macro index
* hldeston: Turning low-level commands on/off.
(line 6)
* hldestopts <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* hldestopts <2>: Setting group options.
(line 11)
* hldestopts: Setting default types and options.
(line 15)
* hldesttype <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* hldesttype <2>: Setting group types. (line 6)
* hldesttype: Setting default types and options.
(line 6)
* hlend <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* hlend: Explicit hyperlinks. (line 25)
* hlfootbacklabel: Footnote hyperlinks. (line 12)
* hlfootlabel: Footnote hyperlinks. (line 12)
@@ -6163,7 +6209,7 @@ Macro index
* hlight (hyperlink option): Link options for pdftex and dvipdfm.
(line 69)
* hlightcommentslisting: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* hline: Arrows and morphisms.
(line 53)
* hloff <1>: Turning low-level commands on/off.
@@ -6173,13 +6219,13 @@ Macro index
* hlon: Turning low-level commands on/off.
(line 6)
* hlopts <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* hlopts <2>: Setting group options.
(line 11)
* hlopts: Setting default types and options.
(line 15)
* hlstart <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* hlstart <2>: Setting hyperlink types and options.
(line 7)
* hlstart <3>: Link types for pdftex and dvipdfm.
@@ -6277,7 +6323,7 @@ Macro index
* idxsubmarked (hyperlinks): Index hyperlinks. (line 6)
* ifempty: \ifempty. (line 6)
* iffileexists: Auxiliary files. (line 10)
-* ifidx: Indexing. (line 48)
+* ifidx: Indexing. (line 56)
* ifindexproofing: Proofing index terms.
(line 12)
* ifinteger: \ifinteger and \isinteger.
@@ -6290,7 +6336,7 @@ Macro index
(line 26)
* ifundefined: \ifundefined. (line 6)
* includegraphics: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* indexfilebasename: Typesetting an index.
(line 11)
* indexfonts: Typesetting an index.
@@ -6366,8 +6412,10 @@ Macro index
* leftdisplayindent: Displays. (line 11)
* leftdisplays: Displays. (line 10)
* leftdisplaysetup: Formatting displays. (line 8)
+* lefteqnumbers: Displays. (line 23)
* leftmargin: Margins. (line 18)
* leqalignno: Displays. (line 19)
+* leqno: Displays. (line 23)
* letreturn: Category codes. (line 41)
* letter: Category codes. (line 10)
* lft: Arrows and morphisms.
@@ -6375,11 +6423,11 @@ Macro index
* li: Lists. (line 30)
* li (hyperlinks): List hyperlinks. (line 6)
* linenumberedlisting <1>: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* linenumberedlisting: Verbatim listing. (line 17)
* listcompact: Lists. (line 41)
* listing <1>: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* listing: Verbatim listing. (line 7)
* listingfont: Verbatim listing. (line 10)
* listleftindent: Formatting lists. (line 18)
@@ -6419,12 +6467,12 @@ Macro index
(line 90)
* newwin (hyperlink option): Link types for pdftex and dvipdfm.
(line 42)
-* noarrow: Invoking Eplain. (line 84)
-* noauxfile: Invoking Eplain. (line 89)
-* nobibtex: Invoking Eplain. (line 73)
-* nocite: Citations. (line 53)
+* noarrow: Invoking Eplain. (line 86)
+* noauxfile: Invoking Eplain. (line 91)
+* nobibtex: Invoking Eplain. (line 75)
+* nocite: Citations. (line 58)
* nolastlinelisting <1>: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* nolastlinelisting: Verbatim listing. (line 25)
* nolinks (hyperlink driver): Hyperlink driver nolinks.
(line 6)
@@ -6467,7 +6515,7 @@ Macro index
(line 14)
* phantomeqnumber: Equation reference hyperlinks.
(line 14)
-* previouseverydisplay: Formatting displays. (line 15)
+* previouseverydisplay: Formatting displays. (line 14)
* printbetweencitations: Formatting citations.
(line 21)
* printcitefinish: Formatting citations.
@@ -6500,7 +6548,7 @@ Macro index
* readtocfile: Reading the .toc file.
(line 6)
* ref <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* ref: Using generic references.
(line 17)
* ref (hyperlinks): Cross-reference hyperlinks.
@@ -6529,9 +6577,10 @@ Macro index
(line 64)
* right (destination option): Destination types for pdftex and dvipdfm.
(line 65)
+* righteqnumbers: Displays. (line 23)
* rightmargin: Margins. (line 18)
* rotatebox: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* rt: Arrows and morphisms.
(line 14)
* sanitize: Converting to characters.
@@ -6554,7 +6603,7 @@ Macro index
(line 14)
* setproperty: Properties. (line 13)
* setuplistinghook <1>: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* setuplistinghook: Verbatim listing. (line 13)
* sidx: Indexing commands. (line 8)
* sidxmarked: Indexing commands. (line 29)
@@ -6563,7 +6612,7 @@ Macro index
* singlecolumn: Multiple columns. (line 9)
* sline: Arrows and morphisms.
(line 23)
-* SLiTeX: Logos. (line 11)
+* SLiTeX: Logos. (line 10)
* special: Introduction to hyperlinks.
(line 9)
* specialpathdelimiters (conditional): Paths. (line 28)
@@ -6595,12 +6644,13 @@ Macro index
(line 76)
* ttfamily: Packages known to work.
(line 73)
-* uncatcodespecials: Category codes. (line 51)
+* uncatcodespecials <1>: Category codes. (line 51)
+* uncatcodespecials: Verbatim listing. (line 57)
* unorderedlist: Lists. (line 22)
* unorderedlistdepth: Formatting lists. (line 41)
* unorderedmarker: Formatting lists. (line 37)
* url: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* url (hyperlink type) <1>: Link types for pdftex and dvipdfm.
(line 25)
* url (hyperlink type): Link types for hypertex.
@@ -6657,6 +6707,8 @@ Macro index
(line 36)
* writetocentry: Writing the .toc file.
(line 7)
+* XeLaTeX: Logos. (line 10)
+* XeTeX: Logos. (line 11)
* xrdef: Page references. (line 10)
* xrdef (hyperlinks): Page reference hyperlinks.
(line 6)
@@ -6672,7 +6724,7 @@ Macro index
* xrefpageword: Page references. (line 17)
* xrefwarning conditional: Using generic references.
(line 15)
-* xrefwarningfalse: Citations. (line 73)
+* xrefwarningfalse: Citations. (line 78)
* xrlabel: Converting to characters.
(line 6)
* xyz (destination type) <1>: Destination types for pdftex and dvipdfm.
@@ -6697,7 +6749,7 @@ Concept index
* .aux file: Citations. (line 17)
* .bbl file: Citations. (line 20)
* .bib file: Citations. (line 20)
-* .bst files: Citations. (line 65)
+* .bst files: Citations. (line 70)
* .cls files: Loading LaTeX packages.
(line 6)
* .eps files: Packages known to work.
@@ -6725,11 +6777,11 @@ Concept index
* alignments: Tables. (line 6)
* all groups, specifying: Setting group types. (line 26)
* allocation macros: Allocation macros. (line 6)
-* alphanumeric references: Citations. (line 116)
+* alphanumeric references: Citations. (line 128)
* AMSLaTeX: Logos. (line 10)
-* amsppt.sty: Invoking Eplain. (line 92)
+* amsppt.sty: Invoking Eplain. (line 94)
* AMSTeX: Logos. (line 10)
-* AMSTeX conflicts: Invoking Eplain. (line 92)
+* AMSTeX conflicts: Invoking Eplain. (line 94)
* arguments, ignoring: Macro arguments. (line 6)
* arrows: Arrows and morphisms.
(line 6)
@@ -6755,7 +6807,7 @@ Concept index
* bibliography, hyperlinks: Citation hyperlinks. (line 11)
* BibTeX <1>: Logos. (line 10)
* BibTeX: Citations. (line 9)
-* bibtex: Invoking Eplain. (line 103)
+* bibtex: Invoking Eplain. (line 105)
* black boxes: Boxes. (line 6)
* Borceux, Francis: Construction of commutative diagrams.
(line 80)
@@ -6785,17 +6837,18 @@ Concept index
* centering: Justification. (line 6)
* characters, converting to: Converting to characters.
(line 6)
+* characters, special: Verbatim listing. (line 57)
* citations: Citations. (line 6)
* citations, formatting: Formatting citations.
(line 6)
* citations, hyperlinks: Citation hyperlinks. (line 6)
-* citations, undefined: Citations. (line 43)
+* citations, undefined: Citations. (line 48)
* cmtt8: Proofing index terms.
(line 12)
* color: Packages known to work.
(line 25)
* color, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* color, hyperlink border: Link options for pdftex and dvipdfm.
(line 14)
* color, hyperlinks <1>: Setting default types and options.
@@ -6806,7 +6859,7 @@ Concept index
* color, problems with pdfTeX: Packages known to work.
(line 29)
* color.sty <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* color.sty <2>: Setting default types and options.
(line 27)
* color.sty <3>: Hyperlink driver nolinks.
@@ -6826,7 +6879,7 @@ Concept index
* commas in cross-referencing index entries: Customizing indexing.
(line 64)
* comments, highlighting in listings: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* commutative diagrams: Commutative diagrams.
(line 6)
* contents: Contents. (line 6)
@@ -6845,7 +6898,7 @@ Concept index
* cross-references, defining general: Defining generic references.
(line 6)
* cross-references, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* cross-references, hyperlinks: Cross-reference hyperlinks.
(line 6)
* cross-referencing index entries <1>: Customizing indexing.
@@ -6889,12 +6942,12 @@ Concept index
* destgroup options: Setting hyperlink types and options.
(line 12)
* destgroup options, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* destgroup type <1>: Setting group types. (line 6)
* destgroup type: Setting hyperlink types and options.
(line 12)
* destgroup type, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* destination group: Implicit hyperlinks. (line 10)
* destination options: Introduction to hyperlinks.
(line 105)
@@ -6931,12 +6984,12 @@ Concept index
* destinations, group options: Setting hyperlink types and options.
(line 12)
* destinations, group options, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* destinations, group type <1>: Setting group types. (line 6)
* destinations, group type: Setting hyperlink types and options.
(line 12)
* destinations, group type, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* destinations, in another file <1>: Link types for pdftex and dvipdfm.
(line 40)
* destinations, in another file: Link types for hypertex.
@@ -6974,7 +7027,7 @@ Concept index
(line 6)
* disabling hyperlinks: Hyperlink driver nolinks.
(line 6)
-* disabling indexes: Indexing. (line 48)
+* disabling indexes: Indexing. (line 56)
* displayed math and hyperlinks <1>: Setting group options.
(line 34)
* displayed math and hyperlinks: Options supported by all drivers.
@@ -7040,6 +7093,7 @@ Concept index
* equation labels, characters valid in: Equation references. (line 56)
* equation numbers, formatting of: Formatting equation references.
(line 6)
+* equation numbers, left-alignment: Displays. (line 6)
* equations, giving numbers to all: Equation references. (line 22)
* equations, groups of: Subequation references.
(line 6)
@@ -7051,23 +7105,25 @@ Concept index
* error on \input: Environment for loading packages.
(line 35)
* escape character, changing verbatim: Verbatim listing. (line 47)
+* eTeX: Logos. (line 10)
* exact index hyperlinks: Exact destinations for index terms.
(line 28)
* expansion, one-level: \expandonce. (line 6)
* explicit hyperlinks: Explicit hyperlinks. (line 6)
* explicit hyperlinks, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
+* ExTeX: Logos. (line 10)
* file, hyperlink to <1>: Link types for pdftex and dvipdfm.
(line 40)
* file, hyperlink to: Link types for hypertex.
(line 21)
-* file: links: General hyperlinks. (line 36)
+* file: links: General hyperlinks. (line 37)
* filenames, breaking <1>: Packages known to work.
(line 120)
* filenames, breaking: Paths. (line 6)
* files, verbatim listing of: Verbatim listing. (line 6)
* files, verbatim listing of, demo: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* filtering index entries with hyperlinks: Exact destinations for index terms.
(line 33)
* footnotes, hyperlinks: Footnote hyperlinks. (line 6)
@@ -7084,7 +7140,7 @@ Concept index
* gobbling arguments: Macro arguments. (line 6)
* golden mean: Construction of commutative diagrams.
(line 59)
-* Graham, Ronald L.: Citations. (line 86)
+* Graham, Ronald L.: Citations. (line 91)
* graphics collection, LaTeX <1>: Hyperlink driver nolinks.
(line 34)
* graphics collection, LaTeX <2>: Packages known to work.
@@ -7092,7 +7148,7 @@ Concept index
* graphics collection, LaTeX: Loading LaTeX packages.
(line 14)
* graphics collection, LaTeX, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* graphics, omitting typesetting of: Packages known to work.
(line 69)
* graphics, problems with pdfTeX: Packages known to work.
@@ -7100,7 +7156,7 @@ Concept index
* graphics.sty: Packages known to work.
(line 22)
* graphicx.sty <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* graphicx.sty: Packages known to work.
(line 23)
* grid: Construction of commutative diagrams.
@@ -7135,12 +7191,12 @@ Concept index
* group options, hyperlink: Setting hyperlink types and options.
(line 12)
* group options, hyperlink, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* group type, hyperlink <1>: Setting group types. (line 6)
* group type, hyperlink: Setting hyperlink types and options.
(line 12)
* group type, hyperlink, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* group, destination: Implicit hyperlinks. (line 10)
* group, disabling hyperlinks: Turning hyperlinks on/off for a group.
(line 6)
@@ -7156,7 +7212,7 @@ Concept index
* highlighting: Packages known to work.
(line 110)
* highlighting, in listings: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* Ho"ppner, Klaus: Packages known to work.
(line 82)
* hooks: Hooks. (line 6)
@@ -7214,7 +7270,7 @@ Concept index
* hyperlinks, default type: Setting hyperlink types and options.
(line 6)
* hyperlinks, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* hyperlinks, disabling <1>: Turning hyperlinks on/off.
(line 6)
* hyperlinks, disabling: Hyperlink driver nolinks.
@@ -7223,7 +7279,7 @@ Concept index
(line 6)
* hyperlinks, explicit: Explicit hyperlinks. (line 6)
* hyperlinks, explicit, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* hyperlinks, filtering index entries: Exact destinations for index terms.
(line 33)
* hyperlinks, footnotes: Footnote hyperlinks. (line 6)
@@ -7234,7 +7290,7 @@ Concept index
* hyperlinks, group options: Setting hyperlink types and options.
(line 12)
* hyperlinks, group options, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* hyperlinks, group type <1>: Setting group types. (line 6)
* hyperlinks, group type: Setting hyperlink types and options.
(line 12)
@@ -7242,7 +7298,7 @@ Concept index
(line 69)
* hyperlinks, implicit: Implicit hyperlinks. (line 6)
* hyperlinks, implicit, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* hyperlinks, index: Index hyperlinks. (line 6)
* hyperlinks, index destination placement: Choosing destination placement.
(line 6)
@@ -7294,7 +7350,7 @@ Concept index
* ignoring arguments: Macro arguments. (line 6)
* implicit hyperlinks: Implicit hyperlinks. (line 6)
* implicit hyperlinks, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* inaccessible macros: Category codes. (line 19)
* index entries and ranges: Modifying index entries.
(line 22)
@@ -7344,7 +7400,7 @@ Concept index
(line 6)
* index, underlining page numbers: Page list and page range parsers.
(line 26)
-* indexes, disabling: Indexing. (line 48)
+* indexes, disabling: Indexing. (line 56)
* indexes, multiple: Indexing. (line 37)
* indexing: Indexing. (line 6)
* indexing and trailing spaces: Indexing terms. (line 20)
@@ -7360,7 +7416,7 @@ Concept index
* iteration: Iteration. (line 6)
* justification: Justification. (line 6)
* Knuth, Donald Ervin <1>: Category codes. (line 7)
-* Knuth, Donald Ervin: Citations. (line 86)
+* Knuth, Donald Ervin: Citations. (line 91)
* labels on items, changing: Formatting lists. (line 54)
* labels, characters valid in: Cross-references. (line 20)
* labels, empty equation: Equation references. (line 22)
@@ -7387,7 +7443,7 @@ Concept index
* LaTeX graphics collection: Loading LaTeX packages.
(line 14)
* LaTeX graphics collection, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* LaTeX packages <1>: Packages known not to work.
(line 6)
* LaTeX packages <2>: Packages known to work.
@@ -7396,6 +7452,7 @@ Concept index
(line 6)
* LaTeX packages, restoring \input: Environment for loading packages.
(line 24)
+* left-alignment of equation numbers: Displays. (line 6)
* left-justification: Justification. (line 6)
* left-justification of displays: Displays. (line 6)
* letterspacing: Packages known to work.
@@ -7428,7 +7485,7 @@ Concept index
* link, group options: Setting hyperlink types and options.
(line 12)
* link, group options, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* link, group type <1>: Setting group types. (line 6)
* link, group type: Setting hyperlink types and options.
(line 12)
@@ -7453,7 +7510,7 @@ Concept index
* linkgroup options: Setting hyperlink types and options.
(line 12)
* linkgroup options, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* linkgroup type <1>: Setting group types. (line 6)
* linkgroup type: Setting hyperlink types and options.
(line 12)
@@ -7464,7 +7521,7 @@ Concept index
(line 6)
* listing files: Verbatim listing. (line 6)
* listing files, demo: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* lists: Lists. (line 6)
* lists, formatting: Formatting lists. (line 6)
* lists, hyperlinks: List hyperlinks. (line 6)
@@ -7472,12 +7529,12 @@ Concept index
* lookahead without spaces: \futurenonspacelet. (line 6)
* loops: Iteration. (line 6)
* lscommnt.tex: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* magnification, hyperlink destination: Destination options for pdftex and dvipdfm.
(line 21)
* makeindex <1>: Index hyperlinks. (line 12)
* makeindex <2>: Indexing. (line 14)
-* makeindex: Invoking Eplain. (line 103)
+* makeindex: Invoking Eplain. (line 105)
* margins, changing: Margins. (line 6)
* margins, index terms in: Proofing index terms.
(line 6)
@@ -7511,7 +7568,7 @@ Concept index
* numbered destination: Link types for pdftex and dvipdfm.
(line 92)
* numbered lists: Lists. (line 6)
-* numbered references: Citations. (line 86)
+* numbered references: Citations. (line 91)
* numbers, detecting: \ifinteger and \isinteger.
(line 6)
* numbers, written form of: Writing out numbers. (line 6)
@@ -7581,7 +7638,7 @@ Concept index
(line 35)
* pdftex <2>: Checking for PDF output.
(line 6)
-* pdftex: Invoking Eplain. (line 115)
+* pdftex: Invoking Eplain. (line 117)
* pdftex, destination options: Destination options for pdftex and dvipdfm.
(line 6)
* pdftex, destination types: Destination types for pdftex and dvipdfm.
@@ -7629,12 +7686,12 @@ Concept index
* recognizing numbers: \ifinteger and \isinteger.
(line 6)
* rectangles: Boxes. (line 6)
-* references, alphanumeric: Citations. (line 116)
+* references, alphanumeric: Citations. (line 128)
* references, defining general <1>: Using generic references.
(line 6)
* references, defining general: Defining generic references.
(line 6)
-* references, numbered: Citations. (line 86)
+* references, numbered: Citations. (line 91)
* register allocation: Allocation macros. (line 6)
* restoring \input, LaTeX packages: Environment for loading packages.
(line 24)
@@ -7644,13 +7701,13 @@ Concept index
* rotation: Packages known to work.
(line 25)
* rotation, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* rule thickness: Rules. (line 7)
-* run: links: General hyperlinks. (line 37)
+* run: links: General hyperlinks. (line 38)
* scaling: Packages known to work.
(line 25)
* scaling, demo: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* sed: Customizing indexing.
(line 66)
* see also index entries and hyperlinks: Hyperlinks in see and see also entries.
@@ -7666,7 +7723,7 @@ Concept index
* silent indexing: Indexing terms. (line 6)
* skipping tokens <1>: \ifempty. (line 12)
* skipping tokens: \ifundefined. (line 10)
-* SLiTeX: Logos. (line 11)
+* SLiTeX: Logos. (line 10)
* Snake Lemma: Arrows and morphisms.
(line 130)
* solid hyperlink border: Link options for pdftex and dvipdfm.
@@ -7684,6 +7741,7 @@ Concept index
(line 110)
* spacing, preserving with hyperlinks: Hyperlink driver nolinks.
(line 6)
+* special characters: Verbatim listing. (line 57)
* special characters, in index entries: Index entries with special characters.
(line 6)
* special characters, in table of contents: Writing the .toc file.
@@ -7714,8 +7772,8 @@ Concept index
(line 26)
* TEXFORMATS: Installation. (line 43)
* texi2dvi <1>: Indexing. (line 34)
-* texi2dvi <2>: Citations. (line 97)
-* texi2dvi: Invoking Eplain. (line 103)
+* texi2dvi <2>: Citations. (line 102)
+* texi2dvi: Invoking Eplain. (line 105)
* Texinfo: Introduction. (line 13)
* TEXINPUTS: Installation. (line 23)
* time of day: Time of day. (line 6)
@@ -7771,7 +7829,7 @@ Concept index
* URL hyperlink <3>: URL hyperlinks. (line 6)
* URL hyperlink: General hyperlinks. (line 20)
* url.sty <1>: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* url.sty <2>: URL hyperlinks. (line 6)
* url.sty: Packages known to work.
(line 118)
@@ -7780,7 +7838,7 @@ Concept index
(line 15)
* verbatim listing: Verbatim listing. (line 6)
* verbatim listing, demo: Highlighting TeX comments in listings (lscommnt.tex).
- (line 8)
+ (line 6)
* verbatim text, in index: Index entries with special characters.
(line 40)
* verbatim text, in table of contents: Writing the .toc file.
@@ -7802,9 +7860,11 @@ Concept index
(line 19)
* xdvi: Hyperlink driver hypertex.
(line 11)
+* XeLaTeX: Logos. (line 10)
* xeplain.tex: Introduction. (line 6)
+* XeTeX: Logos. (line 11)
* xhyper.tex: Hyperlinks (xhyper.tex).
- (line 8)
+ (line 6)
* Zassenhaus, Hans: Construction of commutative diagrams.
(line 122)
* zooming, hyperlink destination: Destination options for pdftex and dvipdfm.
@@ -7813,128 +7873,128 @@ Concept index

Tag Table:
-Node: Top808
-Node: Introduction8090
-Node: Installation11057
-Node: Invoking Eplain13109
-Node: User definitions17561
-Node: Diagnostics19388
-Node: Rules20958
-Node: Citations21791
-Node: Formatting citations27634
-Node: Formatting bibliographies29180
-Node: Displays32009
-Node: Formatting displays33056
-Node: Time of day33728
-Node: Lists34489
-Node: Formatting lists36648
-Node: Verbatim listing38944
-Node: Contents41673
-Node: Writing the .toc file42344
-Node: Reading the .toc file45212
-Node: Changing the .toc file's root name46622
-Node: Alternative contents files47642
-Node: Cross-references48207
-Node: Defining generic references49692
-Node: Using generic references50570
-Node: Page references51861
-Node: Equation references52685
-Node: Formatting equation references55438
-Node: Subequation references59805
-Node: Indexing61728
-Node: Indexing terms64498
-Node: Indexing commands65611
-Node: Modifying index entries68639
-Node: Index entries with special characters71616
-Node: Proofing index terms75875
-Node: Typesetting an index77688
-Node: Customizing indexing80155
-Node: Justification83862
-Node: Tables85541
-Node: Margins88096
-Node: Multiple columns90257
-Node: Footnotes92241
-Node: Fractions94828
-Node: Paths95615
-Node: Logos97222
-Node: Boxes97909
-Node: Checking for PDF output99707
-Node: Loading LaTeX packages100798
-Node: The \usepackage command102146
-Node: Environment for loading packages103236
-Node: Packages known to work105303
-Node: Packages known not to work111708
-Node: Hyperlinks112470
-Node: Introduction to hyperlinks113053
-Node: Explicit hyperlinks118609
-Node: Implicit hyperlinks120899
-Node: General hyperlinks122721
-Node: URL hyperlinks124189
-Node: Citation hyperlinks126218
-Node: List hyperlinks126950
-Node: Cross-reference hyperlinks127344
-Node: Page reference hyperlinks128724
-Node: Equation reference hyperlinks129388
-Node: Index hyperlinks130786
-Node: Exact destinations for index terms132550
-Node: Page destinations for index terms134726
-Node: Choosing destination placement137354
-Node: Index page list and page range parsers138146
-Node: Hyperlinks in see and see also entries138699
-Node: Footnote hyperlinks139498
-Node: Contents hyperlinks140696
-Node: Hyperlink drivers141079
-Node: Options supported by all drivers141714
-Node: Hyperlink driver hypertex144518
-Node: Destination types for hypertex147470
-Node: Destination options for hypertex148509
-Node: Link types for hypertex148991
-Node: Link options for hypertex151012
-Node: Hyperlink drivers pdftex and dvipdfm152036
-Node: Destination types for pdftex and dvipdfm152682
-Node: Destination options for pdftex and dvipdfm156181
-Node: Link types for pdftex and dvipdfm158636
-Node: Link options for pdftex and dvipdfm162175
-Node: Hyperlink driver nolinks165814
-Node: Setting hyperlink types and options168226
-Node: Setting default types and options169228
-Node: Setting group types170657
-Node: Setting group options171850
-Node: Turning hyperlinks on/off174340
-Node: Turning low-level commands on/off174978
-Node: Turning hyperlinks on/off for a group175491
-Node: Arrow theoretic diagrams176648
-Node: Slanted lines and vectors177015
-Node: Commutative diagrams179097
-Node: Arrows and morphisms179696
-Node: Construction of commutative diagrams184174
-Node: Commutative diagram parameters191366
-Node: Programming definitions193185
-Node: Category codes194186
-Node: Allocation macros196796
-Node: Iteration198944
-Node: Macro arguments200603
-Node: Converting to characters203102
-Node: Expansion204494
-Node: \csn and \ece205057
-Node: \edefappend205623
-Node: Hooks206172
-Node: Properties208358
-Node: \expandonce209443
-Node: \ifundefined209892
-Node: \ifempty210456
-Node: \ifinteger and \isinteger211199
-Node: \futurenonspacelet212237
-Node: Obeying spaces212836
-Node: Writing out numbers213867
-Node: Mode-specific penalties214190
-Node: Auxiliary files214922
-Node: User-defined environments215845
-Node: Page list and page range parsers217060
-Node: Demo files219197
-Node: Hyperlinks (xhyper.tex)219765
-Node: Highlighting TeX comments in listings (lscommnt.tex)228114
-Node: Macro index230570
-Node: Concept index293087
+Node: Top802
+Node: Introduction8080
+Node: Installation11047
+Node: Invoking Eplain13099
+Node: User definitions17702
+Node: Diagnostics19529
+Node: Rules21099
+Node: Citations21932
+Node: Formatting citations28287
+Node: Formatting bibliographies29833
+Node: Displays32662
+Node: Formatting displays34057
+Node: Time of day34694
+Node: Lists35455
+Node: Formatting lists37614
+Node: Verbatim listing39910
+Node: Contents43145
+Node: Writing the .toc file43816
+Node: Reading the .toc file46684
+Node: Changing the .toc file's root name48094
+Node: Alternative contents files49114
+Node: Cross-references49679
+Node: Defining generic references51164
+Node: Using generic references52042
+Node: Page references53333
+Node: Equation references54157
+Node: Formatting equation references56933
+Node: Subequation references61300
+Node: Indexing63223
+Node: Indexing terms66337
+Node: Indexing commands67450
+Node: Modifying index entries70478
+Node: Index entries with special characters73455
+Node: Proofing index terms77710
+Node: Typesetting an index79523
+Node: Customizing indexing81990
+Node: Justification85697
+Node: Tables87376
+Node: Margins89879
+Node: Multiple columns92040
+Node: Footnotes94024
+Node: Fractions96611
+Node: Paths97398
+Node: Logos99005
+Node: Boxes99738
+Node: Checking for PDF output101536
+Node: Loading LaTeX packages102627
+Node: The \usepackage command103975
+Node: Environment for loading packages105065
+Node: Packages known to work107132
+Node: Packages known not to work113537
+Node: Hyperlinks114299
+Node: Introduction to hyperlinks114882
+Node: Explicit hyperlinks120438
+Node: Implicit hyperlinks122728
+Node: General hyperlinks124550
+Node: URL hyperlinks126079
+Node: Citation hyperlinks128186
+Node: List hyperlinks128918
+Node: Cross-reference hyperlinks129312
+Node: Page reference hyperlinks130692
+Node: Equation reference hyperlinks131356
+Node: Index hyperlinks132754
+Node: Exact destinations for index terms134518
+Node: Page destinations for index terms136694
+Node: Choosing destination placement139322
+Node: Index page list and page range parsers140114
+Node: Hyperlinks in see and see also entries140667
+Node: Footnote hyperlinks141466
+Node: Contents hyperlinks142664
+Node: Hyperlink drivers143047
+Node: Options supported by all drivers143682
+Node: Hyperlink driver hypertex146486
+Node: Destination types for hypertex149438
+Node: Destination options for hypertex150477
+Node: Link types for hypertex150959
+Node: Link options for hypertex152980
+Node: Hyperlink drivers pdftex and dvipdfm154004
+Node: Destination types for pdftex and dvipdfm154650
+Node: Destination options for pdftex and dvipdfm158149
+Node: Link types for pdftex and dvipdfm160604
+Node: Link options for pdftex and dvipdfm164143
+Node: Hyperlink driver nolinks167782
+Node: Setting hyperlink types and options170194
+Node: Setting default types and options171196
+Node: Setting group types172625
+Node: Setting group options173818
+Node: Turning hyperlinks on/off176308
+Node: Turning low-level commands on/off176946
+Node: Turning hyperlinks on/off for a group177459
+Node: Arrow theoretic diagrams178616
+Node: Slanted lines and vectors178983
+Node: Commutative diagrams181065
+Node: Arrows and morphisms181664
+Node: Construction of commutative diagrams186142
+Node: Commutative diagram parameters193334
+Node: Programming definitions195153
+Node: Category codes196154
+Node: Allocation macros198815
+Node: Iteration200963
+Node: Macro arguments202622
+Node: Converting to characters205121
+Node: Expansion206513
+Node: \csn and \ece207076
+Node: \edefappend207642
+Node: Hooks208191
+Node: Properties210377
+Node: \expandonce211462
+Node: \ifundefined211911
+Node: \ifempty212475
+Node: \ifinteger and \isinteger213218
+Node: \futurenonspacelet214256
+Node: Obeying spaces214855
+Node: Writing out numbers215886
+Node: Mode-specific penalties216209
+Node: Auxiliary files216941
+Node: User-defined environments217864
+Node: Page list and page range parsers219079
+Node: Demo files221216
+Node: Hyperlinks (xhyper.tex)221784
+Node: Highlighting TeX comments in listings (lscommnt.tex)230103
+Node: Macro index232527
+Node: Concept index295920

End Tag Table