summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt')
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt1602
1 files changed, 1569 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
index bfb0410d602..3050b78b437 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
@@ -237,7 +237,7 @@ LaTeX2e
*******
This document is an unofficial reference manual for LaTeX, a document
-preparation system, version as of May 2012. It is intended to cover
+preparation system, version as of May 2013. It is intended to cover
LaTeX2e, which has been the standard version of LaTeX for many years.
1 About this document
@@ -246,7 +246,7 @@ LaTeX2e, which has been the standard version of LaTeX for many years.
The LaTeX document preparation system is implemented as a macro package
for Donald E. Knuth's TeX typesetting program. LaTeX was originally
created by Leslie Lamport; it is now maintained by a group of volunteers
-('http://latex-project.org'). The official documentation written by the
+(<http://latex-project.org>). The official documentation written by the
LaTeX project is available from their web site.
The present document is completely unofficial and has not been
@@ -254,20 +254,24 @@ reviewed by the LaTeX maintainers. Do not send bug reports or anything
else about this document to them. Instead, please send all comments to
<latexrefman-discuss@gna.org>.
- The home page for this document is 'http://home.gna.org/latexrefman'.
+ The home page for this document is <http://home.gna.org/latexrefman>.
That page has links to the current output in various formats, sources,
mailing lists, and other infrastructure.
Of course, there are many, many other sources of information about
LaTeX. Here are a few:
+<http://www.ctan.org/pkg/latex-doc-ptr>
Two pages of recommended references to LaTeX documentation.
+<http://www.ctan.org/pkg/first-latex-doc>
Writing your first document, with a bit of both text and math.
+<http://www.ctan.org/pkg/usrguide>
The guide for document authors maintained as part of LaTeX; there
are several others.
+<http://tug.org/begin.html>
Introduction to the TeX system, including LaTeX.
2 Overview of LaTeX
@@ -300,10 +304,10 @@ output:
from the same document.
If invoked as 'lualatex', a '.pdf' file is created using the
- LuaTeX engine ('http://luatex.org').
+ LuaTeX engine (<http://luatex.org>).
If invoked as 'xelatex', a '.pdf' file is created using the
- XeTeX engine ('http://tug.org/xetex').
+ XeTeX engine (<http://tug.org/xetex>).
Many other less-common variants of LaTeX (and TeX) exist, which can
produce HTML, XML, and other things.
@@ -474,24 +478,34 @@ for instance, '\begin{ttfamily}...\end{ttfamily}'.
'\textbf (\bfseries)'
Boldface.
+
'\textup (\upshape)'
Upright (default). The opposite of slanted.
+
'\textsl (\slshape)'
Slanted.
+
'\textsf (\sffamily)'
Sans serif.
+
'\textsc (\scshape)'
Small caps.
+
'\texttt (\ttfamily)'
Typewriter.
+
'\textnormal (\normalfont)'
Main document font.
+
'\mathrm'
Roman, for use in math mode.
+
'\mathbf'
Boldface, for use in math mode.
+
'\mathsf'
Sans serif, for use in math mode.
+
'\mathtt'
Typewriter, for use in math mode.
@@ -501,6 +515,7 @@ for instance, '\begin{ttfamily}...\end{ttfamily}'.
'\mathnormal'
For use in math mode, e.g. inside another type style declaration.
+
'\mathcal'
'Calligraphic' letters, for use in math mode.
@@ -508,6 +523,16 @@ for instance, '\begin{ttfamily}...\end{ttfamily}'.
switching to bold letters and symbols in formulas.
'\mathversion{normal}' restores the default.
+ Finally, the command '\oldstylenums{NUMERALS}' will typeset so-called
+"old-style" numerals, which have differing heights and depths (and
+sometimes widths) from the standard "lining" numerals. LaTeX's default
+fonts support this, and will respect '\textbf' (but not other styles;
+there are no italic old-style numerals in Computer Modern). Many other
+fonts have old-style numerals also; sometimes the 'textcomp' package
+must be loaded, and sometimes package options are provided to make them
+the default. FAQ entry:
+<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf>.
+
LaTeX also provides these commands, which unconditionally switch to
the given style, that is, are _not_ cumulative. They are used
differently than the above commands, too: '{\CMD ...}' instead of
@@ -620,7 +645,7 @@ ones.
default is 1. However, the best way to "double space" a document,
if you should be unlucky enough to have to produce such, is to use
the 'setspace' package; see
- 'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace'.
+ <http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace>.
'\linespread{FACTOR}'
Equivalent to '\renewcommand{\baselinestretch}{FACTOR}', and
@@ -1083,7 +1108,7 @@ letters:
First, a caveat: the 'eqnarray' environment has some infelicities which
cannot be overcome; the article "Avoid eqnarray!" by Lars Madsen
describes them in detail
-('http://tug.org/TUGboat/tb33-1/tb103madsen.pdf'). The bottom line is
+(<http://tug.org/TUGboat/tb33-1/tb103madsen.pdf>). The bottom line is
that it is better to use the 'align' environment (and others) from the
'amsmath' package.
@@ -1153,7 +1178,7 @@ put a float:
allowed for full-width floats ('figure*') with double-column
output. To ameliorate this, use the 'stfloats' or 'dblfloatfix'
package, but see the discussion at caveats in the FAQ:
- 'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat'.
+ <http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat>.
'h'
(Here)--at the position in the text where the figure environment
@@ -1163,7 +1188,7 @@ put a float:
To absolutely force a figure to appear "here", you can
'\usepackage{float}' and use the 'H' specifier which it defines.
For further discussion, see the FAQ entry at
- 'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere'.
+ <http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere>.
'p'
(Page of floats)--on a separate float page, which is a page
@@ -1234,7 +1259,7 @@ non-float text:
Maximum number of floats that can appear on a text page; default 3.
The principal TeX FAQ entry relating to floats:
-'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats'.
+<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats>.
9.11 'flushleft'
================
@@ -1474,9 +1499,11 @@ coordinates. A coordinate is a number that may have a decimal point and
a minus sign--a number like '5', '0.3' or '-3.1416'. A coordinate
specifies a length in multiples of the unit length '\unitlength', so if
'\unitlength' has been set to '1cm', then the coordinate 2.54 specifies
-a length of 2.54 centimeters. You should only change the value of
-'\unitlength', using the '\setlength' command, outside of a 'picture'
-environment.
+a length of 2.54 centimeters.
+
+ You should only change the value of '\unitlength', using the
+'\setlength' command, outside of a 'picture' environment. The default
+value is '1pt'.
A position is a pair of coordinates, such as '(2.4,-5)', specifying
the point with x-coordinate '2.4' and y-coordinate '-5'. Coordinates
@@ -2118,7 +2145,7 @@ BibTeX are:
In addition, numerous other BibTeX style files exist tailored to the
demands of various publications. See
-'http://www.ctan.org/tex-archive/biblio/bibtex/contrib'.
+<http://www.ctan.org/tex-archive/biblio/bibtex/contrib>.
The '\bibliography' command is what actually produces the
bibliography. The argument to '\bibliography' refers to files named
@@ -2460,10 +2487,13 @@ LaTeX has support for making new commands of many different kinds.
'\newcommand' and '\renewcommand' define and redefine a command,
respectively. Synopses:
- \newcommand{CMD}[NARGS]{DEFN}
- \renewcommand{CMD}[NARGS]{DEFN}
- \newcommand{CMD}[NARGS][DEFAULT]{DEFN}
- \renewcommand{CMD}[NARGS][DEFAULT]{DEFN}
+ \newcommand[*]{CMD}[NARGS][OPTARG]{DEFN}
+ \renewcommand[*]{CMD}[NARGS][OPTARG]{DEFN}
+
+'*'
+ The *-form of these commands requires that the arguments not
+ contain multiple paragraphs of text (not '\long', in plain TeX
+ terms).
CMD
The command name beginning with '\'. For '\newcommand', it must
@@ -2475,11 +2505,12 @@ NARGS
that the command will take. The default is for the command to have
no arguments.
-DEFAULT
+OPTARG
If this optional parameter is present, it means that the command's
- first argument is optional. When the new command is called, the
- default value of the optional argument (i.e., if it is not
- specified in the call) is the string 'def'.
+ first argument is optional. The default value of the optional
+ argument (i.e., if it is not specified in the call) is OPTARG, or,
+ if that argument is present in the '\newcommand' but has an empty
+ value, the string 'def'.
DEFN
The text to be substituted for every occurrence of 'cmd'; a
@@ -2530,13 +2561,17 @@ refer to a new bin for storing boxes.
Synopses:
- \newenvironment{ENV}[NARGS]{BEGDEF}{ENDDEF}
- \newenvironment{ENV}[NARGS][DEFAULT]{BEGDEF}{ENDDEF}
- \renewenvironment{ENV}[NARGS]{BEGDEF}{ENDDEF}
+ \newenvironment[*]{ENV}[NARGS][DEFAULT]{BEGDEF}{ENDDEF}
+ \renewenvironment[*]{ENV}[NARGS]{BEGDEF}{ENDDEF}
These commands define or redefine an environment ENV, that is,
'\begin{ENV} ... \end{ENV}'.
+'*'
+ The *-form of these commands requires that the arguments (not the
+ contents of the environment) not contain multiple paragraphs of
+ text.
+
ENV
The name of the environment. For '\newenvironment', ENV must not
be an existing environment, and the command '\ENV' must be
@@ -2620,8 +2655,8 @@ preceded by '\protect'.
See also:
-'http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/fragile.html'
-'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=protect'
+<http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/fragile.html>
+<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=protect>
14 Counters
***********
@@ -3970,7 +4005,8 @@ capital letter. Here are side-by-side examples with and without '\@':
produces
- ... in C. Pascal, though ... ... in C. Pascal, though ...
+ ... in C. Pascal, though ...
+ ... in C. Pascal, though ...
20.5 '\thinspace'
=================
@@ -4764,8 +4800,8 @@ make a 'See also' entry.
the macro '\alsoname'. These can be redefined for other languages.
The generated '.idx' file is then sorted with an external command,
-usually either 'makeindex' ('http://mirror.ctan.org/indexing/makeindex')
-or (the multi-lingual) 'xindy' ('http://xindy.sourceforge.net'). This
+usually either 'makeindex' (<http://mirror.ctan.org/indexing/makeindex>)
+or (the multi-lingual) 'xindy' (<http://xindy.sourceforge.net>). This
results in a '.ind' file, which can then be read to typeset the index.
The index is usually generated with the '\printindex' command. This
@@ -4781,7 +4817,7 @@ the index.
The 'multind' package supports multiple indexes. See also the TeX
FAQ entry on this topic,
-'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind'.
+<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind>.
25 Letters
**********
@@ -4985,7 +5021,7 @@ Appendix A Document templates
Although not reference material, perhaps these document templates will
be useful. Additional template resources are listed
-'http://tug.org/interest.html#latextemplates'.
+<http://tug.org/interest.html#latextemplates>.
A.1 'book' template
===================
@@ -5034,12 +5070,14 @@ The 'beamer' class creates slides presentations.
\end{document}
+ One web resource for this:
+<http://robjhyndman.com/hyndsight/beamer/>.
A.3 'tugboat' template
======================
'TUGboat' is the journal of the TeX Users Group,
-'http://tug.org/TUGboat'.
+<http://tug.org/TUGboat>.
\documentclass{ltugboat}
\usepackage{graphicx}
@@ -5117,6 +5155,1504 @@ Email \verb|tugboat@tug.org| if problems or questions.
Concept Index
*************
+* Menu:
+
+* '*' prompt: Command line. (line 5018)
+* *-form of defining new commands: \newcommand & \renewcommand.
+ (line 2496)
+* *-form of environment commands: \newenvironment & \renewenvironment.
+ (line 2573)
+* *-form of sectioning commands: Sectioning. (line 832)
+* '.glo' file: Glossaries. (line 4775)
+* '.idx' file: Indexes. (line 4791)
+* '.ind' file: Indexes. (line 4805)
+* 'see' and 'see also' index entries: Indexes. (line 4798)
+* abstracts: abstract. (line 929)
+* accents: Accents. (line 4476)
+* accents, mathematical: Math accents. (line 3706)
+* accessing any character of a font: Reserved characters.
+ (line 4290)
+* acute accent: Accents. (line 4490)
+* acute accent, math: Math accents. (line 3711)
+* ae ligature: Non-English characters.
+ (line 4579)
+* align environment, from 'amsmath': eqnarray. (line 1109)
+* aligning equations: eqnarray. (line 1109)
+* alignment via tabbing: tabbing. (line 1780)
+* amsmath package, replacing 'eqnarray': eqnarray. (line 1109)
+* appendix, creating: Sectioning. (line 838)
+* aring: Non-English characters.
+ (line 4575)
+* arrays, math: array. (line 940)
+* arrow, left, in text: Text symbols. (line 4424)
+* arrow, right, in text: Text symbols. (line 4456)
+* ascender height: Text symbols. (line 4392)
+* ASCII circumflex, in text: Text symbols. (line 4357)
+* ASCII tilde, in text: Text symbols. (line 4360)
+* asterisk, centered, in text: Text symbols. (line 4363)
+* author, for titlepage: \maketitle. (line 3874)
+* auxiliary file: Overview. (line 319)
+* backslash, in text: Text symbols. (line 4366)
+* bar, double vertical, in text: Text symbols. (line 4372)
+* bar, vertical, in text: Text symbols. (line 4369)
+* bar-over accent: Accents. (line 4499)
+* bar-over accent, math: Math accents. (line 3714)
+* bar-under accent: Accents. (line 4516)
+* basics of LaTeX: Overview. (line 282)
+* bibliography, creating (automatically): Using BibTeX. (line 2123)
+* bibliography, creating (manually): thebibliography. (line 2059)
+* bibTeX, using: Using BibTeX. (line 2123)
+* big circle symbols, in text: Text symbols. (line 4375)
+* black boxes, omitting: Document class options.
+ (line 392)
+* bold font: Font styles. (line 543)
+* bold typewriter, avoiding: description. (line 1034)
+* boxes: Boxes. (line 4105)
+* brace, left, in text: Text symbols. (line 4378)
+* brace, right, in text: Text symbols. (line 4381)
+* breaking lines: Line breaking. (line 2243)
+* breaking pages: Page breaking. (line 2344)
+* breve accent: Accents. (line 4555)
+* breve accent, math: Math accents. (line 3717)
+* bug reporting: About this document.
+ (line 252)
+* bullet symbol: Math symbols. (line 3043)
+* bullet, in text: Text symbols. (line 4384)
+* bulleted lists: itemize. (line 1320)
+* calligraphic letters for math: Font styles. (line 546)
+* cap height: Text symbols. (line 4392)
+* caron accent: Accents. (line 4565)
+* case sensitivity of LaTeX: Overview. (line 331)
+* cc list, in letters: \cc. (line 4877)
+* cedilla accent: Accents. (line 4520)
+* centered asterisk, in text: Text symbols. (line 4363)
+* centered period, in text: Text symbols. (line 4431)
+* centering text, declaration for: \centering. (line 999)
+* centering text, environment for: center. (line 985)
+* characters, accented: Accents. (line 4476)
+* characters, non-English: Non-English characters.
+ (line 4570)
+* characters, reserved: Reserved characters.
+ (line 4271)
+* check accent: Accents. (line 4565)
+* check accent, math: Math accents. (line 3720)
+* circle symbol, big, in text: Text symbols. (line 4375)
+* circled letter, in text: Text symbols. (line 4387)
+* circumflex accent: Accents. (line 4503)
+* circumflex accent, math: Math accents. (line 3732)
+* circumflex, ASCII, in text: Text symbols. (line 4357)
+* class options: Document class options.
+ (line 371)
+* classes of documents: Document classes. (line 354)
+* closing letters: \closing. (line 4887)
+* closing quote: Text symbols. (line 4348)
+* code, typesetting: verbatim. (line 2190)
+* command line: Command line. (line 5009)
+* commands, defining new ones: \newcommand & \renewcommand.
+ (line 2489)
+* composite word mark, in text: Text symbols. (line 4392)
+* computer programs, typesetting: verbatim. (line 2190)
+* copyright symbol: Text symbols. (line 4308)
+* counters, a list of: Counters. (line 2666)
+* counters, defining new: \newcounter. (line 2525)
+* counters, getting value of: \value. (line 2724)
+* counters, setting: \setcounter. (line 2738)
+* creating letters: Letters. (line 4828)
+* creating pictures: picture. (line 1492)
+* creating tables: table. (line 1871)
+* credit footnote: \maketitle. (line 3884)
+* cross references: Cross references. (line 859)
+* cross referencing with page number: \pageref. (line 897)
+* cross referencing, symbolic: \ref. (line 907)
+* currency, dollar: Text symbols. (line 4403)
+* currency, euro: Text symbols. (line 4412)
+* dagger, double, in text: Text symbols. (line 4400)
+* dagger, in text: Text symbols. (line 4311)
+* dagger, in text <1>: Text symbols. (line 4397)
+* date, for titlepage: \maketitle. (line 3880)
+* 'datetime' package: \today. (line 4644)
+* defining a new command: \newcommand & \renewcommand.
+ (line 2489)
+* defining new environments: \newenvironment & \renewenvironment.
+ (line 2564)
+* defining new fonts: \newfont. (line 2631)
+* defining new theorems: \newtheorem. (line 2603)
+* definitions: Definitions. (line 2484)
+* description lists, creating: description. (line 1022)
+* dieresis accent: Accents. (line 4486)
+* discretionary multiplication: Math miscellany. (line 3777)
+* displaying quoted text with paragraph indentation: quotation.
+ (line 1750)
+* displaying quoted text without paragraph indentation: quote.
+ (line 1765)
+* document class options: Document class options.
+ (line 371)
+* document classes: Document classes. (line 354)
+* document templates: Document templates. (line 5025)
+* dollar sign: Text symbols. (line 4403)
+* dot accent: Accents. (line 4495)
+* dot over accent, math: Math accents. (line 3726)
+* dot-over accent: Accents. (line 4495)
+* dot-under accent: Accents. (line 4524)
+* dotless i: Accents. (line 4532)
+* dotless i, math: Math accents. (line 3735)
+* dotless j: Accents. (line 4535)
+* dotless j, math: Math accents. (line 3738)
+* double angle quotation marks: Text symbols. (line 4323)
+* double dagger, in text: Text symbols. (line 4314)
+* double dagger, in text <1>: Text symbols. (line 4400)
+* double dot accent, math: Math accents. (line 3723)
+* double guillemets: Text symbols. (line 4323)
+* double left quote: Text symbols. (line 4437)
+* double low-9 quotation mark: Text symbols. (line 4345)
+* double quote, straight base: Text symbols. (line 4450)
+* double right quote: Text symbols. (line 4440)
+* double spacing: Low-level font commands.
+ (line 644)
+* double vertical bar, in text: Text symbols. (line 4372)
+* e-dash: Text symbols. (line 4409)
+* ellipsis: Text symbols. (line 4329)
+* em-dash: Text symbols. (line 4406)
+* em-dash, three-quarters: Text symbols. (line 4459)
+* em-dash, two-thirds: Text symbols. (line 4465)
+* emphasis: Font styles. (line 475)
+* emphasis <1>: Font styles. (line 549)
+* enclosure list: \encl. (line 4897)
+* ending & starting: Starting & ending. (line 337)
+* enlarge current page: \enlargethispage. (line 2371)
+* environments: Environments. (line 919)
+* environments, defining: \newenvironment & \renewenvironment.
+ (line 2564)
+* equation number, cross referencing: \ref. (line 907)
+* equation numbers, omitting: eqnarray. (line 1132)
+* equations, aligning: eqnarray. (line 1109)
+* equations, environment for: equation. (line 1144)
+* es-zet German letter: Non-English characters.
+ (line 4611)
+* eth, Icelandic letter: Non-English characters.
+ (line 4583)
+* euro symbol: Text symbols. (line 4412)
+* exclamation point, upside-down: Text symbols. (line 4415)
+* exponent: Subscripts & superscripts.
+ (line 2953)
+* feminine ordinal symbol: Text symbols. (line 4428)
+* figure number, cross referencing: \ref. (line 907)
+* figures, footnotes in: minipage. (line 1479)
+* figures, inserting: figure. (line 1157)
+* fixed-width font: Font styles. (line 567)
+* 'float' package: figure. (line 1185)
+* 'float' package <1>: figure. (line 1189)
+* flushing floats and starting a page: \clearpage. (line 2359)
+* font commands, low-level: Low-level font commands.
+ (line 598)
+* font sizes: Font sizes. (line 572)
+* font styles: Font styles. (line 454)
+* fonts: Typefaces. (line 448)
+* fonts, new commands for: \newfont. (line 2631)
+* footer style: \pagestyle. (line 3914)
+* footer, parameters for: Page layout parameters.
+ (line 738)
+* footnote number, cross referencing: \ref. (line 907)
+* footnote parameters: Footnote parameters.
+ (line 2468)
+* footnotes in figures: minipage. (line 1479)
+* footnotes, creating: Footnotes. (line 2404)
+* footnotes, symbolic instead of numbered: Symbolic footnotes.
+ (line 2455)
+* formulas, environment for: equation. (line 1144)
+* formulas, math: Math formulas. (line 2917)
+* fragile commands: \protect. (line 2645)
+* French quotation marks: Text symbols. (line 4323)
+* functions, math: Math functions. (line 3598)
+* global options: Document class options.
+ (line 371)
+* global options <1>: Document class options.
+ (line 441)
+* glossaries: Glossaries. (line 4773)
+* grave accent: Accents. (line 4507)
+* grave accent, math: Math accents. (line 3729)
+* greater than symbol, in text: Text symbols. (line 4418)
+* greek letters: Math symbols. (line 2962)
+* ha'c<ek accent, math: Math accents. (line 3720)
+* hacek accent: Accents. (line 4565)
+* hat accent: Accents. (line 4503)
+* hat accent, math: Math accents. (line 3732)
+* header style: \pagestyle. (line 3914)
+* header, parameters for: Page layout parameters.
+ (line 738)
+* here, putting floats: figure. (line 1189)
+* hungarian umlaut accent: Accents. (line 4528)
+* hyphenation, defining: \hyphenation. (line 2311)
+* hyphenation, forcing: \- (hyphenation). (line 2281)
+* hyphenation, preventing: \mbox. (line 4111)
+* Icelandic eth: Non-English characters.
+ (line 4583)
+* Icelandic thorn: Non-English characters.
+ (line 4615)
+* ij letter, Dutch: Non-English characters.
+ (line 4591)
+* in-line formulas: math. (line 1452)
+* indent, forcing: \indent. (line 2846)
+* indent, suppressing: \noindent. (line 2857)
+* indentation of paragraphs, in minipage: minipage. (line 1475)
+* indexes: Indexes. (line 4788)
+* input file: Splitting the input.
+ (line 4650)
+* input/output: Terminal input/output.
+ (line 4976)
+* inserting figures: figure. (line 1157)
+* italic font: Font styles. (line 552)
+* justification, ragged left: \raggedleft. (line 1307)
+* justification, ragged right: \raggedright. (line 1281)
+* Knuth, Donald E.: About this document.
+ (line 245)
+* labelled lists, creating: description. (line 1022)
+* Lamport, Leslie: About this document.
+ (line 245)
+* LaTeX logo: Text symbols. (line 4317)
+* LaTeX overview: Overview. (line 282)
+* LaTeX Project team: About this document.
+ (line 245)
+* layout commands: Layout. (line 668)
+* layout, page parameters for: Page layout parameters.
+ (line 738)
+* left angle quotation marks: Text symbols. (line 4323)
+* left arrow, in text: Text symbols. (line 4424)
+* left brace, in text: Text symbols. (line 4378)
+* left quote: Text symbols. (line 4333)
+* left quote, double: Text symbols. (line 4437)
+* left quote, single: Text symbols. (line 4443)
+* left-justifying text: \raggedright. (line 1281)
+* left-justifying text, environment for: flushleft. (line 1268)
+* left-to-right mode: Modes. (line 3826)
+* lengths, adding to: \addtolength. (line 2791)
+* lengths, defining and using: Lengths. (line 2778)
+* lengths, defining new: \newlength. (line 2540)
+* lengths, predefined: Predefined lengths. (line 2819)
+* lengths, setting: \setlength. (line 2784)
+* less than symbol, in text: Text symbols. (line 4421)
+* letters: Letters. (line 4828)
+* letters, accented: Accents. (line 4476)
+* letters, ending: \closing. (line 4887)
+* letters, non-English: Non-English characters.
+ (line 4570)
+* letters, starting: \opening. (line 4930)
+* line break, forcing: \\. (line 2255)
+* line breaking: Line breaking. (line 2243)
+* line breaks, forcing: \linebreak & \nolinebreak.
+ (line 2327)
+* line breaks, preventing: \linebreak & \nolinebreak.
+ (line 2327)
+* lines in tables: tabular. (line 1898)
+* lining numerals: Font styles. (line 527)
+* lining text up in tables: tabular. (line 1898)
+* lining text up using tab stops: tabbing. (line 1780)
+* list items, specifying counter: \usecounter. (line 2713)
+* lists of items: itemize. (line 1320)
+* lists of items, generic: list. (line 1427)
+* lists of items, numbered: enumerate. (line 1071)
+* loading additional packages: Document class options.
+ (line 434)
+* log file: Overview. (line 315)
+* logo, LaTeX: Text symbols. (line 4317)
+* logo, TeX: Text symbols. (line 4354)
+* low-9 quotation marks, single and double: Text symbols. (line 4345)
+* low-level font commands: Low-level font commands.
+ (line 598)
+* lR mode: Modes. (line 3826)
+* LuaTeX: Overview. (line 306)
+* macron accent: Accents. (line 4499)
+* macron accent, math: Math accents. (line 3714)
+* Madsen, Lars: eqnarray. (line 1109)
+* 'makeidx' package: Indexes. (line 4810)
+* 'makeindex' program: Indexes. (line 4805)
+* making a title page: titlepage. (line 2173)
+* making paragraphs: Making paragraphs. (line 2838)
+* marginal notes: Marginal notes. (line 2870)
+* masculine ordinal symbol: Text symbols. (line 4428)
+* math accents: Math accents. (line 3706)
+* math formulas: Math formulas. (line 2917)
+* math functions: Math functions. (line 3598)
+* math miscellany: Math miscellany. (line 3776)
+* math mode: Modes. (line 3826)
+* math mode, entering: Math formulas. (line 2917)
+* math mode, spacing: Spacing in math mode.
+ (line 3758)
+* math symbols: Math symbols. (line 2962)
+* minipage, creating a: minipage. (line 1464)
+* modes: Modes. (line 3826)
+* monospace font: Font styles. (line 567)
+* moving arguments: \protect. (line 2645)
+* multicolumn text: \twocolumn. (line 679)
+* 'multind' package: Indexes. (line 4821)
+* multiplication symbol, discretionary line break: Math miscellany.
+ (line 3777)
+* nested '\include', not allowed: \include. (line 4671)
+* new commands, defining: \newcommand & \renewcommand.
+ (line 2489)
+* new line, output as input: \obeycr & \restorecr.
+ (line 2265)
+* new line, starting: \\. (line 2255)
+* new line, starting (paragraph mode): \newline. (line 2274)
+* new page, starting: \newpage. (line 2365)
+* non-English characters: Non-English characters.
+ (line 4570)
+* notes in the margin: Marginal notes. (line 2870)
+* null delimiter: Math miscellany. (line 3791)
+* numbered items, specifying counter: \usecounter. (line 2713)
+* numerals, old-style: Font styles. (line 527)
+* oblique font: Font styles. (line 564)
+* oe ligature: Non-English characters.
+ (line 4607)
+* ogonek: Accents. (line 4539)
+* old-style numerals: Font styles. (line 527)
+* one-column output: \onecolumn. (line 673)
+* opening quote: Text symbols. (line 4333)
+* options, document class: Document class options.
+ (line 371)
+* options, global: Document class options.
+ (line 441)
+* ordinals, feminine and masculine: Text symbols. (line 4428)
+* oslash: Non-English characters.
+ (line 4603)
+* overbar accent: Accents. (line 4499)
+* overdot accent, math: Math accents. (line 3726)
+* overview of LaTeX: Overview. (line 282)
+* packages, loading: Document class options.
+ (line 434)
+* page break, forcing: \pagebreak & \nopagebreak.
+ (line 2386)
+* page break, preventing: \pagebreak & \nopagebreak.
+ (line 2386)
+* page breaking: Page breaking. (line 2344)
+* page layout parameters: Page layout parameters.
+ (line 738)
+* page number, cross referencing: \pageref. (line 897)
+* page numbering style: \pagenumbering. (line 3894)
+* page styles: Page styles. (line 3862)
+* paragraph indentation, in minipage: minipage. (line 1475)
+* paragraph indentations in quoted text: quotation. (line 1750)
+* paragraph indentations in quoted text, omitting: quote. (line 1765)
+* paragraph mode: Modes. (line 3826)
+* paragraph symbol: Text symbols. (line 4337)
+* paragraphs: Making paragraphs. (line 2838)
+* parameters, for footnotes: Footnote parameters.
+ (line 2468)
+* parameters, page layout: Page layout parameters.
+ (line 738)
+* pdfTeX: Overview. (line 300)
+* period, centered, in text: Text symbols. (line 4431)
+* pictures, creating: picture. (line 1492)
+* pilcrow: Text symbols. (line 4337)
+* placement of floats: figure. (line 1170)
+* poetry, an environment for: verse. (line 2224)
+* polish l: Non-English characters.
+ (line 4595)
+* postscript, in letters: \ps. (line 4942)
+* pounds symbol: Text symbols. (line 4341)
+* preamble, defined: Starting & ending. (line 348)
+* predefined lengths: Predefined lengths. (line 2819)
+* prompt, '*': Command line. (line 5018)
+* questionation point, upside-down: Text symbols. (line 4434)
+* quotation marks, French: Text symbols. (line 4323)
+* quote, straight base: Text symbols. (line 4450)
+* quoted text with paragraph indentation, displaying: quotation.
+ (line 1750)
+* quoted text without paragraph indentation, displaying: quote.
+ (line 1765)
+* ragged left text: \raggedleft. (line 1307)
+* ragged left text, environment for: flushright. (line 1294)
+* ragged right text: \raggedright. (line 1281)
+* ragged right text, environment for: flushleft. (line 1268)
+* redefining environments: \newenvironment & \renewenvironment.
+ (line 2564)
+* registered symbol: Text symbols. (line 4453)
+* remarks in the margin: Marginal notes. (line 2870)
+* reporting bugs: About this document.
+ (line 252)
+* reserved characters: Reserved characters.
+ (line 4271)
+* right angle quotation marks: Text symbols. (line 4323)
+* right arrow, in text: Text symbols. (line 4456)
+* right brace, in text: Text symbols. (line 4381)
+* right quote: Text symbols. (line 4348)
+* right quote, double: Text symbols. (line 4440)
+* right quote, single: Text symbols. (line 4446)
+* right-justifying text: \raggedleft. (line 1307)
+* right-justifying text, environment for: flushright. (line 1294)
+* ring accent: Accents. (line 4544)
+* ring accent, math: Math accents. (line 3741)
+* robust commands: \protect. (line 2655)
+* roman font: Font styles. (line 555)
+* running header and footer: Page layout parameters.
+ (line 738)
+* running header and footer style: \pagestyle. (line 3914)
+* sans serif font: Font styles. (line 561)
+* script letters for math: Font styles. (line 546)
+* section number, cross referencing: \ref. (line 907)
+* section numbers, printing: Sectioning. (line 848)
+* section symbol: Text symbols. (line 4351)
+* sectioning: Sectioning. (line 807)
+* 'setspace' package: Low-level font commands.
+ (line 644)
+* setting counters: \setcounter. (line 2738)
+* sharp S letters: Non-English characters.
+ (line 4611)
+* 'showidx' package: Indexes. (line 4817)
+* simulating typed text: verbatim. (line 2190)
+* single angle quotation marks: Text symbols. (line 4323)
+* single guillemets: Text symbols. (line 4323)
+* single left quote: Text symbols. (line 4443)
+* single low-9 quotation mark: Text symbols. (line 4345)
+* single right quote: Text symbols. (line 4446)
+* sizes of text: Font sizes. (line 572)
+* slanted font: Font styles. (line 564)
+* small caps font: Font styles. (line 558)
+* space, inserting vertical: \addvspace. (line 4054)
+* spaces: Spaces. (line 3957)
+* spacing within math mode: Spacing in math mode.
+ (line 3758)
+* Spanish ordinals, feminine and masculine: Text symbols. (line 4428)
+* special characters: Non-English characters.
+ (line 4570)
+* specifier, float placement: figure. (line 1170)
+* splitting the input file: Splitting the input.
+ (line 4650)
+* starting & ending: Starting & ending. (line 337)
+* starting a new page: \newpage. (line 2365)
+* starting a new page and clearing floats: \clearpage. (line 2359)
+* starting on a right-hand page: \cleardoublepage. (line 2351)
+* sterling symbol: Text symbols. (line 4341)
+* straight double quote, base: Text symbols. (line 4450)
+* straight quote, base: Text symbols. (line 4450)
+* stretch, omitting vertical: \raggedbottom. (line 732)
+* styles of text: Font styles. (line 454)
+* styles, page: Page styles. (line 3862)
+* subscript: Subscripts & superscripts.
+ (line 2953)
+* superscript: Subscripts & superscripts.
+ (line 2953)
+* symbols, math: Math symbols. (line 2962)
+* tab stops, using: tabbing. (line 1780)
+* table of contents entry, manually adding: \addcontentsline.
+ (line 4729)
+* table of contents, creating: Tables of contents. (line 4709)
+* tables, creating: table. (line 1871)
+* terminal input/output: Terminal input/output.
+ (line 4976)
+* TeX logo: Text symbols. (line 4354)
+* text symbols: Text symbols. (line 4302)
+* 'textcomp' package: Font styles. (line 527)
+* thanks, for titlepage: \maketitle. (line 3884)
+* theorems, defining: \newtheorem. (line 2603)
+* theorems, typesetting: theorem. (line 2160)
+* thorn, Icelandic letter: Non-English characters.
+ (line 4615)
+* three-quarters em-dash: Text symbols. (line 4459)
+* tie-after accent: Accents. (line 4550)
+* tilde accent: Accents. (line 4513)
+* tilde accent, math: Math accents. (line 3744)
+* tilde, ASCII, in text: Text symbols. (line 4360)
+* title pages, creating: titlepage. (line 2173)
+* title, for titlepage: \maketitle. (line 3888)
+* titles, making: \maketitle. (line 3868)
+* trademark symbol: Text symbols. (line 4462)
+* transcript file: Overview. (line 315)
+* two-column output: \twocolumn. (line 679)
+* two-thirds em-dash: Text symbols. (line 4465)
+* typed text, simulating: verbatim. (line 2190)
+* typeface sizes: Font sizes. (line 572)
+* typeface styles: Font styles. (line 454)
+* typefaces: Typefaces. (line 448)
+* typewriter font: Font styles. (line 567)
+* typewriter labels in lists: description. (line 1034)
+* umlaut accent: Accents. (line 4486)
+* underbar: Accents. (line 4558)
+* underscore, in text: Text symbols. (line 4468)
+* unordered lists: itemize. (line 1320)
+* using BibTeX: Using BibTeX. (line 2123)
+* variables, a list of: Counters. (line 2666)
+* vector symbol, math: Math accents. (line 3747)
+* verbatim text: verbatim. (line 2190)
+* verbatim text, inline: \verb. (line 2207)
+* vertical bar, double, in text: Text symbols. (line 4372)
+* vertical bar, in text: Text symbols. (line 4369)
+* vertical space: \addvspace. (line 4054)
+* vertical space before paragraphs: \parskip. (line 2864)
+* visible space: \verb. (line 2218)
+* visible space symbol, in text: Text symbols. (line 4471)
+* wide hat accent, math: Math accents. (line 3750)
+* wide tile accent, math: Math accents. (line 3753)
+* XeTeX: Overview. (line 309)
+* 'xindy' program: Indexes. (line 4805)
+
Command Index
*************
+* Menu:
+
+* $: Math formulas. (line 2935)
+* .aux file: Overview. (line 319)
+* .dvi file: Overview. (line 292)
+* .log file: Overview. (line 315)
+* .pdf file: Overview. (line 300)
+* .toc file: Tables of contents. (line 4709)
+* 10pt option: Document class options.
+ (line 379)
+* 11pt option: Document class options.
+ (line 379)
+* 12pt option: Document class options.
+ (line 379)
+* @{...}: array. (line 963)
+* [...] for optional arguments: Overview. (line 325)
+* \ character starting commands: Overview. (line 325)
+* \" (umlaut accent): Accents. (line 4486)
+* \#: Reserved characters.
+ (line 4276)
+* \$: Reserved characters.
+ (line 4276)
+* \%: Reserved characters.
+ (line 4276)
+* \&: Reserved characters.
+ (line 4276)
+* \' (acute accent): Accents. (line 4490)
+* \' (tabbing): tabbing. (line 1819)
+* \(: Math formulas. (line 2927)
+* \): Math formulas. (line 2927)
+* \*: Math miscellany. (line 3776)
+* \+: tabbing. (line 1811)
+* \,: Spacing in math mode.
+ (line 3769)
+* \-: tabbing. (line 1815)
+* \- (hyphenation): \- (hyphenation). (line 2281)
+* \. (dot-over accent): Accents. (line 4495)
+* \/: \/. (line 4023)
+* \:: Spacing in math mode.
+ (line 3767)
+* \;: Spacing in math mode.
+ (line 3764)
+* \<: tabbing. (line 1807)
+* \= (macron accent): Accents. (line 4499)
+* \= (tabbing): tabbing. (line 1801)
+* \>: tabbing. (line 1805)
+* \> <1>: Spacing in math mode.
+ (line 3767)
+* \> (tabbing): tabbing. (line 1804)
+* \@: \AT. (line 4002)
+* \@fnsymbol: Symbolic footnotes. (line 2460)
+* \a (tabbing): tabbing. (line 1834)
+* \a' (acute accent in tabbing): tabbing. (line 1835)
+* \a= (macron accent in tabbing): tabbing. (line 1835)
+* \aa (aa): Non-English characters.
+ (line 4575)
+* \AA (AA): Non-English characters.
+ (line 4575)
+* \acute: Math accents. (line 3710)
+* \addcontentsline{EXT}{UNIT}{TEXT}: \addcontentsline. (line 4729)
+* \address: \address. (line 4864)
+* \addtocontents{EXT}{TEXT}: \addtocontents. (line 4758)
+* \addtocounter: \addtocounter. (line 2748)
+* \addtolength: \addtolength. (line 2791)
+* \addvspace: \addvspace. (line 4054)
+* \ae (ae): Non-English characters.
+ (line 4579)
+* \AE (AE): Non-English characters.
+ (line 4579)
+* \aleph: Math symbols. (line 2970)
+* \alph: \alph \Alph \arabic \roman \Roman \fnsymbol.
+ (line 2684)
+* \Alph: \alph \Alph \arabic \roman \Roman \fnsymbol.
+ (line 2687)
+* \Alph example: enumerate. (line 1104)
+* \alpha: Math symbols. (line 2973)
+* \alsoname: Indexes. (line 4802)
+* \amalg: Math symbols. (line 2976)
+* \and for '\author': \maketitle. (line 3874)
+* \angle: Math symbols. (line 2979)
+* \appendix: Sectioning. (line 838)
+* \approx: Math symbols. (line 2982)
+* \arabic: \alph \Alph \arabic \roman \Roman \fnsymbol.
+ (line 2690)
+* \arccos: Math functions. (line 3601)
+* \arcsin: Math functions. (line 3604)
+* \arctan: Math functions. (line 3607)
+* \arg: Math functions. (line 3610)
+* \arraycolsep: array. (line 975)
+* \arrayrulewidth: tabular. (line 1992)
+* \arraystretch: tabular. (line 1996)
+* \ast: Math symbols. (line 2985)
+* \asymp: Math symbols. (line 2988)
+* \author{NAME \and NAME2}: \maketitle. (line 3873)
+* \a` (grave accent in tabbing): tabbing. (line 1835)
+* \b (bar-under accent): Accents. (line 4516)
+* \backslash: Math symbols. (line 2991)
+* \backslash <1>: Reserved characters.
+ (line 4281)
+* \bar: Math accents. (line 3713)
+* \baselineskip: Low-level font commands.
+ (line 638)
+* \baselinestretch: Low-level font commands.
+ (line 644)
+* \begin: Environments. (line 919)
+* \beta: Math symbols. (line 2994)
+* \bf: Font styles. (line 542)
+* \bfseries: Font styles. (line 481)
+* \bibitem: \bibitem. (line 2084)
+* \bibliography: Using BibTeX. (line 2123)
+* \bibliographystyle: Using BibTeX. (line 2123)
+* \bigcap: Math symbols. (line 2997)
+* \bigcap <1>: Math symbols. (line 3027)
+* \bigcirc: Math symbols. (line 3000)
+* \bigcup: Math symbols. (line 3003)
+* \bigodot: Math symbols. (line 3006)
+* \bigoplus: Math symbols. (line 3009)
+* \bigotimes: Math symbols. (line 3012)
+* \bigskip: \bigskip \medskip \smallskip.
+ (line 4068)
+* \bigskipamount: \bigskip \medskip \smallskip.
+ (line 4068)
+* \bigsqcup: Math symbols. (line 3021)
+* \bigtriangledown: Math symbols. (line 3015)
+* \bigtriangleup: Math symbols. (line 3018)
+* \biguplus: Math symbols. (line 3024)
+* \bigwedge: Math symbols. (line 3030)
+* \bmod: Math functions. (line 3613)
+* \boldmath: Math formulas. (line 2940)
+* \bot: Math symbols. (line 3033)
+* \bottomfraction: figure. (line 1218)
+* \bottomnumber: figure. (line 1251)
+* \bowtie: Math symbols. (line 3036)
+* \Box: Math symbols. (line 3039)
+* \breve: Math accents. (line 3716)
+* \bullet: Math symbols. (line 3042)
+* \c (cedilla accent): Accents. (line 4520)
+* \cal: Font styles. (line 545)
+* \cap: Math symbols. (line 3045)
+* \capitalacute: Accents. (line 4490)
+* \capitalbreve: Accents. (line 4555)
+* \capitalcaron: Accents. (line 4565)
+* \capitalcedilla: Accents. (line 4520)
+* \capitalcircumflex: Accents. (line 4503)
+* \capitaldieresis: Accents. (line 4486)
+* \capitaldotaccent: Accents. (line 4524)
+* \capitalgrave: Accents. (line 4507)
+* \capitalhungarumlaut: Accents. (line 4528)
+* \capitalmacron: Accents. (line 4499)
+* \capitalnewtie: Accents. (line 4550)
+* \capitalogonek: Accents. (line 4539)
+* \capitalring: Accents. (line 4544)
+* \capitaltie: Accents. (line 4550)
+* \capitaltilde: Accents. (line 4513)
+* \caption: figure. (line 1211)
+* \cc: \cc. (line 4877)
+* \cdot: Math symbols. (line 3048)
+* \cdots: Math miscellany. (line 3780)
+* \centering: \centering. (line 999)
+* \chapter: Sectioning. (line 810)
+* \check: Math accents. (line 3719)
+* \chi: Math symbols. (line 3051)
+* \circ: Math symbols. (line 3054)
+* \circle: \circle. (line 1562)
+* \cite: \cite. (line 2101)
+* \cleardoublepage: \cleardoublepage. (line 2351)
+* \clearpage: \clearpage. (line 2359)
+* \cline: \cline. (line 2034)
+* \closing: \closing. (line 4887)
+* \clubsuit: Math symbols. (line 3057)
+* \columnsep: \twocolumn. (line 689)
+* \columnseprule: \twocolumn. (line 692)
+* \columnwidth: \twocolumn. (line 696)
+* \cong: Math symbols. (line 3060)
+* \contentsline: \addcontentsline. (line 4752)
+* \coprod: Math symbols. (line 3063)
+* \copyright: Text symbols. (line 4306)
+* \cos: Math functions. (line 3616)
+* \cosh: Math functions. (line 3619)
+* \cot: Math functions. (line 3622)
+* \coth: Math functions. (line 3625)
+* \csc: Math functions. (line 3628)
+* \cup: Math symbols. (line 3066)
+* \d (dot-under accent): Accents. (line 4524)
+* \dag: Text symbols. (line 4310)
+* \dagger: Math symbols. (line 3069)
+* \dashbox: \dashbox. (line 1613)
+* \dashv: Math symbols. (line 3072)
+* \date{TEXT}: \maketitle. (line 3879)
+* \day: \day \month \year. (line 2767)
+* \dblfloatpagefraction: \twocolumn. (line 707)
+* \dblfloatsep: \twocolumn. (line 711)
+* \dbltextfloatsep: \twocolumn. (line 716)
+* \dbltopfraction: \twocolumn. (line 702)
+* \ddag: Text symbols. (line 4313)
+* \ddagger: Math symbols. (line 3075)
+* \ddot: Math accents. (line 3722)
+* \ddots: Math miscellany. (line 3784)
+* \deg: Math functions. (line 3631)
+* \Delta: Math symbols. (line 3078)
+* \delta: Math symbols. (line 3081)
+* \depth: Predefined lengths. (line 2823)
+* \det: Math functions. (line 3634)
+* \dh (ae): Non-English characters.
+ (line 4583)
+* \DH (AE): Non-English characters.
+ (line 4583)
+* \Diamond: Math symbols. (line 3084)
+* \diamond: Math symbols. (line 3087)
+* \diamondsuit: Math symbols. (line 3090)
+* \dim: Math functions. (line 3637)
+* \displaystyle: Math formulas. (line 2945)
+* \div: Math symbols. (line 3093)
+* \dj: Non-English characters.
+ (line 4587)
+* \DJ: Non-English characters.
+ (line 4587)
+* \documentclass: Document classes. (line 354)
+* \dot: Math accents. (line 3725)
+* \doteq: Math symbols. (line 3096)
+* \dotfill: \dotfill. (line 4048)
+* \dots: Text symbols. (line 4327)
+* \doublerulesep: tabular. (line 2000)
+* \downarrow: Math symbols. (line 3099)
+* \Downarrow: Math symbols. (line 3102)
+* \ell: Math symbols. (line 3105)
+* \em: Font styles. (line 548)
+* \emph: Font styles. (line 475)
+* \emptyset: Math symbols. (line 3108)
+* \encl: \encl. (line 4897)
+* \end: Environments. (line 919)
+* \enlargethispage: \enlargethispage. (line 2371)
+* \enumi: enumerate. (line 1094)
+* \enumii: enumerate. (line 1094)
+* \enumiii: enumerate. (line 1094)
+* \enumiv: enumerate. (line 1094)
+* \epsilon: Math symbols. (line 3111)
+* \equiv: Math symbols. (line 3114)
+* \eta: Math symbols. (line 3117)
+* \evensidemargin: Document class options.
+ (line 415)
+* \exists: Math symbols. (line 3120)
+* \exp: Math functions. (line 3640)
+* \extracolsep: tabular. (line 1963)
+* \fbox: \fbox and \framebox.
+ (line 4118)
+* \fboxrule: \framebox (picture).
+ (line 1607)
+* \fboxrule <1>: \fbox and \framebox.
+ (line 4130)
+* \fboxsep: \framebox (picture).
+ (line 1607)
+* \fboxsep <1>: \fbox and \framebox.
+ (line 4130)
+* \fill: \hfill. (line 3984)
+* \flat: Math symbols. (line 3123)
+* \floatpagefraction: figure. (line 1221)
+* \floatsep: figure. (line 1236)
+* \flushbottom: \flushbottom. (line 723)
+* \fnsymbol: \alph \Alph \arabic \roman \Roman \fnsymbol.
+ (line 2699)
+* \fnsymbol, and footnotes: Symbolic footnotes. (line 2460)
+* \fontencoding: Low-level font commands.
+ (line 603)
+* \fontfamily: Low-level font commands.
+ (line 606)
+* \fontseries: Low-level font commands.
+ (line 615)
+* \fontshape: Low-level font commands.
+ (line 626)
+* \fontsize: Low-level font commands.
+ (line 638)
+* \footnote: \footnote. (line 2411)
+* \footnotemark: \footnotemark. (line 2426)
+* \footnoterule: Footnote parameters.
+ (line 2468)
+* \footnotesep: Footnote parameters.
+ (line 2474)
+* \footnotesize: Font sizes. (line 577)
+* \footnotetext: \footnotetext. (line 2441)
+* \footskip: Page layout parameters.
+ (line 748)
+* \forall: Math symbols. (line 3126)
+* \frac: Math miscellany. (line 3788)
+* \frac{num}{den}: Math miscellany. (line 3787)
+* \frame: \frame. (line 1628)
+* \framebox: \framebox (picture).
+ (line 1599)
+* \framebox <1>: \fbox and \framebox.
+ (line 4118)
+* \frown: Math symbols. (line 3129)
+* \fussy: \fussy. (line 2293)
+* \Gamma: Math symbols. (line 3132)
+* \gamma: Math symbols. (line 3135)
+* \gcd: Math functions. (line 3643)
+* \ge: Math symbols. (line 3138)
+* \geq: Math symbols. (line 3141)
+* \gets: Math symbols. (line 3144)
+* \gg: Math symbols. (line 3147)
+* \glossary: Glossaries. (line 4775)
+* \glossaryentry: Glossaries. (line 4778)
+* \grave: Math accents. (line 3728)
+* \guillemotleft (<<): Text symbols. (line 4319)
+* \guillemotright (>>): Text symbols. (line 4320)
+* \guilsinglleft (<): Text symbols. (line 4321)
+* \guilsinglright (>): Text symbols. (line 4322)
+* \H (Hungarian umlaut accent): Accents. (line 4528)
+* \hat: Math accents. (line 3731)
+* \hbar: Math symbols. (line 3150)
+* \headheight: Page layout parameters.
+ (line 738)
+* \headsep: Page layout parameters.
+ (line 743)
+* \heartsuit: Math symbols. (line 3153)
+* \height: Predefined lengths. (line 2821)
+* \hfill: \hfill. (line 3981)
+* \hline: \hline. (line 2045)
+* \hom: Math functions. (line 3646)
+* \hookleftarrow: Math symbols. (line 3156)
+* \hookrightarrow: Math symbols. (line 3159)
+* \hrulefill: \hrulefill. (line 4041)
+* \hsize: Page layout parameters.
+ (line 788)
+* \hspace: \hspace. (line 3966)
+* \huge: Font sizes. (line 577)
+* \Huge: Font sizes. (line 577)
+* \hyphenation: \hyphenation. (line 2311)
+* \i (dotless i): Accents. (line 4532)
+* \iff: Math symbols. (line 3162)
+* \ij (ij): Non-English characters.
+ (line 4591)
+* \IJ (IJ): Non-English characters.
+ (line 4591)
+* \Im: Math symbols. (line 3165)
+* \imath: Math accents. (line 3734)
+* \in: Math symbols. (line 3168)
+* \include: \include. (line 4659)
+* \includeonly: \includeonly. (line 4677)
+* \indent: \indent. (line 2846)
+* \index: Indexes. (line 4791)
+* \indexentry: Indexes. (line 4794)
+* \inf: Math functions. (line 3649)
+* \infty: Math symbols. (line 3171)
+* \input: \input. (line 4691)
+* \int: Math symbols. (line 3174)
+* \intextsep: figure. (line 1240)
+* \iota: Math symbols. (line 3177)
+* \it: Font styles. (line 551)
+* \item: description. (line 1030)
+* \item <1>: enumerate. (line 1084)
+* \item <2>: itemize. (line 1320)
+* \itemindent: itemize. (line 1363)
+* \itemsep: itemize. (line 1385)
+* \itshape: Font styles. (line 472)
+* \j (dotless j): Accents. (line 4535)
+* \jmath: Math accents. (line 3737)
+* \Join: Math symbols. (line 3180)
+* \k (ogonek): Accents. (line 4539)
+* \kappa: Math symbols. (line 3183)
+* \ker: Math functions. (line 3652)
+* \kill: tabbing. (line 1839)
+* \l (/l): Non-English characters.
+ (line 4595)
+* \L (/L): Non-English characters.
+ (line 4595)
+* \label: \label. (line 865)
+* \labelenumi: enumerate. (line 1098)
+* \labelenumii: enumerate. (line 1098)
+* \labelenumiii: enumerate. (line 1098)
+* \labelenumiv: enumerate. (line 1098)
+* \labelitemi: itemize. (line 1343)
+* \labelitemii: itemize. (line 1343)
+* \labelitemiii: itemize. (line 1343)
+* \labelitemiv: itemize. (line 1343)
+* \labelsep: itemize. (line 1366)
+* \labelwidth: itemize. (line 1369)
+* \Lambda: Math symbols. (line 3186)
+* \lambda: Math symbols. (line 3189)
+* \land: Math symbols. (line 3192)
+* \langle: Math symbols. (line 3195)
+* \large: Font sizes. (line 577)
+* \Large: Font sizes. (line 577)
+* \LARGE: Font sizes. (line 577)
+* \LaTeX: Text symbols. (line 4316)
+* \lbrace: Math symbols. (line 3198)
+* \lbrack: Math symbols. (line 3201)
+* \lceil: Math symbols. (line 3204)
+* \ldots: Text symbols. (line 4326)
+* \le: Math symbols. (line 3207)
+* \leadsto: Math symbols. (line 3210)
+* \left DELIM1 ... \right DELIM2: Math miscellany. (line 3790)
+* \Leftarrow: Math symbols. (line 3212)
+* \leftarrow: Math symbols. (line 3215)
+* \lefteqn: eqnarray. (line 1137)
+* \leftharpoondown: Math symbols. (line 3218)
+* \leftharpoonup: Math symbols. (line 3221)
+* \leftmargin: itemize. (line 1350)
+* \leftmargini: itemize. (line 1350)
+* \leftmarginii: itemize. (line 1350)
+* \leftmarginiii: itemize. (line 1350)
+* \leftmarginiv: itemize. (line 1350)
+* \leftmarginv: itemize. (line 1350)
+* \leftmarginvi: itemize. (line 1350)
+* \Leftrightarrow: Math symbols. (line 3224)
+* \leftrightarrow: Math symbols. (line 3227)
+* \leq: Math symbols. (line 3230)
+* \lfloor: Math symbols. (line 3233)
+* \lg: Math functions. (line 3655)
+* \lhd: Math symbols. (line 3236)
+* \lim: Math functions. (line 3658)
+* \liminf: Math functions. (line 3661)
+* \limsup: Math functions. (line 3664)
+* \line: \line. (line 1639)
+* \linebreak: \linebreak & \nolinebreak.
+ (line 2327)
+* \linespread: Low-level font commands.
+ (line 651)
+* \linethickness: \linethickness. (line 1654)
+* \linewidth: Page layout parameters.
+ (line 753)
+* \listoffigures: Tables of contents. (line 4719)
+* \listoftables: Tables of contents. (line 4719)
+* \listparindent: itemize. (line 1372)
+* \ll: Math symbols. (line 3239)
+* \ln: Math functions. (line 3667)
+* \lnot: Math symbols. (line 3242)
+* \location: \location. (line 4906)
+* \log: Math functions. (line 3670)
+* \longleftarrow: Math symbols. (line 3245)
+* \longleftrightarrow: Math symbols. (line 3248)
+* \longmapsto: Math symbols. (line 3251)
+* \longrightarrow: Math symbols. (line 3254)
+* \lor: Math symbols. (line 3257)
+* \lq: Text symbols. (line 4332)
+* \makebox: \makebox. (line 4150)
+* \makebox (picture): \makebox (picture). (line 1573)
+* \makeglossary: Glossaries. (line 4773)
+* \makeindex: Indexes. (line 4788)
+* \makelabels: \makelabels. (line 4914)
+* \maketitle: \maketitle. (line 3868)
+* \mapsto: Math symbols. (line 3260)
+* \marginpar: Marginal notes. (line 2870)
+* \marginparpush: Marginal notes. (line 2897)
+* \marginparsep: Marginal notes. (line 2901)
+* \marginparwidth: Marginal notes. (line 2905)
+* \markboth{LEFT}{RIGHT}: \pagestyle. (line 3937)
+* \markright{RIGHT}: \pagestyle. (line 3944)
+* \mathbf: Font styles. (line 505)
+* \mathcal: Font styles. (line 521)
+* \mathnormal: Font styles. (line 518)
+* \mathring: Math accents. (line 3740)
+* \mathrm: Font styles. (line 502)
+* \mathsf: Font styles. (line 508)
+* \mathtt: Font styles. (line 511)
+* \mathversion: Font styles. (line 523)
+* \max: Math functions. (line 3673)
+* \mbox: \mbox. (line 4111)
+* \mdseries: Font styles. (line 478)
+* \medskip: \bigskip \medskip \smallskip.
+ (line 4072)
+* \medskipamount: \bigskip \medskip \smallskip.
+ (line 4072)
+* \mho: Math symbols. (line 3263)
+* \mid: Math symbols. (line 3265)
+* \min: Math functions. (line 3676)
+* \models: Math symbols. (line 3268)
+* \month: \day \month \year. (line 2767)
+* \mp: Math symbols. (line 3271)
+* \mu: Math symbols. (line 3274)
+* \multicolumn: \multicolumn. (line 2012)
+* \multiput: \multiput. (line 1678)
+* \nabla: Math symbols. (line 3277)
+* \name: \name. (line 4922)
+* \natural: Math symbols. (line 3280)
+* \ne: Math symbols. (line 3283)
+* \nearrow: Math symbols. (line 3286)
+* \neg: Math symbols. (line 3289)
+* \neq: Math symbols. (line 3292)
+* \newcommand: \newcommand & \renewcommand.
+ (line 2489)
+* \newcounter: \newcounter. (line 2525)
+* \newenvironment: \newenvironment & \renewenvironment.
+ (line 2564)
+* \newfont: \newfont. (line 2631)
+* \newlength: \newlength. (line 2540)
+* \newline: \newline. (line 2274)
+* \NEWLINE: \SPACE. (line 3991)
+* \newpage: \newpage. (line 2365)
+* \newsavebox: \newsavebox. (line 2554)
+* \newtheorem: \newtheorem. (line 2603)
+* \newtie: Accents. (line 4550)
+* \ng: Non-English characters.
+ (line 4599)
+* \NG: Non-English characters.
+ (line 4599)
+* \ni: Math symbols. (line 3295)
+* \nocite: \nocite. (line 2115)
+* \nofiles: Tables of contents. (line 4723)
+* \noindent: \noindent. (line 2857)
+* \nolinebreak: \linebreak & \nolinebreak.
+ (line 2327)
+* \nonumber: eqnarray. (line 1132)
+* \nopagebreak: \pagebreak & \nopagebreak.
+ (line 2386)
+* \normalfont: Font styles. (line 499)
+* \normalmarginpar: Marginal notes. (line 2885)
+* \normalsize: Font sizes. (line 577)
+* \not: Math symbols. (line 3298)
+* \notin: Math symbols. (line 3301)
+* \nu: Math symbols. (line 3304)
+* \nwarrow: Math symbols. (line 3307)
+* \o (/o): Non-English characters.
+ (line 4603)
+* \O (/O): Non-English characters.
+ (line 4603)
+* \obeycr: \obeycr & \restorecr.
+ (line 2265)
+* \oddsidemargin: Document class options.
+ (line 415)
+* \odot: Math symbols. (line 3310)
+* \oe (oe): Non-English characters.
+ (line 4607)
+* \OE (OE): Non-English characters.
+ (line 4607)
+* \oint: Math symbols. (line 3313)
+* \oldstylenums: Font styles. (line 527)
+* \Omega: Math symbols. (line 3316)
+* \omega: Math symbols. (line 3319)
+* \ominus: Math symbols. (line 3322)
+* \onecolumn: \onecolumn. (line 673)
+* \opening: \opening. (line 4930)
+* \oplus: Math symbols. (line 3325)
+* \oslash: Math symbols. (line 3328)
+* \otimes: Math symbols. (line 3331)
+* \oval: \oval. (line 1688)
+* \overbrace{TEXT}: Math miscellany. (line 3795)
+* \overline{TEXT}: Math miscellany. (line 3799)
+* \owns: Math symbols. (line 3334)
+* \P: Text symbols. (line 4335)
+* \pagebreak: \pagebreak & \nopagebreak.
+ (line 2386)
+* \pagenumbering: \pagenumbering. (line 3894)
+* \pageref: \pageref. (line 897)
+* \pagestyle: \pagestyle. (line 3914)
+* \paragraph: Sectioning. (line 815)
+* \parallel: Math symbols. (line 3337)
+* \parbox: \parbox. (line 4175)
+* \parindent: minipage. (line 1475)
+* \parindent <1>: \indent. (line 2846)
+* \parsep: itemize. (line 1390)
+* \parskip: \parskip. (line 2864)
+* \parskip example: itemize. (line 1406)
+* \part: Sectioning. (line 809)
+* \partial: Math symbols. (line 3340)
+* \partopsep: itemize. (line 1400)
+* \perp: Math symbols. (line 3343)
+* \phi: Math symbols. (line 3346)
+* \Pi: Math symbols. (line 3349)
+* \pi: Math symbols. (line 3352)
+* \pm: Math symbols. (line 3355)
+* \pmod: Math functions. (line 3679)
+* \poptabs: tabbing. (line 1845)
+* \poptabs <1>: tabbing. (line 1846)
+* \pounds: Text symbols. (line 4339)
+* \Pr: Math functions. (line 3682)
+* \prec: Math symbols. (line 3358)
+* \preceq: Math symbols. (line 3361)
+* \prime: Math symbols. (line 3364)
+* \prod: Math symbols. (line 3367)
+* \propto: Math symbols. (line 3370)
+* \protect: \protect. (line 2645)
+* \ps: \ps. (line 4942)
+* \Psi: Math symbols. (line 3373)
+* \psi: Math symbols. (line 3376)
+* \pushtabs: tabbing. (line 1848)
+* \put: \put. (line 1712)
+* \quotedblbase (,,): Text symbols. (line 4343)
+* \quotesinglbase (,): Text symbols. (line 4344)
+* \r (ring accent): Accents. (line 4544)
+* \raggedbottom: \raggedbottom. (line 732)
+* \raggedleft: \raggedleft. (line 1307)
+* \raggedright: \raggedright. (line 1281)
+* \raisebox: \raisebox. (line 4215)
+* \rangle: Math symbols. (line 3379)
+* \rbrace: Math symbols. (line 3382)
+* \rbrack: Math symbols. (line 3385)
+* \rceil: Math symbols. (line 3388)
+* \Re: Math symbols. (line 3391)
+* \ref: \ref. (line 907)
+* \refstepcounter: \refstepcounter. (line 2754)
+* \renewenvironment: \newenvironment & \renewenvironment.
+ (line 2564)
+* \restorecr: \obeycr & \restorecr.
+ (line 2265)
+* \reversemarginpar: Marginal notes. (line 2885)
+* \rfloor: Math symbols. (line 3394)
+* \rhd: Math symbols. (line 3397)
+* \rho: Math symbols. (line 3400)
+* \right: Math miscellany. (line 3791)
+* \Rightarrow: Math symbols. (line 3403)
+* \rightarrow: Math symbols. (line 3406)
+* \rightharpoondown: Math symbols. (line 3409)
+* \rightharpoonup: Math symbols. (line 3412)
+* \rightleftharpoons: Math symbols. (line 3415)
+* \rightmargin: itemize. (line 1376)
+* \rm: Font styles. (line 554)
+* \rmfamily: Font styles. (line 469)
+* \roman: \alph \Alph \arabic \roman \Roman \fnsymbol.
+ (line 2693)
+* \roman <1>: \alph \Alph \arabic \roman \Roman \fnsymbol.
+ (line 2696)
+* \rq: Text symbols. (line 4347)
+* \rule: \rule. (line 4620)
+* \S: Text symbols. (line 4350)
+* \savebox: \savebox. (line 4231)
+* \sbox: \sbox. (line 4243)
+* \sc: Font styles. (line 557)
+* \scriptsize: Font sizes. (line 577)
+* \scshape: Font styles. (line 493)
+* \searrow: Math symbols. (line 3418)
+* \sec: Math functions. (line 3685)
+* \section: Sectioning. (line 812)
+* \seename: Indexes. (line 4802)
+* \selectfont: Low-level font commands.
+ (line 657)
+* \setcounter: \setcounter. (line 2738)
+* \setlength: \setlength. (line 2784)
+* \setminus: Math symbols. (line 3421)
+* \settodepth: \settodepth. (line 2797)
+* \settoheight: \settoheight. (line 2805)
+* \settowidth: \settowidth. (line 2813)
+* \sf: Font styles. (line 560)
+* \sffamily: Font styles. (line 490)
+* \sharp: Math symbols. (line 3424)
+* \shortstack: \shortstack. (line 1720)
+* \Sigma: Math symbols. (line 3427)
+* \sigma: Math symbols. (line 3430)
+* \signature: \signature. (line 4948)
+* \sim: Math symbols. (line 3433)
+* \simeq: Math symbols. (line 3436)
+* \sin: Math functions. (line 3688)
+* \sinh: Math functions. (line 3691)
+* \sl: Font styles. (line 563)
+* \slshape: Font styles. (line 487)
+* \small: Font sizes. (line 577)
+* \smallint: Math symbols. (line 3439)
+* \smallskip: \bigskip \medskip \smallskip.
+ (line 4076)
+* \smallskipamount: \bigskip \medskip \smallskip.
+ (line 4076)
+* \smile: Math symbols. (line 3442)
+* \SPACE: \SPACE. (line 3991)
+* \spadesuit: Math symbols. (line 3445)
+* \sqcap: Math symbols. (line 3448)
+* \sqcup: Math symbols. (line 3451)
+* \sqrt[ROOT]{arg}: Math miscellany. (line 3802)
+* \sqsubset: Math symbols. (line 3454)
+* \sqsubseteq: Math symbols. (line 3457)
+* \sqsupset: Math symbols. (line 3460)
+* \sqsupseteq: Math symbols. (line 3463)
+* \ss (ss): Non-English characters.
+ (line 4611)
+* \SS (SS): Non-English characters.
+ (line 4611)
+* \stackrel{TEXT}{RELATION}: Math miscellany. (line 3808)
+* \star: Math symbols. (line 3466)
+* \startbreaks: \startbreaks. (line 4954)
+* \stepcounter: \stepcounter. (line 2761)
+* \stop: Command line. (line 5018)
+* \stopbreaks: \stopbreaks. (line 4961)
+* \subparagraph: Sectioning. (line 816)
+* \subsection: Sectioning. (line 813)
+* \subset: Math symbols. (line 3469)
+* \subseteq: Math symbols. (line 3472)
+* \subsubsection: Sectioning. (line 814)
+* \succ: Math symbols. (line 3475)
+* \succeq: Math symbols. (line 3478)
+* \sum: Math symbols. (line 3481)
+* \sup: Math functions. (line 3694)
+* \supset: Math symbols. (line 3484)
+* \supseteq: Math symbols. (line 3487)
+* \surd: Math symbols. (line 3490)
+* \swarrow: Math symbols. (line 3493)
+* \symbol: Reserved characters.
+ (line 4290)
+* \t (tie-after accent): Accents. (line 4550)
+* \TAB: \SPACE. (line 3991)
+* \tabbingsep: tabbing. (line 1853)
+* \tabcolsep: tabular. (line 2004)
+* \tableofcontents: Tables of contents. (line 4709)
+* \tan: Math functions. (line 3697)
+* \tanh: Math functions. (line 3700)
+* \tau: Math symbols. (line 3496)
+* \telephone: \telephone. (line 4968)
+* \TeX: Text symbols. (line 4353)
+* \textascenderwordmark: Text symbols. (line 4391)
+* \textasciicircum: Text symbols. (line 4356)
+* \textasciitilde: Text symbols. (line 4359)
+* \textasteriskcentered: Text symbols. (line 4362)
+* \textbackslash: Text symbols. (line 4365)
+* \textbar: Text symbols. (line 4368)
+* \textbardbl: Text symbols. (line 4371)
+* \textbf: Font styles. (line 481)
+* \textbigcircle: Text symbols. (line 4374)
+* \textbraceleft: Text symbols. (line 4377)
+* \textbraceright: Text symbols. (line 4380)
+* \textbullet: Text symbols. (line 4383)
+* \textcapitalwordmark: Text symbols. (line 4390)
+* \textcircled{LETTER}: Text symbols. (line 4386)
+* \textcompwordmark: Text symbols. (line 4389)
+* \textcopyright: Text symbols. (line 4307)
+* \textdagger: Text symbols. (line 4396)
+* \textdaggerdbl: Text symbols. (line 4399)
+* \textdollar (or '$'): Text symbols. (line 4402)
+* \textellipsis: Text symbols. (line 4328)
+* \textemdash (or '---'): Text symbols. (line 4405)
+* \textendash (or '--'): Text symbols. (line 4408)
+* \texteuro: Text symbols. (line 4411)
+* \textexclamdown (or '!`'): Text symbols. (line 4414)
+* \textfloatsep: figure. (line 1245)
+* \textfraction: figure. (line 1225)
+* \textgreater: Text symbols. (line 4417)
+* \textheight: Page layout parameters.
+ (line 761)
+* \textit: Font styles. (line 472)
+* \textleftarrow: Text symbols. (line 4423)
+* \textless: Text symbols. (line 4420)
+* \textmd: Font styles. (line 478)
+* \textnormal: Font styles. (line 499)
+* \textordfeminine: Text symbols. (line 4426)
+* \textordmasculine: Text symbols. (line 4427)
+* \textparagraph: Text symbols. (line 4336)
+* \textperiodcentered: Text symbols. (line 4430)
+* \textquestiondown (or '?`'): Text symbols. (line 4433)
+* \textquotedblleft (or '``'): Text symbols. (line 4436)
+* \textquotedblright (or '''): Text symbols. (line 4439)
+* \textquoteleft (or '`'): Text symbols. (line 4442)
+* \textquoteright (or '''): Text symbols. (line 4445)
+* \textquotestraightbase: Text symbols. (line 4448)
+* \textquotestraightdblbase: Text symbols. (line 4449)
+* \textregistered: Text symbols. (line 4452)
+* \textrightarrow: Text symbols. (line 4455)
+* \textrm: Font styles. (line 469)
+* \textsc: Font styles. (line 493)
+* \textsf: Font styles. (line 490)
+* \textsl: Font styles. (line 487)
+* \textsterling: Text symbols. (line 4340)
+* \textthreequartersemdash: Text symbols. (line 4458)
+* \texttrademark: Text symbols. (line 4461)
+* \texttt: Font styles. (line 496)
+* \texttwelveudash: Text symbols. (line 4464)
+* \textunderscore: Text symbols. (line 4467)
+* \textup: Font styles. (line 484)
+* \textvisiblespace: Text symbols. (line 4470)
+* \textwidth: Page layout parameters.
+ (line 768)
+* \th (th): Non-English characters.
+ (line 4615)
+* \TH (TH): Non-English characters.
+ (line 4615)
+* \thanks{TEXT}: \maketitle. (line 3883)
+* \theta: Math symbols. (line 3499)
+* \thicklines: \thicklines. (line 1664)
+* \thinlines: \thinlines. (line 1671)
+* \thinspace: \thinspace. (line 4017)
+* \thispagestyle: \thispagestyle. (line 3950)
+* \tilde: Math accents. (line 3743)
+* \times: Math symbols. (line 3502)
+* \tiny: Font sizes. (line 577)
+* \title{TEXT}: \maketitle. (line 3887)
+* \to: Math symbols. (line 3505)
+* \today: \today. (line 4639)
+* \top: Math symbols. (line 3508)
+* \topfraction: figure. (line 1230)
+* \topmargin: Page layout parameters.
+ (line 792)
+* \topnumber: figure. (line 1255)
+* \topsep: itemize. (line 1394)
+* \topskip: Page layout parameters.
+ (line 799)
+* \totalheight: Predefined lengths. (line 2825)
+* \totalnumber: figure. (line 1259)
+* \triangle: Math symbols. (line 3511)
+* \triangleleft: Math symbols. (line 3514)
+* \triangleright: Math symbols. (line 3517)
+* \tt: Font styles. (line 566)
+* \ttfamily: Font styles. (line 496)
+* \twocolumn: \twocolumn. (line 679)
+* \typein: \typein. (line 4979)
+* \typeout: \typeout. (line 4993)
+* \u (breve accent): Accents. (line 4555)
+* \unboldmath: Math formulas. (line 2940)
+* \underbar: Accents. (line 4558)
+* \underbrace{math}: Math miscellany. (line 3812)
+* \underline{text}: Math miscellany. (line 3815)
+* \unitlength: picture. (line 1496)
+* \unlhd: Math symbols. (line 3520)
+* \unrhd: Math symbols. (line 3523)
+* \Uparrow: Math symbols. (line 3526)
+* \uparrow: Math symbols. (line 3529)
+* \Updownarrow: Math symbols. (line 3532)
+* \updownarrow: Math symbols. (line 3535)
+* \uplus: Math symbols. (line 3538)
+* \upshape: Font styles. (line 484)
+* \Upsilon: Math symbols. (line 3541)
+* \upsilon: Math symbols. (line 3544)
+* \usebox: \usebox. (line 4255)
+* \usecounter: \usecounter. (line 2713)
+* \usefont: Low-level font commands.
+ (line 661)
+* \usepackage: Document class options.
+ (line 434)
+* \v (breve accent): Accents. (line 4565)
+* \value: \value. (line 2724)
+* \varepsilon: Math symbols. (line 3547)
+* \varphi: Math symbols. (line 3550)
+* \varpi: Math symbols. (line 3553)
+* \varrho: Math symbols. (line 3556)
+* \varsigma: Math symbols. (line 3559)
+* \vartheta: Math symbols. (line 3562)
+* \vdash: Math symbols. (line 3565)
+* \vdots: Math miscellany. (line 3820)
+* \vdots <1>: Math miscellany. (line 3821)
+* \vec: Math accents. (line 3746)
+* \vector: \vector. (line 1739)
+* \vee: Math symbols. (line 3568)
+* \verb: \verb. (line 2207)
+* \Vert: Math symbols. (line 3571)
+* \vert: Math symbols. (line 3574)
+* \vfill: \vfill. (line 4084)
+* \vline: \vline. (line 2052)
+* \vspace: \vspace. (line 4091)
+* \wedge: Math symbols. (line 3577)
+* \widehat: Math accents. (line 3749)
+* \widehat <1>: Math accents. (line 3752)
+* \width: Predefined lengths. (line 2819)
+* \wp: Math symbols. (line 3580)
+* \wr: Math symbols. (line 3583)
+* \Xi: Math symbols. (line 3586)
+* \xi: Math symbols. (line 3589)
+* \year: \day \month \year. (line 2767)
+* \zeta: Math symbols. (line 3592)
+* \[: Math formulas. (line 2927)
+* \\ (for 'array'): array. (line 960)
+* \\ (for 'center'): center. (line 992)
+* \\ (for 'eqnarray'): eqnarray. (line 1124)
+* \\ (for 'flushright'): flushright. (line 1300)
+* \\ (for '\shortstack' objects): \shortstack. (line 1734)
+* \\ (tabbing): tabbing. (line 1798)
+* \\ for 'flushleft': flushleft. (line 1274)
+* \\ for letters: Letters. (line 4854)
+* \\ for 'tabular': tabular. (line 1915)
+* \\ for 'verse': verse. (line 2235)
+* \\ for '\author': \maketitle. (line 3874)
+* \\ for '\title': \maketitle. (line 3888)
+* \\ force line break: \\. (line 2255)
+* \\* (for 'eqnarray'): eqnarray. (line 1129)
+* \]: Math formulas. (line 2927)
+* \^: Reserved characters.
+ (line 4286)
+* \^ (circumflex accent): Accents. (line 4503)
+* \_: Reserved characters.
+ (line 4276)
+* \` (grave accent): Accents. (line 4507)
+* \` (tabbing): tabbing. (line 1825)
+* \{: Reserved characters.
+ (line 4276)
+* \|: Math symbols. (line 2967)
+* \}: Reserved characters.
+ (line 4276)
+* \~: Reserved characters.
+ (line 4286)
+* \~ (tilde accent): Accents. (line 4513)
+* ^: Subscripts & superscripts.
+ (line 2953)
+* _: Subscripts & superscripts.
+ (line 2953)
+* {...} for required arguments: Overview. (line 325)
+* a4paper option: Document class options.
+ (line 384)
+* a5paper option: Document class options.
+ (line 384)
+* abstract environment: abstract. (line 929)
+* array environment: array. (line 940)
+* article class: Document classes. (line 361)
+* b5paper option: Document class options.
+ (line 384)
+* book class: Document classes. (line 361)
+* center environment: center. (line 985)
+* description environment: description. (line 1022)
+* displaymath environment: displaymath. (line 1045)
+* displaymath environment <1>: Math formulas. (line 2917)
+* document environment: document. (line 1065)
+* draft option: Document class options.
+ (line 389)
+* enumerate environment: enumerate. (line 1071)
+* eqnarray environment: eqnarray. (line 1109)
+* equation environment: equation. (line 1144)
+* equation environment <1>: Math formulas. (line 2917)
+* executivepaper option: Document class options.
+ (line 384)
+* figure: figure. (line 1157)
+* final option: Document class options.
+ (line 389)
+* fleqn option: Document class options.
+ (line 389)
+* flushleft environment: flushleft. (line 1268)
+* flushright environment: flushright. (line 1294)
+* indexspace: Indexes. (line 4814)
+* itemize environment: itemize. (line 1320)
+* landscape option: Document class options.
+ (line 389)
+* latex command: Overview. (line 292)
+* <latexrefman-discuss@gna.org> email address: About this document.
+ (line 252)
+* legalpaper option: Document class options.
+ (line 384)
+* leqno option: Document class options.
+ (line 389)
+* letter: letter. (line 1422)
+* letter class: Document classes. (line 361)
+* letterpaper option: Document class options.
+ (line 384)
+* list: list. (line 1427)
+* lR box: picture. (line 1552)
+* lrbox: lrbox. (line 4140)
+* lualatex command: Overview. (line 306)
+* math environment: math. (line 1452)
+* math environment <1>: Math formulas. (line 2917)
+* minipage environment: minipage. (line 1464)
+* notitlepage option: Document class options.
+ (line 389)
+* onecolumn option: Document class options.
+ (line 409)
+* oneside option: Document class options.
+ (line 409)
+* openany option: Document class options.
+ (line 409)
+* openbib option: Document class options.
+ (line 389)
+* openright option: Document class options.
+ (line 409)
+* pdflatex command: Overview. (line 300)
+* picture: picture. (line 1492)
+* printindex: Indexes. (line 4810)
+* quotation: quotation. (line 1750)
+* quote: quote. (line 1765)
+* report class: Document classes. (line 361)
+* secnumdepth counter: Sectioning. (line 848)
+* slides class: Document classes. (line 361)
+* tabbing environment: tabbing. (line 1780)
+* table: table. (line 1871)
+* tabular environment: tabular. (line 1898)
+* textcomp package: Text symbols. (line 4302)
+* thebibliography: thebibliography. (line 2059)
+* theorem environment: theorem. (line 2160)
+* titlepage environment: titlepage. (line 2173)
+* titlepage option: Document class options.
+ (line 389)
+* twocolumn option: Document class options.
+ (line 409)
+* twoside option: Document class options.
+ (line 409)
+* verbatim environment: verbatim. (line 2190)
+* verse environment: verse. (line 2224)
+* xelatex command: Overview. (line 309)
+