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.txt2889
1 files changed, 1478 insertions, 1411 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 3050b78b437..2e686220565 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
@@ -3,7 +3,7 @@ LaTeX2e
2 Overview of LaTeX
3 Starting & ending
4 Document classes
-5 Typefaces
+5 Fonts
6 Layout
7 Sectioning
8 Cross references
@@ -35,7 +35,7 @@ LaTeX2e
3 Starting & ending
4 Document classes
4.1 Document class options
-5 Typefaces
+5 Fonts
5.1 Font styles
5.2 Font sizes
5.3 Low-level font commands
@@ -62,49 +62,50 @@ LaTeX2e
9.8 'eqnarray'
9.9 'equation'
9.10 'figure'
- 9.11 'flushleft'
- 9.11.1 '\raggedright'
- 9.12 'flushright'
- 9.12.1 '\raggedleft'
- 9.13 'itemize'
- 9.14 'letter' environment: writing letters
- 9.15 'list'
- 9.16 'math'
- 9.17 'minipage'
- 9.18 'picture'
- 9.18.1 '\circle'
- 9.18.2 '\makebox'
- 9.18.3 '\framebox'
- 9.18.4 '\dashbox'
- 9.18.5 '\frame'
- 9.18.6 '\line'
- 9.18.7 '\linethickness'
- 9.18.8 '\thicklines'
- 9.18.9 '\thinlines'
- 9.18.10 '\multiput'
- 9.18.11 '\oval'
- 9.18.12 '\put'
- 9.18.13 '\shortstack'
- 9.18.14 '\vector'
- 9.19 'quotation'
- 9.20 'quote'
- 9.21 'tabbing'
- 9.22 'table'
- 9.23 'tabular'
- 9.23.1 '\multicolumn'
- 9.23.2 '\cline'
- 9.23.3 '\hline'
- 9.23.4 '\vline'
- 9.24 'thebibliography'
- 9.24.1 '\bibitem'
- 9.24.2 '\cite'
- 9.24.3 '\nocite'
- 9.24.4 Using BibTeX
- 9.25 'theorem'
- 9.26 'titlepage'
- 9.27 'verbatim'
- 9.27.1 '\verb'
- 9.28 'verse'
+ 9.11 'filecontents': Create external files
+ 9.12 'flushleft'
+ 9.12.1 '\raggedright'
+ 9.13 'flushright'
+ 9.13.1 '\raggedleft'
+ 9.14 'itemize'
+ 9.15 'letter' environment: writing letters
+ 9.16 'list'
+ 9.17 'math'
+ 9.18 'minipage'
+ 9.19 'picture'
+ 9.19.1 '\circle'
+ 9.19.2 '\makebox'
+ 9.19.3 '\framebox'
+ 9.19.4 '\dashbox'
+ 9.19.5 '\frame'
+ 9.19.6 '\line'
+ 9.19.7 '\linethickness'
+ 9.19.8 '\thicklines'
+ 9.19.9 '\thinlines'
+ 9.19.10 '\multiput'
+ 9.19.11 '\oval'
+ 9.19.12 '\put'
+ 9.19.13 '\shortstack'
+ 9.19.14 '\vector'
+ 9.20 'quotation'
+ 9.21 'quote'
+ 9.22 'tabbing'
+ 9.23 'table'
+ 9.24 'tabular'
+ 9.24.1 '\multicolumn'
+ 9.24.2 '\cline'
+ 9.24.3 '\hline'
+ 9.24.4 '\vline'
+ 9.25 'thebibliography'
+ 9.25.1 '\bibitem'
+ 9.25.2 '\cite'
+ 9.25.3 '\nocite'
+ 9.25.4 Using BibTeX
+ 9.26 'theorem'
+ 9.27 'titlepage'
+ 9.28 'verbatim'
+ 9.28.1 '\verb'
+ 9.29 'verse'
10 Line breaking
10.1 '\\'[*][MORESPACE]
10.2 '\obeycr' & '\restorecr'
@@ -237,7 +238,7 @@ LaTeX2e
*******
This document is an unofficial reference manual for LaTeX, a document
-preparation system, version as of May 2013. It is intended to cover
+preparation system, version as of May 2014. It is intended to cover
LaTeX2e, which has been the standard version of LaTeX for many years.
1 About this document
@@ -441,8 +442,8 @@ use multiple '\usepackage' commands.
the selected document class are passed on to the packages loaded with
'\usepackage'.
-5 Typefaces
-***********
+5 Fonts
+*******
Two important aspects of selecting a "font" are specifying a size and a
style. The LaTeX commands for doing this are described here.
@@ -452,18 +453,21 @@ style. The LaTeX commands for doing this are described here.
The following type style commands are supported by LaTeX.
- This first group of commands is typically used like '\textit{italic
-text}'. The corresponding command in parenthesis is the "declaration
-form", which takes no arguments. The scope of the declaration form
-lasts until the next type style command or the end of the current group.
+ This first group of commands is typically used with an argument, as
+in '\textit{italic text}'. In the table below, the corresponding
+command in parenthesis is the "declaration form", which takes no
+arguments. The scope of the declaration form lasts until the next type
+style command or the end of the current group.
- The declaration forms are cumulative; i.e., you can say either
-'\sffamily\bfseries' or '\bfseries\sffamily' to get bold sans serif.
+ These commands, in both the argument form and the declaration form,
+are cumulative; e.g.,, you can say either '\sffamily\bfseries' or
+'\bfseries\sffamily' to get bold sans serif.
You can alternatively use an environment form of the declarations;
for instance, '\begin{ttfamily}...\end{ttfamily}'.
- These commands automatically supply an italic correction if the
+ These commands automatically supply an italic correction if needed.
+
'\textrm (\rmfamily)'
Roman.
@@ -533,9 +537,9 @@ 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
+ LaTeX also provides the following commands, which unconditionally
+switch to the given style, that is, are _not_ cumulative. Also, they
+are used differently than the above commands: '{\CMD ...}' instead of
'\CMD{...}'. These are two very different things.
'\bf'
@@ -565,6 +569,13 @@ differently than the above commands, too: '{\CMD ...}' instead of
'\tt'
Typewriter (monospace, fixed-width).
+ Some people consider the unconditional font-switching commands, such
+as '\tt', obsolete and _only_ the cumulative commands ('\texttt') should
+be used. I (Karl) do not agree. There are perfectly reasonable
+situations when an unconditional font switch is precisely what you need
+to get the desired output; for one example, *note 'description':
+description. Both sets of commands have their place.
+
5.2 Font sizes
==============
@@ -1261,7 +1272,50 @@ non-float text:
The principal TeX FAQ entry relating to floats:
<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats>.
-9.11 'flushleft'
+9.11 'filecontents': Create external files
+==========================================
+
+Synopsis:
+
+ \begin{filecontents}{FILENAME}
+ CONTENTS-OF-FILE
+ \end{filecontents}
+ ...
+ \documentclass{MY-DOCUMENT-CLASS}
+
+ The 'filecontents' environment is an "initial command", meaning that
+it can be used only before the '\documentclass' command, as in the
+synopsis above.
+
+ LaTeX will create a file named FILENAME with the content
+CONTENTS-OF-FILE preceded by a header comment indicating how and when
+the file was generated. If the file already exists then nothing will
+happen.
+
+ You can also use the 'filecontents' package, which has the following
+advantages:
+
+ * If the file already exists, then it will be overwritten.
+
+ * You can use the 'filecontents' environment at any point after the
+ declaration '\usepackage{filecontents}', not just before
+ '\documentclass'.
+
+ * The 'filecontents' package also provides a 'filecontents*'
+ environment which is used in the same way as the 'filecontents'
+ environment except that it won't insert any leading comment, so it
+ is better suited to create files which aren't in LaTeX format.
+
+ The 'filecontents' environment only creates the file, and is
+unrelated to using the created file. So you need to use, for instance,
+'\input' or '\usepackage' or '\bibliography' or whatever is applicable,
+to use the created file.
+
+ This environment is also useful to make a self-contained document,
+for example, for a bug report, or to keep a '.bib' file with the main
+document.
+
+9.12 'flushleft'
================
\begin{flushleft}
@@ -1274,7 +1328,7 @@ non-float text:
consisting of lines that are flush to the left-hand margin and ragged
right Each line must be terminated with the string '\\'.
-9.11.1 '\raggedright'
+9.12.1 '\raggedright'
---------------------
The '\raggedright' declaration corresponds to the 'flushleft'
@@ -1287,7 +1341,7 @@ units. To affect a paragraph unit's format, the scope of the
declaration must contain the blank line or '\end' command that ends the
paragraph unit.
-9.12 'flushright'
+9.13 'flushright'
=================
\begin{flushright}
@@ -1300,7 +1354,7 @@ paragraph unit.
consisting of lines that are flush to the right-hand margin and ragged
left. Each line must be terminated with the string '\\'.
-9.12.1 '\raggedleft'
+9.13.1 '\raggedleft'
--------------------
The '\raggedleft' declaration corresponds to the 'flushright'
@@ -1313,7 +1367,7 @@ units. To affect a paragraph unit's format, the scope of the
declaration must contain the blank line or '\end' command that ends the
paragraph unit.
-9.13 'itemize'
+9.14 'itemize'
==============
Synopsis:
@@ -1415,12 +1469,12 @@ within a single item ('\parskip' is not list-specific, *note
\setlength{\parskip}{0pt}}%
{\end{itemize}}
-9.14 'letter' environment: writing letters
+9.15 'letter' environment: writing letters
==========================================
This environment is used for creating letters. *Note Letters::.
-9.15 'list'
+9.16 'list'
===========
The 'list' environment is a generic environment which is used for
@@ -1445,7 +1499,7 @@ empty, i.e., '{}', which leaves the default spacing.
The width used for typesetting the list items is specified by
'\linewidth' (*note Page layout parameters::).
-9.16 'math'
+9.17 'math'
===========
Synopsis:
@@ -1457,7 +1511,7 @@ Synopsis:
The 'math' environment inserts the given MATH within the running
text. '\(...\))' and '$...$' are synonyms. *Note Math formulas::.
-9.17 'minipage'
+9.18 'minipage'
===============
\begin{minipage}[POSITION][HEIGHT][INNER-POS]{WIDTH}
@@ -1485,7 +1539,7 @@ Counters::).
However, don't put one minipage inside another if you are using
footnotes; they may wind up at the bottom of the wrong minipage.
-9.18 'picture'
+9.19 'picture'
==============
\begin{picture}(width,height)(x offset,y offset)
@@ -1555,7 +1609,7 @@ corner of the box.
The 'picture' commands are described in the following sections.
-9.18.1 '\circle'
+9.19.1 '\circle'
----------------
\circle[*]{DIAMETER}
@@ -1566,7 +1620,7 @@ solid circle.
Circles up to 40 pt can be drawn.
-9.18.2 '\makebox'
+9.19.2 '\makebox'
-----------------
'\makebox(width,height)[position]{...}'
@@ -1592,7 +1646,7 @@ text appears in. You may select up to two of the following:
*Note \makebox::.
-9.18.3 '\framebox'
+9.19.3 '\framebox'
------------------
Synopsis:
@@ -1606,7 +1660,7 @@ creates.
The '\framebox' command produces a rule of thickness '\fboxrule', and
leaves a space '\fboxsep' between the rule and the contents of the box.
-9.18.4 '\dashbox'
+9.19.4 '\dashbox'
-----------------
Draws a box with a dashed line. Synopsis:
@@ -1621,7 +1675,7 @@ POS.
A dashed box looks best when the 'rwidth' and 'rheight' are multiples
of the 'dlen'.
-9.18.5 '\frame'
+9.19.5 '\frame'
---------------
Synopsis:
@@ -1632,7 +1686,7 @@ Synopsis:
reference point is the bottom left corner of the frame. No extra space
is put between the frame and the object.
-9.18.6 '\line'
+9.19.6 '\line'
--------------
Synopsis:
@@ -1647,7 +1701,7 @@ have integer values from -6 through 6. For lines of any slope, not to
mention other shapes, see the 'curve2e' and many many other packages on
CTAN.
-9.18.7 '\linethickness'
+9.19.7 '\linethickness'
-----------------------
The '\linethickness{DIM}' command declares the thickness of horizontal
@@ -1657,21 +1711,21 @@ positive length.
'\linethickness' does not affect the thickness of slanted lines,
circles, or the quarter circles drawn by '\oval'.
-9.18.8 '\thicklines'
+9.19.8 '\thicklines'
--------------------
The '\thicklines' command is an alternate line thickness for horizontal
and vertical lines in a picture environment; cf. *note \linethickness::
and *note \thinlines::.
-9.18.9 '\thinlines'
+9.19.9 '\thinlines'
-------------------
The '\thinlines' command is the default line thickness for horizontal
and vertical lines in a picture environment; cf. *note \linethickness::
and *note \thicklines::.
-9.18.10 '\multiput'
+9.19.10 '\multiput'
-------------------
Synopsis:
@@ -1681,7 +1735,7 @@ Synopsis:
across a picture. OBJ is first placed at position (x,y), then at
(x+\delta x,y+\delta y), and so on, N times.
-9.18.11 '\oval'
+9.19.11 '\oval'
---------------
Synopsis:
@@ -1705,7 +1759,7 @@ following:
maximum radius of 20pt, so large "ovals" will look more like boxes with
rounded corners.
-9.18.12 '\put'
+9.19.12 '\put'
--------------
'\put(x coord,y coord){ ... }'
@@ -1713,7 +1767,7 @@ rounded corners.
The '\put' command places the item specified by the mandatory
argument at the given coordinates.
-9.18.13 '\shortstack'
+9.19.13 '\shortstack'
---------------------
Synopsis:
@@ -1732,7 +1786,7 @@ positions are:
Objects are separated with '\\'.
-9.18.14 '\vector'
+9.19.14 '\vector'
-----------------
Synopsis:
@@ -1743,7 +1797,7 @@ Synopsis:
length and slope. The x and y values must lie between -4 and +4,
inclusive.
-9.19 'quotation'
+9.20 'quotation'
================
Synopsis:
@@ -1758,7 +1812,7 @@ blank line between text produces a new paragraph.
Unlike the 'quote' environment, each paragraph is indented normally.
-9.20 'quote'
+9.21 'quote'
============
Snyopsis:
@@ -1773,7 +1827,7 @@ line between text produces a new paragraph.
Unlike the 'quotation' environment, paragraphs are not indented.
-9.21 'tabbing'
+9.22 'tabbing'
==============
Synopsis:
@@ -1864,7 +1918,7 @@ environment.
end;\\
\end{tabbing}
-9.22 'table'
+9.23 'table'
============
Synopsis:
@@ -1891,7 +1945,7 @@ and described there (*note figure::).
The body of the table is made up of whatever text, LaTeX commands,
etc., you wish. The '\caption' command allows you to title your table.
-9.23 'tabular'
+9.24 'tabular'
==============
Synopsis:
@@ -2005,7 +2059,7 @@ rule below the table) follows.
The following commands can be used inside a 'tabular' environment:
-9.23.1 '\multicolumn'
+9.24.1 '\multicolumn'
---------------------
Synopsis:
@@ -2027,7 +2081,7 @@ third mandatory argument, TEXT, specifies what text to put in the entry.
0x10000&0x1FFFF \cr
\end{tabular}
-9.23.2 '\cline'
+9.24.2 '\cline'
---------------
Synopsis:
@@ -2038,21 +2092,21 @@ Synopsis:
specified, beginning in column I and ending in column J, which are
specified in the mandatory argument.
-9.23.3 '\hline'
+9.24.3 '\hline'
---------------
The '\hline' command draws a horizontal line the width of the enclosing
'tabular' or 'array' environment. It's most commonly used to draw a
line at the top, bottom, and between the rows of a table.
-9.23.4 '\vline'
+9.24.4 '\vline'
---------------
The '\vline' command will draw a vertical line extending the full height
and depth of its row. An '\hfill' command can be used to move the line
to the edge of the column. It can also be used in an @-expression.
-9.24 'thebibliography'
+9.25 'thebibliography'
======================
Synopsis:
@@ -2077,7 +2131,7 @@ wide as the widest item label produced by the '\bibitem' commands. It
is typically given as '9' for bibliographies with less than 10
references, '99' for ones with less than 100, etc.
-9.24.1 '\bibitem'
+9.25.1 '\bibitem'
-----------------
Synopsis:
@@ -2094,7 +2148,7 @@ CITE_KEY and label. When the '.aux' file is read by the
'cite_key', causing references to CITE_KEY with a '\cite' command (see
next section) to produce the associated label.
-9.24.2 '\cite'
+9.25.2 '\cite'
--------------
Synopsis:
@@ -2108,7 +2162,7 @@ associated with KEYS by entries in the '.aux' file.
The text of the optional SUBCITE argument appears after the citation.
For example, '\cite[p.~314]{knuth}' might produce '[Knuth, p. 314]'.
-9.24.3 '\nocite'
+9.25.3 '\nocite'
----------------
'\nocite{key_list}'
@@ -2116,7 +2170,7 @@ For example, '\cite[p.~314]{knuth}' might produce '[Knuth, p. 314]'.
The '\nocite' command produces no text, but writes 'key_list', which
is a list of one or more citation keys, on the '.aux' file.
-9.24.4 Using BibTeX
+9.25.4 Using BibTeX
-------------------
If you use the BibTeX program by Oren Patashnik (highly recommended if
@@ -2153,7 +2207,7 @@ bibliography. The argument to '\bibliography' refers to files named
Only the entries referred to via '\cite' and '\nocite' will be listed in
the bibliography.
-9.25 'theorem'
+9.26 'theorem'
==============
Synopsis:
@@ -2166,7 +2220,7 @@ Synopsis:
by THEOREM-TEXT, where the numbering possibilities for N are described
under '\newtheorem' (*note \newtheorem::).
-9.26 'titlepage'
+9.27 'titlepage'
================
Synopsis:
@@ -2183,7 +2237,7 @@ be numbered page one. Formatting the title page is left to you. The
You can use the '\maketitle' command (*note \maketitle::) to produce
a standard title page without a 'titlepage' environment.
-9.27 'verbatim'
+9.28 'verbatim'
===============
Synopsis:
@@ -2200,7 +2254,7 @@ typewriter.
The 'verbatim' uses a monospaced typewriter-like font ('\tt').
-9.27.1 '\verb'
+9.28.1 '\verb'
--------------
Synopsis:
@@ -2217,7 +2271,7 @@ in LITERAL-TEXT.
The '*'-form differs only in that spaces are printed with a "visible
space" character.
-9.28 'verse'
+9.29 'verse'
============
Synopsis:
@@ -2701,8 +2755,8 @@ instance, '\alph{enumi}'.
The symbols mostly aren't supported in Info, but here are the
names:
- asterix(*) dagger ddagger section-sign paragraph-sign parallel
- double-asterix(**) double-dagger double-ddagger
+ asterisk(*) dagger ddagger section-sign paragraph-sign parallel
+ double-asterisk(**) double-dagger double-ddagger
14.2 '\usecounter{COUNTER}'
===========================
@@ -3896,12 +3950,16 @@ Synopsis:
'arabic'
arabic numerals
+
'roman'
lowercase Roman numerals
+
'Roman'
uppercase Roman numerals
+
'alph'
lowercase letters
+
'Alph'
uppercase letters
@@ -3934,7 +3992,7 @@ typeset from the current page onwards. Values for STYLE:
'\markboth{LEFT}{RIGHT}'
Sets both the left and the right heading. A "left-hand heading"
(LEFT) is generated by the last '\markboth' command before the end
- of the page, while a "right-hand heading" (RIGHT is generated by
+ of the page, while a "right-hand heading" (RIGHT) is generated by
the first '\markboth' or '\markright' that comes on the page if
there is one, otherwise by the last one before the page.
@@ -4253,8 +4311,8 @@ Synopsis:
\usebox{\BOXCMD}
- '\usebox' producesthe box most recently saved in the bin \BOXCMD by a
-'\savebox' command (*note \savebox::).
+ '\usebox' produces the box most recently saved in the bin \BOXCMD by
+a '\savebox' command (*note \savebox::).
22 Special insertions
*********************
@@ -4650,6 +4708,9 @@ several smaller ones. Regardless of how many separate files you use,
there is one that is the root file; it is the one whose name you type
when you run LaTeX.
+ *Note filecontents::, for an environment that allows bundling an
+external file to be created with the main document.
+
23.1 '\include'
===============
@@ -5083,8 +5144,7 @@ A.3 'tugboat' template
\usepackage{graphicx}
\usepackage{ifpdf}
\ifpdf
-\usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,
- urlcolor=black]{hyperref}
+\usepackage[breaklinks,hidelinks]{hyperref}
\else
\usepackage{url}
\fi
@@ -5157,1502 +5217,1509 @@ Concept Index
* Menu:
-* '*' prompt: Command line. (line 5018)
+* '*' prompt: Command line. (line 5079)
* *-form of defining new commands: \newcommand & \renewcommand.
- (line 2496)
+ (line 2550)
* *-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)
+ (line 2627)
+* *-form of sectioning commands: Sectioning. (line 843)
+* '.glo' file: Glossaries. (line 4836)
+* '.idx' file: Indexes. (line 4852)
+* '.ind' file: Indexes. (line 4866)
+* 'see' and 'see also' index entries: Indexes. (line 4859)
+* abstracts: abstract. (line 940)
+* accents: Accents. (line 4534)
+* accents, mathematical: Math accents. (line 3760)
* accessing any character of a font: Reserved characters.
- (line 4290)
-* acute accent: Accents. (line 4490)
-* acute accent, math: Math accents. (line 3711)
+ (line 4348)
+* acute accent: Accents. (line 4548)
+* acute accent, math: Math accents. (line 3765)
* 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)
+ (line 4637)
+* align environment, from 'amsmath': eqnarray. (line 1120)
+* aligning equations: eqnarray. (line 1120)
+* alignment via tabbing: tabbing. (line 1834)
+* amsmath package, replacing 'eqnarray': eqnarray. (line 1120)
+* appendix, creating: Sectioning. (line 849)
* 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)
+ (line 4633)
+* arrays, math: array. (line 951)
+* arrow, left, in text: Text symbols. (line 4482)
+* arrow, right, in text: Text symbols. (line 4514)
+* ascender height: Text symbols. (line 4450)
+* ASCII circumflex, in text: Text symbols. (line 4415)
+* ASCII tilde, in text: Text symbols. (line 4418)
+* asterisk, centered, in text: Text symbols. (line 4421)
+* author, for titlepage: \maketitle. (line 3928)
+* auxiliary file: Overview. (line 320)
+* backslash, in text: Text symbols. (line 4424)
+* bar, double vertical, in text: Text symbols. (line 4430)
+* bar, vertical, in text: Text symbols. (line 4427)
+* bar-over accent: Accents. (line 4557)
+* bar-over accent, math: Math accents. (line 3768)
+* bar-under accent: Accents. (line 4574)
+* basics of LaTeX: Overview. (line 283)
+* bibliography, creating (automatically): Using BibTeX. (line 2177)
+* bibliography, creating (manually): thebibliography. (line 2113)
+* bibTeX, using: Using BibTeX. (line 2177)
+* big circle symbols, in text: Text symbols. (line 4433)
* 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)
+ (line 393)
+* bold font: Font styles. (line 547)
+* bold math: Font styles. (line 527)
+* bold typewriter, avoiding: description. (line 1045)
+* boxes: Boxes. (line 4163)
+* brace, left, in text: Text symbols. (line 4436)
+* brace, right, in text: Text symbols. (line 4439)
+* breaking lines: Line breaking. (line 2297)
+* breaking pages: Page breaking. (line 2398)
+* breve accent: Accents. (line 4613)
+* breve accent, math: Math accents. (line 3771)
* 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)
+ (line 253)
+* bullet symbol: Math symbols. (line 3097)
+* bullet, in text: Text symbols. (line 4442)
+* bulleted lists: itemize. (line 1374)
+* calligraphic letters for math: Font styles. (line 550)
+* cap height: Text symbols. (line 4450)
+* caron accent: Accents. (line 4623)
+* case sensitivity of LaTeX: Overview. (line 332)
+* cc list, in letters: \cc. (line 4938)
+* cedilla accent: Accents. (line 4578)
+* centered asterisk, in text: Text symbols. (line 4421)
+* centered period, in text: Text symbols. (line 4489)
+* centering text, declaration for: \centering. (line 1010)
+* centering text, environment for: center. (line 996)
+* characters, accented: Accents. (line 4534)
* characters, non-English: Non-English characters.
- (line 4570)
+ (line 4628)
* 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)
+ (line 4329)
+* check accent: Accents. (line 4623)
+* check accent, math: Math accents. (line 3774)
+* circle symbol, big, in text: Text symbols. (line 4433)
+* circled letter, in text: Text symbols. (line 4445)
+* circumflex accent: Accents. (line 4561)
+* circumflex accent, math: Math accents. (line 3786)
+* circumflex, ASCII, in text: Text symbols. (line 4415)
* 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)
+ (line 372)
+* classes of documents: Document classes. (line 355)
+* closing letters: \closing. (line 4948)
+* closing quote: Text symbols. (line 4406)
+* code, typesetting: verbatim. (line 2244)
+* command line: Command line. (line 5070)
* 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)
+ (line 2543)
+* composite word mark, in text: Text symbols. (line 4450)
+* computer programs, typesetting: verbatim. (line 2244)
+* copyright symbol: Text symbols. (line 4366)
+* counters, a list of: Counters. (line 2720)
+* counters, defining new: \newcounter. (line 2579)
+* counters, getting value of: \value. (line 2778)
+* counters, setting: \setcounter. (line 2792)
+* creating letters: Letters. (line 4889)
+* creating pictures: picture. (line 1546)
+* creating tables: table. (line 1925)
+* credit footnote: \maketitle. (line 3938)
+* cross references: Cross references. (line 870)
+* cross referencing with page number: \pageref. (line 908)
+* cross referencing, symbolic: \ref. (line 918)
+* currency, dollar: Text symbols. (line 4461)
+* currency, euro: Text symbols. (line 4470)
+* dagger, double, in text: Text symbols. (line 4458)
+* dagger, in text: Text symbols. (line 4369)
+* dagger, in text <1>: Text symbols. (line 4455)
+* date, for titlepage: \maketitle. (line 3934)
+* 'datetime' package: \today. (line 4702)
* defining a new command: \newcommand & \renewcommand.
- (line 2489)
+ (line 2543)
* 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)
+ (line 2618)
+* defining new fonts: \newfont. (line 2685)
+* defining new theorems: \newtheorem. (line 2657)
+* definitions: Definitions. (line 2538)
+* description lists, creating: description. (line 1033)
+* dieresis accent: Accents. (line 4544)
+* discretionary multiplication: Math miscellany. (line 3831)
* displaying quoted text with paragraph indentation: quotation.
- (line 1750)
+ (line 1804)
* displaying quoted text without paragraph indentation: quote.
- (line 1765)
+ (line 1819)
* 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)
+ (line 372)
+* document classes: Document classes. (line 355)
+* document templates: Document templates. (line 5086)
+* dollar sign: Text symbols. (line 4461)
+* dot accent: Accents. (line 4553)
+* dot over accent, math: Math accents. (line 3780)
+* dot-over accent: Accents. (line 4553)
+* dot-under accent: Accents. (line 4582)
+* dotless i: Accents. (line 4590)
+* dotless i, math: Math accents. (line 3789)
+* dotless j: Accents. (line 4593)
+* dotless j, math: Math accents. (line 3792)
+* double angle quotation marks: Text symbols. (line 4381)
+* double dagger, in text: Text symbols. (line 4372)
+* double dagger, in text <1>: Text symbols. (line 4458)
+* double dot accent, math: Math accents. (line 3777)
+* double guillemets: Text symbols. (line 4381)
+* double left quote: Text symbols. (line 4495)
+* double low-9 quotation mark: Text symbols. (line 4403)
+* double quote, straight base: Text symbols. (line 4508)
+* double right quote: Text symbols. (line 4498)
* 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)
+ (line 655)
+* double vertical bar, in text: Text symbols. (line 4430)
+* e-dash: Text symbols. (line 4467)
+* ellipsis: Text symbols. (line 4387)
+* em-dash: Text symbols. (line 4464)
+* em-dash, three-quarters: Text symbols. (line 4517)
+* em-dash, two-thirds: Text symbols. (line 4523)
+* emphasis: Font styles. (line 479)
+* emphasis <1>: Font styles. (line 553)
+* enclosure list: \encl. (line 4958)
+* ending & starting: Starting & ending. (line 338)
+* enlarge current page: \enlargethispage. (line 2425)
+* environments: Environments. (line 930)
* 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)
+ (line 2618)
+* equation number, cross referencing: \ref. (line 918)
+* equation numbers, omitting: eqnarray. (line 1143)
+* equations, aligning: eqnarray. (line 1120)
+* equations, environment for: equation. (line 1155)
* es-zet German letter: Non-English characters.
- (line 4611)
+ (line 4669)
* eth, Icelandic letter: Non-English characters.
- (line 4583)
-* euro symbol: Text symbols. (line 4412)
-* exclamation point, upside-down: Text symbols. (line 4415)
+ (line 4641)
+* euro symbol: Text symbols. (line 4470)
+* exclamation point, upside-down: Text symbols. (line 4473)
* 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)
+ (line 3007)
+* external files, creating: filecontents. (line 1279)
+* feminine ordinal symbol: Text symbols. (line 4486)
+* figure number, cross referencing: \ref. (line 918)
+* figures, footnotes in: minipage. (line 1533)
+* figures, inserting: figure. (line 1168)
+* fixed-width font: Font styles. (line 571)
+* 'float' package: figure. (line 1196)
+* 'float' package <1>: figure. (line 1200)
+* flushing floats and starting a page: \clearpage. (line 2413)
* 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)
+ (line 609)
+* font sizes: Font sizes. (line 583)
+* font styles: Font styles. (line 455)
+* fonts: Fonts. (line 449)
+* fonts, new commands for: \newfont. (line 2685)
+* footer style: \pagestyle. (line 3972)
* footer, parameters for: Page layout parameters.
- (line 738)
-* footnote number, cross referencing: \ref. (line 907)
+ (line 749)
+* footnote number, cross referencing: \ref. (line 918)
* footnote parameters: Footnote parameters.
- (line 2468)
-* footnotes in figures: minipage. (line 1479)
-* footnotes, creating: Footnotes. (line 2404)
+ (line 2522)
+* footnotes in figures: minipage. (line 1533)
+* footnotes, creating: Footnotes. (line 2458)
* 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)
+ (line 2509)
+* formulas, environment for: equation. (line 1155)
+* formulas, math: Math formulas. (line 2971)
+* fragile commands: \protect. (line 2699)
+* French quotation marks: Text symbols. (line 4381)
+* functions, math: Math functions. (line 3652)
* global options: Document class options.
- (line 371)
+ (line 372)
* 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)
+ (line 442)
+* glossaries: Glossaries. (line 4834)
+* grave accent: Accents. (line 4565)
+* grave accent, math: Math accents. (line 3783)
+* greater than symbol, in text: Text symbols. (line 4476)
+* greek letters: Math symbols. (line 3016)
+* ha'c<ek accent, math: Math accents. (line 3774)
+* hacek accent: Accents. (line 4623)
+* hat accent: Accents. (line 4561)
+* hat accent, math: Math accents. (line 3786)
+* header style: \pagestyle. (line 3972)
* 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)
+ (line 749)
+* here, putting floats: figure. (line 1200)
+* hungarian umlaut accent: Accents. (line 4586)
+* hyphenation, defining: \hyphenation. (line 2365)
+* hyphenation, forcing: \- (hyphenation). (line 2335)
+* hyphenation, preventing: \mbox. (line 4169)
* Icelandic eth: Non-English characters.
- (line 4583)
+ (line 4641)
* Icelandic thorn: Non-English characters.
- (line 4615)
+ (line 4673)
* 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)
+ (line 4649)
+* in-line formulas: math. (line 1506)
+* indent, forcing: \indent. (line 2900)
+* indent, suppressing: \noindent. (line 2911)
+* indentation of paragraphs, in minipage: minipage. (line 1529)
+* indexes: Indexes. (line 4849)
+* initial command: filecontents. (line 1287)
* input file: Splitting the input.
- (line 4650)
+ (line 4708)
* 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)
+ (line 5037)
+* inserting figures: figure. (line 1168)
+* italic font: Font styles. (line 556)
+* justification, ragged left: \raggedleft. (line 1361)
+* justification, ragged right: \raggedright. (line 1335)
* Knuth, Donald E.: About this document.
- (line 245)
-* labelled lists, creating: description. (line 1022)
+ (line 246)
+* labelled lists, creating: description. (line 1033)
* Lamport, Leslie: About this document.
- (line 245)
-* LaTeX logo: Text symbols. (line 4317)
-* LaTeX overview: Overview. (line 282)
+ (line 246)
+* LaTeX logo: Text symbols. (line 4375)
+* LaTeX overview: Overview. (line 283)
* LaTeX Project team: About this document.
- (line 245)
-* layout commands: Layout. (line 668)
+ (line 246)
+* layout commands: Layout. (line 679)
* 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)
+ (line 749)
+* left angle quotation marks: Text symbols. (line 4381)
+* left arrow, in text: Text symbols. (line 4482)
+* left brace, in text: Text symbols. (line 4436)
+* left quote: Text symbols. (line 4391)
+* left quote, double: Text symbols. (line 4495)
+* left quote, single: Text symbols. (line 4501)
+* left-justifying text: \raggedright. (line 1335)
+* left-justifying text, environment for: flushleft. (line 1322)
+* left-to-right mode: Modes. (line 3880)
+* lengths, adding to: \addtolength. (line 2845)
+* lengths, defining and using: Lengths. (line 2832)
+* lengths, defining new: \newlength. (line 2594)
+* lengths, predefined: Predefined lengths. (line 2873)
+* lengths, setting: \setlength. (line 2838)
+* less than symbol, in text: Text symbols. (line 4479)
+* letters: Letters. (line 4889)
+* letters, accented: Accents. (line 4534)
+* letters, ending: \closing. (line 4948)
* 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 4628)
+* letters, starting: \opening. (line 4991)
+* line break, forcing: \\. (line 2309)
+* line breaking: Line breaking. (line 2297)
* line breaks, forcing: \linebreak & \nolinebreak.
- (line 2327)
+ (line 2381)
* 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)
+ (line 2381)
+* lines in tables: tabular. (line 1952)
+* lining numerals: Font styles. (line 531)
+* lining text up in tables: tabular. (line 1952)
+* lining text up using tab stops: tabbing. (line 1834)
+* list items, specifying counter: \usecounter. (line 2767)
+* lists of items: itemize. (line 1374)
+* lists of items, generic: list. (line 1481)
+* lists of items, numbered: enumerate. (line 1082)
* 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)
+ (line 435)
+* log file: Overview. (line 316)
+* logo, LaTeX: Text symbols. (line 4375)
+* logo, TeX: Text symbols. (line 4412)
+* low-9 quotation marks, single and double: Text symbols. (line 4403)
* 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)
+ (line 609)
+* lR mode: Modes. (line 3880)
+* LuaTeX: Overview. (line 307)
+* macron accent: Accents. (line 4557)
+* macron accent, math: Math accents. (line 3768)
+* Madsen, Lars: eqnarray. (line 1120)
+* 'makeidx' package: Indexes. (line 4871)
+* 'makeindex' program: Indexes. (line 4866)
+* making a title page: titlepage. (line 2227)
+* making paragraphs: Making paragraphs. (line 2892)
+* marginal notes: Marginal notes. (line 2924)
+* masculine ordinal symbol: Text symbols. (line 4486)
+* math accents: Math accents. (line 3760)
+* math formulas: Math formulas. (line 2971)
+* math functions: Math functions. (line 3652)
+* math miscellany: Math miscellany. (line 3830)
+* math mode: Modes. (line 3880)
+* math mode, entering: Math formulas. (line 2971)
* 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)
+ (line 3812)
+* math symbols: Math symbols. (line 3016)
+* math, bold: Font styles. (line 527)
+* minipage, creating a: minipage. (line 1518)
+* modes: Modes. (line 3880)
+* monospace font: Font styles. (line 571)
+* moving arguments: \protect. (line 2699)
+* multicolumn text: \twocolumn. (line 690)
+* 'multind' package: Indexes. (line 4882)
* multiplication symbol, discretionary line break: Math miscellany.
- (line 3777)
-* nested '\include', not allowed: \include. (line 4671)
+ (line 3831)
+* nested '\include', not allowed: \include. (line 4732)
* new commands, defining: \newcommand & \renewcommand.
- (line 2489)
+ (line 2543)
* 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)
+ (line 2319)
+* new line, starting: \\. (line 2309)
+* new line, starting (paragraph mode): \newline. (line 2328)
+* new page, starting: \newpage. (line 2419)
* 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)
+ (line 4628)
+* notes in the margin: Marginal notes. (line 2924)
+* null delimiter: Math miscellany. (line 3845)
+* numbered items, specifying counter: \usecounter. (line 2767)
+* numerals, old-style: Font styles. (line 531)
+* oblique font: Font styles. (line 568)
* 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)
+ (line 4665)
+* ogonek: Accents. (line 4597)
+* old-style numerals: Font styles. (line 531)
+* one-column output: \onecolumn. (line 684)
+* opening quote: Text symbols. (line 4391)
* options, document class: Document class options.
- (line 371)
+ (line 372)
* options, global: Document class options.
- (line 441)
-* ordinals, feminine and masculine: Text symbols. (line 4428)
+ (line 442)
+* ordinals, feminine and masculine: Text symbols. (line 4486)
* oslash: Non-English characters.
- (line 4603)
-* overbar accent: Accents. (line 4499)
-* overdot accent, math: Math accents. (line 3726)
-* overview of LaTeX: Overview. (line 282)
+ (line 4661)
+* overbar accent: Accents. (line 4557)
+* overdot accent, math: Math accents. (line 3780)
+* overview of LaTeX: Overview. (line 283)
* packages, loading: Document class options.
- (line 434)
+ (line 435)
* page break, forcing: \pagebreak & \nopagebreak.
- (line 2386)
+ (line 2440)
* page break, preventing: \pagebreak & \nopagebreak.
- (line 2386)
-* page breaking: Page breaking. (line 2344)
+ (line 2440)
+* page breaking: Page breaking. (line 2398)
* 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)
+ (line 749)
+* page number, cross referencing: \pageref. (line 908)
+* page numbering style: \pagenumbering. (line 3948)
+* page styles: Page styles. (line 3916)
+* paragraph indentation, in minipage: minipage. (line 1529)
+* paragraph indentations in quoted text: quotation. (line 1804)
+* paragraph indentations in quoted text, omitting: quote. (line 1819)
+* paragraph mode: Modes. (line 3880)
+* paragraph symbol: Text symbols. (line 4395)
+* paragraphs: Making paragraphs. (line 2892)
* parameters, for footnotes: Footnote parameters.
- (line 2468)
+ (line 2522)
* 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)
+ (line 749)
+* pdfTeX: Overview. (line 301)
+* period, centered, in text: Text symbols. (line 4489)
+* pictures, creating: picture. (line 1546)
+* pilcrow: Text symbols. (line 4395)
+* placement of floats: figure. (line 1181)
+* poetry, an environment for: verse. (line 2278)
* 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)
+ (line 4653)
+* postscript, in letters: \ps. (line 5003)
+* pounds symbol: Text symbols. (line 4399)
+* preamble, defined: Starting & ending. (line 349)
+* predefined lengths: Predefined lengths. (line 2873)
+* prompt, '*': Command line. (line 5079)
+* questionation point, upside-down: Text symbols. (line 4492)
+* quotation marks, French: Text symbols. (line 4381)
+* quote, straight base: Text symbols. (line 4508)
* quoted text with paragraph indentation, displaying: quotation.
- (line 1750)
+ (line 1804)
* 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)
+ (line 1819)
+* ragged left text: \raggedleft. (line 1361)
+* ragged left text, environment for: flushright. (line 1348)
+* ragged right text: \raggedright. (line 1335)
+* ragged right text, environment for: flushleft. (line 1322)
* redefining environments: \newenvironment & \renewenvironment.
- (line 2564)
-* registered symbol: Text symbols. (line 4453)
-* remarks in the margin: Marginal notes. (line 2870)
+ (line 2618)
+* registered symbol: Text symbols. (line 4511)
+* remarks in the margin: Marginal notes. (line 2924)
* reporting bugs: About this document.
- (line 252)
+ (line 253)
* 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)
+ (line 4329)
+* right angle quotation marks: Text symbols. (line 4381)
+* right arrow, in text: Text symbols. (line 4514)
+* right brace, in text: Text symbols. (line 4439)
+* right quote: Text symbols. (line 4406)
+* right quote, double: Text symbols. (line 4498)
+* right quote, single: Text symbols. (line 4504)
+* right-justifying text: \raggedleft. (line 1361)
+* right-justifying text, environment for: flushright. (line 1348)
+* ring accent: Accents. (line 4602)
+* ring accent, math: Math accents. (line 3795)
+* robust commands: \protect. (line 2709)
+* roman font: Font styles. (line 559)
* 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)
+ (line 749)
+* running header and footer style: \pagestyle. (line 3972)
+* sans serif font: Font styles. (line 565)
+* script letters for math: Font styles. (line 550)
+* section number, cross referencing: \ref. (line 918)
+* section numbers, printing: Sectioning. (line 859)
+* section symbol: Text symbols. (line 4409)
+* sectioning: Sectioning. (line 818)
* 'setspace' package: Low-level font commands.
- (line 644)
-* setting counters: \setcounter. (line 2738)
+ (line 655)
+* setting counters: \setcounter. (line 2792)
* 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)
+ (line 4669)
+* 'showidx' package: Indexes. (line 4878)
+* simulating typed text: verbatim. (line 2244)
+* single angle quotation marks: Text symbols. (line 4381)
+* single guillemets: Text symbols. (line 4381)
+* single left quote: Text symbols. (line 4501)
+* single low-9 quotation mark: Text symbols. (line 4403)
+* single right quote: Text symbols. (line 4504)
+* sizes of text: Font sizes. (line 583)
+* slanted font: Font styles. (line 568)
+* small caps font: Font styles. (line 562)
+* space, inserting vertical: \addvspace. (line 4112)
+* spaces: Spaces. (line 4015)
* spacing within math mode: Spacing in math mode.
- (line 3758)
-* Spanish ordinals, feminine and masculine: Text symbols. (line 4428)
+ (line 3812)
+* Spanish ordinals, feminine and masculine: Text symbols. (line 4486)
* special characters: Non-English characters.
- (line 4570)
-* specifier, float placement: figure. (line 1170)
+ (line 4628)
+* specifier, float placement: figure. (line 1181)
* 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)
+ (line 4708)
+* starting & ending: Starting & ending. (line 338)
+* starting a new page: \newpage. (line 2419)
+* starting a new page and clearing floats: \clearpage. (line 2413)
+* starting on a right-hand page: \cleardoublepage. (line 2405)
+* sterling symbol: Text symbols. (line 4399)
+* straight double quote, base: Text symbols. (line 4508)
+* straight quote, base: Text symbols. (line 4508)
+* stretch, omitting vertical: \raggedbottom. (line 743)
+* styles of text: Font styles. (line 455)
+* styles, page: Page styles. (line 3916)
* subscript: Subscripts & superscripts.
- (line 2953)
+ (line 3007)
* superscript: Subscripts & superscripts.
- (line 2953)
-* symbols, math: Math symbols. (line 2962)
-* tab stops, using: tabbing. (line 1780)
+ (line 3007)
+* symbols, math: Math symbols. (line 3016)
+* tab stops, using: tabbing. (line 1834)
* table of contents entry, manually adding: \addcontentsline.
- (line 4729)
-* table of contents, creating: Tables of contents. (line 4709)
-* tables, creating: table. (line 1871)
+ (line 4790)
+* table of contents, creating: Tables of contents. (line 4770)
+* tables, creating: table. (line 1925)
* 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)
+ (line 5037)
+* TeX logo: Text symbols. (line 4412)
+* text symbols: Text symbols. (line 4360)
+* 'textcomp' package: Font styles. (line 531)
+* thanks, for titlepage: \maketitle. (line 3938)
+* theorems, defining: \newtheorem. (line 2657)
+* theorems, typesetting: theorem. (line 2214)
* 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)
+ (line 4673)
+* three-quarters em-dash: Text symbols. (line 4517)
+* tie-after accent: Accents. (line 4608)
+* tilde accent: Accents. (line 4571)
+* tilde accent, math: Math accents. (line 3798)
+* tilde, ASCII, in text: Text symbols. (line 4418)
+* title pages, creating: titlepage. (line 2227)
+* title, for titlepage: \maketitle. (line 3942)
+* titles, making: \maketitle. (line 3922)
+* trademark symbol: Text symbols. (line 4520)
+* transcript file: Overview. (line 316)
+* two-column output: \twocolumn. (line 690)
+* two-thirds em-dash: Text symbols. (line 4523)
+* typed text, simulating: verbatim. (line 2244)
+* typeface sizes: Font sizes. (line 583)
+* typeface styles: Font styles. (line 455)
+* typefaces: Fonts. (line 449)
+* typewriter font: Font styles. (line 571)
+* typewriter labels in lists: description. (line 1045)
+* umlaut accent: Accents. (line 4544)
+* underbar: Accents. (line 4616)
+* underscore, in text: Text symbols. (line 4526)
+* unordered lists: itemize. (line 1374)
+* using BibTeX: Using BibTeX. (line 2177)
+* variables, a list of: Counters. (line 2720)
+* vector symbol, math: Math accents. (line 3801)
+* verbatim text: verbatim. (line 2244)
+* verbatim text, inline: \verb. (line 2261)
+* vertical bar, double, in text: Text symbols. (line 4430)
+* vertical bar, in text: Text symbols. (line 4427)
+* vertical space: \addvspace. (line 4112)
+* vertical space before paragraphs: \parskip. (line 2918)
+* visible space: \verb. (line 2272)
+* visible space symbol, in text: Text symbols. (line 4529)
+* wide hat accent, math: Math accents. (line 3804)
+* wide tile accent, math: Math accents. (line 3807)
+* writing external files: filecontents. (line 1279)
+* XeTeX: Overview. (line 310)
+* 'xindy' program: Indexes. (line 4866)
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)
+* $: Math formulas. (line 2989)
+* .aux file: Overview. (line 320)
+* .dvi file: Overview. (line 293)
+* .log file: Overview. (line 316)
+* .pdf file: Overview. (line 301)
+* .toc file: Tables of contents. (line 4770)
* 10pt option: Document class options.
- (line 379)
+ (line 380)
* 11pt option: Document class options.
- (line 379)
+ (line 380)
* 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)
+ (line 380)
+* @{...}: array. (line 974)
+* [...] for optional arguments: Overview. (line 326)
+* \ character starting commands: Overview. (line 326)
+* \" (umlaut accent): Accents. (line 4544)
* \#: Reserved characters.
- (line 4276)
+ (line 4334)
* \$: Reserved characters.
- (line 4276)
+ (line 4334)
* \%: Reserved characters.
- (line 4276)
+ (line 4334)
* \&: 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)
+ (line 4334)
+* \' (acute accent): Accents. (line 4548)
+* \' (tabbing): tabbing. (line 1873)
+* \(: Math formulas. (line 2981)
+* \): Math formulas. (line 2981)
+* \*: Math miscellany. (line 3830)
+* \+: tabbing. (line 1865)
* \,: Spacing in math mode.
- (line 3769)
-* \-: tabbing. (line 1815)
-* \- (hyphenation): \- (hyphenation). (line 2281)
-* \. (dot-over accent): Accents. (line 4495)
-* \/: \/. (line 4023)
+ (line 3823)
+* \-: tabbing. (line 1869)
+* \- (hyphenation): \- (hyphenation). (line 2335)
+* \. (dot-over accent): Accents. (line 4553)
+* \/: \/. (line 4081)
* \:: Spacing in math mode.
- (line 3767)
+ (line 3821)
* \;: Spacing in math mode.
- (line 3764)
-* \<: tabbing. (line 1807)
-* \= (macron accent): Accents. (line 4499)
-* \= (tabbing): tabbing. (line 1801)
-* \>: tabbing. (line 1805)
+ (line 3818)
+* \<: tabbing. (line 1861)
+* \= (macron accent): Accents. (line 4557)
+* \= (tabbing): tabbing. (line 1855)
+* \>: tabbing. (line 1859)
* \> <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)
+ (line 3821)
+* \> (tabbing): tabbing. (line 1858)
+* \@: \AT. (line 4060)
+* \@fnsymbol: Symbolic footnotes. (line 2514)
+* \a (tabbing): tabbing. (line 1888)
+* \a' (acute accent in tabbing): tabbing. (line 1889)
+* \a= (macron accent in tabbing): tabbing. (line 1889)
* \aa (aa): Non-English characters.
- (line 4575)
+ (line 4633)
* \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)
+ (line 4633)
+* \acute: Math accents. (line 3764)
+* \addcontentsline{EXT}{UNIT}{TEXT}: \addcontentsline. (line 4790)
+* \address: \address. (line 4925)
+* \addtocontents{EXT}{TEXT}: \addtocontents. (line 4819)
+* \addtocounter: \addtocounter. (line 2802)
+* \addtolength: \addtolength. (line 2845)
+* \addvspace: \addvspace. (line 4112)
* \ae (ae): Non-English characters.
- (line 4579)
+ (line 4637)
* \AE (AE): Non-English characters.
- (line 4579)
-* \aleph: Math symbols. (line 2970)
+ (line 4637)
+* \aleph: Math symbols. (line 3024)
* \alph: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 2684)
+ (line 2738)
* \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)
+ (line 2741)
+* \Alph example: enumerate. (line 1115)
+* \alpha: Math symbols. (line 3027)
+* \alsoname: Indexes. (line 4863)
+* \amalg: Math symbols. (line 3030)
+* \and for '\author': \maketitle. (line 3928)
+* \angle: Math symbols. (line 3033)
+* \appendix: Sectioning. (line 849)
+* \approx: Math symbols. (line 3036)
* \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)
+ (line 2744)
+* \arccos: Math functions. (line 3655)
+* \arcsin: Math functions. (line 3658)
+* \arctan: Math functions. (line 3661)
+* \arg: Math functions. (line 3664)
+* \arraycolsep: array. (line 986)
+* \arrayrulewidth: tabular. (line 2046)
+* \arraystretch: tabular. (line 2050)
+* \ast: Math symbols. (line 3039)
+* \asymp: Math symbols. (line 3042)
+* \author{NAME \and NAME2}: \maketitle. (line 3927)
+* \a` (grave accent in tabbing): tabbing. (line 1889)
+* \b (bar-under accent): Accents. (line 4574)
+* \backslash: Math symbols. (line 3045)
* \backslash <1>: Reserved characters.
- (line 4281)
-* \bar: Math accents. (line 3713)
+ (line 4339)
+* \bar: Math accents. (line 3767)
* \baselineskip: Low-level font commands.
- (line 638)
+ (line 649)
* \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)
+ (line 655)
+* \begin: Environments. (line 930)
+* \beta: Math symbols. (line 3048)
+* \bf: Font styles. (line 546)
+* \bfseries: Font styles. (line 485)
+* \bibitem: \bibitem. (line 2138)
+* \bibliography: Using BibTeX. (line 2177)
+* \bibliographystyle: Using BibTeX. (line 2177)
+* \bigcap: Math symbols. (line 3051)
+* \bigcap <1>: Math symbols. (line 3081)
+* \bigcirc: Math symbols. (line 3054)
+* \bigcup: Math symbols. (line 3057)
+* \bigodot: Math symbols. (line 3060)
+* \bigoplus: Math symbols. (line 3063)
+* \bigotimes: Math symbols. (line 3066)
* \bigskip: \bigskip \medskip \smallskip.
- (line 4068)
+ (line 4126)
* \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)
+ (line 4126)
+* \bigsqcup: Math symbols. (line 3075)
+* \bigtriangledown: Math symbols. (line 3069)
+* \bigtriangleup: Math symbols. (line 3072)
+* \biguplus: Math symbols. (line 3078)
+* \bigwedge: Math symbols. (line 3084)
+* \bmod: Math functions. (line 3667)
+* \boldmath: Math formulas. (line 2994)
+* \bot: Math symbols. (line 3087)
+* \bottomfraction: figure. (line 1229)
+* \bottomnumber: figure. (line 1262)
+* \bowtie: Math symbols. (line 3090)
+* \Box: Math symbols. (line 3093)
+* \breve: Math accents. (line 3770)
+* \bullet: Math symbols. (line 3096)
+* \c (cedilla accent): Accents. (line 4578)
+* \cal: Font styles. (line 549)
+* \cap: Math symbols. (line 3099)
+* \capitalacute: Accents. (line 4548)
+* \capitalbreve: Accents. (line 4613)
+* \capitalcaron: Accents. (line 4623)
+* \capitalcedilla: Accents. (line 4578)
+* \capitalcircumflex: Accents. (line 4561)
+* \capitaldieresis: Accents. (line 4544)
+* \capitaldotaccent: Accents. (line 4582)
+* \capitalgrave: Accents. (line 4565)
+* \capitalhungarumlaut: Accents. (line 4586)
+* \capitalmacron: Accents. (line 4557)
+* \capitalnewtie: Accents. (line 4608)
+* \capitalogonek: Accents. (line 4597)
+* \capitalring: Accents. (line 4602)
+* \capitaltie: Accents. (line 4608)
+* \capitaltilde: Accents. (line 4571)
+* \caption: figure. (line 1222)
+* \cc: \cc. (line 4938)
+* \cdot: Math symbols. (line 3102)
+* \cdots: Math miscellany. (line 3834)
+* \centering: \centering. (line 1010)
+* \chapter: Sectioning. (line 821)
+* \check: Math accents. (line 3773)
+* \chi: Math symbols. (line 3105)
+* \circ: Math symbols. (line 3108)
+* \circle: \circle. (line 1616)
+* \cite: \cite. (line 2155)
+* \cleardoublepage: \cleardoublepage. (line 2405)
+* \clearpage: \clearpage. (line 2413)
+* \cline: \cline. (line 2088)
+* \closing: \closing. (line 4948)
+* \clubsuit: Math symbols. (line 3111)
+* \columnsep: \twocolumn. (line 700)
+* \columnseprule: \twocolumn. (line 703)
+* \columnwidth: \twocolumn. (line 707)
+* \cong: Math symbols. (line 3114)
+* \contentsline: \addcontentsline. (line 4813)
+* \coprod: Math symbols. (line 3117)
+* \copyright: Text symbols. (line 4364)
+* \cos: Math functions. (line 3670)
+* \cosh: Math functions. (line 3673)
+* \cot: Math functions. (line 3676)
+* \coth: Math functions. (line 3679)
+* \csc: Math functions. (line 3682)
+* \cup: Math symbols. (line 3120)
+* \d (dot-under accent): Accents. (line 4582)
+* \dag: Text symbols. (line 4368)
+* \dagger: Math symbols. (line 3123)
+* \dashbox: \dashbox. (line 1667)
+* \dashv: Math symbols. (line 3126)
+* \date{TEXT}: \maketitle. (line 3933)
+* \day: \day \month \year. (line 2821)
+* \dblfloatpagefraction: \twocolumn. (line 718)
+* \dblfloatsep: \twocolumn. (line 722)
+* \dbltextfloatsep: \twocolumn. (line 727)
+* \dbltopfraction: \twocolumn. (line 713)
+* \ddag: Text symbols. (line 4371)
+* \ddagger: Math symbols. (line 3129)
+* \ddot: Math accents. (line 3776)
+* \ddots: Math miscellany. (line 3838)
+* \deg: Math functions. (line 3685)
+* \Delta: Math symbols. (line 3132)
+* \delta: Math symbols. (line 3135)
+* \depth: Predefined lengths. (line 2877)
+* \det: Math functions. (line 3688)
* \dh (ae): Non-English characters.
- (line 4583)
+ (line 4641)
* \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)
+ (line 4641)
+* \Diamond: Math symbols. (line 3138)
+* \diamond: Math symbols. (line 3141)
+* \diamondsuit: Math symbols. (line 3144)
+* \dim: Math functions. (line 3691)
+* \displaystyle: Math formulas. (line 2999)
+* \div: Math symbols. (line 3147)
* \dj: Non-English characters.
- (line 4587)
+ (line 4645)
* \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)
+ (line 4645)
+* \documentclass: Document classes. (line 355)
+* \documentclass, commands before: filecontents. (line 1287)
+* \dot: Math accents. (line 3779)
+* \doteq: Math symbols. (line 3150)
+* \dotfill: \dotfill. (line 4106)
+* \dots: Text symbols. (line 4385)
+* \doublerulesep: tabular. (line 2054)
+* \downarrow: Math symbols. (line 3153)
+* \Downarrow: Math symbols. (line 3156)
+* \ell: Math symbols. (line 3159)
+* \em: Font styles. (line 552)
+* \emph: Font styles. (line 479)
+* \emptyset: Math symbols. (line 3162)
+* \encl: \encl. (line 4958)
+* \end: Environments. (line 930)
+* \enlargethispage: \enlargethispage. (line 2425)
+* \enumi: enumerate. (line 1105)
+* \enumii: enumerate. (line 1105)
+* \enumiii: enumerate. (line 1105)
+* \enumiv: enumerate. (line 1105)
+* \epsilon: Math symbols. (line 3165)
+* \equiv: Math symbols. (line 3168)
+* \eta: Math symbols. (line 3171)
* \evensidemargin: Document class options.
- (line 415)
-* \exists: Math symbols. (line 3120)
-* \exp: Math functions. (line 3640)
-* \extracolsep: tabular. (line 1963)
+ (line 416)
+* \exists: Math symbols. (line 3174)
+* \exp: Math functions. (line 3694)
+* \extracolsep: tabular. (line 2017)
* \fbox: \fbox and \framebox.
- (line 4118)
+ (line 4176)
* \fboxrule: \framebox (picture).
- (line 1607)
+ (line 1661)
* \fboxrule <1>: \fbox and \framebox.
- (line 4130)
+ (line 4188)
* \fboxsep: \framebox (picture).
- (line 1607)
+ (line 1661)
* \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)
+ (line 4188)
+* \fill: \hfill. (line 4042)
+* \flat: Math symbols. (line 3177)
+* \floatpagefraction: figure. (line 1232)
+* \floatsep: figure. (line 1247)
+* \flushbottom: \flushbottom. (line 734)
* \fnsymbol: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 2699)
-* \fnsymbol, and footnotes: Symbolic footnotes. (line 2460)
+ (line 2753)
+* \fnsymbol, and footnotes: Symbolic footnotes. (line 2514)
* \fontencoding: Low-level font commands.
- (line 603)
+ (line 614)
* \fontfamily: Low-level font commands.
- (line 606)
+ (line 617)
* \fontseries: Low-level font commands.
- (line 615)
-* \fontshape: Low-level font commands.
(line 626)
+* \fontshape: Low-level font commands.
+ (line 637)
* \fontsize: Low-level font commands.
- (line 638)
-* \footnote: \footnote. (line 2411)
-* \footnotemark: \footnotemark. (line 2426)
+ (line 649)
+* \footnote: \footnote. (line 2465)
+* \footnotemark: \footnotemark. (line 2480)
* \footnoterule: Footnote parameters.
- (line 2468)
+ (line 2522)
* \footnotesep: Footnote parameters.
- (line 2474)
-* \footnotesize: Font sizes. (line 577)
-* \footnotetext: \footnotetext. (line 2441)
+ (line 2528)
+* \footnotesize: Font sizes. (line 588)
+* \footnotetext: \footnotetext. (line 2495)
* \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)
+ (line 759)
+* \forall: Math symbols. (line 3180)
+* \frac: Math miscellany. (line 3842)
+* \frac{num}{den}: Math miscellany. (line 3841)
+* \frame: \frame. (line 1682)
* \framebox: \framebox (picture).
- (line 1599)
+ (line 1653)
* \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)
+ (line 4176)
+* \frown: Math symbols. (line 3183)
+* \fussy: \fussy. (line 2347)
+* \Gamma: Math symbols. (line 3186)
+* \gamma: Math symbols. (line 3189)
+* \gcd: Math functions. (line 3697)
+* \ge: Math symbols. (line 3192)
+* \geq: Math symbols. (line 3195)
+* \gets: Math symbols. (line 3198)
+* \gg: Math symbols. (line 3201)
+* \glossary: Glossaries. (line 4836)
+* \glossaryentry: Glossaries. (line 4839)
+* \grave: Math accents. (line 3782)
+* \guillemotleft (<<): Text symbols. (line 4377)
+* \guillemotright (>>): Text symbols. (line 4378)
+* \guilsinglleft (<): Text symbols. (line 4379)
+* \guilsinglright (>): Text symbols. (line 4380)
+* \H (Hungarian umlaut accent): Accents. (line 4586)
+* \hat: Math accents. (line 3785)
+* \hbar: Math symbols. (line 3204)
* \headheight: Page layout parameters.
- (line 738)
+ (line 749)
* \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)
+ (line 754)
+* \heartsuit: Math symbols. (line 3207)
+* \height: Predefined lengths. (line 2875)
+* \hfill: \hfill. (line 4039)
+* \hline: \hline. (line 2099)
+* \hom: Math functions. (line 3700)
+* \hookleftarrow: Math symbols. (line 3210)
+* \hookrightarrow: Math symbols. (line 3213)
+* \hrulefill: \hrulefill. (line 4099)
* \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)
+ (line 799)
+* \hspace: \hspace. (line 4024)
+* \huge: Font sizes. (line 588)
+* \Huge: Font sizes. (line 588)
+* \hyphenation: \hyphenation. (line 2365)
+* \i (dotless i): Accents. (line 4590)
+* \iff: Math symbols. (line 3216)
* \ij (ij): Non-English characters.
- (line 4591)
+ (line 4649)
* \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)
+ (line 4649)
+* \Im: Math symbols. (line 3219)
+* \imath: Math accents. (line 3788)
+* \in: Math symbols. (line 3222)
+* \include: \include. (line 4720)
+* \includeonly: \includeonly. (line 4738)
+* \indent: \indent. (line 2900)
+* \index: Indexes. (line 4852)
+* \indexentry: Indexes. (line 4855)
+* \inf: Math functions. (line 3703)
+* \infty: Math symbols. (line 3225)
+* \input: \input. (line 4752)
+* \int: Math symbols. (line 3228)
+* \intextsep: figure. (line 1251)
+* \iota: Math symbols. (line 3231)
+* \it: Font styles. (line 555)
+* \item: description. (line 1041)
+* \item <1>: enumerate. (line 1095)
+* \item <2>: itemize. (line 1374)
+* \itemindent: itemize. (line 1417)
+* \itemsep: itemize. (line 1439)
+* \itshape: Font styles. (line 476)
+* \j (dotless j): Accents. (line 4593)
+* \jmath: Math accents. (line 3791)
+* \Join: Math symbols. (line 3234)
+* \k (ogonek): Accents. (line 4597)
+* \kappa: Math symbols. (line 3237)
+* \ker: Math functions. (line 3706)
+* \kill: tabbing. (line 1893)
* \l (/l): Non-English characters.
- (line 4595)
+ (line 4653)
* \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)
+ (line 4653)
+* \label: \label. (line 876)
+* \labelenumi: enumerate. (line 1109)
+* \labelenumii: enumerate. (line 1109)
+* \labelenumiii: enumerate. (line 1109)
+* \labelenumiv: enumerate. (line 1109)
+* \labelitemi: itemize. (line 1397)
+* \labelitemii: itemize. (line 1397)
+* \labelitemiii: itemize. (line 1397)
+* \labelitemiv: itemize. (line 1397)
+* \labelsep: itemize. (line 1420)
+* \labelwidth: itemize. (line 1423)
+* \Lambda: Math symbols. (line 3240)
+* \lambda: Math symbols. (line 3243)
+* \land: Math symbols. (line 3246)
+* \langle: Math symbols. (line 3249)
+* \large: Font sizes. (line 588)
+* \Large: Font sizes. (line 588)
+* \LARGE: Font sizes. (line 588)
+* \LaTeX: Text symbols. (line 4374)
+* \lbrace: Math symbols. (line 3252)
+* \lbrack: Math symbols. (line 3255)
+* \lceil: Math symbols. (line 3258)
+* \ldots: Text symbols. (line 4384)
+* \le: Math symbols. (line 3261)
+* \leadsto: Math symbols. (line 3264)
+* \left DELIM1 ... \right DELIM2: Math miscellany. (line 3844)
+* \Leftarrow: Math symbols. (line 3266)
+* \leftarrow: Math symbols. (line 3269)
+* \lefteqn: eqnarray. (line 1148)
+* \leftharpoondown: Math symbols. (line 3272)
+* \leftharpoonup: Math symbols. (line 3275)
+* \leftmargin: itemize. (line 1404)
+* \leftmargini: itemize. (line 1404)
+* \leftmarginii: itemize. (line 1404)
+* \leftmarginiii: itemize. (line 1404)
+* \leftmarginiv: itemize. (line 1404)
+* \leftmarginv: itemize. (line 1404)
+* \leftmarginvi: itemize. (line 1404)
+* \Leftrightarrow: Math symbols. (line 3278)
+* \leftrightarrow: Math symbols. (line 3281)
+* \leq: Math symbols. (line 3284)
+* \lfloor: Math symbols. (line 3287)
+* \lg: Math functions. (line 3709)
+* \lhd: Math symbols. (line 3290)
+* \lim: Math functions. (line 3712)
+* \liminf: Math functions. (line 3715)
+* \limsup: Math functions. (line 3718)
+* \line: \line. (line 1693)
* \linebreak: \linebreak & \nolinebreak.
- (line 2327)
+ (line 2381)
* \linespread: Low-level font commands.
- (line 651)
-* \linethickness: \linethickness. (line 1654)
+ (line 662)
+* \linethickness: \linethickness. (line 1708)
* \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)
+ (line 764)
+* \listoffigures: Tables of contents. (line 4780)
+* \listoftables: Tables of contents. (line 4780)
+* \listparindent: itemize. (line 1426)
+* \ll: Math symbols. (line 3293)
+* \ln: Math functions. (line 3721)
+* \lnot: Math symbols. (line 3296)
+* \location: \location. (line 4967)
+* \log: Math functions. (line 3724)
+* \longleftarrow: Math symbols. (line 3299)
+* \longleftrightarrow: Math symbols. (line 3302)
+* \longmapsto: Math symbols. (line 3305)
+* \longrightarrow: Math symbols. (line 3308)
+* \lor: Math symbols. (line 3311)
+* \lq: Text symbols. (line 4390)
+* \makebox: \makebox. (line 4208)
+* \makebox (picture): \makebox (picture). (line 1627)
+* \makeglossary: Glossaries. (line 4834)
+* \makeindex: Indexes. (line 4849)
+* \makelabels: \makelabels. (line 4975)
+* \maketitle: \maketitle. (line 3922)
+* \mapsto: Math symbols. (line 3314)
+* \marginpar: Marginal notes. (line 2924)
+* \marginparpush: Marginal notes. (line 2951)
+* \marginparsep: Marginal notes. (line 2955)
+* \marginparwidth: Marginal notes. (line 2959)
+* \markboth{LEFT}{RIGHT}: \pagestyle. (line 3995)
+* \markright{RIGHT}: \pagestyle. (line 4002)
+* \mathbf: Font styles. (line 509)
+* \mathcal: Font styles. (line 525)
+* \mathnormal: Font styles. (line 522)
+* \mathring: Math accents. (line 3794)
+* \mathrm: Font styles. (line 506)
+* \mathsf: Font styles. (line 512)
+* \mathtt: Font styles. (line 515)
+* \mathversion: Font styles. (line 527)
+* \max: Math functions. (line 3727)
+* \mbox: \mbox. (line 4169)
+* \mdseries: Font styles. (line 482)
* \medskip: \bigskip \medskip \smallskip.
- (line 4072)
+ (line 4130)
* \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)
+ (line 4130)
+* \mho: Math symbols. (line 3317)
+* \mid: Math symbols. (line 3319)
+* \min: Math functions. (line 3730)
+* \models: Math symbols. (line 3322)
+* \month: \day \month \year. (line 2821)
+* \mp: Math symbols. (line 3325)
+* \mu: Math symbols. (line 3328)
+* \multicolumn: \multicolumn. (line 2066)
+* \multiput: \multiput. (line 1732)
+* \nabla: Math symbols. (line 3331)
+* \name: \name. (line 4983)
+* \natural: Math symbols. (line 3334)
+* \ne: Math symbols. (line 3337)
+* \nearrow: Math symbols. (line 3340)
+* \neg: Math symbols. (line 3343)
+* \neq: Math symbols. (line 3346)
* \newcommand: \newcommand & \renewcommand.
- (line 2489)
-* \newcounter: \newcounter. (line 2525)
+ (line 2543)
+* \newcounter: \newcounter. (line 2579)
* \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)
+ (line 2618)
+* \newfont: \newfont. (line 2685)
+* \newlength: \newlength. (line 2594)
+* \newline: \newline. (line 2328)
+* \NEWLINE: \SPACE. (line 4049)
+* \newpage: \newpage. (line 2419)
+* \newsavebox: \newsavebox. (line 2608)
+* \newtheorem: \newtheorem. (line 2657)
+* \newtie: Accents. (line 4608)
* \ng: Non-English characters.
- (line 4599)
+ (line 4657)
* \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)
+ (line 4657)
+* \ni: Math symbols. (line 3349)
+* \nocite: \nocite. (line 2169)
+* \nofiles: Tables of contents. (line 4784)
+* \noindent: \noindent. (line 2911)
* \nolinebreak: \linebreak & \nolinebreak.
- (line 2327)
-* \nonumber: eqnarray. (line 1132)
+ (line 2381)
+* \nonumber: eqnarray. (line 1143)
* \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)
+ (line 2440)
+* \normalfont: Font styles. (line 503)
+* \normalmarginpar: Marginal notes. (line 2939)
+* \normalsize: Font sizes. (line 588)
+* \not: Math symbols. (line 3352)
+* \notin: Math symbols. (line 3355)
+* \nu: Math symbols. (line 3358)
+* \nwarrow: Math symbols. (line 3361)
* \o (/o): Non-English characters.
- (line 4603)
+ (line 4661)
* \O (/O): Non-English characters.
- (line 4603)
+ (line 4661)
* \obeycr: \obeycr & \restorecr.
- (line 2265)
+ (line 2319)
* \oddsidemargin: Document class options.
- (line 415)
-* \odot: Math symbols. (line 3310)
+ (line 416)
+* \odot: Math symbols. (line 3364)
* \oe (oe): Non-English characters.
- (line 4607)
+ (line 4665)
* \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)
+ (line 4665)
+* \oint: Math symbols. (line 3367)
+* \oldstylenums: Font styles. (line 531)
+* \Omega: Math symbols. (line 3370)
+* \omega: Math symbols. (line 3373)
+* \ominus: Math symbols. (line 3376)
+* \onecolumn: \onecolumn. (line 684)
+* \opening: \opening. (line 4991)
+* \oplus: Math symbols. (line 3379)
+* \oslash: Math symbols. (line 3382)
+* \otimes: Math symbols. (line 3385)
+* \oval: \oval. (line 1742)
+* \overbrace{TEXT}: Math miscellany. (line 3849)
+* \overline{TEXT}: Math miscellany. (line 3853)
+* \owns: Math symbols. (line 3388)
+* \P: Text symbols. (line 4393)
* \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)
+ (line 2440)
+* \pagenumbering: \pagenumbering. (line 3948)
+* \pageref: \pageref. (line 908)
+* \pagestyle: \pagestyle. (line 3972)
+* \paragraph: Sectioning. (line 826)
+* \parallel: Math symbols. (line 3391)
+* \parbox: \parbox. (line 4233)
+* \parindent: minipage. (line 1529)
+* \parindent <1>: \indent. (line 2900)
+* \parsep: itemize. (line 1444)
+* \parskip: \parskip. (line 2918)
+* \parskip example: itemize. (line 1460)
+* \part: Sectioning. (line 820)
+* \partial: Math symbols. (line 3394)
+* \partopsep: itemize. (line 1454)
+* \perp: Math symbols. (line 3397)
+* \phi: Math symbols. (line 3400)
+* \Pi: Math symbols. (line 3403)
+* \pi: Math symbols. (line 3406)
+* \pm: Math symbols. (line 3409)
+* \pmod: Math functions. (line 3733)
+* \poptabs: tabbing. (line 1899)
+* \poptabs <1>: tabbing. (line 1900)
+* \pounds: Text symbols. (line 4397)
+* \Pr: Math functions. (line 3736)
+* \prec: Math symbols. (line 3412)
+* \preceq: Math symbols. (line 3415)
+* \prime: Math symbols. (line 3418)
+* \prod: Math symbols. (line 3421)
+* \propto: Math symbols. (line 3424)
+* \protect: \protect. (line 2699)
+* \ps: \ps. (line 5003)
+* \Psi: Math symbols. (line 3427)
+* \psi: Math symbols. (line 3430)
+* \pushtabs: tabbing. (line 1902)
+* \put: \put. (line 1766)
+* \quotedblbase (,,): Text symbols. (line 4401)
+* \quotesinglbase (,): Text symbols. (line 4402)
+* \r (ring accent): Accents. (line 4602)
+* \raggedbottom: \raggedbottom. (line 743)
+* \raggedleft: \raggedleft. (line 1361)
+* \raggedright: \raggedright. (line 1335)
+* \raisebox: \raisebox. (line 4273)
+* \rangle: Math symbols. (line 3433)
+* \rbrace: Math symbols. (line 3436)
+* \rbrack: Math symbols. (line 3439)
+* \rceil: Math symbols. (line 3442)
+* \Re: Math symbols. (line 3445)
+* \ref: \ref. (line 918)
+* \refstepcounter: \refstepcounter. (line 2808)
* \renewenvironment: \newenvironment & \renewenvironment.
- (line 2564)
+ (line 2618)
* \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)
+ (line 2319)
+* \reversemarginpar: Marginal notes. (line 2939)
+* \rfloor: Math symbols. (line 3448)
+* \rhd: Math symbols. (line 3451)
+* \rho: Math symbols. (line 3454)
+* \right: Math miscellany. (line 3845)
+* \Rightarrow: Math symbols. (line 3457)
+* \rightarrow: Math symbols. (line 3460)
+* \rightharpoondown: Math symbols. (line 3463)
+* \rightharpoonup: Math symbols. (line 3466)
+* \rightleftharpoons: Math symbols. (line 3469)
+* \rightmargin: itemize. (line 1430)
+* \rm: Font styles. (line 558)
+* \rmfamily: Font styles. (line 473)
* \roman: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 2693)
+ (line 2747)
* \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)
+ (line 2750)
+* \rq: Text symbols. (line 4405)
+* \rule: \rule. (line 4678)
+* \S: Text symbols. (line 4408)
+* \savebox: \savebox. (line 4289)
+* \sbox: \sbox. (line 4301)
+* \sc: Font styles. (line 561)
+* \scriptsize: Font sizes. (line 588)
+* \scshape: Font styles. (line 497)
+* \searrow: Math symbols. (line 3472)
+* \sec: Math functions. (line 3739)
+* \section: Sectioning. (line 823)
+* \seename: Indexes. (line 4863)
* \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)
+ (line 668)
+* \setcounter: \setcounter. (line 2792)
+* \setlength: \setlength. (line 2838)
+* \setminus: Math symbols. (line 3475)
+* \settodepth: \settodepth. (line 2851)
+* \settoheight: \settoheight. (line 2859)
+* \settowidth: \settowidth. (line 2867)
+* \sf: Font styles. (line 564)
+* \sffamily: Font styles. (line 494)
+* \sharp: Math symbols. (line 3478)
+* \shortstack: \shortstack. (line 1774)
+* \Sigma: Math symbols. (line 3481)
+* \sigma: Math symbols. (line 3484)
+* \signature: \signature. (line 5009)
+* \sim: Math symbols. (line 3487)
+* \simeq: Math symbols. (line 3490)
+* \sin: Math functions. (line 3742)
+* \sinh: Math functions. (line 3745)
+* \sl: Font styles. (line 567)
+* \slshape: Font styles. (line 491)
+* \small: Font sizes. (line 588)
+* \smallint: Math symbols. (line 3493)
* \smallskip: \bigskip \medskip \smallskip.
- (line 4076)
+ (line 4134)
* \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)
+ (line 4134)
+* \smile: Math symbols. (line 3496)
+* \SPACE: \SPACE. (line 4049)
+* \spadesuit: Math symbols. (line 3499)
+* \sqcap: Math symbols. (line 3502)
+* \sqcup: Math symbols. (line 3505)
+* \sqrt[ROOT]{arg}: Math miscellany. (line 3856)
+* \sqsubset: Math symbols. (line 3508)
+* \sqsubseteq: Math symbols. (line 3511)
+* \sqsupset: Math symbols. (line 3514)
+* \sqsupseteq: Math symbols. (line 3517)
* \ss (ss): Non-English characters.
- (line 4611)
+ (line 4669)
* \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)
+ (line 4669)
+* \stackrel{TEXT}{RELATION}: Math miscellany. (line 3862)
+* \star: Math symbols. (line 3520)
+* \startbreaks: \startbreaks. (line 5015)
+* \stepcounter: \stepcounter. (line 2815)
+* \stop: Command line. (line 5079)
+* \stopbreaks: \stopbreaks. (line 5022)
+* \subparagraph: Sectioning. (line 827)
+* \subsection: Sectioning. (line 824)
+* \subset: Math symbols. (line 3523)
+* \subseteq: Math symbols. (line 3526)
+* \subsubsection: Sectioning. (line 825)
+* \succ: Math symbols. (line 3529)
+* \succeq: Math symbols. (line 3532)
+* \sum: Math symbols. (line 3535)
+* \sup: Math functions. (line 3748)
+* \supset: Math symbols. (line 3538)
+* \supseteq: Math symbols. (line 3541)
+* \surd: Math symbols. (line 3544)
+* \swarrow: Math symbols. (line 3547)
* \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)
+ (line 4348)
+* \t (tie-after accent): Accents. (line 4608)
+* \TAB: \SPACE. (line 4049)
+* \tabbingsep: tabbing. (line 1907)
+* \tabcolsep: tabular. (line 2058)
+* \tableofcontents: Tables of contents. (line 4770)
+* \tan: Math functions. (line 3751)
+* \tanh: Math functions. (line 3754)
+* \tau: Math symbols. (line 3550)
+* \telephone: \telephone. (line 5029)
+* \TeX: Text symbols. (line 4411)
+* \textascenderwordmark: Text symbols. (line 4449)
+* \textasciicircum: Text symbols. (line 4414)
+* \textasciitilde: Text symbols. (line 4417)
+* \textasteriskcentered: Text symbols. (line 4420)
+* \textbackslash: Text symbols. (line 4423)
+* \textbar: Text symbols. (line 4426)
+* \textbardbl: Text symbols. (line 4429)
+* \textbf: Font styles. (line 485)
+* \textbigcircle: Text symbols. (line 4432)
+* \textbraceleft: Text symbols. (line 4435)
+* \textbraceright: Text symbols. (line 4438)
+* \textbullet: Text symbols. (line 4441)
+* \textcapitalwordmark: Text symbols. (line 4448)
+* \textcircled{LETTER}: Text symbols. (line 4444)
+* \textcompwordmark: Text symbols. (line 4447)
+* \textcopyright: Text symbols. (line 4365)
+* \textdagger: Text symbols. (line 4454)
+* \textdaggerdbl: Text symbols. (line 4457)
+* \textdollar (or '$'): Text symbols. (line 4460)
+* \textellipsis: Text symbols. (line 4386)
+* \textemdash (or '---'): Text symbols. (line 4463)
+* \textendash (or '--'): Text symbols. (line 4466)
+* \texteuro: Text symbols. (line 4469)
+* \textexclamdown (or '!`'): Text symbols. (line 4472)
+* \textfloatsep: figure. (line 1256)
+* \textfraction: figure. (line 1236)
+* \textgreater: Text symbols. (line 4475)
* \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)
+ (line 772)
+* \textit: Font styles. (line 476)
+* \textleftarrow: Text symbols. (line 4481)
+* \textless: Text symbols. (line 4478)
+* \textmd: Font styles. (line 482)
+* \textnormal: Font styles. (line 503)
+* \textordfeminine: Text symbols. (line 4484)
+* \textordmasculine: Text symbols. (line 4485)
+* \textparagraph: Text symbols. (line 4394)
+* \textperiodcentered: Text symbols. (line 4488)
+* \textquestiondown (or '?`'): Text symbols. (line 4491)
+* \textquotedblleft (or '``'): Text symbols. (line 4494)
+* \textquotedblright (or '''): Text symbols. (line 4497)
+* \textquoteleft (or '`'): Text symbols. (line 4500)
+* \textquoteright (or '''): Text symbols. (line 4503)
+* \textquotestraightbase: Text symbols. (line 4506)
+* \textquotestraightdblbase: Text symbols. (line 4507)
+* \textregistered: Text symbols. (line 4510)
+* \textrightarrow: Text symbols. (line 4513)
+* \textrm: Font styles. (line 473)
+* \textsc: Font styles. (line 497)
+* \textsf: Font styles. (line 494)
+* \textsl: Font styles. (line 491)
+* \textsterling: Text symbols. (line 4398)
+* \textthreequartersemdash: Text symbols. (line 4516)
+* \texttrademark: Text symbols. (line 4519)
+* \texttt: Font styles. (line 500)
+* \texttwelveudash: Text symbols. (line 4522)
+* \textunderscore: Text symbols. (line 4525)
+* \textup: Font styles. (line 488)
+* \textvisiblespace: Text symbols. (line 4528)
* \textwidth: Page layout parameters.
- (line 768)
+ (line 779)
* \th (th): Non-English characters.
- (line 4615)
+ (line 4673)
* \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)
+ (line 4673)
+* \thanks{TEXT}: \maketitle. (line 3937)
+* \theta: Math symbols. (line 3553)
+* \thicklines: \thicklines. (line 1718)
+* \thinlines: \thinlines. (line 1725)
+* \thinspace: \thinspace. (line 4075)
+* \thispagestyle: \thispagestyle. (line 4008)
+* \tilde: Math accents. (line 3797)
+* \times: Math symbols. (line 3556)
+* \tiny: Font sizes. (line 588)
+* \title{TEXT}: \maketitle. (line 3941)
+* \to: Math symbols. (line 3559)
+* \today: \today. (line 4697)
+* \top: Math symbols. (line 3562)
+* \topfraction: figure. (line 1241)
* \topmargin: Page layout parameters.
- (line 792)
-* \topnumber: figure. (line 1255)
-* \topsep: itemize. (line 1394)
+ (line 803)
+* \topnumber: figure. (line 1266)
+* \topsep: itemize. (line 1448)
* \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)
+ (line 810)
+* \totalheight: Predefined lengths. (line 2879)
+* \totalnumber: figure. (line 1270)
+* \triangle: Math symbols. (line 3565)
+* \triangleleft: Math symbols. (line 3568)
+* \triangleright: Math symbols. (line 3571)
+* \tt: Font styles. (line 570)
+* \ttfamily: Font styles. (line 500)
+* \twocolumn: \twocolumn. (line 690)
+* \typein: \typein. (line 5040)
+* \typeout: \typeout. (line 5054)
+* \u (breve accent): Accents. (line 4613)
+* \unboldmath: Math formulas. (line 2994)
+* \underbar: Accents. (line 4616)
+* \underbrace{math}: Math miscellany. (line 3866)
+* \underline{text}: Math miscellany. (line 3869)
+* \unitlength: picture. (line 1550)
+* \unlhd: Math symbols. (line 3574)
+* \unrhd: Math symbols. (line 3577)
+* \Uparrow: Math symbols. (line 3580)
+* \uparrow: Math symbols. (line 3583)
+* \Updownarrow: Math symbols. (line 3586)
+* \updownarrow: Math symbols. (line 3589)
+* \uplus: Math symbols. (line 3592)
+* \upshape: Font styles. (line 488)
+* \Upsilon: Math symbols. (line 3595)
+* \upsilon: Math symbols. (line 3598)
+* \usebox: \usebox. (line 4313)
+* \usecounter: \usecounter. (line 2767)
* \usefont: Low-level font commands.
- (line 661)
+ (line 672)
* \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)
+ (line 435)
+* \v (breve accent): Accents. (line 4623)
+* \value: \value. (line 2778)
+* \varepsilon: Math symbols. (line 3601)
+* \varphi: Math symbols. (line 3604)
+* \varpi: Math symbols. (line 3607)
+* \varrho: Math symbols. (line 3610)
+* \varsigma: Math symbols. (line 3613)
+* \vartheta: Math symbols. (line 3616)
+* \vdash: Math symbols. (line 3619)
+* \vdots: Math miscellany. (line 3874)
+* \vdots <1>: Math miscellany. (line 3875)
+* \vec: Math accents. (line 3800)
+* \vector: \vector. (line 1793)
+* \vee: Math symbols. (line 3622)
+* \verb: \verb. (line 2261)
+* \Vert: Math symbols. (line 3625)
+* \vert: Math symbols. (line 3628)
+* \vfill: \vfill. (line 4142)
+* \vline: \vline. (line 2106)
+* \vspace: \vspace. (line 4149)
+* \wedge: Math symbols. (line 3631)
+* \widehat: Math accents. (line 3803)
+* \widehat <1>: Math accents. (line 3806)
+* \width: Predefined lengths. (line 2873)
+* \wp: Math symbols. (line 3634)
+* \wr: Math symbols. (line 3637)
+* \Xi: Math symbols. (line 3640)
+* \xi: Math symbols. (line 3643)
+* \year: \day \month \year. (line 2821)
+* \zeta: Math symbols. (line 3646)
+* \[: Math formulas. (line 2981)
+* \\ (for 'array'): array. (line 971)
+* \\ (for 'center'): center. (line 1003)
+* \\ (for 'eqnarray'): eqnarray. (line 1135)
+* \\ (for 'flushright'): flushright. (line 1354)
+* \\ (for '\shortstack' objects): \shortstack. (line 1788)
+* \\ (tabbing): tabbing. (line 1852)
+* \\ for 'flushleft': flushleft. (line 1328)
+* \\ for letters: Letters. (line 4915)
+* \\ for 'tabular': tabular. (line 1969)
+* \\ for 'verse': verse. (line 2289)
+* \\ for '\author': \maketitle. (line 3928)
+* \\ for '\title': \maketitle. (line 3942)
+* \\ force line break: \\. (line 2309)
+* \\* (for 'eqnarray'): eqnarray. (line 1140)
+* \]: Math formulas. (line 2981)
* \^: Reserved characters.
- (line 4286)
-* \^ (circumflex accent): Accents. (line 4503)
+ (line 4344)
+* \^ (circumflex accent): Accents. (line 4561)
* \_: Reserved characters.
- (line 4276)
-* \` (grave accent): Accents. (line 4507)
-* \` (tabbing): tabbing. (line 1825)
+ (line 4334)
+* \` (grave accent): Accents. (line 4565)
+* \` (tabbing): tabbing. (line 1879)
* \{: Reserved characters.
- (line 4276)
-* \|: Math symbols. (line 2967)
+ (line 4334)
+* \|: Math symbols. (line 3021)
* \}: Reserved characters.
- (line 4276)
+ (line 4334)
* \~: Reserved characters.
- (line 4286)
-* \~ (tilde accent): Accents. (line 4513)
+ (line 4344)
+* \~ (tilde accent): Accents. (line 4571)
* ^: Subscripts & superscripts.
- (line 2953)
+ (line 3007)
* _: Subscripts & superscripts.
- (line 2953)
-* {...} for required arguments: Overview. (line 325)
+ (line 3007)
+* {...} for required arguments: Overview. (line 326)
* a4paper option: Document class options.
- (line 384)
+ (line 385)
* a5paper option: Document class options.
- (line 384)
-* abstract environment: abstract. (line 929)
-* array environment: array. (line 940)
-* article class: Document classes. (line 361)
+ (line 385)
+* abstract environment: abstract. (line 940)
+* array environment: array. (line 951)
+* article class: Document classes. (line 362)
* 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)
+ (line 385)
+* book class: Document classes. (line 362)
+* center environment: center. (line 996)
+* description environment: description. (line 1033)
+* displaymath environment: displaymath. (line 1056)
+* displaymath environment <1>: Math formulas. (line 2971)
+* document environment: document. (line 1076)
* 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)
+ (line 390)
+* enumerate environment: enumerate. (line 1082)
+* eqnarray environment: eqnarray. (line 1120)
+* equation environment: equation. (line 1155)
+* equation environment <1>: Math formulas. (line 2971)
* executivepaper option: Document class options.
- (line 384)
-* figure: figure. (line 1157)
+ (line 385)
+* figure: figure. (line 1168)
+* filecontents: filecontents. (line 1279)
* final option: Document class options.
- (line 389)
+ (line 390)
* 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)
+ (line 390)
+* flushleft environment: flushleft. (line 1322)
+* flushright environment: flushright. (line 1348)
+* indexspace: Indexes. (line 4875)
+* itemize environment: itemize. (line 1374)
* landscape option: Document class options.
- (line 389)
-* latex command: Overview. (line 292)
+ (line 390)
+* latex command: Overview. (line 293)
* <latexrefman-discuss@gna.org> email address: About this document.
- (line 252)
+ (line 253)
* legalpaper option: Document class options.
- (line 384)
+ (line 385)
* leqno option: Document class options.
- (line 389)
-* letter: letter. (line 1422)
-* letter class: Document classes. (line 361)
+ (line 390)
+* letter: letter. (line 1476)
+* letter class: Document classes. (line 362)
* 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)
+ (line 385)
+* list: list. (line 1481)
+* lR box: picture. (line 1606)
+* lrbox: lrbox. (line 4198)
+* lualatex command: Overview. (line 307)
+* math environment: math. (line 1506)
+* math environment <1>: Math formulas. (line 2971)
+* minipage environment: minipage. (line 1518)
* notitlepage option: Document class options.
- (line 389)
+ (line 390)
* onecolumn option: Document class options.
- (line 409)
+ (line 410)
* oneside option: Document class options.
- (line 409)
+ (line 410)
* openany option: Document class options.
- (line 409)
+ (line 410)
* openbib option: Document class options.
- (line 389)
+ (line 390)
* 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)
+ (line 410)
+* pdflatex command: Overview. (line 301)
+* picture: picture. (line 1546)
+* printindex: Indexes. (line 4871)
+* quotation: quotation. (line 1804)
+* quote: quote. (line 1819)
+* report class: Document classes. (line 362)
+* secnumdepth counter: Sectioning. (line 859)
+* slides class: Document classes. (line 362)
+* tabbing environment: tabbing. (line 1834)
+* table: table. (line 1925)
+* tabular environment: tabular. (line 1952)
+* textcomp package: Text symbols. (line 4360)
+* thebibliography: thebibliography. (line 2113)
+* theorem environment: theorem. (line 2214)
+* titlepage environment: titlepage. (line 2227)
* titlepage option: Document class options.
- (line 389)
+ (line 390)
* twocolumn option: Document class options.
- (line 409)
+ (line 410)
* twoside option: Document class options.
- (line 409)
-* verbatim environment: verbatim. (line 2190)
-* verse environment: verse. (line 2224)
-* xelatex command: Overview. (line 309)
+ (line 410)
+* verbatim environment: verbatim. (line 2244)
+* verse environment: verse. (line 2278)
+* xelatex command: Overview. (line 310)