summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-19 22:08:29 +0000
committerKarl Berry <karl@freefriends.org>2014-05-19 22:08:29 +0000
commitc870315edd8c0e1b151cfb7410c1c4d673939e95 (patch)
treee2e6915e4ea4ae2147b95cf3916220f44271dbe8 /Master/texmf-dist/doc/latex/latex2e-help-texinfo
parent1e9d9d93d4fa10d84ee6688752db38d190b33c88 (diff)
latex2e-help-texinfo (19may14)
git-svn-id: svn://tug.org/texlive/trunk@34128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex2e-help-texinfo')
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog47
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile15
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/NEWS10
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.dbk492
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html699
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdfbin675691 -> 677196 bytes
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.texi141
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt2889
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.xml2356
9 files changed, 3541 insertions, 3108 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog
index 7250c507a9b..c373fc57bfe 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/ChangeLog
@@ -1,3 +1,50 @@
+2014-05-19 Karl Berry <karl@gnu.org>
+
+ * May 2014 release for TeX Live 2014.
+
+2014-02-28 Karl Berry <karl@gnu.org>
+
+ * latex2e.texi (filecontents): tweak language.
+ (Font styles): mention my disagreement with the oft-stated
+ notion that \tt, et al., are "obsolete".
+
+2014-02-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
+
+ * latex2e.texi (filecontents): Clarify that LaTeX2e default
+ filecontents environment DOES NOT overwrite existing files, you
+ need filecontents package for that.
+
+ * latex2e-es.texi (filecontents): Align on the English version.
+
+2014-02-26 Vincent Belaïche <vincentb1@users.sourceforge.net>
+
+ * latex2e-es.texi: Align Spanish translation with changes made by
+ Karl on 2014-02-23, and also some changes done before that.
+
+2014-02-25 Vincent Belaïche <vincent.belaiche@gmail.com>
+
+ * latex2e.texi: Correct typo, rm duplicate 2014 in copyright notice.
+
+2014-02-23 Karl Berry <karl@gnu.org>
+
+ * latex2e.texi (@title): put the "unofficial" label here,
+ not just the subtitle.
+ (Typefaces): Rename to "Fonts", since the chapter is about both,
+ and the latter is far more commonly used. Also fix truncated
+ sentence about italic correction.
+
+2014-02-02 Vincent Belaiche <vincent.belaiche@gmail.com>
+
+ * latex2e-es.texi (\includeonly, \input): correct @code for
+ @section titles, plus \@fnsymbol not \fnsymbol.
+ http://gna.org/bugs/?21582
+
+2014-01-31 Karl Berry <karl@gnu.org>
+
+ * latex2e-es.texi (filecontents): new node from
+ Vincent Belaiche. http://gna.org/bugs/?21569
+ * latex2e.texi: likewise, plus edits.
+
2013-05-13 Karl Berry <karl@gnu.org>
* latex2e.texi (Font styles): mention \oldstylenums.
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
index bc781e222dd..8e9050be5ad 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
@@ -46,11 +46,14 @@ mostlyclean clean:
realclean distclean: clean
rm -f $(all)
+dist = latex2e-help-texinfo.zip
dist: all
@rm -f spanish; ln -s . spanish
- tar cvzf latex2e-help-texinfo.tgz \
- ChangeLog Makefile NEWS README ltx-help.el \
- latex2e.texi $(en_makeinfo_output) latex2e.pdf \
- $(addprefix spanish/, latex2e-es.texi $(es_makeinfo_output) latex2e-es.pdf)
- @rm -f spanish
- @ls -l latex2e-help-texinfo.tgz
+ @mkdir latex2e-help-texinfo; cd latex2e-help-texinfo; ln -s ../* .
+ zip -q $(dist) \
+$(addprefix latex2e-help-texinfo/, ChangeLog Makefile NEWS README ltx-help.el \
+ latex2e.texi $(en_makeinfo_output) latex2e.pdf) \
+$(addprefix latex2e-help-texinfo/spanish/, \
+ latex2e-es.texi $(es_makeinfo_output) latex2e-es.pdf)
+ @rm -rf latex2e-help-texinfo
+ @ls -l $(dist); unzip -t $(dist)
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/NEWS b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/NEWS
index c501f23260c..d2dc89fc459 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/NEWS
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/NEWS
@@ -1,7 +1,15 @@
NEWS for latex2e.texi, aka the latex2e-help-texinfo package.
Public domain. Originally written 1995, Torsten Martinsen.
-Spanish translation from Nacho Pacheco.
+Spanish translation originally from Nacho Pacheco.
+
+----------------------------------------------------------------
+Changes in May 2014 release:
+
+Usual bug fixes, template updates.
+Add filecontents description, fnsymbol info, non-obsolescence of \tt et al.,
+mostly due to Vincent Belaiche.
+Updates to Spanish translation, also from Vincent.
----------------------------------------------------------------
Changes in May 2013 release:
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.dbk b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.dbk
index 94aba2c18a0..10eb5b9ea47 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.dbk
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.dbk
@@ -4,18 +4,18 @@
<!ENTITY latex "LaTeX">
]>
<book id="latex2e.dbk" lang="en">
-<title>&latex;2e reference manual (May 2013)</title>
+<title>&latex;2e reference manual (May 2014)</title>
<!-- %**end of header (This is for running Texinfo on a region.) -->
<!-- latex 2.09 commands should all be present now, -->
<!-- xx but latex2e stuff is missing. -->
<!-- -->
-<!-- xx mention \topnumber, \bottomnumber, \totalnumber -->
<!-- xx mention \nocorr, \textit and ic -->
<!-- xx give actual smallskip/etc. defaults -->
<!-- -->
<!-- xx merge http://ctan.org/tex-archive/info/latex-info/ (alt-latex-info) -->
<!-- xx merge permuted-index -->
+<!-- xx merge latex-manual from savannah -->
<!-- -->
<!-- xx The typeset source2e has an index with all kernel -->
<!-- xx commands, though some are internal and shouldn't be included. -->
@@ -25,7 +25,7 @@
<!-- xx packages - required, additional, useful; oberdiek; fonts -->
<bookinfo><legalnotice><para>This document is an unofficial reference manual for &latex;, a
-document preparation system, version of May 2013.
+document preparation system, version of May 2014.
</para>
<para>This manual was originally translated from <filename>LATEX.HLP</filename> v1.0a in
the VMS Help Library. The pre-translation version was written by
@@ -33,17 +33,18 @@ George&#160;D. Greenwade of Sam Houston State University. The
&latex;&#160;2.09 version was written by Stephen Gilmore. The
&latex;2e version was adapted from this by Torsten Martinsen. Karl
Berry made further updates and additions, and gratefully acknowledges
-using <citetitle>Hypertext Help with &latex;</citetitle>, by Sheldon Green, and the
+using <citetitle>Hypertext Help with &latex;</citetitle>, by Sheldon Green, and
<citetitle>&latex; Command Summary</citetitle> (for &latex; 2.09) by L.&#160;Botway
and C.&#160;Biemesderfer (published by the &tex; Users Group as
<citetitle>&tex;niques</citetitle> number 10), as reference material (no text was
directly copied).
</para>
-<para>Copyright &#169; 2007, 2008, 2009, 2010, 2011, 2012, 2013 Karl Berry.
+<para>Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014 Karl Berry.
-Copyright &#169; 1988, 1994, 2007 Stephen Gilmore.
+Copyright 1988, 1994, 2007 Stephen Gilmore.
-Copyright &#169; 1994, 1995, 1996 Torsten Martinsen.
+Copyright 1994, 1995, 1996 Torsten Martinsen.
</para>
<para>Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -61,7 +62,7 @@ into another language, under the above conditions for modified versions.
<para>This document is an unofficial reference manual for &latex;, a
-document preparation system, version of May 2013.
+document preparation system, version of May 2014.
</para>
<para>This manual was originally translated from <filename>LATEX.HLP</filename> v1.0a in
the VMS Help Library. The pre-translation version was written by
@@ -69,17 +70,18 @@ George&#160;D. Greenwade of Sam Houston State University. The
&latex;&#160;2.09 version was written by Stephen Gilmore. The
&latex;2e version was adapted from this by Torsten Martinsen. Karl
Berry made further updates and additions, and gratefully acknowledges
-using <citetitle>Hypertext Help with &latex;</citetitle>, by Sheldon Green, and the
+using <citetitle>Hypertext Help with &latex;</citetitle>, by Sheldon Green, and
<citetitle>&latex; Command Summary</citetitle> (for &latex; 2.09) by L.&#160;Botway
and C.&#160;Biemesderfer (published by the &tex; Users Group as
<citetitle>&tex;niques</citetitle> number 10), as reference material (no text was
directly copied).
</para>
-<para>Copyright &#169; 2007, 2008, 2009, 2010, 2011, 2012, 2013 Karl Berry.
+<para>Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014 Karl Berry.
-Copyright &#169; 1988, 1994, 2007 Stephen Gilmore.
+Copyright 1988, 1994, 2007 Stephen Gilmore.
-Copyright &#169; 1994, 1995, 1996 Torsten Martinsen.
+Copyright 1994, 1995, 1996 Torsten Martinsen.
</para>
<para>Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -100,7 +102,7 @@ into another language, under the above conditions for modified versions.
<title>&latex;2e</title>
<para>This document is an unofficial reference manual for &latex;, a
-document preparation system, version as of May 2013. It is
+document preparation system, version as of May 2014. It is
intended to cover &latex;2e, which has been the standard version of
&latex; for many years.
</para>
@@ -122,7 +124,7 @@ available from their web site.
</para>
<indexterm role="cp"><primary>bug reporting</primary></indexterm>
<indexterm role="cp"><primary>reporting bugs</primary></indexterm>
-<indexterm role="fn"><primary><email>latexrefman-discuss@gna.org</email> <lineannotation>email address</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary><email>latexrefman-discuss@gna.org</email> email address</primary></indexterm>
<para>The present document is completely unofficial and has not been
reviewed by the &latex; maintainers. Do not send bug reports or
anything else about this document to them. Instead, please send all
@@ -169,8 +171,8 @@ least three files as output:
<orderedlist numeration="arabic"><listitem><para>The main output file, which is one of:
</para>
<variablelist><varlistentry><term><literal>.dvi</literal>
-</term><listitem><indexterm role="fn"><primary>.dvi <lineannotation>file</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>latex <lineannotation>command</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>.dvi file</primary></indexterm>
+<indexterm role="fn"><primary>latex command</primary></indexterm>
<para>If invoked as <command>latex</command>, a &#8220;Device Independent&#8221; (<filename>.dvi</filename>)
file is produced. This contains commands that can be translated into
commands for virtually any output device. You can view such
@@ -179,21 +181,21 @@ commands for virtually any output device. You can view such
PostScript), or <command>dvipdfmx</command> (convert to PDF).
</para>
</listitem></varlistentry><varlistentry><term><literal>.pdf</literal>
-</term><listitem><indexterm role="fn"><primary>.pdf <lineannotation>file</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>.pdf file</primary></indexterm>
<indexterm role="cp"><primary>pdf&tex;</primary></indexterm>
-<indexterm role="fn"><primary>pdflatex <lineannotation>command</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>pdflatex command</primary></indexterm>
<para>If invoked as <command>pdflatex</command>, a &#8220;Portable Document Format&#8221;
(<filename>.pdf</filename>) file. Typically, this is a self-contained file, with
all fonts and images embedded. This can be very useful, but it does
make the output much larger than the <filename>.dvi</filename> produced from the
same document.
</para>
-<indexterm role="fn"><primary>lualatex <lineannotation>command</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>lualatex command</primary></indexterm>
<indexterm role="cp"><primary>Lua&tex;</primary></indexterm>
<para>If invoked as <command>lualatex</command>, a <filename>.pdf</filename> file is created using
the Lua&tex; engine (<ulink url="http://luatex.org">http://luatex.org</ulink>).
</para>
-<indexterm role="fn"><primary>xelatex <lineannotation>command</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>xelatex command</primary></indexterm>
<indexterm role="cp"><primary>Xe&tex;</primary></indexterm>
<para>If invoked as <command>xelatex</command>, a <filename>.pdf</filename> file is created using
the Xe&tex; engine (<ulink url="http://tug.org/xetex">http://tug.org/xetex</ulink>).
@@ -204,22 +206,22 @@ can produce HTML, XML, and other things.
</para>
</listitem><listitem><indexterm role="cp"><primary>transcript file</primary></indexterm>
<indexterm role="cp"><primary>log file</primary></indexterm>
-<indexterm role="fn"><primary>.log <lineannotation>file</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>.log file</primary></indexterm>
<para>The &#8220;transcript&#8221; or <filename>.log</filename> file that contains summary
information and diagnostic messages for any errors discovered in the
input file.
</para>
</listitem><listitem><indexterm role="cp"><primary>auxiliary file</primary></indexterm>
-<indexterm role="fn"><primary>.aux <lineannotation>file</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>.aux file</primary></indexterm>
<para>An &#8220;auxiliary&#8221; or <filename>.aux</filename> file. This is used by &latex; itself,
for things such as cross-references.
</para></listitem></orderedlist>
<para>An open-ended list of other files might be created. We won&#8217;t try to
list them all. Xxx components?
</para>
-<indexterm role="fn"><primary>\ <lineannotation>character starting commands</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>[...] <lineannotation>for optional arguments</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>{...} <lineannotation>for required arguments</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\ character starting commands</primary></indexterm>
+<indexterm role="fn"><primary>[...] for optional arguments</primary></indexterm>
+<indexterm role="fn"><primary>{...} for required arguments</primary></indexterm>
<para>In the &latex; input file, a command name starts with a <literal>\</literal>,
followed by either (a)&#160;a string of letters or (b)&#160;a single
non-letter. Arguments contained in square brackets, <literal>[]</literal>, are
@@ -270,11 +272,11 @@ and the <literal>\begin{document}</literal> commands (this area is called the
<para>The <literal>\documentclass</literal> command must be the first command in a
&latex; source file.
</para>
-<indexterm role="fn"><primary>article <lineannotation>class</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>report <lineannotation>class</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>book <lineannotation>class</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>letter <lineannotation>class</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>slides <lineannotation>class</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>article class</primary></indexterm>
+<indexterm role="fn"><primary>report class</primary></indexterm>
+<indexterm role="fn"><primary>book class</primary></indexterm>
+<indexterm role="fn"><primary>letter class</primary></indexterm>
+<indexterm role="fn"><primary>slides class</primary></indexterm>
<para>Built-in &latex; document <replaceable>class</replaceable> names are (many other document
classes are available as add-ons; see <link linkend="Overview">Overview</link>):
</para>
@@ -303,33 +305,33 @@ them with a comma:
</screen>
<para>Here is the list of the standard class options.
</para>
-<indexterm role="fn"><primary>10pt <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>11pt <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>12pt <lineannotation>option</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>10pt option</primary></indexterm>
+<indexterm role="fn"><primary>11pt option</primary></indexterm>
+<indexterm role="fn"><primary>12pt option</primary></indexterm>
<para>All of the standard classes except <literal>slides</literal> accept the following
options for selecting the typeface size (default is <literal>10pt</literal>):
</para>
<screen>10pt 11pt 12pt
</screen>
-<indexterm role="fn"><primary>a4paper <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>a5paper <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>b5paper <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>executivepaper <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>legalpaper <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>letterpaper <lineannotation>option</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>a4paper option</primary></indexterm>
+<indexterm role="fn"><primary>a5paper option</primary></indexterm>
+<indexterm role="fn"><primary>b5paper option</primary></indexterm>
+<indexterm role="fn"><primary>executivepaper option</primary></indexterm>
+<indexterm role="fn"><primary>legalpaper option</primary></indexterm>
+<indexterm role="fn"><primary>letterpaper option</primary></indexterm>
<para>All of the standard classes accept these options for selecting the paper
size (default is <literal>letterpaper</literal>):
</para>
<screen>a4paper a5paper b5paper executivepaper legalpaper letterpaper
</screen>
-<indexterm role="fn"><primary>draft <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>final <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>fleqn <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>landscape <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>leqno <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>openbib <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>titlepage <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>notitlepage <lineannotation>option</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>draft option</primary></indexterm>
+<indexterm role="fn"><primary>final option</primary></indexterm>
+<indexterm role="fn"><primary>fleqn option</primary></indexterm>
+<indexterm role="fn"><primary>landscape option</primary></indexterm>
+<indexterm role="fn"><primary>leqno option</primary></indexterm>
+<indexterm role="fn"><primary>openbib option</primary></indexterm>
+<indexterm role="fn"><primary>titlepage option</primary></indexterm>
+<indexterm role="fn"><primary>notitlepage option</primary></indexterm>
<para>Miscellaneous other options:
</para>
<variablelist><varlistentry><term><literal>draft, final</literal>
@@ -348,12 +350,12 @@ size (default is <literal>letterpaper</literal>):
</para></listitem></varlistentry></variablelist>
<para>These options are not available with the slides class:
</para>
-<indexterm role="fn"><primary>onecolumn <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>twocolumn <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>oneside <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>twoside <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>openright <lineannotation>option</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>openany <lineannotation>option</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>onecolumn option</primary></indexterm>
+<indexterm role="fn"><primary>twocolumn option</primary></indexterm>
+<indexterm role="fn"><primary>oneside option</primary></indexterm>
+<indexterm role="fn"><primary>twoside option</primary></indexterm>
+<indexterm role="fn"><primary>openright option</primary></indexterm>
+<indexterm role="fn"><primary>openany option</primary></indexterm>
<variablelist><varlistentry><term><literal>onecolumn</literal>
</term><term><literal>twocolumn</literal>
</term><listitem><para>Typeset in one or two columns; default is <literal>onecolumn</literal>.
@@ -401,8 +403,9 @@ by the selected document class are passed on to the packages loaded with
</sect1>
</chapter>
-<chapter label="5" id="Typefaces">
-<title>Typefaces</title>
+<chapter label="5" id="Fonts">
+<title>Fonts</title>
+<anchor id="Typefaces"/><!-- old name -->
<indexterm role="cp"><primary>typefaces</primary></indexterm>
<indexterm role="cp"><primary>fonts</primary></indexterm>
@@ -421,21 +424,22 @@ and a style. The &latex; commands for doing this are described here.
<para>The following type style commands are supported by &latex;.
</para>
-<para>This first group of commands is typically used like
-<literal>\textit{italic text}</literal>. The corresponding command in
-parenthesis is the &#8220;declaration form&#8221;, which takes no arguments. The
-scope of the declaration form lasts until the next type style command
-or the end of the current group.
+<para>This first group of commands is typically used with an argument, as in
+<literal>\textit{italic text}</literal>. In the table below, the corresponding
+command in parenthesis is the &#8220;declaration form&#8221;, which takes no
+arguments. The scope of the declaration form lasts until the next type
+style command or the end of the current group.
</para>
-<para>The declaration forms are cumulative; i.e., you can say either
-<literal>\sffamily\bfseries</literal> or <literal>\bfseries\sffamily</literal> to get bold
-sans serif.
+<para>These commands, in both the argument form and the declaration form,
+are cumulative; e.g.,, you can say either <literal>\sffamily\bfseries</literal> or
+<literal>\bfseries\sffamily</literal> to get bold sans serif.
</para>
<para>You can alternatively use an environment form of the declarations; for
instance, <literal>\begin{ttfamily}...\end{ttfamily}</literal>.
</para>
-<para>These commands automatically supply an italic correction if the
-</para><variablelist><varlistentry><term><literal>\textrm (\rmfamily)</literal>
+<para>These commands automatically supply an italic correction if needed.
+</para>
+<variablelist><varlistentry><term><literal>\textrm (\rmfamily)</literal>
</term><listitem><indexterm role="fn"><primary>\textrm</primary></indexterm>
<indexterm role="fn"><primary>\rmfamily</primary></indexterm>
<para>Roman.
@@ -520,6 +524,8 @@ instance, <literal>\begin{ttfamily}...\end{ttfamily}</literal>.
</para>
</listitem></varlistentry></variablelist>
<indexterm role="fn"><primary>\mathversion</primary></indexterm>
+<indexterm role="cp"><primary>math, bold</primary></indexterm>
+<indexterm role="cp"><primary>bold math</primary></indexterm>
<para>In addition, the command <literal>\mathversion{bold}</literal> can be used for
switching to bold letters and symbols in
formulas. <literal>\mathversion{normal}</literal> restores the default.
@@ -539,11 +545,11 @@ numerals also; sometimes the <literal>textcomp</literal> package must be loaded,
and sometimes package options are provided to make them the default.
FAQ entry: <ulink url="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf</ulink>.
</para>
-<para>&latex; also provides these commands, which unconditionally switch to
-the given style, that is, are <emphasis>not</emphasis> cumulative. They are used
-differently than the above commands, too: <literal>{\<replaceable>cmd</replaceable> ...}</literal>
-instead of <literal>\<replaceable>cmd</replaceable>{...}</literal>. These are two very different
-things.
+<para>&latex; also provides the following commands, which unconditionally
+switch to the given style, that is, are <emphasis>not</emphasis> cumulative. Also,
+they are used differently than the above commands: <literal>{\<replaceable>cmd</replaceable>
+...}</literal> instead of <literal>\<replaceable>cmd</replaceable>{...}</literal>. These are two very
+different things.
</para>
<variablelist><varlistentry><term><indexterm role="fn"><primary>\bf</primary></indexterm><literal>\bf</literal>
</term><listitem><indexterm role="cp"><primary>bold font</primary></indexterm>
@@ -586,6 +592,14 @@ things.
<para>Typewriter (monospace, fixed-width).
</para>
</listitem></varlistentry></variablelist>
+<para>Some people consider the unconditional font-switching commands, such
+as <literal>\tt</literal>, obsolete and <emphasis>only</emphasis> the cumulative commands
+(<literal>\texttt</literal>) 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,
+see <link linkend="description"><literal>description</literal></link>. Both sets of commands have
+their place.
+</para>
</sect1>
<sect1 label="5.2" id="Font-sizes">
@@ -956,7 +970,7 @@ command is something like
\appendix
\chapter{The First Appendix}
</screen>
-<indexterm role="fn"><primary>secnumdepth <lineannotation>counter</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>secnumdepth counter</primary></indexterm>
<indexterm role="cp"><primary>section numbers, printing</primary></indexterm>
<para>The <literal>secnumdepth</literal> counter controls printing of section numbers.
The setting
@@ -1068,7 +1082,7 @@ Each environment begins and ends in the same manner:
<sect1 label="9.1" id="abstract">
<title><literal>abstract</literal></title>
-<indexterm role="fn"><primary>abstract <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>abstract environment</primary></indexterm>
<indexterm role="cp"><primary>abstracts</primary></indexterm>
<para>Synopsis:
@@ -1082,7 +1096,7 @@ Each environment begins and ends in the same manner:
</sect1>
<sect1 label="9.2" id="array">
<title><literal>array</literal></title>
-<indexterm role="fn"><primary>array <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>array environment</primary></indexterm>
<indexterm role="cp"><primary>arrays, math</primary></indexterm>
<para>Synopsis:
@@ -1137,7 +1151,7 @@ namely <literal>\arrayrulewidth</literal> and <literal>\arraystretch</literal>.
<sect1 label="9.3" id="center">
<title><literal>center</literal></title>
-<indexterm role="fn"><primary>center <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>center environment</primary></indexterm>
<indexterm role="cp"><primary>centering text, environment for</primary></indexterm>
<para>Synopsis:
@@ -1187,7 +1201,7 @@ second line \\
<sect1 label="9.4" id="description">
<title><literal>description</literal></title>
-<indexterm role="fn"><primary>description <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>description environment</primary></indexterm>
<indexterm role="cp"><primary>labelled lists, creating</primary></indexterm>
<indexterm role="cp"><primary>description lists, creating</primary></indexterm>
@@ -1220,7 +1234,7 @@ plain typewriter}]</literal>.
<sect1 label="9.5" id="displaymath">
<title><literal>displaymath</literal></title>
-<indexterm role="fn"><primary>displaymath <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>displaymath environment</primary></indexterm>
<para>Synopsis:
</para>
@@ -1245,7 +1259,7 @@ equation number, use the <literal>equation</literal> environment (see <link link
<sect1 label="9.6" id="document">
<title><literal>document</literal></title>
-<indexterm role="fn"><primary>document <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>document environment</primary></indexterm>
<para>The <literal>document</literal> environment encloses the body of a document.
It is required in every &latex; document. See <link linkend="Starting-_0026-ending">Starting &amp; ending</link>.
@@ -1255,7 +1269,7 @@ It is required in every &latex; document. See <link linkend="Starting-_0026-end
<sect1 label="9.7" id="enumerate">
<title><literal>enumerate</literal></title>
-<indexterm role="fn"><primary>enumerate <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>enumerate environment</primary></indexterm>
<indexterm role="cp"><primary>lists of items, numbered</primary></indexterm>
<para>Synopsis:
@@ -1302,7 +1316,7 @@ use <literal>\renewcommand</literal> to change the labels (see <link linkend="_0
\renewcommand</link>). For instance, to have the first level use uppercase
letters:
</para>
-<indexterm role="fn"><primary>\Alph <lineannotation>example</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\Alph example</primary></indexterm>
<screen>\renewcommand{\labelenumi}{\Alph{enumi}}
</screen>
@@ -1311,12 +1325,12 @@ letters:
<sect1 label="9.8" id="eqnarray">
<title><literal>eqnarray</literal></title>
-<indexterm role="fn"><primary>eqnarray <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>eqnarray environment</primary></indexterm>
<indexterm role="cp"><primary>equations, aligning</primary></indexterm>
<indexterm role="cp"><primary>aligning equations</primary></indexterm>
-<indexterm role="cp"><primary>align <lineannotation>environment, from <literal>amsmath</literal></lineannotation></primary></indexterm>
-<indexterm role="cp"><primary>amsmath <lineannotation>package, replacing <literal>eqnarray</literal></lineannotation></primary></indexterm>
+<indexterm role="cp"><primary>align environment, from <literal>amsmath</literal></primary></indexterm>
+<indexterm role="cp"><primary>amsmath package, replacing <literal>eqnarray</literal></primary></indexterm>
<indexterm role="cp"><primary>Madsen, Lars</primary></indexterm>
<para>First, a caveat: the <literal>eqnarray</literal> environment has some infelicities
which cannot be overcome; the article &#8220;Avoid eqnarray!&#8221; by Lars
@@ -1327,7 +1341,7 @@ others) from the <literal>amsmath</literal> package.
</para>
<para>Nevertheless, here is a description of <literal>eqnarray</literal>:
</para>
-<screen>\begin{eqnarray} <lineannotation>(or <literal>eqnarray*</literal>)</lineannotation>
+<screen>\begin{eqnarray} (or <literal>eqnarray*</literal>)
<replaceable>formula1</replaceable> \\
<replaceable>formula2</replaceable> \\
...
@@ -1361,7 +1375,7 @@ zero width.
<sect1 label="9.9" id="equation">
<title><literal>equation</literal></title>
-<indexterm role="fn"><primary>equation <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>equation environment</primary></indexterm>
<indexterm role="cp"><primary>equations, environment for</primary></indexterm>
<indexterm role="cp"><primary>formulas, environment for</primary></indexterm>
@@ -1502,9 +1516,60 @@ default 2.
</para>
</sect1>
-<sect1 label="9.11" id="flushleft">
+<sect1 label="9.11" id="filecontents">
+<title><literal>filecontents</literal>: Create external files</title>
+<indexterm role="fn"><primary>filecontents</primary></indexterm>
+<indexterm role="cp"><primary>external files, creating</primary></indexterm>
+<indexterm role="cp"><primary>writing external files</primary></indexterm>
+
+<para>Synopsis:
+</para>
+<screen>\begin{filecontents}{<replaceable>filename</replaceable>}
+<replaceable>contents-of-file</replaceable>
+\end{filecontents}
+...
+\documentclass{<replaceable>my-document-class</replaceable>}
+</screen>
+<indexterm role="cp"><primary>initial command</primary></indexterm>
+<indexterm role="fn"><primary>\documentclass, commands before</primary></indexterm>
+<para>The <literal>filecontents</literal> environment is an <firstterm>initial command</firstterm>,
+meaning that it can be used only before the <literal>\documentclass</literal>
+command, as in the synopsis above.
+</para>
+<para>&latex; will create a file named <replaceable>filename</replaceable> with the content
+<replaceable>contents-of-file</replaceable> preceded by a header comment indicating how and
+when the file was generated. If the file already exists then nothing will
+happen.
+</para>
+<para>You can also use the <literal>filecontents</literal> package, which has the
+following advantages:
+</para>
+<itemizedlist><listitem><para>If the file already exists, then it will be overwritten.
+</para>
+</listitem><listitem><para>You can use the <literal>filecontents</literal> environment at any point after the
+declaration <literal>\usepackage{filecontents}</literal>, not just before
+<literal>\documentclass</literal>.
+</para>
+</listitem><listitem><para>The <literal>filecontents</literal> package also provides a <literal>filecontents*</literal>
+environment which is used in the same way as the <literal>filecontents</literal>
+environment except that it won&#8217;t insert any leading comment, so it is
+better suited to create files which aren&#8217;t in &latex; format.
+</para>
+</listitem></itemizedlist>
+<para>The <literal>filecontents</literal> environment only creates the file, and is
+unrelated to using the created file. So you need to use, for
+instance, <literal>\input</literal> or <literal>\usepackage</literal> or <literal>\bibliography</literal>
+or whatever is applicable, to use the created file.
+</para>
+<para>This environment is also useful to make a self-contained document, for
+example, for a bug report, or to keep a <filename>.bib</filename> file with the main
+document.
+</para>
+
+</sect1>
+<sect1 label="9.12" id="flushleft">
<title><literal>flushleft</literal></title>
-<indexterm role="fn"><primary>flushleft <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>flushleft environment</primary></indexterm>
<indexterm role="cp"><primary>left-justifying text, environment for</primary></indexterm>
<indexterm role="cp"><primary>ragged right text, environment for</primary></indexterm>
@@ -1514,14 +1579,14 @@ default 2.
...
\end{flushleft}
</screen>
-<indexterm role="fn"><primary>\\ <lineannotation>for <literal>flushleft</literal></lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\\ for <literal>flushleft</literal></primary></indexterm>
<para>The <literal>flushleft</literal> environment allows you to create a paragraph
consisting of lines that are flush to the left-hand margin and ragged
right Each line must be terminated with the string <literal>\\</literal>.
</para>
-<sect2 label="9.11.1" id="_005craggedright">
+<sect2 label="9.12.1" id="_005craggedright">
<title><literal>\raggedright</literal></title>
<indexterm role="fn"><primary>\raggedright</primary></indexterm>
<indexterm role="cp"><primary>ragged right text</primary></indexterm>
@@ -1541,9 +1606,9 @@ command that ends the paragraph unit.
</sect2>
</sect1>
-<sect1 label="9.12" id="flushright">
+<sect1 label="9.13" id="flushright">
<title><literal>flushright</literal></title>
-<indexterm role="fn"><primary>flushright <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>flushright environment</primary></indexterm>
<indexterm role="cp"><primary>ragged left text, environment for</primary></indexterm>
<indexterm role="cp"><primary>right-justifying text, environment for</primary></indexterm>
@@ -1560,7 +1625,7 @@ left. Each line must be terminated with the string <literal>\\</literal>.
</para>
-<sect2 label="9.12.1" id="_005craggedleft">
+<sect2 label="9.13.1" id="_005craggedleft">
<title><literal>\raggedleft</literal></title>
<indexterm role="fn"><primary>\raggedleft</primary></indexterm>
<indexterm role="cp"><primary>ragged left text</primary></indexterm>
@@ -1580,9 +1645,9 @@ command that ends the paragraph unit.
</sect2>
</sect1>
-<sect1 label="9.13" id="itemize">
+<sect1 label="9.14" id="itemize">
<title><literal>itemize</literal></title>
-<indexterm role="fn"><primary>itemize <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>itemize environment</primary></indexterm>
<indexterm role="fn"><primary>\item</primary></indexterm>
<indexterm role="cp"><primary>lists of items</primary></indexterm>
<indexterm role="cp"><primary>unordered lists</primary></indexterm>
@@ -1690,7 +1755,7 @@ documents, <literal>3pt plus1pt minus1pt</literal> for <literal>11pt</literal>,
plus2pt minus2pt</literal> for <literal>12pt</literal>.
</para>
</listitem></varlistentry></variablelist>
-<indexterm role="fn"><primary>\parskip <lineannotation>example</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\parskip example</primary></indexterm>
<para>Especially for lists with short items, it may be desirable to elide
space between items. Here is an example defining an <literal>itemize*</literal>
environment with no extra spacing between items, or between paragraphs
@@ -1706,7 +1771,7 @@ see <link linkend="_005cparskip">\parskip</link>):
</screen>
</sect1>
-<sect1 label="9.14" id="letter">
+<sect1 label="9.15" id="letter">
<title><literal>letter</literal> environment: writing letters</title>
<indexterm role="fn"><primary>letter</primary></indexterm>
@@ -1714,7 +1779,7 @@ see <link linkend="_005cparskip">\parskip</link>):
</para>
</sect1>
-<sect1 label="9.15" id="list">
+<sect1 label="9.16" id="list">
<title><literal>list</literal></title>
<indexterm role="fn"><primary>list</primary></indexterm>
<indexterm role="cp"><primary>lists of items, generic</primary></indexterm>
@@ -1743,10 +1808,10 @@ empty, i.e., <literal>{}</literal>, which leaves the default spacing.
</para>
</sect1>
-<sect1 label="9.16" id="math">
+<sect1 label="9.17" id="math">
<title><literal>math</literal></title>
-<indexterm role="fn"><primary>math <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>math environment</primary></indexterm>
<indexterm role="cp"><primary>in-line formulas</primary></indexterm>
<para>Synopsis:
@@ -1761,10 +1826,10 @@ See <link linkend="Math-formulas">Math formulas</link>.
</para>
</sect1>
-<sect1 label="9.17" id="minipage">
+<sect1 label="9.18" id="minipage">
<title><literal>minipage</literal></title>
-<indexterm role="fn"><primary>minipage <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>minipage environment</primary></indexterm>
<indexterm role="cp"><primary>minipage, creating a</primary></indexterm>
<screen>\begin{minipage}[<replaceable>position</replaceable>][<replaceable>height</replaceable>][<replaceable>inner-pos</replaceable>]{<replaceable>width</replaceable>}
@@ -1800,7 +1865,7 @@ footnotes; they may wind up at the bottom of the wrong minipage.
</para>
</sect1>
-<sect1 label="9.18" id="picture">
+<sect1 label="9.19" id="picture">
<title><literal>picture</literal></title>
<indexterm role="fn"><primary>picture</primary></indexterm>
@@ -1881,7 +1946,7 @@ be the lower left corner of the box.
</para>
-<sect2 label="9.18.1" id="_005ccircle">
+<sect2 label="9.19.1" id="_005ccircle">
<title><literal>\circle</literal></title>
<indexterm role="fn"><primary>\circle</primary></indexterm>
@@ -1895,7 +1960,7 @@ draws a solid circle.
</para>
</sect2>
-<sect2 label="9.18.2" id="_005cmakebox-_0028picture_0029">
+<sect2 label="9.19.2" id="_005cmakebox-_0028picture_0029">
<title><literal>\makebox</literal></title>
<indexterm role="fn"><primary>\makebox (picture)</primary></indexterm>
@@ -1925,7 +1990,7 @@ your text appears in. You may select up to two of the following:
</para>
</sect2>
-<sect2 label="9.18.3" id="_005cframebox-_0028picture_0029">
+<sect2 label="9.19.3" id="_005cframebox-_0028picture_0029">
<title><literal>\framebox</literal></title>
<indexterm role="fn"><primary>\framebox</primary></indexterm>
@@ -1945,7 +2010,7 @@ and the contents of the box.
</para>
</sect2>
-<sect2 label="9.18.4" id="_005cdashbox">
+<sect2 label="9.19.4" id="_005cdashbox">
<title><literal>\dashbox</literal></title>
<indexterm role="fn"><primary>\dashbox</primary></indexterm>
@@ -1964,7 +2029,7 @@ multiples of the <literal>dlen</literal>.
</para>
</sect2>
-<sect2 label="9.18.5" id="_005cframe">
+<sect2 label="9.19.5" id="_005cframe">
<title><literal>\frame</literal></title>
<indexterm role="fn"><primary>\frame</primary></indexterm>
@@ -1978,7 +2043,7 @@ space is put between the frame and the object.
</para>
</sect2>
-<sect2 label="9.18.6" id="_005cline">
+<sect2 label="9.19.6" id="_005cline">
<title><literal>\line</literal></title>
<indexterm role="fn"><primary>\line</primary></indexterm>
@@ -1996,7 +2061,7 @@ see the <literal>curve2e</literal> and many many other packages on CTAN.
</para>
</sect2>
-<sect2 label="9.18.7" id="_005clinethickness">
+<sect2 label="9.19.7" id="_005clinethickness">
<title><literal>\linethickness</literal></title>
<indexterm role="fn"><primary>\linethickness</primary></indexterm>
@@ -2009,7 +2074,7 @@ circles, or the quarter circles drawn by <literal>\oval</literal>.
</para>
</sect2>
-<sect2 label="9.18.8" id="_005cthicklines">
+<sect2 label="9.19.8" id="_005cthicklines">
<title><literal>\thicklines</literal></title>
<indexterm role="fn"><primary>\thicklines</primary></indexterm>
@@ -2019,7 +2084,7 @@ cf.&#160;<link linkend="_005clinethickness">\linethickness</link> and <link link
</para>
</sect2>
-<sect2 label="9.18.9" id="_005cthinlines">
+<sect2 label="9.19.9" id="_005cthinlines">
<title><literal>\thinlines</literal></title>
<indexterm role="fn"><primary>\thinlines</primary></indexterm>
@@ -2029,7 +2094,7 @@ cf.&#160;<link linkend="_005clinethickness">\linethickness</link> and <link link
</para>
</sect2>
-<sect2 label="9.18.10" id="_005cmultiput">
+<sect2 label="9.19.10" id="_005cmultiput">
<title><literal>\multiput</literal></title>
<indexterm role="fn"><primary>\multiput</primary></indexterm>
@@ -2043,7 +2108,7 @@ pattern across a picture. <replaceable>obj</replaceable> is first placed at pos
</para>
</sect2>
-<sect2 label="9.18.11" id="_005coval">
+<sect2 label="9.19.11" id="_005coval">
<title><literal>\oval</literal></title>
<indexterm role="fn"><primary>\oval</primary></indexterm>
@@ -2070,7 +2135,7 @@ boxes with rounded corners.
</para>
</sect2>
-<sect2 label="9.18.12" id="_005cput">
+<sect2 label="9.19.12" id="_005cput">
<title><literal>\put</literal></title>
<indexterm role="fn"><primary>\put</primary></indexterm>
@@ -2082,7 +2147,7 @@ argument at the given coordinates.
</para>
</sect2>
-<sect2 label="9.18.13" id="_005cshortstack">
+<sect2 label="9.19.13" id="_005cshortstack">
<title><literal>\shortstack</literal></title>
<indexterm role="fn"><primary>\shortstack</primary></indexterm>
@@ -2100,12 +2165,12 @@ positions are:
</para></listitem></varlistentry><varlistentry><term><literal>c</literal>
</term><listitem><para>Move the objects to the centre of the stack (default)
</para></listitem></varlistentry></variablelist>
-<indexterm role="fn"><primary>\\ <lineannotation>(for <literal>\shortstack</literal> objects)</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\\ (for <literal>\shortstack</literal> objects)</primary></indexterm>
<para>Objects are separated with <literal>\\</literal>.
</para>
</sect2>
-<sect2 label="9.18.14" id="_005cvector">
+<sect2 label="9.19.14" id="_005cvector">
<title><literal>\vector</literal></title>
<indexterm role="fn"><primary>\vector</primary></indexterm>
@@ -2120,7 +2185,7 @@ length and slope. The <inlineequation><mathphrase>x</mathphrase></inlineequatio
</sect2>
</sect1>
-<sect1 label="9.19" id="quotation">
+<sect1 label="9.20" id="quotation">
<title><literal>quotation</literal></title>
<indexterm role="fn"><primary>quotation</primary></indexterm>
@@ -2143,7 +2208,7 @@ normally.
</para>
</sect1>
-<sect1 label="9.20" id="quote">
+<sect1 label="9.21" id="quote">
<title><literal>quote</literal></title>
<indexterm role="fn"><primary>quote</primary></indexterm>
@@ -2165,10 +2230,10 @@ blank line between text produces a new paragraph.
</para>
</sect1>
-<sect1 label="9.21" id="tabbing">
+<sect1 label="9.22" id="tabbing">
<title><literal>tabbing</literal></title>
-<indexterm role="fn"><primary>tabbing <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>tabbing environment</primary></indexterm>
<indexterm role="cp"><primary>tab stops, using</primary></indexterm>
<indexterm role="cp"><primary>lining text up using tab stops</primary></indexterm>
<indexterm role="cp"><primary>alignment via tabbing</primary></indexterm>
@@ -2191,13 +2256,13 @@ environment.
</para>
<para>The following commands can be used inside a <literal>tabbing</literal> enviroment:
</para>
-<variablelist><varlistentry><term><indexterm role="fn"><primary>\\ <lineannotation>(tabbing)</lineannotation></primary></indexterm><literal>\\ <lineannotation>(tabbing)</lineannotation></literal>
+<variablelist><varlistentry><term><indexterm role="fn"><primary>\\ (tabbing)</primary></indexterm><literal>\\ (tabbing)</literal>
</term><listitem><para>End a line.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\= <lineannotation>(tabbing)</lineannotation></primary></indexterm><literal>\= <lineannotation>(tabbing)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\= (tabbing)</primary></indexterm><literal>\= (tabbing)</literal>
</term><listitem><para>Sets a tab stop at the current position.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\&gt; <lineannotation>(tabbing)</lineannotation></primary></indexterm><literal>\&gt; <lineannotation>(tabbing)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\&gt; (tabbing)</primary></indexterm><literal>\&gt; (tabbing)</literal>
</term><listitem><indexterm role="fn"><primary>\&gt;</primary></indexterm>
<para>Advances to the next tab stop.
</para>
@@ -2215,13 +2280,13 @@ necessary.
following commands one tab stop to the left, beginning tabbed line if
necessary.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\&#8217; <lineannotation>(tabbing)</lineannotation></primary></indexterm><literal>\' <lineannotation>(tabbing)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\&#8217; (tabbing)</primary></indexterm><literal>\' (tabbing)</literal>
</term><listitem><para>Moves everything that you have typed so far in the
current column, i.e. everything from the most recent <literal>\&gt;</literal>,
<literal>\&lt;</literal>, <literal>\'</literal>, <literal>\\</literal>, or <literal>\kill</literal> command, to the right
of the previous column, flush against the current column&#8217;s tab stop.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\&#8216; <lineannotation>(tabbing)</lineannotation></primary></indexterm><literal>\` <lineannotation>(tabbing)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\&#8216; (tabbing)</primary></indexterm><literal>\` (tabbing)</literal>
</term><listitem><para>Allows you to put text flush right against any tab stop, including tab
stop&#160;0. However, it can&#8217;t move text to the right of the last column
because there&#8217;s no tab stop there. The <literal>\`</literal> command moves all the
@@ -2230,10 +2295,10 @@ command that ends the line, to the right margin of the tabbing
environment. There must be no <literal>\&gt;</literal> or <literal>\'</literal> command between
the <literal>\`</literal> and the command that ends the line.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\a <lineannotation>(tabbing)</lineannotation></primary></indexterm><literal>\a <lineannotation>(tabbing)</lineannotation></literal>
-</term><listitem><indexterm role="fn"><primary>\a&#8217; <lineannotation>(acute accent in tabbing)</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>\a&#8216; <lineannotation>(grave accent in tabbing)</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>\a= <lineannotation>(macron accent in tabbing)</lineannotation></primary></indexterm>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\a (tabbing)</primary></indexterm><literal>\a (tabbing)</literal>
+</term><listitem><indexterm role="fn"><primary>\a&#8217; (acute accent in tabbing)</primary></indexterm>
+<indexterm role="fn"><primary>\a&#8216; (grave accent in tabbing)</primary></indexterm>
+<indexterm role="fn"><primary>\a= (macron accent in tabbing)</primary></indexterm>
<para>In a <literal>tabbing</literal> environment, the commands <literal>\=</literal>, <literal>\'</literal> and
<literal>\`</literal> do not produce accents as usual (see <link linkend="Accents">Accents</link>). Instead,
the commands <literal>\a=</literal>, <literal>\a'</literal> and <literal>\a`</literal> are used.
@@ -2270,7 +2335,7 @@ function \= fact(n : integer) : integer;\\
</screen>
</sect1>
-<sect1 label="9.22" id="table">
+<sect1 label="9.23" id="table">
<title><literal>table</literal></title>
<indexterm role="fn"><primary>table</primary></indexterm>
@@ -2303,9 +2368,9 @@ you wish. The <literal>\caption</literal> command allows you to title your tabl
</para>
</sect1>
-<sect1 label="9.23" id="tabular">
+<sect1 label="9.24" id="tabular">
<title><literal>tabular</literal></title>
-<indexterm role="fn"><primary>tabular <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>tabular environment</primary></indexterm>
<indexterm role="cp"><primary>lines in tables</primary></indexterm>
<indexterm role="cp"><primary>lining text up in tables</primary></indexterm>
@@ -2326,7 +2391,7 @@ column 1 entry &amp; column 2 entry ... &amp; column n entry \\
<para>These environments produce a box consisting of a sequence of rows of
items, aligned vertically in columns.
</para>
-<indexterm role="fn"><primary>\\ <lineannotation>for <literal>tabular</literal></lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\\ for <literal>tabular</literal></primary></indexterm>
<para><literal>\\</literal> must be used to specify the end of each row of the table,
except for the last, where it is optional&#8212;unless an <literal>\hline</literal>
command (to put a rule below the table) follows.
@@ -2426,7 +2491,7 @@ environment:
</para>
-<sect2 label="9.23.1" id="_005cmulticolumn">
+<sect2 label="9.24.1" id="_005cmulticolumn">
<title><literal>\multicolumn</literal></title>
<indexterm role="fn"><primary>\multicolumn</primary></indexterm>
@@ -2452,7 +2517,7 @@ for flushleft, <literal>r</literal> for flushright. The third mandatory argumen
</screen>
</sect2>
-<sect2 label="9.23.2" id="_005ccline">
+<sect2 label="9.24.2" id="_005ccline">
<title><literal>\cline</literal></title>
<indexterm role="fn"><primary>\cline</primary></indexterm>
@@ -2466,7 +2531,7 @@ which are specified in the mandatory argument.
</para>
</sect2>
-<sect2 label="9.23.3" id="_005chline">
+<sect2 label="9.24.3" id="_005chline">
<title><literal>\hline</literal></title>
<indexterm role="fn"><primary>\hline</primary></indexterm>
@@ -2477,7 +2542,7 @@ of a table.
</para>
</sect2>
-<sect2 label="9.23.4" id="_005cvline">
+<sect2 label="9.24.4" id="_005cvline">
<title><literal>\vline</literal></title>
<indexterm role="fn"><primary>\vline</primary></indexterm>
@@ -2489,7 +2554,7 @@ move the line to the edge of the column. It can also be used in an
</sect2>
</sect1>
-<sect1 label="9.24" id="thebibliography">
+<sect1 label="9.25" id="thebibliography">
<title><literal>thebibliography</literal></title>
<indexterm role="fn"><primary>thebibliography</primary></indexterm>
@@ -2520,7 +2585,7 @@ less than 10 references, <literal>99</literal> for ones with less than 100, etc.
</para>
-<sect2 label="9.24.1" id="_005cbibitem">
+<sect2 label="9.25.1" id="_005cbibitem">
<title><literal>\bibitem</literal></title>
<indexterm role="fn"><primary>\bibitem</primary></indexterm>
@@ -2543,7 +2608,7 @@ associated label.
</para>
</sect2>
-<sect2 label="9.24.2" id="_005ccite">
+<sect2 label="9.25.2" id="_005ccite">
<title><literal>\cite</literal></title>
<indexterm role="fn"><primary>\cite</primary></indexterm>
@@ -2563,7 +2628,7 @@ citation. For example, <literal>\cite[p.~314]{knuth}</literal> might produce
</para>
</sect2>
-<sect2 label="9.24.3" id="_005cnocite">
+<sect2 label="9.25.3" id="_005cnocite">
<title><literal>\nocite</literal></title>
<indexterm role="fn"><primary>\nocite</primary></indexterm>
@@ -2574,7 +2639,7 @@ which is a list of one or more citation keys, on the <filename>.aux</filename> f
</para>
</sect2>
-<sect2 label="9.24.4" id="Using-BibTeX">
+<sect2 label="9.25.4" id="Using-BibTeX">
<title>Using Bib&tex;</title>
<indexterm role="cp"><primary>using Bib&tex;</primary></indexterm>
@@ -2621,10 +2686,10 @@ Bib&tex; format. Only the entries referred to via <literal>\cite</literal> and
</sect2>
</sect1>
-<sect1 label="9.25" id="theorem">
+<sect1 label="9.26" id="theorem">
<title><literal>theorem</literal></title>
-<indexterm role="fn"><primary>theorem <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>theorem environment</primary></indexterm>
<indexterm role="cp"><primary>theorems, typesetting</primary></indexterm>
<para>Synopsis:
@@ -2640,10 +2705,10 @@ possibilities for <replaceable>n</replaceable> are described under <literal>\new
</para>
</sect1>
-<sect1 label="9.26" id="titlepage">
+<sect1 label="9.27" id="titlepage">
<title><literal>titlepage</literal></title>
-<indexterm role="fn"><primary>titlepage <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>titlepage environment</primary></indexterm>
<indexterm role="cp"><primary>making a title page</primary></indexterm>
<indexterm role="cp"><primary>title pages, creating</primary></indexterm>
@@ -2664,10 +2729,10 @@ produce a standard title page without a <literal>titlepage</literal> environment
</para>
</sect1>
-<sect1 label="9.27" id="verbatim">
+<sect1 label="9.28" id="verbatim">
<title><literal>verbatim</literal></title>
-<indexterm role="fn"><primary>verbatim <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>verbatim environment</primary></indexterm>
<indexterm role="cp"><primary>verbatim text</primary></indexterm>
<indexterm role="cp"><primary>simulating typed text</primary></indexterm>
<indexterm role="cp"><primary>typed text, simulating</primary></indexterm>
@@ -2689,7 +2754,7 @@ effect that they would on a typewriter.
<para>The <literal>verbatim</literal> uses a monospaced typewriter-like font (<literal>\tt</literal>).
</para>
-<sect2 label="9.27.1" id="_005cverb">
+<sect2 label="9.28.1" id="_005cverb">
<title><literal>\verb</literal></title>
<indexterm role="fn"><primary>\verb</primary></indexterm>
@@ -2713,10 +2778,10 @@ verbatim text. The delimiter must not appear in <replaceable>literal-text</repl
</sect2>
</sect1>
-<sect1 label="9.28" id="verse">
+<sect1 label="9.29" id="verse">
<title><literal>verse</literal></title>
-<indexterm role="fn"><primary>verse <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>verse environment</primary></indexterm>
<indexterm role="cp"><primary>poetry, an environment for</primary></indexterm>
<para>Synopsis:
@@ -2730,7 +2795,7 @@ verbatim text. The delimiter must not appear in <replaceable>literal-text</repl
<para>The <literal>verse</literal> environment is designed for poetry, though you may find
other uses for it.
</para>
-<indexterm role="fn"><primary>\\ <lineannotation>for <literal>verse</literal></lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\\ for <literal>verse</literal></primary></indexterm>
<para>The margins are indented on the left and the right, paragraphs are not
indented, and the text is not justified. Separate the lines of each
stanza with <literal>\\</literal>, and use one or more blank lines to separate the
@@ -2757,7 +2822,7 @@ some environments, you do the line breaking yourself with the
<sect1 label="10.1" id="_005c_005c">
<title><literal>\\</literal>[*][<replaceable>morespace</replaceable>]</title>
-<indexterm role="fn"><primary>\\ <lineannotation>force line break</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\\ force line break</primary></indexterm>
<indexterm role="cp"><primary>new line, starting</primary></indexterm>
<indexterm role="cp"><primary>line break, forcing</primary></indexterm>
@@ -2799,7 +2864,7 @@ mode.
</sect1>
<sect1 label="10.4" id="_005c_002d-_0028hyphenation_0029">
<title><literal>\-</literal> (discretionary hyphen)</title>
-<indexterm role="fn"><primary>\- <lineannotation>(hyphenation)</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\- (hyphenation)</primary></indexterm>
<indexterm role="cp"><primary>hyphenation, forcing</primary></indexterm>
<para>The <literal>\-</literal> command tells &latex; that it may hyphenate the word at
@@ -3047,7 +3112,7 @@ numbers, redefine <literal>\thefootnote</literal> like this:
</para>
<screen>\renewcommand{\thefootnote}{\fnsymbol{footnote}}
</screen>
-<indexterm role="fn"><primary>\fnsymbol<lineannotation>, and footnotes</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\fnsymbol, and footnotes</primary></indexterm>
<indexterm role="fn"><primary>\@fnsymbol</primary></indexterm>
<para>The <literal>\fnsymbol</literal> command produces a predefined series of symbols
(see <link linkend="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol">\alph \Alph \arabic \roman \Roman \fnsymbol</link>). If you want to
@@ -3362,8 +3427,8 @@ symbols (conventionally used for labeling footnotes). The value of
<replaceable>counter</replaceable> must be between&#160;1 and&#160;9, inclusive.
</para>
<para>The symbols mostly aren&#8217;t supported in Info, but here are the names:
-</para><literallayout>asterix(*) dagger ddagger section-sign paragraph-sign parallel
-double-asterix(**) double-dagger double-ddagger
+</para><literallayout>asterisk(*) dagger ddagger section-sign paragraph-sign parallel
+double-asterisk(**) double-dagger double-ddagger
</literallayout>
</listitem></varlistentry></variablelist>
@@ -3671,9 +3736,9 @@ notes from falling off the bottom of the page.
<indexterm role="cp"><primary>formulas, math</primary></indexterm>
<indexterm role="cp"><primary>math mode, entering</primary></indexterm>
-<indexterm role="fn"><primary>math <lineannotation>environment</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>displaymath <lineannotation>environment</lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>equation <lineannotation>environment</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>math environment</primary></indexterm>
+<indexterm role="fn"><primary>displaymath environment</primary></indexterm>
+<indexterm role="fn"><primary>equation environment</primary></indexterm>
<para>There are three environments that put &latex; in math mode:
</para>
<variablelist><varlistentry><term><literal>math</literal>
@@ -3693,14 +3758,14 @@ but the <literal>displaymath</literal> and <literal>equation</literal> environme
only in paragraph mode. The <literal>math</literal> and <literal>displaymath</literal>
environments are used so often that they have the following short forms:
</para>
-<screen>\(...\) <lineannotation>instead of</lineannotation> \begin{math}...\end{math}
-\[...\] <lineannotation>instead of</lineannotation> \begin{displaymath}...\end{displaymath}
+<screen>\(...\) instead of \begin{math}...\end{math}
+\[...\] instead of \begin{displaymath}...\end{displaymath}
</screen>
<indexterm role="fn"><primary>$</primary></indexterm>
<para>In fact, the <literal>math</literal> environment is so common that it has an even
shorter form:
</para>
-<screen>$ ... $ <lineannotation>instead of</lineannotation> \(...\)
+<screen>$ ... $ instead of \(...\)
</screen>
<indexterm role="fn"><primary>\boldmath</primary></indexterm>
<indexterm role="fn"><primary>\unboldmath</primary></indexterm>
@@ -4727,8 +4792,8 @@ is obtained from the following declarations:
</para>
<variablelist><varlistentry><term><indexterm role="fn"><primary>\author{<replaceable>name</replaceable> \and <replaceable>name2</replaceable>}</primary></indexterm><literal>\author{<replaceable>name</replaceable> \and <replaceable>name2</replaceable>}</literal>
</term><listitem><indexterm role="cp"><primary>author, for titlepage</primary></indexterm>
-<indexterm role="fn"><primary>\\ <lineannotation>for <literal>\author</literal></lineannotation></primary></indexterm>
-<indexterm role="fn"><primary>\and <lineannotation>for <literal>\author</literal></lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\\ for <literal>\author</literal></primary></indexterm>
+<indexterm role="fn"><primary>\and for <literal>\author</literal></primary></indexterm>
<para>The <literal>\author</literal> command declares the document author(s), where the
argument is a list of authors separated by <literal>\and</literal> commands. Use
<literal>\\</literal> to separate lines within a single author&#8217;s entry&#8212;for
@@ -4748,7 +4813,7 @@ usually used for credit acknowledgements.
</para>
</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\title{<replaceable>text</replaceable>}</primary></indexterm><literal>\title{<replaceable>text</replaceable>}</literal>
</term><listitem><indexterm role="cp"><primary>title, for titlepage</primary></indexterm>
-<indexterm role="fn"><primary>\\ <lineannotation>for <literal>\title</literal></lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\\ for <literal>\title</literal></primary></indexterm>
<para>The <literal>\title</literal> command declares <replaceable>text</replaceable> to be the title of the
document. Use <literal>\\</literal> to force a line break, as usual.
</para>
@@ -4768,13 +4833,17 @@ document. Use <literal>\\</literal> to force a line break, as usual.
</para>
<variablelist><varlistentry><term><literal>arabic</literal>
</term><listitem><para>arabic numerals
-</para></listitem></varlistentry><varlistentry><term><literal>roman</literal>
+</para>
+</listitem></varlistentry><varlistentry><term><literal>roman</literal>
</term><listitem><para>lowercase Roman numerals
-</para></listitem></varlistentry><varlistentry><term><literal>Roman</literal>
+</para>
+</listitem></varlistentry><varlistentry><term><literal>Roman</literal>
</term><listitem><para>uppercase Roman numerals
-</para></listitem></varlistentry><varlistentry><term><literal>alph</literal>
+</para>
+</listitem></varlistentry><varlistentry><term><literal>alph</literal>
</term><listitem><para>lowercase letters
-</para></listitem></varlistentry><varlistentry><term><literal>Alph</literal>
+</para>
+</listitem></varlistentry><varlistentry><term><literal>Alph</literal>
</term><listitem><para>uppercase letters
</para></listitem></varlistentry></variablelist>
@@ -4813,7 +4882,7 @@ goes in the headers.
<variablelist><varlistentry><term><indexterm role="fn"><primary>\markboth{<replaceable>left</replaceable>}{<replaceable>right</replaceable>}</primary></indexterm><literal>\markboth{<replaceable>left</replaceable>}{<replaceable>right</replaceable>}</literal>
</term><listitem><para>Sets both the left and the right heading. A &#8220;left-hand heading&#8221;
(<replaceable>left</replaceable>) is generated by the last <literal>\markboth</literal> command before
-the end of the page, while a &#8220;right-hand heading&#8221; (<replaceable>right</replaceable> is
+the end of the page, while a &#8220;right-hand heading&#8221; (<replaceable>right</replaceable>) is
generated by the first <literal>\markboth</literal> or <literal>\markright</literal> that
comes on the page if there is one, otherwise by the last one before
the page.
@@ -5242,7 +5311,7 @@ included in the normal output, it is saved in the box labeled
</para>
<screen>\usebox{<replaceable>\boxcmd</replaceable>}
</screen>
-<para><literal>\usebox</literal> producesthe box most recently saved in the bin
+<para><literal>\usebox</literal> produces the box most recently saved in the bin
<replaceable>\boxcmd</replaceable> by a <literal>\savebox</literal> command (see <link linkend="_005csavebox">\savebox</link>).
</para>
@@ -5309,7 +5378,7 @@ with <literal>&quot;</literal>, so the previous example could also be written as
<title>Text symbols</title>
<indexterm role="cp"><primary>text symbols</primary></indexterm>
-<indexterm role="fn"><primary>textcomp <lineannotation>package</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>textcomp package</primary></indexterm>
<para>&latex; provides commands to generate a number of non-letter symbols
in running text. Some of these, especially the more obscure ones, are
not available in OT1; you may need to load the <literal>textcomp</literal> package.
@@ -5333,10 +5402,10 @@ not available in OT1; you may need to load the <literal>textcomp</literal> packa
<indexterm role="cp"><primary>logo, &latex;</primary></indexterm>
<para>The &latex; logo.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\guillemotleft <lineannotation>(&#171;)</lineannotation></primary></indexterm><literal>\guillemotleft <lineannotation>(&#171;)</lineannotation></literal>
-</term><term><indexterm role="fn"><primary>\guillemotright <lineannotation>(&#187;)</lineannotation></primary></indexterm><literal>\guillemotright <lineannotation>(&#187;)</lineannotation></literal>
-</term><term><indexterm role="fn"><primary>\guilsinglleft <lineannotation>(&#8249;)</lineannotation></primary></indexterm><literal>\guilsinglleft <lineannotation>(&#8249;)</lineannotation></literal>
-</term><term><indexterm role="fn"><primary>\guilsinglright <lineannotation>(&#8250;)</lineannotation></primary></indexterm><literal>\guilsinglright <lineannotation>(&#8250;)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\guillemotleft (&#171;)</primary></indexterm><literal>\guillemotleft (&#171;)</literal>
+</term><term><indexterm role="fn"><primary>\guillemotright (&#187;)</primary></indexterm><literal>\guillemotright (&#187;)</literal>
+</term><term><indexterm role="fn"><primary>\guilsinglleft (&#8249;)</primary></indexterm><literal>\guilsinglleft (&#8249;)</literal>
+</term><term><indexterm role="fn"><primary>\guilsinglright (&#8250;)</primary></indexterm><literal>\guilsinglright (&#8250;)</literal>
</term><listitem><indexterm role="cp"><primary>double guillemets</primary></indexterm>
<indexterm role="cp"><primary>single guillemets</primary></indexterm>
<indexterm role="cp"><primary>left angle quotation marks</primary></indexterm>
@@ -5372,8 +5441,8 @@ and <literal>\dots</literal> also work in math mode.
<indexterm role="cp"><primary>sterling symbol</primary></indexterm>
<para>English pounds sterling: &#163;.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\quotedblbase <lineannotation>(&#8222;)</lineannotation></primary></indexterm><literal>\quotedblbase <lineannotation>(&#8222;)</lineannotation></literal>
-</term><term><indexterm role="fn"><primary>\quotesinglbase <lineannotation>(&#8218;)</lineannotation></primary></indexterm><literal>\quotesinglbase <lineannotation>(&#8218;)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\quotedblbase (&#8222;)</primary></indexterm><literal>\quotedblbase (&#8222;)</literal>
+</term><term><indexterm role="fn"><primary>\quotesinglbase (&#8218;)</primary></indexterm><literal>\quotesinglbase (&#8218;)</literal>
</term><listitem><indexterm role="cp"><primary>double low-9 quotation mark</primary></indexterm>
<indexterm role="cp"><primary>single low-9 quotation mark</primary></indexterm>
<indexterm role="cp"><primary>low-9 quotation marks, single and double</primary></indexterm>
@@ -5466,16 +5535,16 @@ has the ascender height.
<indexterm role="cp"><primary>double dagger, in text</primary></indexterm>
<para>Double dagger: <inlineequation><mathphrase>\ddag</mathphrase></inlineequation>.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textdollar <lineannotation>(or <literal>$</literal>)</lineannotation></primary></indexterm><literal>\textdollar <lineannotation>(or <literal>$</literal>)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textdollar (or <literal>$</literal>)</primary></indexterm><literal>\textdollar (or <literal>$</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>dollar sign</primary></indexterm>
<indexterm role="cp"><primary>currency, dollar</primary></indexterm>
<para>Dollar sign: $.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textemdash <lineannotation>(or <literal>---</literal>)</lineannotation></primary></indexterm><literal>\textemdash <lineannotation>(or <literal>---</literal>)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textemdash (or <literal>---</literal>)</primary></indexterm><literal>\textemdash (or <literal>---</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>em-dash</primary></indexterm>
<para>Em-dash: &#8212; (for punctuation).
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textendash <lineannotation>(or <literal>--</literal>)</lineannotation></primary></indexterm><literal>\textendash <lineannotation>(or <literal>--</literal>)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textendash (or <literal>--</literal>)</primary></indexterm><literal>\textendash (or <literal>--</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>e-dash</primary></indexterm>
<para>En-dash: &#8212; (for ranges).
</para>
@@ -5484,7 +5553,7 @@ has the ascender height.
<indexterm role="cp"><primary>currency, euro</primary></indexterm>
<para>The Euro symbol: &#8364;.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textexclamdown <lineannotation>(or <literal>!`</literal>)</lineannotation></primary></indexterm><literal>\textexclamdown <lineannotation>(or <literal>!`</literal>)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textexclamdown (or <literal>!`</literal>)</primary></indexterm><literal>\textexclamdown (or <literal>!`</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>exclamation point, upside-down</primary></indexterm>
<para>Upside down exclamation point: &#161;.
</para>
@@ -5514,26 +5583,26 @@ has the ascender height.
<indexterm role="cp"><primary>centered period, in text</primary></indexterm>
<para>Centered period: <inlineequation><mathphrase>\cdot</mathphrase></inlineequation>.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquestiondown <lineannotation>(or <literal>?`</literal>)</lineannotation></primary></indexterm><literal>\textquestiondown <lineannotation>(or <literal>?`</literal>)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquestiondown (or <literal>?`</literal>)</primary></indexterm><literal>\textquestiondown (or <literal>?`</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>questionation point, upside-down</primary></indexterm>
<para>Upside down questionation point: &#191;.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquotedblleft <lineannotation>(or <literal>``</literal>)</lineannotation></primary></indexterm><literal>\textquotedblleft <lineannotation>(or <literal>``</literal>)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquotedblleft (or <literal>``</literal>)</primary></indexterm><literal>\textquotedblleft (or <literal>``</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>left quote, double</primary></indexterm>
<indexterm role="cp"><primary>double left quote</primary></indexterm>
<para>Double left quote: &#8220;.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquotedblright <lineannotation>(or <literal>'</literal>)</lineannotation></primary></indexterm><literal>\textquotedblright <lineannotation>(or <literal>'</literal>)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquotedblright (or <literal>'</literal>)</primary></indexterm><literal>\textquotedblright (or <literal>'</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>right quote, double</primary></indexterm>
<indexterm role="cp"><primary>double right quote</primary></indexterm>
<para>Double right quote: &#8221;.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquoteleft <lineannotation>(or <literal>`</literal>)</lineannotation></primary></indexterm><literal>\textquoteleft <lineannotation>(or <literal>`</literal>)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquoteleft (or <literal>`</literal>)</primary></indexterm><literal>\textquoteleft (or <literal>`</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>left quote, single</primary></indexterm>
<indexterm role="cp"><primary>single left quote</primary></indexterm>
<para>Single left quote: &#8216;.
</para>
-</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquoteright <lineannotation>(or <literal>'</literal>)</lineannotation></primary></indexterm><literal>\textquoteright <lineannotation>(or <literal>'</literal>)</lineannotation></literal>
+</listitem></varlistentry><varlistentry><term><indexterm role="fn"><primary>\textquoteright (or <literal>'</literal>)</primary></indexterm><literal>\textquoteright (or <literal>'</literal>)</literal>
</term><listitem><indexterm role="cp"><primary>right quote, single</primary></indexterm>
<indexterm role="cp"><primary>single right quote</primary></indexterm>
<para>Single right quote: &#8217;.
@@ -5597,7 +5666,7 @@ capital letters. These are not available with OT1.
</para>
<variablelist><varlistentry><term><literal>\&quot;</literal>
</term><term><literal>\capitaldieresis</literal>
-</term><listitem><indexterm role="fn"><primary>\&quot; <lineannotation>(umlaut accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\&quot; (umlaut accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitaldieresis</primary></indexterm>
<indexterm role="cp"><primary>umlaut accent</primary></indexterm>
<indexterm role="cp"><primary>dieresis accent</primary></indexterm>
@@ -5605,7 +5674,7 @@ capital letters. These are not available with OT1.
</para>
</listitem></varlistentry><varlistentry><term><literal>\'</literal>
</term><term><literal>\capitalacute</literal>
-</term><listitem><indexterm role="fn"><primary>\&#8217; <lineannotation>(acute accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\&#8217; (acute accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitalacute</primary></indexterm>
<indexterm role="cp"><primary>acute accent</primary></indexterm>
<para>Produces an acute accent, as in &#243;. In the <literal>tabbing</literal>
@@ -5613,14 +5682,14 @@ environment, pushes current column to the right of the previous column
(see <link linkend="tabbing">tabbing</link>).
</para>
</listitem></varlistentry><varlistentry><term><literal>\.</literal>
-</term><listitem><indexterm role="fn"><primary>\. <lineannotation>(dot-over accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\. (dot-over accent)</primary></indexterm>
<indexterm role="cp"><primary>dot accent</primary></indexterm>
<indexterm role="cp"><primary>dot-over accent</primary></indexterm>
<para>Produces a dot accent over the following, as in &#559;.
</para>
</listitem></varlistentry><varlistentry><term><literal>\=</literal>
</term><term><literal>\capitalmacron</literal>
-</term><listitem><indexterm role="fn"><primary>\= <lineannotation>(macron accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\= (macron accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitalmacron</primary></indexterm>
<indexterm role="cp"><primary>macron accent</primary></indexterm>
<indexterm role="cp"><primary>overbar accent</primary></indexterm>
@@ -5629,7 +5698,7 @@ environment, pushes current column to the right of the previous column
</para>
</listitem></varlistentry><varlistentry><term><literal>\^</literal>
</term><term><literal>\capitalcircumflex</literal>
-</term><listitem><indexterm role="fn"><primary>\^ <lineannotation>(circumflex accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\^ (circumflex accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitalcircumflex</primary></indexterm>
<indexterm role="cp"><primary>circumflex accent</primary></indexterm>
<indexterm role="cp"><primary>hat accent</primary></indexterm>
@@ -5637,7 +5706,7 @@ environment, pushes current column to the right of the previous column
</para>
</listitem></varlistentry><varlistentry><term><literal>\`</literal>
</term><term><literal>\capitalgrave</literal>
-</term><listitem><indexterm role="fn"><primary>\&#8216; <lineannotation>(grave accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\&#8216; (grave accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitalgrave</primary></indexterm>
<indexterm role="cp"><primary>grave accent</primary></indexterm>
<para>Produces a grave accent over the following, as in &#242;. In the
@@ -5646,50 +5715,50 @@ environment, pushes current column to the right of the previous column
</para>
</listitem></varlistentry><varlistentry><term><literal>\~</literal>
</term><term><literal>\capitaltilde</literal>
-</term><listitem><indexterm role="fn"><primary>\~ <lineannotation>(tilde accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\~ (tilde accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitaltilde</primary></indexterm>
<indexterm role="cp"><primary>tilde accent</primary></indexterm>
<para>Produces a tilde accent over the following, as in &#241;.
</para>
</listitem></varlistentry><varlistentry><term><literal>\b</literal>
-</term><listitem><indexterm role="fn"><primary>\b <lineannotation>(bar-under accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\b (bar-under accent)</primary></indexterm>
<indexterm role="cp"><primary>bar-under accent</primary></indexterm>
<para>Produces a bar accent under the following, as in o_.
</para>
</listitem></varlistentry><varlistentry><term><literal>\c</literal>
</term><term><literal>\capitalcedilla</literal>
-</term><listitem><indexterm role="fn"><primary>\c <lineannotation>(cedilla accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\c (cedilla accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitalcedilla</primary></indexterm>
<indexterm role="cp"><primary>cedilla accent</primary></indexterm>
<para>Produces a cedilla accent under the following, as in &#231;.
</para>
</listitem></varlistentry><varlistentry><term><literal>\d</literal>
</term><term><literal>\capitaldotaccent</literal>
-</term><listitem><indexterm role="fn"><primary>\d <lineannotation>(dot-under accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\d (dot-under accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitaldotaccent</primary></indexterm>
<indexterm role="cp"><primary>dot-under accent</primary></indexterm>
<para>Produces a dot accent under the following, as in &#7885;.
</para>
</listitem></varlistentry><varlistentry><term><literal>\H</literal>
</term><term><literal>\capitalhungarumlaut</literal>
-</term><listitem><indexterm role="fn"><primary>\H <lineannotation>(Hungarian umlaut accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\H (Hungarian umlaut accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitalhungarumlaut</primary></indexterm>
<indexterm role="cp"><primary>hungarian umlaut accent</primary></indexterm>
<para>Produces a long Hungarian umlaut accent over the following, as in &#337;.
</para>
</listitem></varlistentry><varlistentry><term><literal>\i</literal>
-</term><listitem><indexterm role="fn"><primary>\i <lineannotation>(dotless i)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\i (dotless i)</primary></indexterm>
<indexterm role="cp"><primary>dotless i</primary></indexterm>
<para>Produces a dotless i, as in &#8216;i&#8217;.
</para>
</listitem></varlistentry><varlistentry><term><literal>\j</literal>
-</term><listitem><indexterm role="fn"><primary>\j <lineannotation>(dotless j)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\j (dotless j)</primary></indexterm>
<indexterm role="cp"><primary>dotless j</primary></indexterm>
<para>Produces a dotless j, as in &#8216;j&#8217;.
</para>
</listitem></varlistentry><varlistentry><term><literal>\k</literal>
</term><term><literal>\capitalogonek</literal>
-</term><listitem><indexterm role="fn"><primary>\k <lineannotation>(ogonek)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\k (ogonek)</primary></indexterm>
<indexterm role="fn"><primary>\capitalogonek</primary></indexterm>
<indexterm role="cp"><primary>ogonek</primary></indexterm>
<para>Produces a letter with ogonek, as in &#8216;&#491;&#8217;. Not available in
@@ -5697,7 +5766,7 @@ the OT1 encoding.
</para>
</listitem></varlistentry><varlistentry><term><literal>\r</literal>
</term><term><literal>\capitalring</literal>
-</term><listitem><indexterm role="fn"><primary>\r <lineannotation>(ring accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\r (ring accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitalring</primary></indexterm>
<indexterm role="cp"><primary>ring accent</primary></indexterm>
<para>Produces a ring accent, as in &#8216;o*&#8217;.
@@ -5706,7 +5775,7 @@ the OT1 encoding.
</term><term><literal>\capitaltie</literal>
</term><term><literal>\newtie</literal>
</term><term><literal>\capitalnewtie</literal>
-</term><listitem><indexterm role="fn"><primary>\t <lineannotation>(tie-after accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\t (tie-after accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitaltie</primary></indexterm>
<indexterm role="fn"><primary>\newtie</primary></indexterm>
<indexterm role="fn"><primary>\capitalnewtie</primary></indexterm>
@@ -5716,7 +5785,7 @@ the OT1 encoding.
</para>
</listitem></varlistentry><varlistentry><term><literal>\u</literal>
</term><term><literal>\capitalbreve</literal>
-</term><listitem><indexterm role="fn"><primary>\u <lineannotation>(breve accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\u (breve accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitalbreve</primary></indexterm>
<indexterm role="cp"><primary>breve accent</primary></indexterm>
<para>Produces a breve accent, as in &#8216;&#335;&#8217;.
@@ -5731,7 +5800,7 @@ descenders. See also <literal>\underline</literal> in <link linkend="Math-misce
</para>
</listitem></varlistentry><varlistentry><term><literal>\v</literal>
</term><term><literal>\capitalcaron</literal>
-</term><listitem><indexterm role="fn"><primary>\v <lineannotation>(breve accent)</lineannotation></primary></indexterm>
+</term><listitem><indexterm role="fn"><primary>\v (breve accent)</primary></indexterm>
<indexterm role="fn"><primary>\capitalcaron</primary></indexterm>
<indexterm role="cp"><primary>hacek accent</primary></indexterm>
<indexterm role="cp"><primary>check accent</primary></indexterm>
@@ -5884,6 +5953,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;.
</para>
+<para>See <link linkend="filecontents">filecontents</link>, for an environment that allows bundling an
+external file to be created with the main document.
+</para>
<sect1 label="23.1" id="_005cinclude">
@@ -5944,7 +6016,6 @@ file at that point.
or &#8216;<literal>foo.bar.tex</literal>&#8217;). If that is not found, the original <replaceable>file</replaceable>
is tried (&#8216;<literal>foo</literal>&#8217; or &#8216;<literal>foo.bar</literal>&#8217;).
</para>
-
</sect1>
</chapter>
<chapter label="24" id="Front_002fback-matter">
@@ -5958,7 +6029,7 @@ is tried (&#8216;<literal>foo</literal>&#8217; or &#8216;<literal>foo.bar</liter
<indexterm role="cp"><primary>table of contents, creating</primary></indexterm>
<indexterm role="fn"><primary>\tableofcontents</primary></indexterm>
-<indexterm role="fn"><primary>.toc <lineannotation>file</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>.toc file</primary></indexterm>
<para>A table of contents is produced with the <literal>\tableofcontents</literal>
command. You put the command right where you want the table of
contents to go; &latex; does the rest for you. A previous run must
@@ -6152,7 +6223,7 @@ the letter follows. It is typed as ordinary &latex; input. Commands that
make no sense in a letter, like <literal>\chapter</literal>, do not work. The letter
closes with a <literal>\closing</literal> command.
</para>
-<indexterm role="fn"><primary>\\ <lineannotation>for letters</lineannotation></primary></indexterm>
+<indexterm role="fn"><primary>\\ for letters</primary></indexterm>
<para>After the <literal>closing</literal>, you can have additional material. The
<literal>\cc</literal> command produces the usual &#8220;cc: &#8230;&#8221;. There&#8217;s also a
similar <literal>\encl</literal> command for a list of enclosures. With both these
@@ -6473,8 +6544,7 @@ The end.
\usepackage{graphicx}
\usepackage{ifpdf}
\ifpdf
-\usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,
- urlcolor=black]{hyperref}
+\usepackage[breaklinks,hidelinks]{hyperref}
\else
\usepackage{url}
\fi
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html
index fa6f6fbbdd7..60b77bf9423 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This document is an unofficial reference manual for LaTeX, a
-document preparation system, version of May 2013.
+document preparation system, version of May 2014.
This manual was originally translated from LATEX.HLP v1.0a in
the VMS Help Library. The pre-translation version was written by
@@ -9,17 +9,18 @@ George D. Greenwade of Sam Houston State University. The
LaTeX 2.09 version was written by Stephen Gilmore. The
LaTeX2e version was adapted from this by Torsten Martinsen. Karl
Berry made further updates and additions, and gratefully acknowledges
-using Hypertext Help with LaTeX, by Sheldon Green, and the
+using Hypertext Help with LaTeX, by Sheldon Green, and
LaTeX Command Summary (for LaTeX 2.09) by L. Botway
and C. Biemesderfer (published by the TeX Users Group as
TeXniques number 10), as reference material (no text was
directly copied).
-Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Karl Berry.
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014 Karl Berry.
-Copyright (C) 1988, 1994, 2007 Stephen Gilmore.
+Copyright 1988, 1994, 2007 Stephen Gilmore.
-Copyright (C) 1994, 1995, 1996 Torsten Martinsen.
+Copyright 1994, 1995, 1996 Torsten Martinsen.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -33,12 +34,12 @@ notice identical to this one.
Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions. -->
-<!-- Created by Texinfo 5.1+dev, http://www.gnu.org/software/texinfo/ -->
+<!-- Created by Texinfo 5.2dev+dev, http://www.gnu.org/software/texinfo/ -->
<head>
-<title>LaTeX2e reference manual (May 2013)</title>
+<title>LaTeX2e reference manual (May 2014)</title>
-<meta name="description" content="LaTeX2e reference manual (May 2013)">
-<meta name="keywords" content="LaTeX2e reference manual (May 2013)">
+<meta name="description" content="LaTeX2e reference manual (May 2014)">
+<meta name="keywords" content="LaTeX2e reference manual (May 2014)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
@@ -80,7 +81,7 @@ ul.no-bullet {list-style: none}
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
-<h1 class="settitle" align="center">LaTeX2e reference manual (May 2013)</h1>
+<h1 class="settitle" align="center">LaTeX2e reference manual (May 2014)</h1>
@@ -96,7 +97,7 @@ ul.no-bullet {list-style: none}
<li><a name="stoc-Overview-of-LaTeX" href="#toc-Overview-of-LaTeX">2 Overview of LaTeX</a></li>
<li><a name="stoc-Starting-_0026-ending-1" href="#toc-Starting-_0026-ending-1">3 Starting &amp; ending</a></li>
<li><a name="stoc-Document-classes-1" href="#toc-Document-classes-1">4 Document classes</a></li>
-<li><a name="stoc-Typefaces-1" href="#toc-Typefaces-1">5 Typefaces</a></li>
+<li><a name="stoc-Fonts-1" href="#toc-Fonts-1">5 Fonts</a></li>
<li><a name="stoc-Layout-1" href="#toc-Layout-1">6 Layout</a></li>
<li><a name="stoc-Sectioning-1" href="#toc-Sectioning-1">7 Sectioning</a></li>
<li><a name="stoc-Cross-references-1" href="#toc-Cross-references-1">8 Cross references</a></li>
@@ -138,7 +139,7 @@ ul.no-bullet {list-style: none}
<ul class="no-bullet">
<li><a name="toc-Document-class-options-1" href="#Document-class-options">4.1 Document class options</a></li>
</ul></li>
- <li><a name="toc-Typefaces-1" href="#Typefaces">5 Typefaces</a>
+ <li><a name="toc-Fonts-1" href="#Fonts">5 Fonts</a>
<ul class="no-bullet">
<li><a name="toc-Font-styles-1" href="#Font-styles">5.1 Font styles</a></li>
<li><a name="toc-Font-sizes-1" href="#Font-sizes">5.2 Font sizes</a></li>
@@ -174,61 +175,62 @@ ul.no-bullet {list-style: none}
<li><a name="toc-eqnarray-1" href="#eqnarray">9.8 <code>eqnarray</code></a></li>
<li><a name="toc-equation-1" href="#equation">9.9 <code>equation</code></a></li>
<li><a name="toc-figure-1" href="#figure">9.10 <code>figure</code></a></li>
- <li><a name="toc-flushleft-1" href="#flushleft">9.11 <code>flushleft</code></a>
+ <li><a name="toc-filecontents_003a-Create-external-files" href="#filecontents">9.11 <code>filecontents</code>: Create external files</a></li>
+ <li><a name="toc-flushleft-1" href="#flushleft">9.12 <code>flushleft</code></a>
<ul class="no-bullet">
- <li><a name="toc-_005craggedright-1" href="#g_t_005craggedright">9.11.1 <code>\raggedright</code></a></li>
+ <li><a name="toc-_005craggedright-1" href="#g_t_005craggedright">9.12.1 <code>\raggedright</code></a></li>
</ul></li>
- <li><a name="toc-flushright-1" href="#flushright">9.12 <code>flushright</code></a>
+ <li><a name="toc-flushright-1" href="#flushright">9.13 <code>flushright</code></a>
<ul class="no-bullet">
- <li><a name="toc-_005craggedleft-1" href="#g_t_005craggedleft">9.12.1 <code>\raggedleft</code></a></li>
+ <li><a name="toc-_005craggedleft-1" href="#g_t_005craggedleft">9.13.1 <code>\raggedleft</code></a></li>
</ul></li>
- <li><a name="toc-itemize-1" href="#itemize">9.13 <code>itemize</code></a></li>
- <li><a name="toc-letter-environment_003a-writing-letters" href="#letter">9.14 <code>letter</code> environment: writing letters</a></li>
- <li><a name="toc-list-1" href="#list">9.15 <code>list</code></a></li>
- <li><a name="toc-math-1" href="#math">9.16 <code>math</code></a></li>
- <li><a name="toc-minipage-1" href="#minipage">9.17 <code>minipage</code></a></li>
- <li><a name="toc-picture-1" href="#picture">9.18 <code>picture</code></a>
+ <li><a name="toc-itemize-1" href="#itemize">9.14 <code>itemize</code></a></li>
+ <li><a name="toc-letter-environment_003a-writing-letters" href="#letter">9.15 <code>letter</code> environment: writing letters</a></li>
+ <li><a name="toc-list-1" href="#list">9.16 <code>list</code></a></li>
+ <li><a name="toc-math-1" href="#math">9.17 <code>math</code></a></li>
+ <li><a name="toc-minipage-1" href="#minipage">9.18 <code>minipage</code></a></li>
+ <li><a name="toc-picture-1" href="#picture">9.19 <code>picture</code></a>
<ul class="no-bullet">
- <li><a name="toc-_005ccircle-1" href="#g_t_005ccircle">9.18.1 <code>\circle</code></a></li>
- <li><a name="toc-_005cmakebox-1" href="#g_t_005cmakebox-_0028picture_0029">9.18.2 <code>\makebox</code></a></li>
- <li><a name="toc-_005cframebox" href="#g_t_005cframebox-_0028picture_0029">9.18.3 <code>\framebox</code></a></li>
- <li><a name="toc-_005cdashbox-1" href="#g_t_005cdashbox">9.18.4 <code>\dashbox</code></a></li>
- <li><a name="toc-_005cframe-1" href="#g_t_005cframe">9.18.5 <code>\frame</code></a></li>
- <li><a name="toc-_005cline-1" href="#g_t_005cline">9.18.6 <code>\line</code></a></li>
- <li><a name="toc-_005clinethickness-1" href="#g_t_005clinethickness">9.18.7 <code>\linethickness</code></a></li>
- <li><a name="toc-_005cthicklines-1" href="#g_t_005cthicklines">9.18.8 <code>\thicklines</code></a></li>
- <li><a name="toc-_005cthinlines-1" href="#g_t_005cthinlines">9.18.9 <code>\thinlines</code></a></li>
- <li><a name="toc-_005cmultiput-1" href="#g_t_005cmultiput">9.18.10 <code>\multiput</code></a></li>
- <li><a name="toc-_005coval-1" href="#g_t_005coval">9.18.11 <code>\oval</code></a></li>
- <li><a name="toc-_005cput-1" href="#g_t_005cput">9.18.12 <code>\put</code></a></li>
- <li><a name="toc-_005cshortstack-1" href="#g_t_005cshortstack">9.18.13 <code>\shortstack</code></a></li>
- <li><a name="toc-_005cvector-1" href="#g_t_005cvector">9.18.14 <code>\vector</code></a></li>
+ <li><a name="toc-_005ccircle-1" href="#g_t_005ccircle">9.19.1 <code>\circle</code></a></li>
+ <li><a name="toc-_005cmakebox-1" href="#g_t_005cmakebox-_0028picture_0029">9.19.2 <code>\makebox</code></a></li>
+ <li><a name="toc-_005cframebox" href="#g_t_005cframebox-_0028picture_0029">9.19.3 <code>\framebox</code></a></li>
+ <li><a name="toc-_005cdashbox-1" href="#g_t_005cdashbox">9.19.4 <code>\dashbox</code></a></li>
+ <li><a name="toc-_005cframe-1" href="#g_t_005cframe">9.19.5 <code>\frame</code></a></li>
+ <li><a name="toc-_005cline-1" href="#g_t_005cline">9.19.6 <code>\line</code></a></li>
+ <li><a name="toc-_005clinethickness-1" href="#g_t_005clinethickness">9.19.7 <code>\linethickness</code></a></li>
+ <li><a name="toc-_005cthicklines-1" href="#g_t_005cthicklines">9.19.8 <code>\thicklines</code></a></li>
+ <li><a name="toc-_005cthinlines-1" href="#g_t_005cthinlines">9.19.9 <code>\thinlines</code></a></li>
+ <li><a name="toc-_005cmultiput-1" href="#g_t_005cmultiput">9.19.10 <code>\multiput</code></a></li>
+ <li><a name="toc-_005coval-1" href="#g_t_005coval">9.19.11 <code>\oval</code></a></li>
+ <li><a name="toc-_005cput-1" href="#g_t_005cput">9.19.12 <code>\put</code></a></li>
+ <li><a name="toc-_005cshortstack-1" href="#g_t_005cshortstack">9.19.13 <code>\shortstack</code></a></li>
+ <li><a name="toc-_005cvector-1" href="#g_t_005cvector">9.19.14 <code>\vector</code></a></li>
</ul></li>
- <li><a name="toc-quotation-1" href="#quotation">9.19 <code>quotation</code></a></li>
- <li><a name="toc-quote-1" href="#quote">9.20 <code>quote</code></a></li>
- <li><a name="toc-tabbing-1" href="#tabbing">9.21 <code>tabbing</code></a></li>
- <li><a name="toc-table-1" href="#table">9.22 <code>table</code></a></li>
- <li><a name="toc-tabular-1" href="#tabular">9.23 <code>tabular</code></a>
+ <li><a name="toc-quotation-1" href="#quotation">9.20 <code>quotation</code></a></li>
+ <li><a name="toc-quote-1" href="#quote">9.21 <code>quote</code></a></li>
+ <li><a name="toc-tabbing-1" href="#tabbing">9.22 <code>tabbing</code></a></li>
+ <li><a name="toc-table-1" href="#table">9.23 <code>table</code></a></li>
+ <li><a name="toc-tabular-1" href="#tabular">9.24 <code>tabular</code></a>
<ul class="no-bullet">
- <li><a name="toc-_005cmulticolumn-1" href="#g_t_005cmulticolumn">9.23.1 <code>\multicolumn</code></a></li>
- <li><a name="toc-_005ccline-1" href="#g_t_005ccline">9.23.2 <code>\cline</code></a></li>
- <li><a name="toc-_005chline-1" href="#g_t_005chline">9.23.3 <code>\hline</code></a></li>
- <li><a name="toc-_005cvline-1" href="#g_t_005cvline">9.23.4 <code>\vline</code></a></li>
+ <li><a name="toc-_005cmulticolumn-1" href="#g_t_005cmulticolumn">9.24.1 <code>\multicolumn</code></a></li>
+ <li><a name="toc-_005ccline-1" href="#g_t_005ccline">9.24.2 <code>\cline</code></a></li>
+ <li><a name="toc-_005chline-1" href="#g_t_005chline">9.24.3 <code>\hline</code></a></li>
+ <li><a name="toc-_005cvline-1" href="#g_t_005cvline">9.24.4 <code>\vline</code></a></li>
</ul></li>
- <li><a name="toc-thebibliography-1" href="#thebibliography">9.24 <code>thebibliography</code></a>
+ <li><a name="toc-thebibliography-1" href="#thebibliography">9.25 <code>thebibliography</code></a>
<ul class="no-bullet">
- <li><a name="toc-_005cbibitem-1" href="#g_t_005cbibitem">9.24.1 <code>\bibitem</code></a></li>
- <li><a name="toc-_005ccite-1" href="#g_t_005ccite">9.24.2 <code>\cite</code></a></li>
- <li><a name="toc-_005cnocite-1" href="#g_t_005cnocite">9.24.3 <code>\nocite</code></a></li>
- <li><a name="toc-Using-BibTeX-1" href="#Using-BibTeX">9.24.4 Using BibTeX</a></li>
+ <li><a name="toc-_005cbibitem-1" href="#g_t_005cbibitem">9.25.1 <code>\bibitem</code></a></li>
+ <li><a name="toc-_005ccite-1" href="#g_t_005ccite">9.25.2 <code>\cite</code></a></li>
+ <li><a name="toc-_005cnocite-1" href="#g_t_005cnocite">9.25.3 <code>\nocite</code></a></li>
+ <li><a name="toc-Using-BibTeX-1" href="#Using-BibTeX">9.25.4 Using BibTeX</a></li>
</ul></li>
- <li><a name="toc-theorem-1" href="#theorem">9.25 <code>theorem</code></a></li>
- <li><a name="toc-titlepage-1" href="#titlepage">9.26 <code>titlepage</code></a></li>
- <li><a name="toc-verbatim-1" href="#verbatim">9.27 <code>verbatim</code></a>
+ <li><a name="toc-theorem-1" href="#theorem">9.26 <code>theorem</code></a></li>
+ <li><a name="toc-titlepage-1" href="#titlepage">9.27 <code>titlepage</code></a></li>
+ <li><a name="toc-verbatim-1" href="#verbatim">9.28 <code>verbatim</code></a>
<ul class="no-bullet">
- <li><a name="toc-_005cverb-1" href="#g_t_005cverb">9.27.1 <code>\verb</code></a></li>
+ <li><a name="toc-_005cverb-1" href="#g_t_005cverb">9.28.1 <code>\verb</code></a></li>
</ul></li>
- <li><a name="toc-verse-1" href="#verse">9.28 <code>verse</code></a></li>
+ <li><a name="toc-verse-1" href="#verse">9.29 <code>verse</code></a></li>
</ul></li>
<li><a name="toc-Line-breaking-1" href="#Line-breaking">10 Line breaking</a>
<ul class="no-bullet">
@@ -407,7 +409,7 @@ Next: <a href="#About-this-document" accesskey="n" rel="next">About this documen
<h1 class="top">LaTeX2e</h1>
<p>This document is an unofficial reference manual for LaTeX, a
-document preparation system, version as of May 2013. It is
+document preparation system, version as of May 2014. It is
intended to cover LaTeX2e, which has been the standard version of
LaTeX for many years.
</p>
@@ -420,7 +422,7 @@ LaTeX for many years.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Document-classes" accesskey="4">Document classes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Some of the various classes available.
</td></tr>
-<tr><td align="left" valign="top">&bull; <a href="#Typefaces" accesskey="5">Typefaces</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">And fonts, such as bold, italics etc.
+<tr><td align="left" valign="top">&bull; <a href="#Fonts" accesskey="5">Fonts</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Italic, bold, typewriter, etc.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Layout" accesskey="6">Layout</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Controlling the page layout.
</td></tr>
@@ -479,7 +481,7 @@ LaTeX for many years.
<a name="About-this-document"></a>
<div class="header">
<p>
-Next: <a href="#Overview" accesskey="n" rel="next">Overview</a>, Previous: <a href="#Top" accesskey="p" rel="previous">Top</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Overview" accesskey="n" rel="next">Overview</a>, Previous: <a href="#Top" accesskey="p" rel="prev">Top</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="About-this-document-1"></a>
<h2 class="chapter">1 About this document</h2>
@@ -534,7 +536,7 @@ are several others.
<a name="Overview"></a>
<div class="header">
<p>
-Next: <a href="#Starting-_0026-ending" accesskey="n" rel="next">Starting &amp; ending</a>, Previous: <a href="#About-this-document" accesskey="p" rel="previous">About this document</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Starting-_0026-ending" accesskey="n" rel="next">Starting &amp; ending</a>, Previous: <a href="#About-this-document" accesskey="p" rel="prev">About this document</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Overview-of-LaTeX"></a>
<h2 class="chapter">2 Overview of LaTeX</h2>
@@ -626,7 +628,7 @@ explicitly directed to do otherwise.
<a name="Starting-_0026-ending"></a>
<div class="header">
<p>
-Next: <a href="#Document-classes" accesskey="n" rel="next">Document classes</a>, Previous: <a href="#Overview" accesskey="p" rel="previous">Overview</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Document-classes" accesskey="n" rel="next">Document classes</a>, Previous: <a href="#Overview" accesskey="p" rel="prev">Overview</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Starting-_0026-ending-1"></a>
<h2 class="chapter">3 Starting &amp; ending</h2>
@@ -657,7 +659,7 @@ and the <code>\begin{document}</code> commands (this area is called the
<a name="Document-classes"></a>
<div class="header">
<p>
-Next: <a href="#Typefaces" accesskey="n" rel="next">Typefaces</a>, Previous: <a href="#Starting-_0026-ending" accesskey="p" rel="previous">Starting &amp; ending</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Fonts" accesskey="n" rel="next">Fonts</a>, Previous: <a href="#Starting-_0026-ending" accesskey="p" rel="prev">Starting &amp; ending</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Document-classes-1"></a>
<h2 class="chapter">4 Document classes</h2>
@@ -837,14 +839,14 @@ by the selected document class are passed on to the packages loaded with
</p>
<hr>
-<a name="Typefaces"></a>
+<a name="Fonts"></a>
<div class="header">
<p>
-Next: <a href="#Layout" accesskey="n" rel="next">Layout</a>, Previous: <a href="#Document-classes" accesskey="p" rel="previous">Document classes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Layout" accesskey="n" rel="next">Layout</a>, Previous: <a href="#Document-classes" accesskey="p" rel="prev">Document classes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
-<a name="Typefaces-1"></a>
-<h2 class="chapter">5 Typefaces</h2>
-
+<a name="Fonts-1"></a>
+<h2 class="chapter">5 Fonts</h2>
+<a name="Typefaces"></a>
<a name="index-typefaces"></a>
<a name="index-fonts"></a>
@@ -865,7 +867,7 @@ and a style. The LaTeX commands for doing this are described here.
<a name="Font-styles"></a>
<div class="header">
<p>
-Next: <a href="#Font-sizes" accesskey="n" rel="next">Font sizes</a>, Up: <a href="#Typefaces" accesskey="u" rel="up">Typefaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Font-sizes" accesskey="n" rel="next">Font sizes</a>, Up: <a href="#Fonts" accesskey="u" rel="up">Fonts</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Font-styles-1"></a>
<h3 class="section">5.1 Font styles</h3>
@@ -876,21 +878,22 @@ Next: <a href="#Font-sizes" accesskey="n" rel="next">Font sizes</a>, Up: <a href
<p>The following type style commands are supported by LaTeX.
</p>
-<p>This first group of commands is typically used like
-<code>\textit{italic text}</code>. The corresponding command in
-parenthesis is the &ldquo;declaration form&rdquo;, which takes no arguments. The
-scope of the declaration form lasts until the next type style command
-or the end of the current group.
+<p>This first group of commands is typically used with an argument, as in
+<code>\textit{italic text}</code>. In the table below, the corresponding
+command in parenthesis is the &ldquo;declaration form&rdquo;, which takes no
+arguments. The scope of the declaration form lasts until the next type
+style command or the end of the current group.
</p>
-<p>The declaration forms are cumulative; i.e., you can say either
-<code>\sffamily\bfseries</code> or <code>\bfseries\sffamily</code> to get bold
-sans serif.
+<p>These commands, in both the argument form and the declaration form,
+are cumulative; e.g.,, you can say either <code>\sffamily\bfseries</code> or
+<code>\bfseries\sffamily</code> to get bold sans serif.
</p>
<p>You can alternatively use an environment form of the declarations; for
instance, <code>\begin{ttfamily}...\end{ttfamily}</code>.
</p>
-<p>These commands automatically supply an italic correction if the
-</p><dl compact="compact">
+<p>These commands automatically supply an italic correction if needed.
+</p>
+<dl compact="compact">
<dt><code>\textrm (\rmfamily)</code></dt>
<dd><a name="index-_005ctextrm"></a>
<a name="index-_005crmfamily"></a>
@@ -995,6 +998,8 @@ instance, <code>\begin{ttfamily}...\end{ttfamily}</code>.
</dl>
<a name="index-_005cmathversion"></a>
+<a name="index-math_002c-bold"></a>
+<a name="index-bold-math"></a>
<p>In addition, the command <code>\mathversion{bold}</code> can be used for
switching to bold letters and symbols in
formulas. <code>\mathversion{normal}</code> restores the default.
@@ -1014,11 +1019,11 @@ numerals also; sometimes the <code>textcomp</code> package must be loaded,
and sometimes package options are provided to make them the default.
FAQ entry: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf</a>.
</p>
-<p>LaTeX also provides these commands, which unconditionally switch to
-the given style, that is, are <em>not</em> cumulative. They are used
-differently than the above commands, too: <code>{\<var>cmd</var> ...}</code>
-instead of <code>\<var>cmd</var>{...}</code>. These are two very different
-things.
+<p>LaTeX also provides the following commands, which unconditionally
+switch to the given style, that is, are <em>not</em> cumulative. Also,
+they are used differently than the above commands: <code>{\<var>cmd</var>
+...}</code> instead of <code>\<var>cmd</var>{...}</code>. These are two very
+different things.
</p>
<dl compact="compact">
<dt><code>\bf</code>
@@ -1090,12 +1095,20 @@ things.
</dd>
</dl>
+<p>Some people consider the unconditional font-switching commands, such
+as <code>\tt</code>, obsolete and <em>only</em> the cumulative commands
+(<code>\texttt</code>) 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,
+see <a href="#description"><code>description</code></a>. Both sets of commands have
+their place.
+</p>
<hr>
<a name="Font-sizes"></a>
<div class="header">
<p>
-Next: <a href="#Low_002dlevel-font-commands" accesskey="n" rel="next">Low-level font commands</a>, Previous: <a href="#Font-styles" accesskey="p" rel="previous">Font styles</a>, Up: <a href="#Typefaces" accesskey="u" rel="up">Typefaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Low_002dlevel-font-commands" accesskey="n" rel="next">Low-level font commands</a>, Previous: <a href="#Font-styles" accesskey="p" rel="prev">Font styles</a>, Up: <a href="#Fonts" accesskey="u" rel="up">Fonts</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Font-sizes-1"></a>
<h3 class="section">5.2 Font sizes</h3>
@@ -1143,7 +1156,7 @@ these commands; for instance, <code>\begin{tiny}...\end{tiny}</code>.
<a name="Low_002dlevel-font-commands"></a>
<div class="header">
<p>
-Previous: <a href="#Font-sizes" accesskey="p" rel="previous">Font sizes</a>, Up: <a href="#Typefaces" accesskey="u" rel="up">Typefaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#Font-sizes" accesskey="p" rel="prev">Font sizes</a>, Up: <a href="#Fonts" accesskey="u" rel="up">Fonts</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Low_002dlevel-font-commands-1"></a>
<h3 class="section">5.3 Low-level font commands</h3>
@@ -1251,7 +1264,7 @@ followed by <code>\selectfont</code>.
<a name="Layout"></a>
<div class="header">
<p>
-Next: <a href="#Sectioning" accesskey="n" rel="next">Sectioning</a>, Previous: <a href="#Typefaces" accesskey="p" rel="previous">Typefaces</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Sectioning" accesskey="n" rel="next">Sectioning</a>, Previous: <a href="#Fonts" accesskey="p" rel="prev">Fonts</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Layout-1"></a>
<h2 class="chapter">6 Layout</h2>
@@ -1292,7 +1305,7 @@ single-column output. This is the default.
<a name="g_t_005ctwocolumn"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cflushbottom" accesskey="n" rel="next">\flushbottom</a>, Previous: <a href="#g_t_005conecolumn" accesskey="p" rel="previous">\onecolumn</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cflushbottom" accesskey="n" rel="next">\flushbottom</a>, Previous: <a href="#g_t_005conecolumn" accesskey="p" rel="prev">\onecolumn</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ctwocolumn-1"></a>
<h3 class="section">6.2 <code>\twocolumn</code></h3>
@@ -1375,7 +1388,7 @@ and the main text. Default &lsquo;<samp>20pt plus2pt minus4pt</samp>&rsquo;.
<a name="g_t_005cflushbottom"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005craggedbottom" accesskey="n" rel="next">\raggedbottom</a>, Previous: <a href="#g_t_005ctwocolumn" accesskey="p" rel="previous">\twocolumn</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005craggedbottom" accesskey="n" rel="next">\raggedbottom</a>, Previous: <a href="#g_t_005ctwocolumn" accesskey="p" rel="prev">\twocolumn</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cflushbottom-1"></a>
<h3 class="section">6.3 <code>\flushbottom</code></h3>
@@ -1394,7 +1407,7 @@ page.
<a name="g_t_005craggedbottom"></a>
<div class="header">
<p>
-Next: <a href="#Page-layout-parameters" accesskey="n" rel="next">Page layout parameters</a>, Previous: <a href="#g_t_005cflushbottom" accesskey="p" rel="previous">\flushbottom</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Page-layout-parameters" accesskey="n" rel="next">Page layout parameters</a>, Previous: <a href="#g_t_005cflushbottom" accesskey="p" rel="prev">\flushbottom</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005craggedbottom-1"></a>
<h3 class="section">6.4 <code>\raggedbottom</code></h3>
@@ -1410,7 +1423,7 @@ stretched.
<a name="Page-layout-parameters"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005craggedbottom" accesskey="p" rel="previous">\raggedbottom</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005craggedbottom" accesskey="p" rel="prev">\raggedbottom</a>, Up: <a href="#Layout" accesskey="u" rel="up">Layout</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Page-layout-parameters-1"></a>
<h3 class="section">6.5 Page layout parameters</h3>
@@ -1524,7 +1537,7 @@ same as the font size, e.g., &lsquo;<samp>10pt</samp>&rsquo; at &lsquo;<samp>10p
<a name="Sectioning"></a>
<div class="header">
<p>
-Next: <a href="#Cross-references" accesskey="n" rel="next">Cross references</a>, Previous: <a href="#Layout" accesskey="p" rel="previous">Layout</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Cross-references" accesskey="n" rel="next">Cross references</a>, Previous: <a href="#Layout" accesskey="p" rel="prev">Layout</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Sectioning-1"></a>
<h2 class="chapter">7 Sectioning</h2>
@@ -1617,7 +1630,7 @@ The setting
<a name="Cross-references"></a>
<div class="header">
<p>
-Next: <a href="#Environments" accesskey="n" rel="next">Environments</a>, Previous: <a href="#Sectioning" accesskey="p" rel="previous">Sectioning</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Environments" accesskey="n" rel="next">Environments</a>, Previous: <a href="#Sectioning" accesskey="p" rel="prev">Sectioning</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Cross-references-1"></a>
<h2 class="chapter">8 Cross references</h2>
@@ -1689,7 +1702,7 @@ a colon or period. Some conventionally-used prefixes:
<a name="g_t_005cpageref"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cref" accesskey="n" rel="next">\ref</a>, Previous: <a href="#g_t_005clabel" accesskey="p" rel="previous">\label</a>, Up: <a href="#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cref" accesskey="n" rel="next">\ref</a>, Previous: <a href="#g_t_005clabel" accesskey="p" rel="prev">\label</a>, Up: <a href="#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cpageref_007bkey_007d"></a>
<h3 class="section">8.2 <code>\pageref{<var>key</var>}</code></h3>
@@ -1712,7 +1725,7 @@ the place in the text where the corresponding
<a name="g_t_005cref"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cpageref" accesskey="p" rel="previous">\pageref</a>, Up: <a href="#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cpageref" accesskey="p" rel="prev">\pageref</a>, Up: <a href="#Cross-references" accesskey="u" rel="up">Cross references</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cref_007bkey_007d"></a>
<h3 class="section">8.3 <code>\ref{<var>key</var>}</code></h3>
@@ -1739,7 +1752,7 @@ such as the word &lsquo;Section&rsquo; or &lsquo;Figure&rsquo;, just the bare nu
<a name="Environments"></a>
<div class="header">
<p>
-Next: <a href="#Line-breaking" accesskey="n" rel="next">Line breaking</a>, Previous: <a href="#Cross-references" accesskey="p" rel="previous">Cross references</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Line-breaking" accesskey="n" rel="next">Line breaking</a>, Previous: <a href="#Cross-references" accesskey="p" rel="prev">Cross references</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Environments-1"></a>
<h2 class="chapter">9 Environments</h2>
@@ -1778,6 +1791,8 @@ Each environment begins and ends in the same manner:
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#figure">figure</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Floating figures.
</td></tr>
+<tr><td align="left" valign="top">&bull; <a href="#filecontents">filecontents</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Writing multiple files from the source.
+</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#flushleft">flushleft</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Flushed left lines.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#flushright">flushright</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Flushed right lines.
@@ -1843,7 +1858,7 @@ Next: <a href="#array" accesskey="n" rel="next">array</a>, Up: <a href="#Environ
<a name="array"></a>
<div class="header">
<p>
-Next: <a href="#center" accesskey="n" rel="next">center</a>, Previous: <a href="#abstract" accesskey="p" rel="previous">abstract</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#center" accesskey="n" rel="next">center</a>, Previous: <a href="#abstract" accesskey="p" rel="prev">abstract</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="array-1"></a>
<h3 class="section">9.2 <code>array</code></h3>
@@ -1911,7 +1926,7 @@ namely <code>\arrayrulewidth</code> and <code>\arraystretch</code>.
<a name="center"></a>
<div class="header">
<p>
-Next: <a href="#description" accesskey="n" rel="next">description</a>, Previous: <a href="#array" accesskey="p" rel="previous">array</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#description" accesskey="n" rel="next">description</a>, Previous: <a href="#array" accesskey="p" rel="prev">array</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="center-1"></a>
<h3 class="section">9.3 <code>center</code></h3>
@@ -1979,7 +1994,7 @@ second line \\
<a name="description"></a>
<div class="header">
<p>
-Next: <a href="#displaymath" accesskey="n" rel="next">displaymath</a>, Previous: <a href="#center" accesskey="p" rel="previous">center</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#displaymath" accesskey="n" rel="next">displaymath</a>, Previous: <a href="#center" accesskey="p" rel="prev">center</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="description-1"></a>
<h3 class="section">9.4 <code>description</code></h3>
@@ -2019,7 +2034,7 @@ plain typewriter}]</code>.
<a name="displaymath"></a>
<div class="header">
<p>
-Next: <a href="#document" accesskey="n" rel="next">document</a>, Previous: <a href="#description" accesskey="p" rel="previous">description</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#document" accesskey="n" rel="next">document</a>, Previous: <a href="#description" accesskey="p" rel="prev">description</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="displaymath-1"></a>
<h3 class="section">9.5 <code>displaymath</code></h3>
@@ -2053,7 +2068,7 @@ equation number, use the <code>equation</code> environment (see <a href="#equati
<a name="document"></a>
<div class="header">
<p>
-Next: <a href="#enumerate" accesskey="n" rel="next">enumerate</a>, Previous: <a href="#displaymath" accesskey="p" rel="previous">displaymath</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#enumerate" accesskey="n" rel="next">enumerate</a>, Previous: <a href="#displaymath" accesskey="p" rel="prev">displaymath</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="document-1"></a>
<h3 class="section">9.6 <code>document</code></h3>
@@ -2068,7 +2083,7 @@ It is required in every LaTeX document. See <a href="#Starting-_0026-ending">St
<a name="enumerate"></a>
<div class="header">
<p>
-Next: <a href="#eqnarray" accesskey="n" rel="next">eqnarray</a>, Previous: <a href="#document" accesskey="p" rel="previous">document</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#eqnarray" accesskey="n" rel="next">eqnarray</a>, Previous: <a href="#document" accesskey="p" rel="prev">document</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="enumerate-1"></a>
<h3 class="section">9.7 <code>enumerate</code></h3>
@@ -2134,7 +2149,7 @@ letters:
<a name="eqnarray"></a>
<div class="header">
<p>
-Next: <a href="#equation" accesskey="n" rel="next">equation</a>, Previous: <a href="#enumerate" accesskey="p" rel="previous">enumerate</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#equation" accesskey="n" rel="next">equation</a>, Previous: <a href="#enumerate" accesskey="p" rel="prev">enumerate</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="eqnarray-1"></a>
<h3 class="section">9.8 <code>eqnarray</code></h3>
@@ -2191,7 +2206,7 @@ zero width.
<a name="equation"></a>
<div class="header">
<p>
-Next: <a href="#figure" accesskey="n" rel="next">figure</a>, Previous: <a href="#eqnarray" accesskey="p" rel="previous">eqnarray</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#figure" accesskey="n" rel="next">figure</a>, Previous: <a href="#eqnarray" accesskey="p" rel="prev">eqnarray</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="equation-1"></a>
<h3 class="section">9.9 <code>equation</code></h3>
@@ -2217,7 +2232,7 @@ on the page, and also places an equation number in the right margin.
<a name="figure"></a>
<div class="header">
<p>
-Next: <a href="#flushleft" accesskey="n" rel="next">flushleft</a>, Previous: <a href="#equation" accesskey="p" rel="previous">equation</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#filecontents" accesskey="n" rel="next">filecontents</a>, Previous: <a href="#equation" accesskey="p" rel="prev">equation</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="figure-1"></a>
<h3 class="section">9.10 <code>figure</code></h3>
@@ -2387,13 +2402,73 @@ default 2.
</p>
<hr>
+<a name="filecontents"></a>
+<div class="header">
+<p>
+Next: <a href="#flushleft" accesskey="n" rel="next">flushleft</a>, Previous: <a href="#figure" accesskey="p" rel="prev">figure</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+</div>
+<a name="filecontents_003a-Create-external-files"></a>
+<h3 class="section">9.11 <code>filecontents</code>: Create external files</h3>
+<a name="index-filecontents"></a>
+<a name="index-external-files_002c-creating"></a>
+<a name="index-writing-external-files"></a>
+
+<p>Synopsis:
+</p>
+<div class="example">
+<pre class="example">\begin{filecontents}{<var>filename</var>}
+<var>contents-of-file</var>
+\end{filecontents}
+...
+\documentclass{<var>my-document-class</var>}
+</pre></div>
+
+<a name="index-initial-command"></a>
+<a name="index-_005cdocumentclass_002c-commands-before"></a>
+<p>The <code>filecontents</code> environment is an <em>initial command</em>,
+meaning that it can be used only before the <code>\documentclass</code>
+command, as in the synopsis above.
+</p>
+<p>LaTeX will create a file named <var>filename</var> with the content
+<var>contents-of-file</var> preceded by a header comment indicating how and
+when the file was generated. If the file already exists then nothing will
+happen.
+</p>
+<p>You can also use the <code>filecontents</code> package, which has the
+following advantages:
+</p>
+<ul>
+<li> If the file already exists, then it will be overwritten.
+
+</li><li> You can use the <code>filecontents</code> environment at any point after the
+declaration <code>\usepackage{filecontents}</code>, not just before
+<code>\documentclass</code>.
+
+</li><li> The <code>filecontents</code> package also provides a <code>filecontents*</code>
+environment which is used in the same way as the <code>filecontents</code>
+environment except that it won&rsquo;t insert any leading comment, so it is
+better suited to create files which aren&rsquo;t in LaTeX format.
+
+</li></ul>
+
+<p>The <code>filecontents</code> environment only creates the file, and is
+unrelated to using the created file. So you need to use, for
+instance, <code>\input</code> or <code>\usepackage</code> or <code>\bibliography</code>
+or whatever is applicable, to use the created file.
+</p>
+<p>This environment is also useful to make a self-contained document, for
+example, for a bug report, or to keep a <samp>.bib</samp> file with the main
+document.
+</p>
+
+<hr>
<a name="flushleft"></a>
<div class="header">
<p>
-Next: <a href="#flushright" accesskey="n" rel="next">flushright</a>, Previous: <a href="#figure" accesskey="p" rel="previous">figure</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#flushright" accesskey="n" rel="next">flushright</a>, Previous: <a href="#filecontents" accesskey="p" rel="prev">filecontents</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="flushleft-1"></a>
-<h3 class="section">9.11 <code>flushleft</code></h3>
+<h3 class="section">9.12 <code>flushleft</code></h3>
<a name="index-flushleft-environment"></a>
<a name="index-left_002djustifying-text_002c-environment-for"></a>
<a name="index-ragged-right-text_002c-environment-for"></a>
@@ -2424,7 +2499,7 @@ right Each line must be terminated with the string <code>\\</code>.
Up: <a href="#flushleft" accesskey="u" rel="up">flushleft</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005craggedright-1"></a>
-<h4 class="subsection">9.11.1 <code>\raggedright</code></h4>
+<h4 class="subsection">9.12.1 <code>\raggedright</code></h4>
<a name="index-_005craggedright"></a>
<a name="index-ragged-right-text"></a>
<a name="index-left_002djustifying-text"></a>
@@ -2445,10 +2520,10 @@ command that ends the paragraph unit.
<a name="flushright"></a>
<div class="header">
<p>
-Next: <a href="#itemize" accesskey="n" rel="next">itemize</a>, Previous: <a href="#flushleft" accesskey="p" rel="previous">flushleft</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#itemize" accesskey="n" rel="next">itemize</a>, Previous: <a href="#flushleft" accesskey="p" rel="prev">flushleft</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="flushright-1"></a>
-<h3 class="section">9.12 <code>flushright</code></h3>
+<h3 class="section">9.13 <code>flushright</code></h3>
<a name="index-flushright-environment"></a>
<a name="index-ragged-left-text_002c-environment-for"></a>
<a name="index-right_002djustifying-text_002c-environment-for"></a>
@@ -2479,7 +2554,7 @@ left. Each line must be terminated with the string <code>\\</code>.
Up: <a href="#flushright" accesskey="u" rel="up">flushright</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005craggedleft-1"></a>
-<h4 class="subsection">9.12.1 <code>\raggedleft</code></h4>
+<h4 class="subsection">9.13.1 <code>\raggedleft</code></h4>
<a name="index-_005craggedleft"></a>
<a name="index-ragged-left-text"></a>
<a name="index-justification_002c-ragged-left"></a>
@@ -2500,10 +2575,10 @@ command that ends the paragraph unit.
<a name="itemize"></a>
<div class="header">
<p>
-Next: <a href="#letter" accesskey="n" rel="next">letter</a>, Previous: <a href="#flushright" accesskey="p" rel="previous">flushright</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#letter" accesskey="n" rel="next">letter</a>, Previous: <a href="#flushright" accesskey="p" rel="prev">flushright</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="itemize-1"></a>
-<h3 class="section">9.13 <code>itemize</code></h3>
+<h3 class="section">9.14 <code>itemize</code></h3>
<a name="index-itemize-environment"></a>
<a name="index-_005citem-2"></a>
<a name="index-lists-of-items"></a>
@@ -2671,10 +2746,10 @@ see <a href="#g_t_005cparskip">\parskip</a>):
<a name="letter"></a>
<div class="header">
<p>
-Next: <a href="#list" accesskey="n" rel="next">list</a>, Previous: <a href="#itemize" accesskey="p" rel="previous">itemize</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#list" accesskey="n" rel="next">list</a>, Previous: <a href="#itemize" accesskey="p" rel="prev">itemize</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="letter-environment_003a-writing-letters"></a>
-<h3 class="section">9.14 <code>letter</code> environment: writing letters</h3>
+<h3 class="section">9.15 <code>letter</code> environment: writing letters</h3>
<a name="index-letter"></a>
<p>This environment is used for creating letters. See <a href="#Letters">Letters</a>.
@@ -2684,10 +2759,10 @@ Next: <a href="#list" accesskey="n" rel="next">list</a>, Previous: <a href="#ite
<a name="list"></a>
<div class="header">
<p>
-Next: <a href="#math" accesskey="n" rel="next">math</a>, Previous: <a href="#letter" accesskey="p" rel="previous">letter</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#math" accesskey="n" rel="next">math</a>, Previous: <a href="#letter" accesskey="p" rel="prev">letter</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="list-1"></a>
-<h3 class="section">9.15 <code>list</code></h3>
+<h3 class="section">9.16 <code>list</code></h3>
<a name="index-list"></a>
<a name="index-lists-of-items_002c-generic"></a>
@@ -2720,10 +2795,10 @@ empty, i.e., <code>{}</code>, which leaves the default spacing.
<a name="math"></a>
<div class="header">
<p>
-Next: <a href="#minipage" accesskey="n" rel="next">minipage</a>, Previous: <a href="#list" accesskey="p" rel="previous">list</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#minipage" accesskey="n" rel="next">minipage</a>, Previous: <a href="#list" accesskey="p" rel="prev">list</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="math-1"></a>
-<h3 class="section">9.16 <code>math</code></h3>
+<h3 class="section">9.17 <code>math</code></h3>
<a name="index-math-environment"></a>
<a name="index-in_002dline-formulas"></a>
@@ -2745,10 +2820,10 @@ See <a href="#Math-formulas">Math formulas</a>.
<a name="minipage"></a>
<div class="header">
<p>
-Next: <a href="#picture" accesskey="n" rel="next">picture</a>, Previous: <a href="#math" accesskey="p" rel="previous">math</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#picture" accesskey="n" rel="next">picture</a>, Previous: <a href="#math" accesskey="p" rel="prev">math</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="minipage-1"></a>
-<h3 class="section">9.17 <code>minipage</code></h3>
+<h3 class="section">9.18 <code>minipage</code></h3>
<a name="index-minipage-environment"></a>
<a name="index-minipage_002c-creating-a"></a>
@@ -2790,10 +2865,10 @@ footnotes; they may wind up at the bottom of the wrong minipage.
<a name="picture"></a>
<div class="header">
<p>
-Next: <a href="#quotation" accesskey="n" rel="next">quotation</a>, Previous: <a href="#minipage" accesskey="p" rel="previous">minipage</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#quotation" accesskey="n" rel="next">quotation</a>, Previous: <a href="#minipage" accesskey="p" rel="prev">minipage</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="picture-1"></a>
-<h3 class="section">9.18 <code>picture</code></h3>
+<h3 class="section">9.19 <code>picture</code></h3>
<a name="index-picture"></a>
<a name="index-creating-pictures"></a>
@@ -2916,7 +2991,7 @@ be the lower left corner of the box.
Next: <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="n" rel="next">\makebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccircle-1"></a>
-<h4 class="subsection">9.18.1 <code>\circle</code></h4>
+<h4 class="subsection">9.19.1 <code>\circle</code></h4>
<a name="index-_005ccircle"></a>
<div class="example">
@@ -2934,10 +3009,10 @@ draws a solid circle.
<a name="g_t_005cmakebox-_0028picture_0029"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="n" rel="next">\framebox (picture)</a>, Previous: <a href="#g_t_005ccircle" accesskey="p" rel="previous">\circle</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="n" rel="next">\framebox (picture)</a>, Previous: <a href="#g_t_005ccircle" accesskey="p" rel="prev">\circle</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmakebox-1"></a>
-<h4 class="subsection">9.18.2 <code>\makebox</code></h4>
+<h4 class="subsection">9.19.2 <code>\makebox</code></h4>
<a name="index-_005cmakebox-_0028picture_0029"></a>
<p><code>\makebox(width,height)[position]{...}</code>
@@ -2975,10 +3050,10 @@ your text appears in. You may select up to two of the following:
<a name="g_t_005cframebox-_0028picture_0029"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cdashbox" accesskey="n" rel="next">\dashbox</a>, Previous: <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="p" rel="previous">\makebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cdashbox" accesskey="n" rel="next">\dashbox</a>, Previous: <a href="#g_t_005cmakebox-_0028picture_0029" accesskey="p" rel="prev">\makebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cframebox"></a>
-<h4 class="subsection">9.18.3 <code>\framebox</code></h4>
+<h4 class="subsection">9.19.3 <code>\framebox</code></h4>
<a name="index-_005cframebox"></a>
<p>Synopsis:
@@ -3002,10 +3077,10 @@ and the contents of the box.
<a name="g_t_005cdashbox"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cframe" accesskey="n" rel="next">\frame</a>, Previous: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="p" rel="previous">\framebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cframe" accesskey="n" rel="next">\frame</a>, Previous: <a href="#g_t_005cframebox-_0028picture_0029" accesskey="p" rel="prev">\framebox (picture)</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cdashbox-1"></a>
-<h4 class="subsection">9.18.4 <code>\dashbox</code></h4>
+<h4 class="subsection">9.19.4 <code>\dashbox</code></h4>
<a name="index-_005cdashbox"></a>
@@ -3027,10 +3102,10 @@ multiples of the <code>dlen</code>.
<a name="g_t_005cframe"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cline" accesskey="n" rel="next">\line</a>, Previous: <a href="#g_t_005cdashbox" accesskey="p" rel="previous">\dashbox</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cline" accesskey="n" rel="next">\line</a>, Previous: <a href="#g_t_005cdashbox" accesskey="p" rel="prev">\dashbox</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cframe-1"></a>
-<h4 class="subsection">9.18.5 <code>\frame</code></h4>
+<h4 class="subsection">9.19.5 <code>\frame</code></h4>
<a name="index-_005cframe"></a>
<p>Synopsis:
@@ -3048,10 +3123,10 @@ space is put between the frame and the object.
<a name="g_t_005cline"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005clinethickness" accesskey="n" rel="next">\linethickness</a>, Previous: <a href="#g_t_005cframe" accesskey="p" rel="previous">\frame</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005clinethickness" accesskey="n" rel="next">\linethickness</a>, Previous: <a href="#g_t_005cframe" accesskey="p" rel="prev">\frame</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cline-1"></a>
-<h4 class="subsection">9.18.6 <code>\line</code></h4>
+<h4 class="subsection">9.19.6 <code>\line</code></h4>
<a name="index-_005cline"></a>
<p>Synopsis:
@@ -3073,10 +3148,10 @@ see the <code>curve2e</code> and many many other packages on CTAN.
<a name="g_t_005clinethickness"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cthicklines" accesskey="n" rel="next">\thicklines</a>, Previous: <a href="#g_t_005cline" accesskey="p" rel="previous">\line</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cthicklines" accesskey="n" rel="next">\thicklines</a>, Previous: <a href="#g_t_005cline" accesskey="p" rel="prev">\line</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005clinethickness-1"></a>
-<h4 class="subsection">9.18.7 <code>\linethickness</code></h4>
+<h4 class="subsection">9.19.7 <code>\linethickness</code></h4>
<a name="index-_005clinethickness"></a>
<p>The <code>\linethickness{<var>dim</var>}</code> command declares the thickness
@@ -3091,10 +3166,10 @@ circles, or the quarter circles drawn by <code>\oval</code>.
<a name="g_t_005cthicklines"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cthinlines" accesskey="n" rel="next">\thinlines</a>, Previous: <a href="#g_t_005clinethickness" accesskey="p" rel="previous">\linethickness</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cthinlines" accesskey="n" rel="next">\thinlines</a>, Previous: <a href="#g_t_005clinethickness" accesskey="p" rel="prev">\linethickness</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cthicklines-1"></a>
-<h4 class="subsection">9.18.8 <code>\thicklines</code></h4>
+<h4 class="subsection">9.19.8 <code>\thicklines</code></h4>
<a name="index-_005cthicklines"></a>
<p>The <code>\thicklines</code> command is an alternate line thickness for
@@ -3106,10 +3181,10 @@ cf.&nbsp;<a href="#g_t_005clinethickness">\linethickness</a> and <a href="#g_t_0
<a name="g_t_005cthinlines"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cmultiput" accesskey="n" rel="next">\multiput</a>, Previous: <a href="#g_t_005cthicklines" accesskey="p" rel="previous">\thicklines</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cmultiput" accesskey="n" rel="next">\multiput</a>, Previous: <a href="#g_t_005cthicklines" accesskey="p" rel="prev">\thicklines</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cthinlines-1"></a>
-<h4 class="subsection">9.18.9 <code>\thinlines</code></h4>
+<h4 class="subsection">9.19.9 <code>\thinlines</code></h4>
<a name="index-_005cthinlines"></a>
<p>The <code>\thinlines</code> command is the default line thickness for
@@ -3121,10 +3196,10 @@ cf.&nbsp;<a href="#g_t_005clinethickness">\linethickness</a> and <a href="#g_t_0
<a name="g_t_005cmultiput"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005coval" accesskey="n" rel="next">\oval</a>, Previous: <a href="#g_t_005cthinlines" accesskey="p" rel="previous">\thinlines</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005coval" accesskey="n" rel="next">\oval</a>, Previous: <a href="#g_t_005cthinlines" accesskey="p" rel="prev">\thinlines</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmultiput-1"></a>
-<h4 class="subsection">9.18.10 <code>\multiput</code></h4>
+<h4 class="subsection">9.19.10 <code>\multiput</code></h4>
<a name="index-_005cmultiput"></a>
<p>Synopsis:
@@ -3142,10 +3217,10 @@ pattern across a picture. <var>obj</var> is first placed at position
<a name="g_t_005coval"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cput" accesskey="n" rel="next">\put</a>, Previous: <a href="#g_t_005cmultiput" accesskey="p" rel="previous">\multiput</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cput" accesskey="n" rel="next">\put</a>, Previous: <a href="#g_t_005cmultiput" accesskey="p" rel="prev">\multiput</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005coval-1"></a>
-<h4 class="subsection">9.18.11 <code>\oval</code></h4>
+<h4 class="subsection">9.19.11 <code>\oval</code></h4>
<a name="index-_005coval"></a>
<p>Synopsis:
@@ -3182,10 +3257,10 @@ boxes with rounded corners.
<a name="g_t_005cput"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cshortstack" accesskey="n" rel="next">\shortstack</a>, Previous: <a href="#g_t_005coval" accesskey="p" rel="previous">\oval</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cshortstack" accesskey="n" rel="next">\shortstack</a>, Previous: <a href="#g_t_005coval" accesskey="p" rel="prev">\oval</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cput-1"></a>
-<h4 class="subsection">9.18.12 <code>\put</code></h4>
+<h4 class="subsection">9.19.12 <code>\put</code></h4>
<a name="index-_005cput"></a>
@@ -3199,10 +3274,10 @@ argument at the given coordinates.
<a name="g_t_005cshortstack"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cvector" accesskey="n" rel="next">\vector</a>, Previous: <a href="#g_t_005cput" accesskey="p" rel="previous">\put</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cvector" accesskey="n" rel="next">\vector</a>, Previous: <a href="#g_t_005cput" accesskey="p" rel="prev">\put</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cshortstack-1"></a>
-<h4 class="subsection">9.18.13 <code>\shortstack</code></h4>
+<h4 class="subsection">9.19.13 <code>\shortstack</code></h4>
<a name="index-_005cshortstack"></a>
<p>Synopsis:
@@ -3234,10 +3309,10 @@ positions are:
<a name="g_t_005cvector"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cshortstack" accesskey="p" rel="previous">\shortstack</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cshortstack" accesskey="p" rel="prev">\shortstack</a>, Up: <a href="#picture" accesskey="u" rel="up">picture</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvector-1"></a>
-<h4 class="subsection">9.18.14 <code>\vector</code></h4>
+<h4 class="subsection">9.19.14 <code>\vector</code></h4>
<a name="index-_005cvector"></a>
<p>Synopsis:
@@ -3255,10 +3330,10 @@ length and slope. The <em>x</em> and <em>y</em> values must lie between
<a name="quotation"></a>
<div class="header">
<p>
-Next: <a href="#quote" accesskey="n" rel="next">quote</a>, Previous: <a href="#picture" accesskey="p" rel="previous">picture</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#quote" accesskey="n" rel="next">quote</a>, Previous: <a href="#picture" accesskey="p" rel="prev">picture</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="quotation-1"></a>
-<h3 class="section">9.19 <code>quotation</code></h3>
+<h3 class="section">9.20 <code>quotation</code></h3>
<a name="index-quotation"></a>
<a name="index-quoted-text-with-paragraph-indentation_002c-displaying"></a>
@@ -3285,10 +3360,10 @@ normally.
<a name="quote"></a>
<div class="header">
<p>
-Next: <a href="#tabbing" accesskey="n" rel="next">tabbing</a>, Previous: <a href="#quotation" accesskey="p" rel="previous">quotation</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#tabbing" accesskey="n" rel="next">tabbing</a>, Previous: <a href="#quotation" accesskey="p" rel="prev">quotation</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="quote-1"></a>
-<h3 class="section">9.20 <code>quote</code></h3>
+<h3 class="section">9.21 <code>quote</code></h3>
<a name="index-quote"></a>
<a name="index-quoted-text-without-paragraph-indentation_002c-displaying"></a>
@@ -3314,10 +3389,10 @@ blank line between text produces a new paragraph.
<a name="tabbing"></a>
<div class="header">
<p>
-Next: <a href="#table" accesskey="n" rel="next">table</a>, Previous: <a href="#quote" accesskey="p" rel="previous">quote</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#table" accesskey="n" rel="next">table</a>, Previous: <a href="#quote" accesskey="p" rel="prev">quote</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="tabbing-1"></a>
-<h3 class="section">9.21 <code>tabbing</code></h3>
+<h3 class="section">9.22 <code>tabbing</code></h3>
<a name="index-tabbing-environment"></a>
<a name="index-tab-stops_002c-using"></a>
@@ -3469,10 +3544,10 @@ function \= fact(n : integer) : integer;\\
<a name="table"></a>
<div class="header">
<p>
-Next: <a href="#tabular" accesskey="n" rel="next">tabular</a>, Previous: <a href="#tabbing" accesskey="p" rel="previous">tabbing</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#tabular" accesskey="n" rel="next">tabular</a>, Previous: <a href="#tabbing" accesskey="p" rel="prev">tabbing</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="table-1"></a>
-<h3 class="section">9.22 <code>table</code></h3>
+<h3 class="section">9.23 <code>table</code></h3>
<a name="index-table"></a>
<a name="index-tables_002c-creating"></a>
@@ -3509,10 +3584,10 @@ you wish. The <code>\caption</code> command allows you to title your table.
<a name="tabular"></a>
<div class="header">
<p>
-Next: <a href="#thebibliography" accesskey="n" rel="next">thebibliography</a>, Previous: <a href="#table" accesskey="p" rel="previous">table</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#thebibliography" accesskey="n" rel="next">thebibliography</a>, Previous: <a href="#table" accesskey="p" rel="prev">table</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="tabular-1"></a>
-<h3 class="section">9.23 <code>tabular</code></h3>
+<h3 class="section">9.24 <code>tabular</code></h3>
<a name="index-tabular-environment"></a>
<a name="index-lines-in-tables"></a>
<a name="index-lining-text-up-in-tables"></a>
@@ -3687,7 +3762,7 @@ environment:
Next: <a href="#g_t_005ccline" accesskey="n" rel="next">\cline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmulticolumn-1"></a>
-<h4 class="subsection">9.23.1 <code>\multicolumn</code></h4>
+<h4 class="subsection">9.24.1 <code>\multicolumn</code></h4>
<a name="index-_005cmulticolumn"></a>
<p>Synopsis:
@@ -3719,10 +3794,10 @@ for flushleft, <code>r</code> for flushright. The third mandatory argument,
<a name="g_t_005ccline"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005chline" accesskey="n" rel="next">\hline</a>, Previous: <a href="#g_t_005cmulticolumn" accesskey="p" rel="previous">\multicolumn</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005chline" accesskey="n" rel="next">\hline</a>, Previous: <a href="#g_t_005cmulticolumn" accesskey="p" rel="prev">\multicolumn</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccline-1"></a>
-<h4 class="subsection">9.23.2 <code>\cline</code></h4>
+<h4 class="subsection">9.24.2 <code>\cline</code></h4>
<a name="index-_005ccline"></a>
<p>Synopsis:
@@ -3740,10 +3815,10 @@ which are specified in the mandatory argument.
<a name="g_t_005chline"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cvline" accesskey="n" rel="next">\vline</a>, Previous: <a href="#g_t_005ccline" accesskey="p" rel="previous">\cline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cvline" accesskey="n" rel="next">\vline</a>, Previous: <a href="#g_t_005ccline" accesskey="p" rel="prev">\cline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005chline-1"></a>
-<h4 class="subsection">9.23.3 <code>\hline</code></h4>
+<h4 class="subsection">9.24.3 <code>\hline</code></h4>
<a name="index-_005chline"></a>
<p>The <code>\hline</code> command draws a horizontal line the width of the
@@ -3756,10 +3831,10 @@ of a table.
<a name="g_t_005cvline"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005chline" accesskey="p" rel="previous">\hline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005chline" accesskey="p" rel="prev">\hline</a>, Up: <a href="#tabular" accesskey="u" rel="up">tabular</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvline-1"></a>
-<h4 class="subsection">9.23.4 <code>\vline</code></h4>
+<h4 class="subsection">9.24.4 <code>\vline</code></h4>
<a name="index-_005cvline"></a>
<p>The <code>\vline</code> command will draw a vertical line extending the full
@@ -3772,10 +3847,10 @@ move the line to the edge of the column. It can also be used in an
<a name="thebibliography"></a>
<div class="header">
<p>
-Next: <a href="#theorem" accesskey="n" rel="next">theorem</a>, Previous: <a href="#tabular" accesskey="p" rel="previous">tabular</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#theorem" accesskey="n" rel="next">theorem</a>, Previous: <a href="#tabular" accesskey="p" rel="prev">tabular</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="thebibliography-1"></a>
-<h3 class="section">9.24 <code>thebibliography</code></h3>
+<h3 class="section">9.25 <code>thebibliography</code></h3>
<a name="index-thebibliography"></a>
<a name="index-bibliography_002c-creating-_0028manually_0029"></a>
@@ -3826,7 +3901,7 @@ less than 10 references, <code>99</code> for ones with less than 100, etc.
Next: <a href="#g_t_005ccite" accesskey="n" rel="next">\cite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cbibitem-1"></a>
-<h4 class="subsection">9.24.1 <code>\bibitem</code></h4>
+<h4 class="subsection">9.25.1 <code>\bibitem</code></h4>
<a name="index-_005cbibitem"></a>
@@ -3853,10 +3928,10 @@ associated label.
<a name="g_t_005ccite"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cnocite" accesskey="n" rel="next">\nocite</a>, Previous: <a href="#g_t_005cbibitem" accesskey="p" rel="previous">\bibitem</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cnocite" accesskey="n" rel="next">\nocite</a>, Previous: <a href="#g_t_005cbibitem" accesskey="p" rel="prev">\bibitem</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccite-1"></a>
-<h4 class="subsection">9.24.2 <code>\cite</code></h4>
+<h4 class="subsection">9.25.2 <code>\cite</code></h4>
<a name="index-_005ccite"></a>
@@ -3880,10 +3955,10 @@ citation. For example, <code>\cite[p.~314]{knuth}</code> might produce
<a name="g_t_005cnocite"></a>
<div class="header">
<p>
-Next: <a href="#Using-BibTeX" accesskey="n" rel="next">Using BibTeX</a>, Previous: <a href="#g_t_005ccite" accesskey="p" rel="previous">\cite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Using-BibTeX" accesskey="n" rel="next">Using BibTeX</a>, Previous: <a href="#g_t_005ccite" accesskey="p" rel="prev">\cite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnocite-1"></a>
-<h4 class="subsection">9.24.3 <code>\nocite</code></h4>
+<h4 class="subsection">9.25.3 <code>\nocite</code></h4>
<a name="index-_005cnocite"></a>
<p><code>\nocite{key_list}</code>
@@ -3896,10 +3971,10 @@ which is a list of one or more citation keys, on the <samp>.aux</samp> file.
<a name="Using-BibTeX"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cnocite" accesskey="p" rel="previous">\nocite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cnocite" accesskey="p" rel="prev">\nocite</a>, Up: <a href="#thebibliography" accesskey="u" rel="up">thebibliography</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Using-BibTeX-1"></a>
-<h4 class="subsection">9.24.4 Using BibTeX</h4>
+<h4 class="subsection">9.25.4 Using BibTeX</h4>
<a name="index-using-BibTeX"></a>
<a name="index-bibTeX_002c-using"></a>
@@ -3955,10 +4030,10 @@ BibTeX format. Only the entries referred to via <code>\cite</code> and
<a name="theorem"></a>
<div class="header">
<p>
-Next: <a href="#titlepage" accesskey="n" rel="next">titlepage</a>, Previous: <a href="#thebibliography" accesskey="p" rel="previous">thebibliography</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#titlepage" accesskey="n" rel="next">titlepage</a>, Previous: <a href="#thebibliography" accesskey="p" rel="prev">thebibliography</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="theorem-1"></a>
-<h3 class="section">9.25 <code>theorem</code></h3>
+<h3 class="section">9.26 <code>theorem</code></h3>
<a name="index-theorem-environment"></a>
<a name="index-theorems_002c-typesetting"></a>
@@ -3981,10 +4056,10 @@ possibilities for <var>n</var> are described under <code>\newtheorem</code>
<a name="titlepage"></a>
<div class="header">
<p>
-Next: <a href="#verbatim" accesskey="n" rel="next">verbatim</a>, Previous: <a href="#theorem" accesskey="p" rel="previous">theorem</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#verbatim" accesskey="n" rel="next">verbatim</a>, Previous: <a href="#theorem" accesskey="p" rel="prev">theorem</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="titlepage-1"></a>
-<h3 class="section">9.26 <code>titlepage</code></h3>
+<h3 class="section">9.27 <code>titlepage</code></h3>
<a name="index-titlepage-environment"></a>
<a name="index-making-a-title-page"></a>
@@ -4012,10 +4087,10 @@ produce a standard title page without a <code>titlepage</code> environment.
<a name="verbatim"></a>
<div class="header">
<p>
-Next: <a href="#verse" accesskey="n" rel="next">verse</a>, Previous: <a href="#titlepage" accesskey="p" rel="previous">titlepage</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#verse" accesskey="n" rel="next">verse</a>, Previous: <a href="#titlepage" accesskey="p" rel="prev">titlepage</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="verbatim-1"></a>
-<h3 class="section">9.27 <code>verbatim</code></h3>
+<h3 class="section">9.28 <code>verbatim</code></h3>
<a name="index-verbatim-environment"></a>
<a name="index-verbatim-text"></a>
@@ -4052,7 +4127,7 @@ effect that they would on a typewriter.
Up: <a href="#verbatim" accesskey="u" rel="up">verbatim</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cverb-1"></a>
-<h4 class="subsection">9.27.1 <code>\verb</code></h4>
+<h4 class="subsection">9.28.1 <code>\verb</code></h4>
<a name="index-_005cverb"></a>
<a name="index-verbatim-text_002c-inline"></a>
@@ -4079,10 +4154,10 @@ verbatim text. The delimiter must not appear in <var>literal-text</var>.
<a name="verse"></a>
<div class="header">
<p>
-Previous: <a href="#verbatim" accesskey="p" rel="previous">verbatim</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#verbatim" accesskey="p" rel="prev">verbatim</a>, Up: <a href="#Environments" accesskey="u" rel="up">Environments</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="verse-1"></a>
-<h3 class="section">9.28 <code>verse</code></h3>
+<h3 class="section">9.29 <code>verse</code></h3>
<a name="index-verse-environment"></a>
<a name="index-poetry_002c-an-environment-for"></a>
@@ -4111,7 +4186,7 @@ stanzas.
<a name="Line-breaking"></a>
<div class="header">
<p>
-Next: <a href="#Page-breaking" accesskey="n" rel="next">Page breaking</a>, Previous: <a href="#Environments" accesskey="p" rel="previous">Environments</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Page-breaking" accesskey="n" rel="next">Page breaking</a>, Previous: <a href="#Environments" accesskey="p" rel="prev">Environments</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Line-breaking-1"></a>
<h2 class="chapter">10 Line breaking</h2>
@@ -4172,7 +4247,7 @@ except that it tells LaTeX not to start a new page after the line.
<a name="g_t_005cobeycr-_0026-_005crestorecr"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cnewline" accesskey="n" rel="next">\newline</a>, Previous: <a href="#g_t_005c_005c" accesskey="p" rel="previous">\\</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cnewline" accesskey="n" rel="next">\newline</a>, Previous: <a href="#g_t_005c_005c" accesskey="p" rel="prev">\\</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cobeycr-_0026-_005crestorecr-1"></a>
<h3 class="section">10.2 <code>\obeycr</code> &amp; <code>\restorecr</code></h3>
@@ -4192,7 +4267,7 @@ in the output.
<a name="g_t_005cnewline"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="n" rel="next">\- (hyphenation)</a>, Previous: <a href="#g_t_005cobeycr-_0026-_005crestorecr" accesskey="p" rel="previous">\obeycr &amp; \restorecr</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="n" rel="next">\- (hyphenation)</a>, Previous: <a href="#g_t_005cobeycr-_0026-_005crestorecr" accesskey="p" rel="prev">\obeycr &amp; \restorecr</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewline-1"></a>
<h3 class="section">10.3 <code>\newline</code></h3>
@@ -4208,7 +4283,7 @@ mode.
<a name="g_t_005c_002d-_0028hyphenation_0029"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cfussy" accesskey="n" rel="next">\fussy</a>, Previous: <a href="#g_t_005cnewline" accesskey="p" rel="previous">\newline</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cfussy" accesskey="n" rel="next">\fussy</a>, Previous: <a href="#g_t_005cnewline" accesskey="p" rel="prev">\newline</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005c_002d-_0028discretionary-hyphen_0029"></a>
<h3 class="section">10.4 <code>\-</code> (discretionary hyphen)</h3>
@@ -4231,7 +4306,7 @@ that LaTeX might otherwise have chosen.
<a name="g_t_005cfussy"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005csloppy" accesskey="n" rel="next">\sloppy</a>, Previous: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="p" rel="previous">\- (hyphenation)</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005csloppy" accesskey="n" rel="next">\sloppy</a>, Previous: <a href="#g_t_005c_002d-_0028hyphenation_0029" accesskey="p" rel="prev">\- (hyphenation)</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cfussy-1"></a>
<h3 class="section">10.5 <code>\fussy</code></h3>
@@ -4249,7 +4324,7 @@ words, at the cost of an occasional overfull box.
<a name="g_t_005csloppy"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005chyphenation" accesskey="n" rel="next">\hyphenation</a>, Previous: <a href="#g_t_005cfussy" accesskey="p" rel="previous">\fussy</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005chyphenation" accesskey="n" rel="next">\hyphenation</a>, Previous: <a href="#g_t_005cfussy" accesskey="p" rel="prev">\fussy</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csloppy-1"></a>
<h3 class="section">10.6 <code>\sloppy</code></h3>
@@ -4265,7 +4340,7 @@ interword spacing.
<a name="g_t_005chyphenation"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005clinebreak-_0026-_005cnolinebreak" accesskey="n" rel="next">\linebreak &amp; \nolinebreak</a>, Previous: <a href="#g_t_005csloppy" accesskey="p" rel="previous">\sloppy</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005clinebreak-_0026-_005cnolinebreak" accesskey="n" rel="next">\linebreak &amp; \nolinebreak</a>, Previous: <a href="#g_t_005csloppy" accesskey="p" rel="prev">\sloppy</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005chyphenation-1"></a>
<h3 class="section">10.7 <code>\hyphenation</code></h3>
@@ -4294,7 +4369,7 @@ misses the hyphenations in these words):
<a name="g_t_005clinebreak-_0026-_005cnolinebreak"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005chyphenation" accesskey="p" rel="previous">\hyphenation</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005chyphenation" accesskey="p" rel="prev">\hyphenation</a>, Up: <a href="#Line-breaking" accesskey="u" rel="up">Line breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005clinebreak-_0026-_005cnolinebreak-1"></a>
<h3 class="section">10.8 <code>\linebreak</code> &amp; <code>\nolinebreak</code></h3>
@@ -4324,7 +4399,7 @@ from a demand to a request. The <var>priority</var> must be a number from
<a name="Page-breaking"></a>
<div class="header">
<p>
-Next: <a href="#Footnotes" accesskey="n" rel="next">Footnotes</a>, Previous: <a href="#Line-breaking" accesskey="p" rel="previous">Line breaking</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Footnotes" accesskey="n" rel="next">Footnotes</a>, Previous: <a href="#Line-breaking" accesskey="p" rel="prev">Line breaking</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Page-breaking-1"></a>
<h2 class="chapter">11 Page breaking</h2>
@@ -4371,7 +4446,7 @@ In a two-sided printing style, it also makes the next page a right-hand
<a name="g_t_005cclearpage"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cnewpage" accesskey="n" rel="next">\newpage</a>, Previous: <a href="#g_t_005ccleardoublepage" accesskey="p" rel="previous">\cleardoublepage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cnewpage" accesskey="n" rel="next">\newpage</a>, Previous: <a href="#g_t_005ccleardoublepage" accesskey="p" rel="prev">\cleardoublepage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cclearpage-1"></a>
<h3 class="section">11.2 <code>\clearpage</code></h3>
@@ -4387,7 +4462,7 @@ figures and tables that have so far appeared in the input to be printed.
<a name="g_t_005cnewpage"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cenlargethispage" accesskey="n" rel="next">\enlargethispage</a>, Previous: <a href="#g_t_005cclearpage" accesskey="p" rel="previous">\clearpage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cenlargethispage" accesskey="n" rel="next">\enlargethispage</a>, Previous: <a href="#g_t_005cclearpage" accesskey="p" rel="prev">\clearpage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewpage-1"></a>
<h3 class="section">11.3 <code>\newpage</code></h3>
@@ -4403,7 +4478,7 @@ floats (see <code>\clearpage</code> above).
<a name="g_t_005cenlargethispage"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cpagebreak-_0026-_005cnopagebreak" accesskey="n" rel="next">\pagebreak &amp; \nopagebreak</a>, Previous: <a href="#g_t_005cnewpage" accesskey="p" rel="previous">\newpage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cpagebreak-_0026-_005cnopagebreak" accesskey="n" rel="next">\pagebreak &amp; \nopagebreak</a>, Previous: <a href="#g_t_005cnewpage" accesskey="p" rel="prev">\newpage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cenlargethispage-1"></a>
<h3 class="section">11.4 <code>\enlargethispage</code></h3>
@@ -4427,7 +4502,7 @@ much as possible. This is normally used together with an explicit
<a name="g_t_005cpagebreak-_0026-_005cnopagebreak"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cenlargethispage" accesskey="p" rel="previous">\enlargethispage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cenlargethispage" accesskey="p" rel="prev">\enlargethispage</a>, Up: <a href="#Page-breaking" accesskey="u" rel="up">Page breaking</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cpagebreak-_0026-_005cnopagebreak-1"></a>
<h3 class="section">11.5 <code>\pagebreak</code> &amp; <code>\nopagebreak</code></h3>
@@ -4458,7 +4533,7 @@ insistent the request is.
<a name="Footnotes"></a>
<div class="header">
<p>
-Next: <a href="#Definitions" accesskey="n" rel="next">Definitions</a>, Previous: <a href="#Page-breaking" accesskey="p" rel="previous">Page breaking</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Definitions" accesskey="n" rel="next">Definitions</a>, Previous: <a href="#Page-breaking" accesskey="p" rel="prev">Page breaking</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Footnotes-1"></a>
<h2 class="chapter">12 Footnotes</h2>
@@ -4512,7 +4587,7 @@ tables or in a <code>tabular</code> environment. (See following sections.)
<a name="g_t_005cfootnotemark"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cfootnotetext" accesskey="n" rel="next">\footnotetext</a>, Previous: <a href="#g_t_005cfootnote" accesskey="p" rel="previous">\footnote</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cfootnotetext" accesskey="n" rel="next">\footnotetext</a>, Previous: <a href="#g_t_005cfootnote" accesskey="p" rel="prev">\footnote</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cfootnotemark-1"></a>
<h3 class="section">12.2 <code>\footnotemark</code></h3>
@@ -4537,7 +4612,7 @@ markers referring to the same footnote with
<a name="g_t_005cfootnotetext"></a>
<div class="header">
<p>
-Next: <a href="#Symbolic-footnotes" accesskey="n" rel="next">Symbolic footnotes</a>, Previous: <a href="#g_t_005cfootnotemark" accesskey="p" rel="previous">\footnotemark</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Symbolic-footnotes" accesskey="n" rel="next">Symbolic footnotes</a>, Previous: <a href="#g_t_005cfootnotemark" accesskey="p" rel="prev">\footnotemark</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cfootnotetext-1"></a>
<h3 class="section">12.3 <code>\footnotetext</code></h3>
@@ -4561,7 +4636,7 @@ appear in outer paragraph mode.
<a name="Symbolic-footnotes"></a>
<div class="header">
<p>
-Next: <a href="#Footnote-parameters" accesskey="n" rel="next">Footnote parameters</a>, Previous: <a href="#g_t_005cfootnotetext" accesskey="p" rel="previous">\footnotetext</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Footnote-parameters" accesskey="n" rel="next">Footnote parameters</a>, Previous: <a href="#g_t_005cfootnotetext" accesskey="p" rel="prev">\footnotetext</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Symbolic-footnotes-1"></a>
<h3 class="section">12.4 Symbolic footnotes</h3>
@@ -4586,7 +4661,7 @@ redefine <code>\@fnsymbol</code>.
<a name="Footnote-parameters"></a>
<div class="header">
<p>
-Previous: <a href="#Symbolic-footnotes" accesskey="p" rel="previous">Symbolic footnotes</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#Symbolic-footnotes" accesskey="p" rel="prev">Symbolic footnotes</a>, Up: <a href="#Footnotes" accesskey="u" rel="up">Footnotes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Footnote-parameters-1"></a>
<h3 class="section">12.5 Footnote parameters</h3>
@@ -4621,7 +4696,7 @@ footnotes. This is &lsquo;<samp>6.65pt</samp>&rsquo; for &lsquo;<samp>10pt</sam
<a name="Definitions"></a>
<div class="header">
<p>
-Next: <a href="#Counters" accesskey="n" rel="next">Counters</a>, Previous: <a href="#Footnotes" accesskey="p" rel="previous">Footnotes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Counters" accesskey="n" rel="next">Counters</a>, Previous: <a href="#Footnotes" accesskey="p" rel="prev">Footnotes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Definitions-1"></a>
<h2 class="chapter">13 Definitions</h2>
@@ -4711,7 +4786,7 @@ text of the <var>n</var>th argument.
<a name="g_t_005cnewcounter"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cnewlength" accesskey="n" rel="next">\newlength</a>, Previous: <a href="#g_t_005cnewcommand-_0026-_005crenewcommand" accesskey="p" rel="previous">\newcommand &amp; \renewcommand</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cnewlength" accesskey="n" rel="next">\newlength</a>, Previous: <a href="#g_t_005cnewcommand-_0026-_005crenewcommand" accesskey="p" rel="prev">\newcommand &amp; \renewcommand</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewcounter-1"></a>
<h3 class="section">13.2 <code>\newcounter</code></h3>
@@ -4737,7 +4812,7 @@ will be reset whenever <var>countername</var> is incremented.
<a name="g_t_005cnewlength"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cnewsavebox" accesskey="n" rel="next">\newsavebox</a>, Previous: <a href="#g_t_005cnewcounter" accesskey="p" rel="previous">\newcounter</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cnewsavebox" accesskey="n" rel="next">\newsavebox</a>, Previous: <a href="#g_t_005cnewcounter" accesskey="p" rel="prev">\newcounter</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewlength-1"></a>
<h3 class="section">13.3 <code>\newlength</code></h3>
@@ -4763,7 +4838,7 @@ for more information about lengths in general.
<a name="g_t_005cnewsavebox"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="n" rel="next">\newenvironment &amp; \renewenvironment</a>, Previous: <a href="#g_t_005cnewlength" accesskey="p" rel="previous">\newlength</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="n" rel="next">\newenvironment &amp; \renewenvironment</a>, Previous: <a href="#g_t_005cnewlength" accesskey="p" rel="prev">\newlength</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewsavebox-1"></a>
<h3 class="section">13.4 <code>\newsavebox</code></h3>
@@ -4783,7 +4858,7 @@ defined, to refer to a new bin for storing boxes.
<a name="g_t_005cnewenvironment-_0026-_005crenewenvironment"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cnewtheorem" accesskey="n" rel="next">\newtheorem</a>, Previous: <a href="#g_t_005cnewsavebox" accesskey="p" rel="previous">\newsavebox</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cnewtheorem" accesskey="n" rel="next">\newtheorem</a>, Previous: <a href="#g_t_005cnewsavebox" accesskey="p" rel="prev">\newsavebox</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewenvironment-_0026-_005crenewenvironment-1"></a>
<h3 class="section">13.5 <code>\newenvironment</code> &amp; <code>\renewenvironment</code></h3>
@@ -4845,7 +4920,7 @@ may not contain any argument parameters.
<a name="g_t_005cnewtheorem"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cnewfont" accesskey="n" rel="next">\newfont</a>, Previous: <a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="p" rel="previous">\newenvironment &amp; \renewenvironment</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cnewfont" accesskey="n" rel="next">\newfont</a>, Previous: <a href="#g_t_005cnewenvironment-_0026-_005crenewenvironment" accesskey="p" rel="prev">\newenvironment &amp; \renewenvironment</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewtheorem-1"></a>
<h3 class="section">13.6 <code>\newtheorem</code></h3>
@@ -4892,7 +4967,7 @@ not both.
<a name="g_t_005cnewfont"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cprotect" accesskey="n" rel="next">\protect</a>, Previous: <a href="#g_t_005cnewtheorem" accesskey="p" rel="previous">\newtheorem</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cprotect" accesskey="n" rel="next">\protect</a>, Previous: <a href="#g_t_005cnewtheorem" accesskey="p" rel="prev">\newtheorem</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnewfont-1"></a>
<h3 class="section">13.7 <code>\newfont</code></h3>
@@ -4918,7 +4993,7 @@ More commonly, fonts are defined in families through <samp>.fd</samp> files.
<a name="g_t_005cprotect"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cnewfont" accesskey="p" rel="previous">\newfont</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cnewfont" accesskey="p" rel="prev">\newfont</a>, Up: <a href="#Definitions" accesskey="u" rel="up">Definitions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cprotect-1"></a>
<h3 class="section">13.8 <code>\protect</code></h3>
@@ -4954,7 +5029,7 @@ be preceded by <code>\protect</code>.
<a name="Counters"></a>
<div class="header">
<p>
-Next: <a href="#Lengths" accesskey="n" rel="next">Lengths</a>, Previous: <a href="#Definitions" accesskey="p" rel="previous">Definitions</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Lengths" accesskey="n" rel="next">Lengths</a>, Previous: <a href="#Definitions" accesskey="p" rel="prev">Definitions</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Counters-1"></a>
<h2 class="chapter">14 Counters</h2>
@@ -5048,8 +5123,8 @@ symbols (conventionally used for labeling footnotes). The value of
</p>
<p>The symbols mostly aren&rsquo;t supported in Info, but here are the names:
</p><div class="display">
-<pre class="display">asterix(*) dagger ddagger section-sign paragraph-sign parallel
-double-asterix(**) double-dagger double-ddagger
+<pre class="display">asterisk(*) dagger ddagger section-sign paragraph-sign parallel
+double-asterisk(**) double-dagger double-ddagger
</pre></div>
</dd>
@@ -5060,7 +5135,7 @@ double-asterix(**) double-dagger double-ddagger
<a name="g_t_005cusecounter"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cvalue" accesskey="n" rel="next">\value</a>, Previous: <a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" accesskey="p" rel="previous">\alph \Alph \arabic \roman \Roman \fnsymbol</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cvalue" accesskey="n" rel="next">\value</a>, Previous: <a href="#g_t_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol" accesskey="p" rel="prev">\alph \Alph \arabic \roman \Roman \fnsymbol</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cusecounter_007bcounter_007d"></a>
<h3 class="section">14.2 <code>\usecounter{<var>counter</var>}</code></h3>
@@ -5083,7 +5158,7 @@ the list items.
<a name="g_t_005cvalue"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005csetcounter" accesskey="n" rel="next">\setcounter</a>, Previous: <a href="#g_t_005cusecounter" accesskey="p" rel="previous">\usecounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005csetcounter" accesskey="n" rel="next">\setcounter</a>, Previous: <a href="#g_t_005cusecounter" accesskey="p" rel="prev">\usecounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvalue_007bcounter_007d"></a>
<h3 class="section">14.3 <code>\value{<var>counter</var>}</code></h3>
@@ -5110,7 +5185,7 @@ be used anywhere LaTeX expects a number, for example:
<a name="g_t_005csetcounter"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005caddtocounter" accesskey="n" rel="next">\addtocounter</a>, Previous: <a href="#g_t_005cvalue" accesskey="p" rel="previous">\value</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005caddtocounter" accesskey="n" rel="next">\addtocounter</a>, Previous: <a href="#g_t_005cvalue" accesskey="p" rel="prev">\value</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csetcounter_007bcounter_007d_007bvalue_007d"></a>
<h3 class="section">14.4 <code>\setcounter{<var>counter</var>}{<var>value</var>}</code></h3>
@@ -5132,7 +5207,7 @@ Next: <a href="#g_t_005caddtocounter" accesskey="n" rel="next">\addtocounter</a>
<a name="g_t_005caddtocounter"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005crefstepcounter" accesskey="n" rel="next">\refstepcounter</a>, Previous: <a href="#g_t_005csetcounter" accesskey="p" rel="previous">\setcounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005crefstepcounter" accesskey="n" rel="next">\refstepcounter</a>, Previous: <a href="#g_t_005csetcounter" accesskey="p" rel="prev">\setcounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddtocounter_007bcounter_007d_007bvalue_007d"></a>
<h3 class="section">14.5 <code>\addtocounter{<var>counter</var>}{<var>value</var>}</code></h3>
@@ -5146,7 +5221,7 @@ amount specified by the <var>value</var> argument, which may be negative.
<a name="g_t_005crefstepcounter"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cstepcounter" accesskey="n" rel="next">\stepcounter</a>, Previous: <a href="#g_t_005caddtocounter" accesskey="p" rel="previous">\addtocounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cstepcounter" accesskey="n" rel="next">\stepcounter</a>, Previous: <a href="#g_t_005caddtocounter" accesskey="p" rel="prev">\addtocounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005crefstepcounter_007bcounter_007d"></a>
<h3 class="section">14.6 <code>\refstepcounter{<var>counter</var>}</code></h3>
@@ -5161,7 +5236,7 @@ current <code>\ref</code> value to be the result of <code>\thecounter</code>.
<a name="g_t_005cstepcounter"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cday-_005cmonth-_005cyear" accesskey="n" rel="next">\day \month \year</a>, Previous: <a href="#g_t_005crefstepcounter" accesskey="p" rel="previous">\refstepcounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cday-_005cmonth-_005cyear" accesskey="n" rel="next">\day \month \year</a>, Previous: <a href="#g_t_005crefstepcounter" accesskey="p" rel="prev">\refstepcounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cstepcounter_007bcounter_007d"></a>
<h3 class="section">14.7 <code>\stepcounter{<var>counter</var>}</code></h3>
@@ -5175,7 +5250,7 @@ resets all subsidiary counters.
<a name="g_t_005cday-_005cmonth-_005cyear"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cstepcounter" accesskey="p" rel="previous">\stepcounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cstepcounter" accesskey="p" rel="prev">\stepcounter</a>, Up: <a href="#Counters" accesskey="u" rel="up">Counters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cday-_005cmonth-_005cyear_003a-Predefined-counters"></a>
<h3 class="section">14.8 <code>\day \month \year</code>: Predefined counters</h3>
@@ -5197,7 +5272,7 @@ current day (see <a href="#g_t_005ctoday">\today</a>).
<a name="Lengths"></a>
<div class="header">
<p>
-Next: <a href="#Making-paragraphs" accesskey="n" rel="next">Making paragraphs</a>, Previous: <a href="#Counters" accesskey="p" rel="previous">Counters</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Making-paragraphs" accesskey="n" rel="next">Making paragraphs</a>, Previous: <a href="#Counters" accesskey="p" rel="prev">Counters</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Lengths-1"></a>
<h2 class="chapter">15 Lengths</h2>
@@ -5243,7 +5318,7 @@ understands, i.e., inches (<code>in</code>), millimeters (<code>mm</code>), poin
<a name="g_t_005caddtolength"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005csettodepth" accesskey="n" rel="next">\settodepth</a>, Previous: <a href="#g_t_005csetlength" accesskey="p" rel="previous">\setlength</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005csettodepth" accesskey="n" rel="next">\settodepth</a>, Previous: <a href="#g_t_005csetlength" accesskey="p" rel="prev">\setlength</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddtolength_007b_005clen_007d_007bamount_007d"></a>
<h3 class="section">15.2 \addtolength{<var>\len</var>}{<var>amount</var>}</h3>
@@ -5259,7 +5334,7 @@ may be negative.
<a name="g_t_005csettodepth"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005csettoheight" accesskey="n" rel="next">\settoheight</a>, Previous: <a href="#g_t_005caddtolength" accesskey="p" rel="previous">\addtolength</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005csettoheight" accesskey="n" rel="next">\settoheight</a>, Previous: <a href="#g_t_005caddtolength" accesskey="p" rel="prev">\addtolength</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csettodepth-1"></a>
<h3 class="section">15.3 <code>\settodepth</code></h3>
@@ -5275,7 +5350,7 @@ equal to the depth of the <code>text</code> argument.
<a name="g_t_005csettoheight"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005csettowidth" accesskey="n" rel="next">\settowidth</a>, Previous: <a href="#g_t_005csettodepth" accesskey="p" rel="previous">\settodepth</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005csettowidth" accesskey="n" rel="next">\settowidth</a>, Previous: <a href="#g_t_005csettodepth" accesskey="p" rel="prev">\settodepth</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csettoheight-1"></a>
<h3 class="section">15.4 <code>\settoheight</code></h3>
@@ -5292,7 +5367,7 @@ equal to the height of the <code>text</code> argument.
<a name="g_t_005csettowidth"></a>
<div class="header">
<p>
-Next: <a href="#Predefined-lengths" accesskey="n" rel="next">Predefined lengths</a>, Previous: <a href="#g_t_005csettoheight" accesskey="p" rel="previous">\settoheight</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Predefined-lengths" accesskey="n" rel="next">Predefined lengths</a>, Previous: <a href="#g_t_005csettoheight" accesskey="p" rel="prev">\settoheight</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csettowidth_007b_005clen_007d_007btext_007d"></a>
<h3 class="section">15.5 <code>\settowidth{\<var>len</var>}{<var>text</var>}</code></h3>
@@ -5306,7 +5381,7 @@ to the width of the <var>text</var> argument.
<a name="Predefined-lengths"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005csettowidth" accesskey="p" rel="previous">\settowidth</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005csettowidth" accesskey="p" rel="prev">\settowidth</a>, Up: <a href="#Lengths" accesskey="u" rel="up">Lengths</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Predefined-lengths-1"></a>
<h3 class="section">15.6 Predefined lengths</h3>
@@ -5338,7 +5413,7 @@ natural size, e.g., say
<a name="Making-paragraphs"></a>
<div class="header">
<p>
-Next: <a href="#Math-formulas" accesskey="n" rel="next">Math formulas</a>, Previous: <a href="#Lengths" accesskey="p" rel="previous">Lengths</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Math-formulas" accesskey="n" rel="next">Math formulas</a>, Previous: <a href="#Lengths" accesskey="p" rel="prev">Lengths</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Making-paragraphs-1"></a>
<h2 class="chapter">16 Making paragraphs</h2>
@@ -5388,7 +5463,7 @@ mode, otherwise <code>15pt</code> for <code>10pt</code> documents, <code>17pt</c
<a name="g_t_005cnoindent"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cparskip" accesskey="n" rel="next">\parskip</a>, Previous: <a href="#g_t_005cindent" accesskey="p" rel="previous">\indent</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cparskip" accesskey="n" rel="next">\parskip</a>, Previous: <a href="#g_t_005cindent" accesskey="p" rel="prev">\indent</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cnoindent-1"></a>
<h3 class="section">16.2 <code>\noindent</code></h3>
@@ -5404,7 +5479,7 @@ the middle of a paragraph.
<a name="g_t_005cparskip"></a>
<div class="header">
<p>
-Next: <a href="#Marginal-notes" accesskey="n" rel="next">Marginal notes</a>, Previous: <a href="#g_t_005cnoindent" accesskey="p" rel="previous">\noindent</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Marginal-notes" accesskey="n" rel="next">Marginal notes</a>, Previous: <a href="#g_t_005cnoindent" accesskey="p" rel="prev">\noindent</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cparskip-1"></a>
<h3 class="section">16.3 <code>\parskip</code></h3>
@@ -5419,7 +5494,7 @@ before each paragraph. The default is <code>0pt plus1pt</code>.
<a name="Marginal-notes"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cparskip" accesskey="p" rel="previous">\parskip</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cparskip" accesskey="p" rel="prev">\parskip</a>, Up: <a href="#Making-paragraphs" accesskey="u" rel="up">Making paragraphs</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Marginal-notes-1"></a>
<h3 class="section">16.4 Marginal notes</h3>
@@ -5495,7 +5570,7 @@ notes from falling off the bottom of the page.
<a name="Math-formulas"></a>
<div class="header">
<p>
-Next: <a href="#Modes" accesskey="n" rel="next">Modes</a>, Previous: <a href="#Making-paragraphs" accesskey="p" rel="previous">Making paragraphs</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Modes" accesskey="n" rel="next">Modes</a>, Previous: <a href="#Making-paragraphs" accesskey="p" rel="prev">Making paragraphs</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Math-formulas-1"></a>
<h2 class="chapter">17 Math formulas</h2>
@@ -5601,7 +5676,7 @@ superscript.
<a name="Math-symbols"></a>
<div class="header">
<p>
-Next: <a href="#Math-functions" accesskey="n" rel="next">Math functions</a>, Previous: <a href="#Subscripts-_0026-superscripts" accesskey="p" rel="previous">Subscripts &amp; superscripts</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Math-functions" accesskey="n" rel="next">Math functions</a>, Previous: <a href="#Subscripts-_0026-superscripts" accesskey="p" rel="prev">Subscripts &amp; superscripts</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Math-symbols-1"></a>
<h3 class="section">17.2 Math symbols</h3>
@@ -6868,7 +6943,7 @@ the pi symbol (<em>\pi</em>) in your output.
<a name="Math-functions"></a>
<div class="header">
<p>
-Next: <a href="#Math-accents" accesskey="n" rel="next">Math accents</a>, Previous: <a href="#Math-symbols" accesskey="p" rel="previous">Math symbols</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Math-accents" accesskey="n" rel="next">Math accents</a>, Previous: <a href="#Math-symbols" accesskey="p" rel="prev">Math symbols</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Math-functions-1"></a>
<h3 class="section">17.3 Math functions</h3>
@@ -7090,7 +7165,7 @@ spacing.
<a name="Math-accents"></a>
<div class="header">
<p>
-Next: <a href="#Spacing-in-math-mode" accesskey="n" rel="next">Spacing in math mode</a>, Previous: <a href="#Math-functions" accesskey="p" rel="previous">Math functions</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Spacing-in-math-mode" accesskey="n" rel="next">Spacing in math mode</a>, Previous: <a href="#Math-functions" accesskey="p" rel="prev">Math functions</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Math-accents-1"></a>
<h3 class="section">17.4 Math accents</h3>
@@ -7217,7 +7292,7 @@ in math. These are different from accents in normal text
<a name="Spacing-in-math-mode"></a>
<div class="header">
<p>
-Next: <a href="#Math-miscellany" accesskey="n" rel="next">Math miscellany</a>, Previous: <a href="#Math-accents" accesskey="p" rel="previous">Math accents</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Math-miscellany" accesskey="n" rel="next">Math miscellany</a>, Previous: <a href="#Math-accents" accesskey="p" rel="prev">Math accents</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Spacing-in-math-mode-1"></a>
<h3 class="section">17.5 Spacing in math mode</h3>
@@ -7254,7 +7329,7 @@ commands for use in math mode:
<a name="Math-miscellany"></a>
<div class="header">
<p>
-Previous: <a href="#Spacing-in-math-mode" accesskey="p" rel="previous">Spacing in math mode</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#Spacing-in-math-mode" accesskey="p" rel="prev">Spacing in math mode</a>, Up: <a href="#Math-formulas" accesskey="u" rel="up">Math formulas</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Math-miscellany-1"></a>
<h3 class="section">17.6 Math miscellany</h3>
@@ -7358,7 +7433,7 @@ descenders.
<a name="Modes"></a>
<div class="header">
<p>
-Next: <a href="#Page-styles" accesskey="n" rel="next">Page styles</a>, Previous: <a href="#Math-formulas" accesskey="p" rel="previous">Math formulas</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Page-styles" accesskey="n" rel="next">Page styles</a>, Previous: <a href="#Math-formulas" accesskey="p" rel="prev">Math formulas</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Modes-1"></a>
<h2 class="chapter">18 Modes</h2>
@@ -7410,7 +7485,7 @@ in, is called &ldquo;outer paragraph mode&rdquo;.
<a name="Page-styles"></a>
<div class="header">
<p>
-Next: <a href="#Spaces" accesskey="n" rel="next">Spaces</a>, Previous: <a href="#Modes" accesskey="p" rel="previous">Modes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Spaces" accesskey="n" rel="next">Spaces</a>, Previous: <a href="#Modes" accesskey="p" rel="prev">Modes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Page-styles-1"></a>
<h2 class="chapter">19 Page styles</h2>
@@ -7495,7 +7570,7 @@ document. Use <code>\\</code> to force a line break, as usual.
<a name="g_t_005cpagenumbering"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cpagestyle" accesskey="n" rel="next">\pagestyle</a>, Previous: <a href="#g_t_005cmaketitle" accesskey="p" rel="previous">\maketitle</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cpagestyle" accesskey="n" rel="next">\pagestyle</a>, Previous: <a href="#g_t_005cmaketitle" accesskey="p" rel="prev">\maketitle</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cpagenumbering-1"></a>
<h3 class="section">19.2 <code>\pagenumbering</code></h3>
@@ -7513,16 +7588,20 @@ Next: <a href="#g_t_005cpagestyle" accesskey="n" rel="next">\pagestyle</a>, Prev
<dl compact="compact">
<dt><code>arabic</code></dt>
<dd><p>arabic numerals
-</p></dd>
+</p>
+</dd>
<dt><code>roman</code></dt>
<dd><p>lowercase Roman numerals
-</p></dd>
+</p>
+</dd>
<dt><code>Roman</code></dt>
<dd><p>uppercase Roman numerals
-</p></dd>
+</p>
+</dd>
<dt><code>alph</code></dt>
<dd><p>lowercase letters
-</p></dd>
+</p>
+</dd>
<dt><code>Alph</code></dt>
<dd><p>uppercase letters
</p></dd>
@@ -7533,7 +7612,7 @@ Next: <a href="#g_t_005cpagestyle" accesskey="n" rel="next">\pagestyle</a>, Prev
<a name="g_t_005cpagestyle"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cthispagestyle" accesskey="n" rel="next">\thispagestyle</a>, Previous: <a href="#g_t_005cpagenumbering" accesskey="p" rel="previous">\pagenumbering</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cthispagestyle" accesskey="n" rel="next">\thispagestyle</a>, Previous: <a href="#g_t_005cpagenumbering" accesskey="p" rel="prev">\pagenumbering</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cpagestyle-1"></a>
<h3 class="section">19.3 <code>\pagestyle</code></h3>
@@ -7580,7 +7659,7 @@ goes in the headers.
</dt>
<dd><p>Sets both the left and the right heading. A &ldquo;left-hand heading&rdquo;
(<var>left</var>) is generated by the last <code>\markboth</code> command before
-the end of the page, while a &ldquo;right-hand heading&rdquo; (<var>right</var> is
+the end of the page, while a &ldquo;right-hand heading&rdquo; (<var>right</var>) is
generated by the first <code>\markboth</code> or <code>\markright</code> that
comes on the page if there is one, otherwise by the last one before
the page.
@@ -7599,7 +7678,7 @@ the page.
<a name="g_t_005cthispagestyle"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cpagestyle" accesskey="p" rel="previous">\pagestyle</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cpagestyle" accesskey="p" rel="prev">\pagestyle</a>, Up: <a href="#Page-styles" accesskey="u" rel="up">Page styles</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cthispagestyle_007bstyle_007d"></a>
<h3 class="section">19.4 <code>\thispagestyle{<var>style</var>}</code></h3>
@@ -7614,7 +7693,7 @@ changes to <var>style</var> for the current page only.
<a name="Spaces"></a>
<div class="header">
<p>
-Next: <a href="#Boxes" accesskey="n" rel="next">Boxes</a>, Previous: <a href="#Page-styles" accesskey="p" rel="previous">Page styles</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Boxes" accesskey="n" rel="next">Boxes</a>, Previous: <a href="#Page-styles" accesskey="p" rel="prev">Page styles</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Spaces-1"></a>
<h2 class="chapter">20 Spaces</h2>
@@ -7688,7 +7767,7 @@ form.
<a name="g_t_005chfill"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cSPACE" accesskey="n" rel="next">\SPACE</a>, Previous: <a href="#g_t_005chspace" accesskey="p" rel="previous">\hspace</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cSPACE" accesskey="n" rel="next">\SPACE</a>, Previous: <a href="#g_t_005chspace" accesskey="p" rel="prev">\hspace</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005chfill-1"></a>
<h3 class="section">20.2 <code>\hfill</code></h3>
@@ -7708,7 +7787,7 @@ equivalent to <code>\hfill</code>.
<a name="g_t_005cSPACE"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cAT" accesskey="n" rel="next">\AT</a>, Previous: <a href="#g_t_005chfill" accesskey="p" rel="previous">\hfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cAT" accesskey="n" rel="next">\AT</a>, Previous: <a href="#g_t_005chfill" accesskey="p" rel="prev">\hfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cSPACE-1"></a>
<h3 class="section">20.3 <code>\SPACE</code></h3>
@@ -7730,7 +7809,7 @@ are equivalent to <code>\ </code>.
<a name="g_t_005cAT"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cthinspace" accesskey="n" rel="next">\thinspace</a>, Previous: <a href="#g_t_005cSPACE" accesskey="p" rel="previous">\SPACE</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cthinspace" accesskey="n" rel="next">\thinspace</a>, Previous: <a href="#g_t_005cSPACE" accesskey="p" rel="prev">\SPACE</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005c_0040"></a>
<h3 class="section">20.4 <code>\@</code></h3>
@@ -7758,7 +7837,7 @@ a capital letter. Here are side-by-side examples with and without
<a name="g_t_005cthinspace"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005c_002f" accesskey="n" rel="next">\/</a>, Previous: <a href="#g_t_005cAT" accesskey="p" rel="previous">\AT</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005c_002f" accesskey="n" rel="next">\/</a>, Previous: <a href="#g_t_005cAT" accesskey="p" rel="prev">\AT</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cthinspace-1"></a>
<h3 class="section">20.5 <code>\thinspace</code></h3>
@@ -7773,7 +7852,7 @@ in &rsquo;&rdquo;.
<a name="g_t_005c_002f"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005chrulefill" accesskey="n" rel="next">\hrulefill</a>, Previous: <a href="#g_t_005cthinspace" accesskey="p" rel="previous">\thinspace</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005chrulefill" accesskey="n" rel="next">\hrulefill</a>, Previous: <a href="#g_t_005cthinspace" accesskey="p" rel="prev">\thinspace</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005c_002f-1"></a>
<h3 class="section">20.6 <code>\/</code></h3>
@@ -7801,7 +7880,7 @@ with pdfTeX.
<a name="g_t_005chrulefill"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cdotfill" accesskey="n" rel="next">\dotfill</a>, Previous: <a href="#g_t_005c_002f" accesskey="p" rel="previous">\/</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cdotfill" accesskey="n" rel="next">\dotfill</a>, Previous: <a href="#g_t_005c_002f" accesskey="p" rel="prev">\/</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005chrulefill-1"></a>
<h3 class="section">20.7 <code>\hrulefill</code></h3>
@@ -7816,7 +7895,7 @@ rule.
<a name="g_t_005cdotfill"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005caddvspace" accesskey="n" rel="next">\addvspace</a>, Previous: <a href="#g_t_005chrulefill" accesskey="p" rel="previous">\hrulefill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005caddvspace" accesskey="n" rel="next">\addvspace</a>, Previous: <a href="#g_t_005chrulefill" accesskey="p" rel="prev">\hrulefill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cdotfill-1"></a>
<h3 class="section">20.8 <code>\dotfill</code></h3>
@@ -7831,7 +7910,7 @@ with dots instead of just white space.
<a name="g_t_005caddvspace"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="n" rel="next">\bigskip \medskip \smallskip</a>, Previous: <a href="#g_t_005cdotfill" accesskey="p" rel="previous">\dotfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="n" rel="next">\bigskip \medskip \smallskip</a>, Previous: <a href="#g_t_005cdotfill" accesskey="p" rel="prev">\dotfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddvspace-1"></a>
<h3 class="section">20.9 <code>\addvspace</code></h3>
@@ -7852,7 +7931,7 @@ of the total vertical space equal to <code>length</code>.
<a name="g_t_005cbigskip-_005cmedskip-_005csmallskip"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cvfill" accesskey="n" rel="next">\vfill</a>, Previous: <a href="#g_t_005caddvspace" accesskey="p" rel="previous">\addvspace</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cvfill" accesskey="n" rel="next">\vfill</a>, Previous: <a href="#g_t_005caddvspace" accesskey="p" rel="prev">\addvspace</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cbigskip-_005cmedskip-_005csmallskip-1"></a>
<h3 class="section">20.10 <code>\bigskip \medskip \smallskip</code></h3>
@@ -7890,7 +7969,7 @@ quarter of a line space (with stretch and shrink).
<a name="g_t_005cvfill"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cvspace" accesskey="n" rel="next">\vspace</a>, Previous: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="p" rel="previous">\bigskip \medskip \smallskip</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cvspace" accesskey="n" rel="next">\vspace</a>, Previous: <a href="#g_t_005cbigskip-_005cmedskip-_005csmallskip" accesskey="p" rel="prev">\bigskip \medskip \smallskip</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvfill-1"></a>
<h3 class="section">20.11 <code>\vfill</code></h3>
@@ -7905,7 +7984,7 @@ can stretch or shrink vertically as far as needed. It&rsquo;s equivalent to
<a name="g_t_005cvspace"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cvfill" accesskey="p" rel="previous">\vfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cvfill" accesskey="p" rel="prev">\vfill</a>, Up: <a href="#Spaces" accesskey="u" rel="up">Spaces</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cvspace_005b_002a_005d_007blength_007d"></a>
<h3 class="section">20.12 <code>\vspace[*]{<var>length</var>}</code></h3>
@@ -7929,7 +8008,7 @@ space is not removed.
<a name="Boxes"></a>
<div class="header">
<p>
-Next: <a href="#Special-insertions" accesskey="n" rel="next">Special insertions</a>, Previous: <a href="#Spaces" accesskey="p" rel="previous">Spaces</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Special-insertions" accesskey="n" rel="next">Special insertions</a>, Previous: <a href="#Spaces" accesskey="p" rel="prev">Spaces</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Boxes-1"></a>
<h2 class="chapter">21 Boxes</h2>
@@ -7981,7 +8060,7 @@ lines, so it can be used to prevent hyphenation.
<a name="g_t_005cfbox-and-_005cframebox"></a>
<div class="header">
<p>
-Next: <a href="#lrbox" accesskey="n" rel="next">lrbox</a>, Previous: <a href="#g_t_005cmbox" accesskey="p" rel="previous">\mbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#lrbox" accesskey="n" rel="next">lrbox</a>, Previous: <a href="#g_t_005cmbox" accesskey="p" rel="prev">\mbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cfbox-and-_005cframebox-1"></a>
<h3 class="section">21.2 <code>\fbox</code> and <code>\framebox</code></h3>
@@ -8017,7 +8096,7 @@ argument. </p>
<a name="lrbox"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cmakebox" accesskey="n" rel="next">\makebox</a>, Previous: <a href="#g_t_005cfbox-and-_005cframebox" accesskey="p" rel="previous">\fbox and \framebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cmakebox" accesskey="n" rel="next">\makebox</a>, Previous: <a href="#g_t_005cfbox-and-_005cframebox" accesskey="p" rel="prev">\fbox and \framebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="lrbox-1"></a>
<h3 class="section">21.3 <code>lrbox</code></h3>
@@ -8035,7 +8114,7 @@ must have been declared with <code>\newsavebox</code>.
<a name="g_t_005cmakebox"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cparbox" accesskey="n" rel="next">\parbox</a>, Previous: <a href="#lrbox" accesskey="p" rel="previous">lrbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cparbox" accesskey="n" rel="next">\parbox</a>, Previous: <a href="#lrbox" accesskey="p" rel="prev">lrbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmakebox-2"></a>
<h3 class="section">21.4 <code>\makebox</code></h3>
@@ -8077,7 +8156,7 @@ see <a href="#g_t_005cmakebox-_0028picture_0029">\makebox (picture)</a>.
<a name="g_t_005cparbox"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005craisebox" accesskey="n" rel="next">\raisebox</a>, Previous: <a href="#g_t_005cmakebox" accesskey="p" rel="previous">\makebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005craisebox" accesskey="n" rel="next">\raisebox</a>, Previous: <a href="#g_t_005cmakebox" accesskey="p" rel="prev">\makebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cparbox-1"></a>
<h3 class="section">21.5 <code>\parbox</code></h3>
@@ -8138,7 +8217,7 @@ for this to work.
<a name="g_t_005craisebox"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005csavebox" accesskey="n" rel="next">\savebox</a>, Previous: <a href="#g_t_005cparbox" accesskey="p" rel="previous">\parbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005csavebox" accesskey="n" rel="next">\savebox</a>, Previous: <a href="#g_t_005cparbox" accesskey="p" rel="prev">\parbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005craisebox-1"></a>
<h3 class="section">21.6 <code>\raisebox</code></h3>
@@ -8165,7 +8244,7 @@ ignoring its natural height and depth.
<a name="g_t_005csavebox"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005csbox" accesskey="n" rel="next">\sbox</a>, Previous: <a href="#g_t_005craisebox" accesskey="p" rel="previous">\raisebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005csbox" accesskey="n" rel="next">\sbox</a>, Previous: <a href="#g_t_005craisebox" accesskey="p" rel="prev">\raisebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csavebox-1"></a>
<h3 class="section">21.7 <code>\savebox</code></h3>
@@ -8187,7 +8266,7 @@ declared with <code>\newsavebox</code> (see <a href="#g_t_005cnewsavebox">\newsa
<a name="g_t_005csbox"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cusebox" accesskey="n" rel="next">\usebox</a>, Previous: <a href="#g_t_005csavebox" accesskey="p" rel="previous">\savebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cusebox" accesskey="n" rel="next">\usebox</a>, Previous: <a href="#g_t_005csavebox" accesskey="p" rel="prev">\savebox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csbox_007b_005cboxcmd_007d_007btext_007d"></a>
<h3 class="section">21.8 <code>\sbox{<var>\boxcmd</var>}{<var>text</var>}</code></h3>
@@ -8210,7 +8289,7 @@ included in the normal output, it is saved in the box labeled
<a name="g_t_005cusebox"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005csbox" accesskey="p" rel="previous">\sbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005csbox" accesskey="p" rel="prev">\sbox</a>, Up: <a href="#Boxes" accesskey="u" rel="up">Boxes</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cusebox_007b_005cboxcmd"></a>
<h3 class="section">21.9 <code>\usebox{<var>\boxcmd</var></code></h3>
@@ -8222,7 +8301,7 @@ Previous: <a href="#g_t_005csbox" accesskey="p" rel="previous">\sbox</a>, Up: <a
<pre class="example">\usebox{<var>\boxcmd</var>}
</pre></div>
-<p><code>\usebox</code> producesthe box most recently saved in the bin
+<p><code>\usebox</code> produces the box most recently saved in the bin
<var>\boxcmd</var> by a <code>\savebox</code> command (see <a href="#g_t_005csavebox">\savebox</a>).
</p>
@@ -8230,7 +8309,7 @@ Previous: <a href="#g_t_005csbox" accesskey="p" rel="previous">\sbox</a>, Up: <a
<a name="Special-insertions"></a>
<div class="header">
<p>
-Next: <a href="#Splitting-the-input" accesskey="n" rel="next">Splitting the input</a>, Previous: <a href="#Boxes" accesskey="p" rel="previous">Boxes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Splitting-the-input" accesskey="n" rel="next">Splitting the input</a>, Previous: <a href="#Boxes" accesskey="p" rel="prev">Boxes</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Special-insertions-1"></a>
<h2 class="chapter">22 Special insertions</h2>
@@ -8314,7 +8393,7 @@ with <code>&quot;</code>, so the previous example could also be written as
<a name="Text-symbols"></a>
<div class="header">
<p>
-Next: <a href="#Accents" accesskey="n" rel="next">Accents</a>, Previous: <a href="#Reserved-characters" accesskey="p" rel="previous">Reserved characters</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Accents" accesskey="n" rel="next">Accents</a>, Previous: <a href="#Reserved-characters" accesskey="p" rel="prev">Reserved characters</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Text-symbols-1"></a>
<h3 class="section">22.2 Text symbols</h3>
@@ -8771,7 +8850,7 @@ has the ascender height.
<a name="Accents"></a>
<div class="header">
<p>
-Next: <a href="#Non_002dEnglish-characters" accesskey="n" rel="next">Non-English characters</a>, Previous: <a href="#Text-symbols" accesskey="p" rel="previous">Text symbols</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Non_002dEnglish-characters" accesskey="n" rel="next">Non-English characters</a>, Previous: <a href="#Text-symbols" accesskey="p" rel="prev">Text symbols</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Accents-1"></a>
<h3 class="section">22.3 Accents</h3>
@@ -8958,7 +9037,7 @@ descenders. See also <code>\underline</code> in <a href="#Math-miscellany">Math
<a name="Non_002dEnglish-characters"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005crule" accesskey="n" rel="next">\rule</a>, Previous: <a href="#Accents" accesskey="p" rel="previous">Accents</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005crule" accesskey="n" rel="next">\rule</a>, Previous: <a href="#Accents" accesskey="p" rel="prev">Accents</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Non_002dEnglish-characters-1"></a>
<h3 class="section">22.4 Non-English characters</h3>
@@ -9068,7 +9147,7 @@ used in languages other than English.
<a name="g_t_005crule"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005ctoday" accesskey="n" rel="next">\today</a>, Previous: <a href="#Non_002dEnglish-characters" accesskey="p" rel="previous">Non-English characters</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005ctoday" accesskey="n" rel="next">\today</a>, Previous: <a href="#Non_002dEnglish-characters" accesskey="p" rel="prev">Non-English characters</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005crule-1"></a>
<h3 class="section">22.5 <code>\rule</code></h3>
@@ -9102,7 +9181,7 @@ rectangles. The arguments are:
<a name="g_t_005ctoday"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005crule" accesskey="p" rel="previous">\rule</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005crule" accesskey="p" rel="prev">\rule</a>, Up: <a href="#Special-insertions" accesskey="u" rel="up">Special insertions</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ctoday-1"></a>
<h3 class="section">22.6 <code>\today</code></h3>
@@ -9123,7 +9202,7 @@ of other date formats.
<a name="Splitting-the-input"></a>
<div class="header">
<p>
-Next: <a href="#Front_002fback-matter" accesskey="n" rel="next">Front/back matter</a>, Previous: <a href="#Special-insertions" accesskey="p" rel="previous">Special insertions</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Front_002fback-matter" accesskey="n" rel="next">Front/back matter</a>, Previous: <a href="#Special-insertions" accesskey="p" rel="prev">Special insertions</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Splitting-the-input-1"></a>
<h2 class="chapter">23 Splitting the input</h2>
@@ -9136,6 +9215,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.
</p>
+<p>See <a href="#filecontents">filecontents</a>, for an environment that allows bundling an
+external file to be created with the main document.
+</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#g_t_005cinclude" accesskey="1">\include</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Conditionally include a file.
</td></tr>
@@ -9180,7 +9262,7 @@ read by another <code>\include</code> command.
<a name="g_t_005cincludeonly"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cinput" accesskey="n" rel="next">\input</a>, Previous: <a href="#g_t_005cinclude" accesskey="p" rel="previous">\include</a>, Up: <a href="#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cinput" accesskey="n" rel="next">\input</a>, Previous: <a href="#g_t_005cinclude" accesskey="p" rel="prev">\include</a>, Up: <a href="#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cincludeonly-1"></a>
<h3 class="section">23.2 \<code>includeonly</code></h3>
@@ -9205,7 +9287,7 @@ effective.
<a name="g_t_005cinput"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cincludeonly" accesskey="p" rel="previous">\includeonly</a>, Up: <a href="#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cincludeonly" accesskey="p" rel="prev">\includeonly</a>, Up: <a href="#Splitting-the-input" accesskey="u" rel="up">Splitting the input</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cinput-1"></a>
<h3 class="section">23.3 \input</h3>
@@ -9226,12 +9308,11 @@ file at that point.
or &lsquo;<samp>foo.bar.tex</samp>&rsquo;). If that is not found, the original <var>file</var>
is tried (&lsquo;<samp>foo</samp>&rsquo; or &lsquo;<samp>foo.bar</samp>&rsquo;).
</p>
-
<hr>
<a name="Front_002fback-matter"></a>
<div class="header">
<p>
-Next: <a href="#Letters" accesskey="n" rel="next">Letters</a>, Previous: <a href="#Splitting-the-input" accesskey="p" rel="previous">Splitting the input</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Letters" accesskey="n" rel="next">Letters</a>, Previous: <a href="#Splitting-the-input" accesskey="p" rel="prev">Splitting the input</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Front_002fback-matter-1"></a>
<h2 class="chapter">24 Front/back matter</h2>
@@ -9341,7 +9422,7 @@ command <code>\contentsline{<var>unit</var>}{<var>name</var>}</code>.
<a name="g_t_005caddtocontents"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005caddcontentsline" accesskey="p" rel="previous">\addcontentsline</a>, Up: <a href="#Tables-of-contents" accesskey="u" rel="up">Tables of contents</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005caddcontentsline" accesskey="p" rel="prev">\addcontentsline</a>, Up: <a href="#Tables-of-contents" accesskey="u" rel="up">Tables of contents</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005caddtocontents-1"></a>
<h4 class="subsection">24.1.2 \addtocontents</h4>
@@ -9368,7 +9449,7 @@ generates the table of contents or lists of figures or tables.
<a name="Glossaries"></a>
<div class="header">
<p>
-Next: <a href="#Indexes" accesskey="n" rel="next">Indexes</a>, Previous: <a href="#Tables-of-contents" accesskey="p" rel="previous">Tables of contents</a>, Up: <a href="#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Indexes" accesskey="n" rel="next">Indexes</a>, Previous: <a href="#Tables-of-contents" accesskey="p" rel="prev">Tables of contents</a>, Up: <a href="#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Glossaries-1"></a>
<h3 class="section">24.2 Glossaries</h3>
@@ -9395,7 +9476,7 @@ glossaries.
<a name="Indexes"></a>
<div class="header">
<p>
-Previous: <a href="#Glossaries" accesskey="p" rel="previous">Glossaries</a>, Up: <a href="#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#Glossaries" accesskey="p" rel="prev">Glossaries</a>, Up: <a href="#Front_002fback-matter" accesskey="u" rel="up">Front/back matter</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Indexes-1"></a>
<h3 class="section">24.3 Indexes</h3>
@@ -9462,7 +9543,7 @@ TeX FAQ entry on this topic,
<a name="Letters"></a>
<div class="header">
<p>
-Next: <a href="#Terminal-input_002foutput" accesskey="n" rel="next">Terminal input/output</a>, Previous: <a href="#Front_002fback-matter" accesskey="p" rel="previous">Front/back matter</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Terminal-input_002foutput" accesskey="n" rel="next">Terminal input/output</a>, Previous: <a href="#Front_002fback-matter" accesskey="p" rel="prev">Front/back matter</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Letters-1"></a>
<h2 class="chapter">25 Letters</h2>
@@ -9562,7 +9643,7 @@ letter will be formatted as a personal letter.
<a name="g_t_005ccc"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cclosing" accesskey="n" rel="next">\closing</a>, Previous: <a href="#g_t_005caddress" accesskey="p" rel="previous">\address</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cclosing" accesskey="n" rel="next">\closing</a>, Previous: <a href="#g_t_005caddress" accesskey="p" rel="prev">\address</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ccc-1"></a>
<h3 class="section">25.2 <code>\cc</code></h3>
@@ -9584,7 +9665,7 @@ printed on a separate line.
<a name="g_t_005cclosing"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cencl" accesskey="n" rel="next">\encl</a>, Previous: <a href="#g_t_005ccc" accesskey="p" rel="previous">\cc</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cencl" accesskey="n" rel="next">\encl</a>, Previous: <a href="#g_t_005ccc" accesskey="p" rel="prev">\cc</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cclosing-1"></a>
<h3 class="section">25.3 <code>\closing</code></h3>
@@ -9609,7 +9690,7 @@ Next: <a href="#g_t_005cencl" accesskey="n" rel="next">\encl</a>, Previous: <a h
<a name="g_t_005cencl"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005clocation" accesskey="n" rel="next">\location</a>, Previous: <a href="#g_t_005cclosing" accesskey="p" rel="previous">\closing</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005clocation" accesskey="n" rel="next">\location</a>, Previous: <a href="#g_t_005cclosing" accesskey="p" rel="prev">\closing</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cencl-1"></a>
<h3 class="section">25.4 <code>\encl</code></h3>
@@ -9630,7 +9711,7 @@ Next: <a href="#g_t_005clocation" accesskey="n" rel="next">\location</a>, Previo
<a name="g_t_005clocation"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cmakelabels" accesskey="n" rel="next">\makelabels</a>, Previous: <a href="#g_t_005cencl" accesskey="p" rel="previous">\encl</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cmakelabels" accesskey="n" rel="next">\makelabels</a>, Previous: <a href="#g_t_005cencl" accesskey="p" rel="prev">\encl</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005clocation-1"></a>
<h3 class="section">25.5 <code>\location</code></h3>
@@ -9646,7 +9727,7 @@ if the <code>firstpage</code> pagestyle is selected.
<a name="g_t_005cmakelabels"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cname" accesskey="n" rel="next">\name</a>, Previous: <a href="#g_t_005clocation" accesskey="p" rel="previous">\location</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cname" accesskey="n" rel="next">\name</a>, Previous: <a href="#g_t_005clocation" accesskey="p" rel="prev">\location</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cmakelabels-1"></a>
<h3 class="section">25.6 <code>\makelabels</code></h3>
@@ -9663,7 +9744,7 @@ address labels. This sheet will be output before the letters.
<a name="g_t_005cname"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005copening" accesskey="n" rel="next">\opening</a>, Previous: <a href="#g_t_005cmakelabels" accesskey="p" rel="previous">\makelabels</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005copening" accesskey="n" rel="next">\opening</a>, Previous: <a href="#g_t_005cmakelabels" accesskey="p" rel="prev">\makelabels</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cname-1"></a>
<h3 class="section">25.7 <code>\name</code></h3>
@@ -9679,7 +9760,7 @@ address.
<a name="g_t_005copening"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cps" accesskey="n" rel="next">\ps</a>, Previous: <a href="#g_t_005cname" accesskey="p" rel="previous">\name</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cps" accesskey="n" rel="next">\ps</a>, Previous: <a href="#g_t_005cname" accesskey="p" rel="prev">\name</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005copening_007btext_007d"></a>
<h3 class="section">25.8 <code>\opening{<var>text</var>}</code></h3>
@@ -9705,7 +9786,7 @@ For instance:
<a name="g_t_005cps"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005csignature" accesskey="n" rel="next">\signature</a>, Previous: <a href="#g_t_005copening" accesskey="p" rel="previous">\opening</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005csignature" accesskey="n" rel="next">\signature</a>, Previous: <a href="#g_t_005copening" accesskey="p" rel="prev">\opening</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cps-1"></a>
<h3 class="section">25.9 <code>\ps</code></h3>
@@ -9720,7 +9801,7 @@ Next: <a href="#g_t_005csignature" accesskey="n" rel="next">\signature</a>, Prev
<a name="g_t_005csignature"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cstartbreaks" accesskey="n" rel="next">\startbreaks</a>, Previous: <a href="#g_t_005cps" accesskey="p" rel="previous">\ps</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cstartbreaks" accesskey="n" rel="next">\startbreaks</a>, Previous: <a href="#g_t_005cps" accesskey="p" rel="prev">\ps</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005csignature_007btext_007d"></a>
<h3 class="section">25.10 <code>\signature{<var>text</var>}</code></h3>
@@ -9735,7 +9816,7 @@ space for your signature. <code>\\</code> starts a new line within
<a name="g_t_005cstartbreaks"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005cstopbreaks" accesskey="n" rel="next">\stopbreaks</a>, Previous: <a href="#g_t_005csignature" accesskey="p" rel="previous">\signature</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005cstopbreaks" accesskey="n" rel="next">\stopbreaks</a>, Previous: <a href="#g_t_005csignature" accesskey="p" rel="prev">\signature</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cstartbreaks-1"></a>
<h3 class="section">25.11 <code>\startbreaks</code></h3>
@@ -9751,7 +9832,7 @@ Next: <a href="#g_t_005cstopbreaks" accesskey="n" rel="next">\stopbreaks</a>, Pr
<a name="g_t_005cstopbreaks"></a>
<div class="header">
<p>
-Next: <a href="#g_t_005ctelephone" accesskey="n" rel="next">\telephone</a>, Previous: <a href="#g_t_005cstartbreaks" accesskey="p" rel="previous">\startbreaks</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#g_t_005ctelephone" accesskey="n" rel="next">\telephone</a>, Previous: <a href="#g_t_005cstartbreaks" accesskey="p" rel="prev">\startbreaks</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005cstopbreaks-1"></a>
<h3 class="section">25.12 <code>\stopbreaks</code></h3>
@@ -9767,7 +9848,7 @@ Next: <a href="#g_t_005ctelephone" accesskey="n" rel="next">\telephone</a>, Prev
<a name="g_t_005ctelephone"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005cstopbreaks" accesskey="p" rel="previous">\stopbreaks</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005cstopbreaks" accesskey="p" rel="prev">\stopbreaks</a>, Up: <a href="#Letters" accesskey="u" rel="up">Letters</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ctelephone-1"></a>
<h3 class="section">25.13 <code>\telephone</code></h3>
@@ -9783,7 +9864,7 @@ Previous: <a href="#g_t_005cstopbreaks" accesskey="p" rel="previous">\stopbreaks
<a name="Terminal-input_002foutput"></a>
<div class="header">
<p>
-Next: <a href="#Command-line" accesskey="n" rel="next">Command line</a>, Previous: <a href="#Letters" accesskey="p" rel="previous">Letters</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Command-line" accesskey="n" rel="next">Command line</a>, Previous: <a href="#Letters" accesskey="p" rel="prev">Letters</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Terminal-input_002foutput-1"></a>
<h2 class="chapter">26 Terminal input/output</h2>
@@ -9827,7 +9908,7 @@ redefined to be the typed input.
<a name="g_t_005ctypeout"></a>
<div class="header">
<p>
-Previous: <a href="#g_t_005ctypein" accesskey="p" rel="previous">\typein</a>, Up: <a href="#Terminal-input_002foutput" accesskey="u" rel="up">Terminal input/output</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#g_t_005ctypein" accesskey="p" rel="prev">\typein</a>, Up: <a href="#Terminal-input_002foutput" accesskey="u" rel="up">Terminal input/output</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="g_t_005ctypeout_007bmsg_007d"></a>
<h3 class="section">26.2 <code>\typeout{<var>msg</var>}</code></h3>
@@ -9855,7 +9936,7 @@ printed, independent of surrounding spaces. A <code>^^J</code> in
<a name="Command-line"></a>
<div class="header">
<p>
-Next: <a href="#Document-templates" accesskey="n" rel="next">Document templates</a>, Previous: <a href="#Terminal-input_002foutput" accesskey="p" rel="previous">Terminal input/output</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Document-templates" accesskey="n" rel="next">Document templates</a>, Previous: <a href="#Terminal-input_002foutput" accesskey="p" rel="prev">Terminal input/output</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Command-line-1"></a>
<h2 class="chapter">27 Command line</h2>
@@ -9886,7 +9967,7 @@ command; e.g.
<a name="Document-templates"></a>
<div class="header">
<p>
-Next: <a href="#Concept-Index" accesskey="n" rel="next">Concept Index</a>, Previous: <a href="#Command-line" accesskey="p" rel="previous">Command line</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Concept-Index" accesskey="n" rel="next">Concept Index</a>, Previous: <a href="#Command-line" accesskey="p" rel="prev">Command line</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Document-templates-1"></a>
<h2 class="appendix">Appendix A Document templates</h2>
@@ -9937,7 +10018,7 @@ The end.
<a name="beamer-template"></a>
<div class="header">
<p>
-Next: <a href="#tugboat-template" accesskey="n" rel="next">tugboat template</a>, Previous: <a href="#book-template" accesskey="p" rel="previous">book template</a>, Up: <a href="#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#tugboat-template" accesskey="n" rel="next">tugboat template</a>, Previous: <a href="#book-template" accesskey="p" rel="prev">book template</a>, Up: <a href="#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="beamer-template-1"></a>
<h3 class="section">A.2 <code>beamer</code> template</h3>
@@ -9974,7 +10055,7 @@ Next: <a href="#tugboat-template" accesskey="n" rel="next">tugboat template</a>,
<a name="tugboat-template"></a>
<div class="header">
<p>
-Previous: <a href="#beamer-template" accesskey="p" rel="previous">beamer template</a>, Up: <a href="#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#beamer-template" accesskey="p" rel="prev">beamer template</a>, Up: <a href="#Document-templates" accesskey="u" rel="up">Document templates</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="tugboat-template-1"></a>
<h3 class="section">A.3 <code>tugboat</code> template</h3>
@@ -9986,8 +10067,7 @@ Previous: <a href="#beamer-template" accesskey="p" rel="previous">beamer templat
\usepackage{graphicx}
\usepackage{ifpdf}
\ifpdf
-\usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,
- urlcolor=black]{hyperref}
+\usepackage[breaklinks,hidelinks]{hyperref}
\else
\usepackage{url}
\fi
@@ -10060,7 +10140,7 @@ Email \verb|tugboat@tug.org| if problems or questions.
<a name="Concept-Index"></a>
<div class="header">
<p>
-Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previous: <a href="#Document-templates" accesskey="p" rel="previous">Document templates</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previous: <a href="#Document-templates" accesskey="p" rel="prev">Document templates</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Concept-Index-1"></a>
<h2 class="unnumbered">Concept Index</h2>
@@ -10176,6 +10256,7 @@ Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previ
<tr><td></td><td valign="top"><a href="#index-big-circle-symbols_002c-in-text">big circle symbols, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-black-boxes_002c-omitting">black boxes, omitting</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-bold-font">bold font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-bold-math">bold math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-bold-typewriter_002c-avoiding">bold typewriter, avoiding</a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-boxes">boxes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Boxes">Boxes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-brace_002c-left_002c-in-text">brace, left, in text</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
@@ -10296,6 +10377,7 @@ Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previ
<tr><td></td><td valign="top"><a href="#index-euro-symbol">euro symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-exclamation-point_002c-upside_002ddown">exclamation point, upside-down</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-exponent">exponent</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Subscripts-_0026-superscripts">Subscripts &amp; superscripts</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-external-files_002c-creating">external files, creating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-F">F</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-feminine-ordinal-symbol">feminine ordinal symbol</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Text-symbols">Text symbols</a></td></tr>
@@ -10309,7 +10391,7 @@ Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previ
<tr><td></td><td valign="top"><a href="#index-font-commands_002c-low_002dlevel">font commands, low-level</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Low_002dlevel-font-commands">Low-level font commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-font-sizes">font sizes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-font-styles">font styles</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-fonts">fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typefaces">Typefaces</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-fonts">fonts</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Fonts">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-fonts_002c-new-commands-for">fonts, new commands for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnewfont">\newfont</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-footer-style">footer style</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cpagestyle">\pagestyle</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-footer_002c-parameters-for">footer, parameters for</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Page-layout-parameters">Page layout parameters</a></td></tr>
@@ -10355,6 +10437,7 @@ Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previ
<tr><td></td><td valign="top"><a href="#index-indent_002c-suppressing">indent, suppressing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cnoindent">\noindent</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-indentation-of-paragraphs_002c-in-minipage">indentation of paragraphs, in minipage</a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-indexes">indexes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Indexes">Indexes</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-initial-command">initial command</a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-input-file">input file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Splitting-the-input">Splitting the input</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-input_002foutput">input/output</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Terminal-input_002foutput">Terminal input/output</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-inserting-figures">inserting figures</a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
@@ -10434,6 +10517,7 @@ Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previ
<tr><td></td><td valign="top"><a href="#index-math-mode_002c-entering">math mode, entering</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-formulas">Math formulas</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-math-mode_002c-spacing">math mode, spacing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Spacing-in-math-mode">Spacing in math mode</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-math-symbols">math symbols</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-math_002c-bold">math, bold</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-minipage_002c-creating-a">minipage, creating a</a>:</td><td>&nbsp;</td><td valign="top"><a href="#minipage">minipage</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-modes">modes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Modes">Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-monospace-font">monospace font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
@@ -10601,7 +10685,7 @@ Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previ
<tr><td></td><td valign="top"><a href="#index-typed-text_002c-simulating">typed text, simulating</a>:</td><td>&nbsp;</td><td valign="top"><a href="#verbatim">verbatim</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-typeface-sizes">typeface sizes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-sizes">Font sizes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-typeface-styles">typeface styles</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-typefaces">typefaces</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typefaces">Typefaces</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-typefaces">typefaces</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Fonts">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-typewriter-font">typewriter font</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Font-styles">Font styles</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-typewriter-labels-in-lists">typewriter labels in lists</a>:</td><td>&nbsp;</td><td valign="top"><a href="#description">description</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
@@ -10627,6 +10711,7 @@ Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previ
<tr><th><a name="Concept-Index_cp_letter-W">W</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-wide-hat-accent_002c-math">wide hat accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-wide-tile-accent_002c-math">wide tile accent, math</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-writing-external-files">writing external files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index_cp_letter-X">X</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-XeTeX">XeTeX</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Overview">Overview</a></td></tr>
@@ -10694,7 +10779,7 @@ Next: <a href="#Command-Index" accesskey="n" rel="next">Command Index</a>, Previ
<a name="Command-Index"></a>
<div class="header">
<p>
-Previous: <a href="#Concept-Index" accesskey="p" rel="previous">Concept Index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
+Previous: <a href="#Concept-Index" accesskey="p" rel="prev">Concept Index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Command-Index-1"></a>
<h2 class="unnumbered">Command Index</h2>
@@ -10958,6 +11043,7 @@ Previous: <a href="#Concept-Index" accesskey="p" rel="previous">Concept Index</a
<tr><td></td><td valign="top"><a href="#index-_005cdj"><code>\dj</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cDJ"><code>\DJ</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Non_002dEnglish-characters">Non-English characters</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cdocumentclass"><code>\documentclass</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-classes">Document classes</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-_005cdocumentclass_002c-commands-before"><code>\documentclass, commands before</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cdot"><code>\dot</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-accents">Math accents</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cdoteq"><code>\doteq</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Math-symbols">Math symbols</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_005cdotfill"><code>\dotfill</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#g_t_005cdotfill">\dotfill</a></td></tr>
@@ -11588,6 +11674,7 @@ Previous: <a href="#Concept-Index" accesskey="p" rel="previous">Concept Index</a
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-Index_fn_letter-F">F</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-figure"><code>figure</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#figure">figure</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-filecontents"><code>filecontents</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#filecontents">filecontents</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-final-option"><code>final <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-fleqn-option"><code>fleqn <span class="roman">option</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Document-class-options">Document class options</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-flushleft-environment"><code>flushleft <span class="roman">environment</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#flushleft">flushleft</a></td></tr>
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdf b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdf
index c2cbc892a4b..f4049cca11c 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdf
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.texi b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.texi
index 8bfe58fe889..bac9e0992a2 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.texi
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.texi
@@ -1,20 +1,20 @@
\input texinfo
-@c $Id: latex2e.texi 270 2013-05-13 17:48:08Z karl $
+@c $Id: latex2e.texi 282 2014-05-19 16:31:57Z karl $
@comment %**start of header (This is for running Texinfo on a region.)
@setfilename latex2e.info
-@set UPDATED May 2013
+@set UPDATED May 2014
@settitle @LaTeX{}2e reference manual (@value{UPDATED})
@comment %**end of header (This is for running Texinfo on a region.)
@c latex 2.09 commands should all be present now,
@c xx but latex2e stuff is missing.
@c
-@c xx mention \topnumber, \bottomnumber, \totalnumber
@c xx mention \nocorr, \textit and ic
@c xx give actual smallskip/etc. defaults
@c
@c xx merge http://ctan.org/tex-archive/info/latex-info/ (alt-latex-info)
@c xx merge permuted-index
+@c xx merge latex-manual from savannah
@c
@c xx The typeset source2e has an index with all kernel
@c xx commands, though some are internal and shouldn't be included.
@@ -33,15 +33,16 @@ George@tie{}D. Greenwade of Sam Houston State University. The
@LaTeX{}@tie{}2.09 version was written by Stephen Gilmore. The
@LaTeX{}2e version was adapted from this by Torsten Martinsen. Karl
Berry made further updates and additions, and gratefully acknowledges
-using @cite{Hypertext Help with @LaTeX{}}, by Sheldon Green, and the
+using @cite{Hypertext Help with @LaTeX{}}, by Sheldon Green, and
@cite{@LaTeX{} Command Summary} (for @LaTeX{} 2.09) by L.@tie{}Botway
and C.@tie{}Biemesderfer (published by the @TeX{} Users Group as
@cite{@TeX{}niques} number 10), as reference material (no text was
directly copied).
-Copyright @copyright{} 2007, 2008, 2009, 2010, 2011, 2012, 2013 Karl Berry.@*
-Copyright @copyright{} 1988, 1994, 2007 Stephen Gilmore.@*
-Copyright @copyright{} 1994, 1995, 1996 Torsten Martinsen.
+Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014 Karl Berry.@*
+Copyright 1988, 1994, 2007 Stephen Gilmore.@*
+Copyright 1994, 1995, 1996 Torsten Martinsen.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -73,8 +74,7 @@ into another language, under the above conditions for modified versions.
@end tex
@titlepage
-@title @LaTeX{}: Structured documents for @TeX{}
-@subtitle unofficial @LaTeX{} reference manual
+@title @LaTeX{}: An unofficial reference manual
@subtitle @value{UPDATED}
@author @url{http://home.gna.org/latexrefman}
@page
@@ -98,7 +98,7 @@ intended to cover @LaTeX{}2e, which has been the standard version of
* Overview:: What is @LaTeX{}?
* Starting & ending:: The standard beginning and end of a document.
* Document classes:: Some of the various classes available.
-* Typefaces:: And fonts, such as bold, italics etc.
+* Fonts:: Italic, bold, typewriter, etc.
* Layout:: Controlling the page layout.
* Sectioning:: How to section properly.
* Cross references:: Automatic referencing.
@@ -448,8 +448,9 @@ by the selected document class are passed on to the packages loaded with
@code{\usepackage}.
-@node Typefaces
-@chapter Typefaces
+@node Fonts
+@chapter Fonts
+@anchor{Typefaces}@c old name
@cindex typefaces
@cindex fonts
@@ -473,20 +474,21 @@ and a 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
-@code{\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
+@code{\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
-@code{\sffamily\bfseries} or @code{\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 @code{\sffamily\bfseries} or
+@code{\bfseries\sffamily} to get bold sans serif.
You can alternatively use an environment form of the declarations; for
instance, @code{\begin@{ttfamily@}...\end@{ttfamily@}}.
-These commands automatically supply an italic correction if the
+These commands automatically supply an italic correction if needed.
+
@table @code
@item \textrm (\rmfamily)
@findex \textrm
@@ -574,6 +576,8 @@ For use in math mode, e.g. inside another type style declaration.
@end table
@findex \mathversion
+@cindex math, bold
+@cindex bold math
In addition, the command @code{\mathversion@{bold@}} can be used for
switching to bold letters and symbols in
formulas. @code{\mathversion@{normal@}} restores the default.
@@ -593,11 +597,11 @@ numerals also; sometimes the @code{textcomp} package must be loaded,
and sometimes package options are provided to make them the default.
FAQ entry: @url{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 @emph{not} cumulative. They are used
-differently than the above commands, too: @code{@{\@var{cmd} ...@}}
-instead of @code{\@var{cmd}@{...@}}. These are two very different
-things.
+@LaTeX{} also provides the following commands, which unconditionally
+switch to the given style, that is, are @emph{not} cumulative. Also,
+they are used differently than the above commands: @code{@{\@var{cmd}
+...@}} instead of @code{\@var{cmd}@{...@}}. These are two very
+different things.
@ftable @code
@item \bf
@@ -642,6 +646,14 @@ Typewriter (monospace, fixed-width).
@end ftable
+Some people consider the unconditional font-switching commands, such
+as @code{\tt}, obsolete and @emph{only} the cumulative commands
+(@code{\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,
+@pxref{description,,@code{description}}. Both sets of commands have
+their place.
+
@node Font sizes
@section Font sizes
@@ -1170,6 +1182,7 @@ Each environment begins and ends in the same manner:
* eqnarray:: Sequences of aligned equations.
* equation:: Displayed equation.
* figure:: Floating figures.
+* filecontents:: Writing multiple files from the source.
* flushleft:: Flushed left lines.
* flushright:: Flushed right lines.
* itemize:: Bulleted lists.
@@ -1658,6 +1671,63 @@ The principal @TeX{} FAQ entry relating to floats:
@url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats}.
+@node filecontents
+@section @code{filecontents}: Create external files
+@findex filecontents
+@cindex external files, creating
+@cindex writing external files
+
+Synopsis:
+
+@example
+\begin@{filecontents@}@{@var{filename}@}
+@var{contents-of-file}
+\end@{filecontents@}
+...
+\documentclass@{@var{my-document-class}@}
+@end example
+
+@cindex initial command
+@findex \documentclass, commands before
+The @code{filecontents} environment is an @dfn{initial command},
+meaning that it can be used only before the @code{\documentclass}
+command, as in the synopsis above.
+
+@LaTeX{} will create a file named @var{filename} with the content
+@var{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 @code{filecontents} package, which has the
+following advantages:
+
+@itemize
+@item
+If the file already exists, then it will be overwritten.
+
+@item
+You can use the @code{filecontents} environment at any point after the
+declaration @code{\usepackage@{filecontents@}}, not just before
+@code{\documentclass}.
+
+@item
+The @code{filecontents} package also provides a @code{filecontents*}
+environment which is used in the same way as the @code{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.
+
+@end itemize
+
+The @code{filecontents} environment only creates the file, and is
+unrelated to using the created file. So you need to use, for
+instance, @code{\input} or @code{\usepackage} or @code{\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 @file{.bib} file with the main
+document.
+
+
@node flushleft
@section @code{flushleft}
@findex flushleft @r{environment}
@@ -3696,8 +3766,8 @@ $\ast\ast$ $\dagger\dagger$ $\ddagger\ddagger$
@ifnottex
The symbols mostly aren't supported in Info, but here are the names:
@display
-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
@end display
@end ifnottex
@@ -5177,12 +5247,16 @@ Specifies the style of page numbers, according to @var{style}:
@table @code
@item arabic
arabic numerals
+
@item roman
lowercase Roman numerals
+
@item Roman
uppercase Roman numerals
+
@item alph
lowercase letters
+
@item Alph
uppercase letters
@end table
@@ -5227,7 +5301,7 @@ Here are the descriptions of @code{\markboth} and @code{\markright}:
@item \markboth@{@var{left}@}@{@var{right}@}
Sets both the left and the right heading. A ``left-hand heading''
(@var{left}) is generated by the last @code{\markboth} command before
-the end of the page, while a ``right-hand heading'' (@var{right} is
+the end of the page, while a ``right-hand heading'' (@var{right}) is
generated by the first @code{\markboth} or @code{\markright} that
comes on the page if there is one, otherwise by the last one before
the page.
@@ -5700,7 +5774,7 @@ Synopsis:
\usebox@{@var{\boxcmd}@}
@end example
-@code{\usebox} producesthe box most recently saved in the bin
+@code{\usebox} produces the box most recently saved in the bin
@var{\boxcmd} by a @code{\savebox} command (@pxref{\savebox}).
@@ -6353,6 +6427,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{}.
+@xref{filecontents}, for an environment that allows bundling an
+external file to be created with the main document.
+
@menu
* \include:: Conditionally include a file.
* \includeonly:: Determine which files are included.
@@ -6422,7 +6499,6 @@ If @var{file} does not end in @samp{.tex} (e.g., @samp{foo} or
or @samp{foo.bar.tex}). If that is not found, the original @var{file}
is tried (@samp{foo} or @samp{foo.bar}).
-
@node Front/back matter
@chapter Front/back matter
@@ -6990,8 +7066,7 @@ One web resource for this:
\usepackage{graphicx}
\usepackage{ifpdf}
\ifpdf
-\usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,
- urlcolor=black]{hyperref}
+\usepackage[breaklinks,hidelinks]{hyperref}
\else
\usepackage{url}
\fi
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)
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.xml b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.xml
index cf7af065724..b83ec51dae9 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.xml
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.xml
@@ -3,22 +3,22 @@
<texinfo xml:lang="en">
<filename file="latex2e.xml"></filename>
<preamble>\input texinfo
-</preamble><!-- c $Id: latex2e.texi 270 2013-05-13 17:48:08Z karl $ -->
+</preamble><!-- c $Id: latex2e.texi 282 2014-05-19 16:31:57Z karl $ -->
<!-- comment %**start of header (This is for running Texinfo on a region.) -->
<setfilename file="latex2e.info" spaces=" ">latex2e.info</setfilename>
-<set name="UPDATED" line=" UPDATED May 2013">May 2013</set>
-<settitle spaces=" ">&latex;2e reference manual (May 2013)</settitle>
+<set name="UPDATED" line=" UPDATED May 2014">May 2014</set>
+<settitle spaces=" ">&latex;2e reference manual (May 2014)</settitle>
<!-- comment %**end of header (This is for running Texinfo on a region.) -->
<!-- c latex 2.09 commands should all be present now, -->
<!-- c xx but latex2e stuff is missing. -->
<!-- c -->
-<!-- c xx mention \topnumber, \bottomnumber, \totalnumber -->
<!-- c xx mention \nocorr, \textit and ic -->
<!-- c xx give actual smallskip/etc. defaults -->
<!-- c -->
<!-- c xx merge http://ctan.org/tex-archive/info/latex-info/ (alt-latex-info) -->
<!-- c xx merge permuted-index -->
+<!-- c xx merge latex-manual from savannah -->
<!-- c -->
<!-- c xx The typeset source2e has an index with all kernel -->
<!-- c xx commands, though some are internal and shouldn't be included. -->
@@ -29,7 +29,7 @@
<copying endspaces=" ">
<para>This document is an unofficial reference manual for &latex;, a
-document preparation system, version of May 2013.
+document preparation system, version of May 2014.
</para>
<para>This manual was originally translated from <file>LATEX.HLP</file> v1.0a in
the VMS Help Library. The pre-translation version was written by
@@ -37,15 +37,16 @@ George&nbsp;D. Greenwade of Sam Houston State University. The
&latex;&nbsp;2.09 version was written by Stephen Gilmore. The
&latex;2e version was adapted from this by Torsten Martinsen. Karl
Berry made further updates and additions, and gratefully acknowledges
-using <cite>Hypertext Help with &latex;</cite>, by Sheldon Green, and the
+using <cite>Hypertext Help with &latex;</cite>, by Sheldon Green, and
<cite>&latex; Command Summary</cite> (for &latex; 2.09) by L.&nbsp;Botway
and C.&nbsp;Biemesderfer (published by the &tex; Users Group as
<cite>&tex;niques</cite> number 10), as reference material (no text was
directly copied).
</para>
-<para>Copyright &copyright; 2007, 2008, 2009, 2010, 2011, 2012, 2013 Karl Berry.&linebreak;
-Copyright &copyright; 1988, 1994, 2007 Stephen Gilmore.&linebreak;
-Copyright &copyright; 1994, 1995, 1996 Torsten Martinsen.
+<para>Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013,
+2014 Karl Berry.&linebreak;
+Copyright 1988, 1994, 2007 Stephen Gilmore.&linebreak;
+Copyright 1994, 1995, 1996 Torsten Martinsen.
</para>
<para>Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -77,9 +78,8 @@ into another language, under the above conditions for modified versions.
</tex>
<titlepage endspaces=" ">
-<title spaces=" ">&latex;: Structured documents for &tex;</title>
-<subtitle spaces=" ">unofficial &latex; reference manual</subtitle>
-<subtitle spaces=" ">May 2013</subtitle>
+<title spaces=" ">&latex;: An unofficial reference manual</title>
+<subtitle spaces=" ">May 2014</subtitle>
<author spaces=" "><url><urefurl>http://home.gna.org/latexrefman</urefurl></url></author>
<page></page>
<vskip> 0pt plus 1filll</vskip>
@@ -93,7 +93,7 @@ into another language, under the above conditions for modified versions.
<top spaces=" "><sectiontitle>&latex;2e</sectiontitle>
<para>This document is an unofficial reference manual for &latex;, a
-document preparation system, version as of May 2013. It is
+document preparation system, version as of May 2014. It is
intended to cover &latex;2e, which has been the standard version of
&latex; for many years.
</para>
@@ -102,7 +102,7 @@ intended to cover &latex;2e, which has been the standard version of
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Overview</menunode><menudescription><pre xml:space="preserve">What is &latex;?
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Starting &amp; ending</menunode><menudescription><pre xml:space="preserve">The standard beginning and end of a document.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Document classes</menunode><menudescription><pre xml:space="preserve">Some of the various classes available.
-</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Typefaces</menunode><menudescription><pre xml:space="preserve">And fonts, such as bold, italics etc.
+</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Fonts</menunode><menudescription><pre xml:space="preserve">Italic, bold, typewriter, etc.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Layout</menunode><menudescription><pre xml:space="preserve">Controlling the page layout.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Sectioning</menunode><menudescription><pre xml:space="preserve">How to section properly.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">Cross references</menunode><menudescription><pre xml:space="preserve">Automatic referencing.
@@ -293,7 +293,7 @@ and the <code>\begin&lbrace;document&rbrace;</code> commands (this area is calle
</para>
</chapter>
-<node name="Document-classes" spaces=" "><nodename>Document classes</nodename><nodenext automatic="on">Typefaces</nodenext><nodeprev automatic="on">Starting &amp; ending</nodeprev><nodeup automatic="on">Top</nodeup></node>
+<node name="Document-classes" spaces=" "><nodename>Document classes</nodename><nodenext automatic="on">Fonts</nodenext><nodeprev automatic="on">Starting &amp; ending</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Document classes</sectiontitle>
<cindex index="cp" spaces=" "><indexterm index="cp" number="19">document classes</indexterm></cindex>
@@ -458,8 +458,9 @@ by the selected document class are passed on to the packages loaded with
</section>
</chapter>
-<node name="Typefaces" spaces=" "><nodename>Typefaces</nodename><nodenext automatic="on">Layout</nodenext><nodeprev automatic="on">Document classes</nodeprev><nodeup automatic="on">Top</nodeup></node>
-<chapter spaces=" "><sectiontitle>Typefaces</sectiontitle>
+<node name="Fonts" spaces=" "><nodename>Fonts</nodename><nodenext automatic="on">Layout</nodenext><nodeprev automatic="on">Document classes</nodeprev><nodeup automatic="on">Top</nodeup></node>
+<chapter spaces=" "><sectiontitle>Fonts</sectiontitle>
+<anchor name="Typefaces">Typefaces</anchor><!-- c old name -->
<cindex index="cp" spaces=" "><indexterm index="cp" number="30">typefaces</indexterm></cindex>
<cindex index="cp" spaces=" "><indexterm index="cp" number="31">fonts</indexterm></cindex>
@@ -474,7 +475,7 @@ and a style. The &latex; commands for doing this are described here.
</pre></menudescription></menuentry></menu>
-<node name="Font-styles" spaces=" "><nodename>Font styles</nodename><nodenext automatic="on">Font sizes</nodenext><nodeup automatic="on">Typefaces</nodeup></node>
+<node name="Font-styles" spaces=" "><nodename>Font styles</nodename><nodenext automatic="on">Font sizes</nodenext><nodeup automatic="on">Fonts</nodeup></node>
<section spaces=" "><sectiontitle>Font styles</sectiontitle>
<cindex index="cp" spaces=" "><indexterm index="cp" number="32">font styles</indexterm></cindex>
@@ -483,21 +484,22 @@ and a style. The &latex; commands for doing this are described here.
<para>The following type style commands are supported by &latex;.
</para>
-<para>This first group of commands is typically used like
-<code>\textit&lbrace;italic text&rbrace;</code>. The corresponding command in
-parenthesis is the &textldquo;declaration form&textrdquo;, which takes no arguments. The
-scope of the declaration form lasts until the next type style command
-or the end of the current group.
+<para>This first group of commands is typically used with an argument, as in
+<code>\textit&lbrace;italic text&rbrace;</code>. In the table below, the corresponding
+command in parenthesis is the &textldquo;declaration form&textrdquo;, which takes no
+arguments. The scope of the declaration form lasts until the next type
+style command or the end of the current group.
</para>
-<para>The declaration forms are cumulative; i.e., you can say either
-<code>\sffamily\bfseries</code> or <code>\bfseries\sffamily</code> to get bold
-sans serif.
+<para>These commands, in both the argument form and the declaration form,
+are cumulative; e.g.,, you can say either <code>\sffamily\bfseries</code> or
+<code>\bfseries\sffamily</code> to get bold sans serif.
</para>
<para>You can alternatively use an environment form of the declarations; for
instance, <code>\begin&lbrace;ttfamily&rbrace;...\end&lbrace;ttfamily&rbrace;</code>.
</para>
-<para>These commands automatically supply an italic correction if the
-</para><table commandarg="code" spaces=" " endspaces=" ">
+<para>These commands automatically supply an italic correction if needed.
+</para>
+<table commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code">\textrm (\rmfamily)</itemformat></item>
</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="45">\textrm</indexterm></findex>
<findex index="fn" spaces=" "><indexterm index="fn" number="46">\rmfamily</indexterm></findex>
@@ -584,15 +586,17 @@ instance, <code>\begin&lbrace;ttfamily&rbrace;...\end&lbrace;ttfamily&rbrace;</c
</tableitem></tableentry></table>
<findex index="fn" spaces=" "><indexterm index="fn" number="72">\mathversion</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="36">math, bold</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="37">bold math</indexterm></cindex>
<para>In addition, the command <code>\mathversion&lbrace;bold&rbrace;</code> can be used for
switching to bold letters and symbols in
formulas. <code>\mathversion&lbrace;normal&rbrace;</code> restores the default.
</para>
<findex index="fn" spaces=" "><indexterm index="fn" number="73">\oldstylenums</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="36">numerals, old-style</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="37">old-style numerals</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="38">lining numerals</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="39"><code>textcomp</code> package</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="38">numerals, old-style</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="39">old-style numerals</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="40">lining numerals</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="41"><code>textcomp</code> package</indexterm></cindex>
<para>Finally, the command <code>\oldstylenums&lbrace;<var>numerals</var>&rbrace;</code> will
typeset so-called &textldquo;old-style&textrdquo; numerals, which have differing heights
and depths (and sometimes widths) from the standard &textldquo;lining&textrdquo;
@@ -603,62 +607,70 @@ numerals also; sometimes the <code>textcomp</code> package must be loaded,
and sometimes package options are provided to make them the default.
FAQ entry: <url><urefurl>http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf</urefurl></url>.
</para>
-<para>&latex; also provides these commands, which unconditionally switch to
-the given style, that is, are <emph>not</emph> cumulative. They are used
-differently than the above commands, too: <code>&lbrace;\<var>cmd</var> ...&rbrace;</code>
-instead of <code>\<var>cmd</var>&lbrace;...&rbrace;</code>. These are two very different
-things.
+<para>&latex; also provides the following commands, which unconditionally
+switch to the given style, that is, are <emph>not</emph> cumulative. Also,
+they are used differently than the above commands: <code>&lbrace;\<var>cmd</var>
+...&rbrace;</code> instead of <code>\<var>cmd</var>&lbrace;...&rbrace;</code>. These are two very
+different things.
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="74">\bf</indexterm>\bf</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="40">bold font</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="42">bold font</indexterm></cindex>
<para>Switch to <b>bold face</b>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="75">\cal</indexterm>\cal</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="41">script letters for math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="42">calligraphic letters for math</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="43">script letters for math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="44">calligraphic letters for math</indexterm></cindex>
<para>Switch to calligraphic letters for math.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="76">\em</indexterm>\em</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="43">emphasis</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="45">emphasis</indexterm></cindex>
<para>Emphasis (italics within roman, roman within italics).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="77">\it</indexterm>\it</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="44">italic font</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="46">italic font</indexterm></cindex>
<para>Italics.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="78">\rm</indexterm>\rm</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="45">roman font</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="47">roman font</indexterm></cindex>
<para>Roman.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="79">\sc</indexterm>\sc</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="46">small caps font</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="48">small caps font</indexterm></cindex>
<para>Small caps.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="80">\sf</indexterm>\sf</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="47">sans serif font</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="49">sans serif font</indexterm></cindex>
<para>Sans serif.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="81">\sl</indexterm>\sl</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="48">slanted font</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="49">oblique font</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="50">slanted font</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="51">oblique font</indexterm></cindex>
<para>Slanted (oblique).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="82">\tt</indexterm>\tt</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="50">typewriter font</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="51">monospace font</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="52">fixed-width font</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="52">typewriter font</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="53">monospace font</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="54">fixed-width font</indexterm></cindex>
<para>Typewriter (monospace, fixed-width).
</para>
</tableitem></tableentry></ftable>
+<para>Some people consider the unconditional font-switching commands, such
+as <code>\tt</code>, obsolete and <emph>only</emph> the cumulative commands
+(<code>\texttt</code>) 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,
+<pxref label="description"><xrefnodename>description</xrefnodename><xrefprinteddesc><code>description</code></xrefprinteddesc></pxref>. Both sets of commands have
+their place.
+</para>
</section>
-<node name="Font-sizes" spaces=" "><nodename>Font sizes</nodename><nodenext automatic="on">Low-level font commands</nodenext><nodeprev automatic="on">Font styles</nodeprev><nodeup automatic="on">Typefaces</nodeup></node>
+<node name="Font-sizes" spaces=" "><nodename>Font sizes</nodename><nodenext automatic="on">Low-level font commands</nodenext><nodeprev automatic="on">Font styles</nodeprev><nodeup automatic="on">Fonts</nodeup></node>
<section spaces=" "><sectiontitle>Font sizes</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="53">font sizes</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="54">typeface sizes</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="55">sizes of text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="55">font sizes</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="56">typeface sizes</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="57">sizes of text</indexterm></cindex>
<para>The following standard type size commands are supported by &latex;.
The table shows the command name and the corresponding actual font
@@ -708,10 +720,10 @@ these commands; for instance, <code>\begin&lbrace;tiny&rbrace;...\end&lbrace;tin
</para>
</section>
-<node name="Low_002dlevel-font-commands" spaces=" "><nodename>Low-level font commands</nodename><nodeprev automatic="on">Font sizes</nodeprev><nodeup automatic="on">Typefaces</nodeup></node>
+<node name="Low_002dlevel-font-commands" spaces=" "><nodename>Low-level font commands</nodename><nodeprev automatic="on">Font sizes</nodeprev><nodeup automatic="on">Fonts</nodeup></node>
<section spaces=" "><sectiontitle>Low-level font commands</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="56">low-level font commands</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="57">font commands, low-level</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="58">low-level font commands</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="59">font commands, low-level</indexterm></cindex>
<para>These commands are primarily intended for writers of macros and
packages. The commands listed here are only a subset of the available
@@ -773,8 +785,8 @@ pt. The default <code>\baselineskip</code> for the Computer Modern typeface
is 1.2 times the <code>\fontsize</code>.
</para>
<findex index="fn" spaces=" "><indexterm index="fn" number="99">\baselinestretch</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="58"><code>setspace</code> package</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="59">double spacing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="60"><code>setspace</code> package</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="61">double spacing</indexterm></cindex>
<para>The line spacing is also multiplied by the value of the
<code>\baselinestretch</code> parameter when the type size changes; the
default is 1. However, the best way to &textldquo;double space&textrdquo; a document,
@@ -805,9 +817,9 @@ followed by <code>\selectfont</code>.
</section>
</chapter>
-<node name="Layout" spaces=" "><nodename>Layout</nodename><nodenext automatic="on">Sectioning</nodenext><nodeprev automatic="on">Typefaces</nodeprev><nodeup automatic="on">Top</nodeup></node>
+<node name="Layout" spaces=" "><nodename>Layout</nodename><nodenext automatic="on">Sectioning</nodenext><nodeprev automatic="on">Fonts</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Layout</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="60">layout commands</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="62">layout commands</indexterm></cindex>
<para>Miscellaneous commands for controlling the general layout of the page.
</para>
@@ -823,7 +835,7 @@ followed by <code>\selectfont</code>.
<node name="_005conecolumn" spaces=" "><nodename>\onecolumn</nodename><nodenext automatic="on">\twocolumn</nodenext><nodeup automatic="on">Layout</nodeup></node>
<section spaces=" "><sectiontitle><code>\onecolumn</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="103">\onecolumn</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="61">one-column output</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="63">one-column output</indexterm></cindex>
<para>The <code>\onecolumn</code> declaration starts a new page and produces
single-column output. This is the default.
@@ -833,8 +845,8 @@ single-column output. This is the default.
<node name="_005ctwocolumn" spaces=" "><nodename>\twocolumn</nodename><nodenext automatic="on">\flushbottom</nodenext><nodeprev automatic="on">\onecolumn</nodeprev><nodeup automatic="on">Layout</nodeup></node>
<section spaces=" "><sectiontitle><code>\twocolumn</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="104">\twocolumn</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="62">multicolumn text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="63">two-column output</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="64">multicolumn text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="65">two-column output</indexterm></cindex>
<para>Synopsis:
</para>
@@ -904,7 +916,7 @@ page.
<node name="_005craggedbottom" spaces=" "><nodename>\raggedbottom</nodename><nodenext automatic="on">Page layout parameters</nodenext><nodeprev automatic="on">\flushbottom</nodeprev><nodeup automatic="on">Layout</nodeup></node>
<section spaces=" "><sectiontitle><code>\raggedbottom</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="113">\raggedbottom</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="64">stretch, omitting vertical</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="66">stretch, omitting vertical</indexterm></cindex>
<para>The <code>\raggedbottom</code> declaration makes all pages the natural
height of the material on that page. No rubber lengths will be
@@ -915,12 +927,12 @@ stretched.
<node name="Page-layout-parameters" spaces=" "><nodename>Page layout parameters</nodename><nodeprev automatic="on">\raggedbottom</nodeprev><nodeup automatic="on">Layout</nodeup></node>
<section spaces=" "><sectiontitle>Page layout parameters</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="65">page layout parameters</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="66">parameters, page layout</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="67">layout, page parameters for</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="68">header, parameters for</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="69">footer, parameters for</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="70">running header and footer</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="67">page layout parameters</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="68">parameters, page layout</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="69">layout, page parameters for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="70">header, parameters for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="71">footer, parameters for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="72">running header and footer</indexterm></cindex>
<ftable commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="114">\headheight</indexterm>\headheight</itemformat></item>
@@ -1000,7 +1012,7 @@ same as the font size, e.g., <samp>10pt</samp> at <samp>10pt</samp>.
</chapter>
<node name="Sectioning" spaces=" "><nodename>Sectioning</nodename><nodenext automatic="on">Cross references</nodenext><nodeprev automatic="on">Layout</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Sectioning</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="71">sectioning</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="73">sectioning</indexterm></cindex>
<para>Sectioning commands provide the means to structure your text into units:
</para>
@@ -1036,7 +1048,7 @@ To handle this, the sectioning commands have an optional argument
<var>toctitle</var> that, when given, specifies the text for these other
places.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="72">*-form of sectioning commands</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="74">*-form of sectioning commands</indexterm></cindex>
<para>Also, all sectioning commands have <code>*</code>-forms that print
<var>title</var> as usual, but do not include a number and do not make an
entry in the table of contents. For instance:
@@ -1046,7 +1058,7 @@ entry in the table of contents. For instance:
</pre></example>
<findex index="fn" spaces=" "><indexterm index="fn" number="130">\appendix</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="73">appendix, creating</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="75">appendix, creating</indexterm></cindex>
<para>The <code>\appendix</code> command changes the way following sectional units
are numbered. The <code>\appendix</code> command itself generates no text
and does not affect the numbering of parts. The normal use of this
@@ -1060,7 +1072,7 @@ command is something like
</pre></example>
<findex index="fn" spaces=" "><indexterm index="fn" number="131">secnumdepth <r>counter</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="74">section numbers, printing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="76">section numbers, printing</indexterm></cindex>
<para>The <code>secnumdepth</code> counter controls printing of section numbers.
The setting
</para>
@@ -1076,7 +1088,7 @@ The setting
</chapter>
<node name="Cross-references" spaces=" "><nodename>Cross references</nodename><nodenext automatic="on">Environments</nodenext><nodeprev automatic="on">Sectioning</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Cross references</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="75">cross references</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="77">cross references</indexterm></cindex>
<para>One reason for numbering things like figures and equations is to refer
the reader to them, as in &textldquo;See Figure 3 for more details.&textrdquo;
@@ -1130,8 +1142,8 @@ a colon or period. Some conventionally-used prefixes:
<node name="_005cpageref" spaces=" "><nodename>\pageref</nodename><nodenext automatic="on">\ref</nodenext><nodeprev automatic="on">\label</nodeprev><nodeup automatic="on">Cross references</nodeup></node>
<section spaces=" "><sectiontitle><code>\pageref&lbrace;<var>key</var>&rbrace;</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="133">\pageref</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="76">cross referencing with page number</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="77">page number, cross referencing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="78">cross referencing with page number</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="79">page number, cross referencing</indexterm></cindex>
<para>Synopsis:
</para>
@@ -1148,11 +1160,11 @@ the place in the text where the corresponding
<node name="_005cref" spaces=" "><nodename>\ref</nodename><nodeprev automatic="on">\pageref</nodeprev><nodeup automatic="on">Cross references</nodeup></node>
<section spaces=" "><sectiontitle><code>\ref&lbrace;<var>key</var>&rbrace;</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="134">\ref</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="78">cross referencing, symbolic</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="79">section number, cross referencing</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="80">equation number, cross referencing</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="81">figure number, cross referencing</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="82">footnote number, cross referencing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="80">cross referencing, symbolic</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="81">section number, cross referencing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="82">equation number, cross referencing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="83">figure number, cross referencing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="84">footnote number, cross referencing</indexterm></cindex>
<para>Synopsis:
</para>
@@ -1170,7 +1182,7 @@ such as the word &textlsquo;Section&textrsquo; or &textlsquo;Figure&textrsquo;,
</chapter>
<node name="Environments" spaces=" "><nodename>Environments</nodename><nodenext automatic="on">Line breaking</nodenext><nodeprev automatic="on">Cross references</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Environments</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="83">environments</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="85">environments</indexterm></cindex>
<findex index="fn" spaces=" "><indexterm index="fn" number="135">\begin</indexterm></findex>
<findex index="fn" spaces=" "><indexterm index="fn" number="136">\end</indexterm></findex>
@@ -1195,6 +1207,7 @@ Each environment begins and ends in the same manner:
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">eqnarray</menunode><menudescription><pre xml:space="preserve">Sequences of aligned equations.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">equation</menunode><menudescription><pre xml:space="preserve">Displayed equation.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">figure</menunode><menudescription><pre xml:space="preserve">Floating figures.
+</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">filecontents</menunode><menudescription><pre xml:space="preserve">Writing multiple files from the source.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">flushleft</menunode><menudescription><pre xml:space="preserve">Flushed left lines.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">flushright</menunode><menudescription><pre xml:space="preserve">Flushed right lines.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">itemize</menunode><menudescription><pre xml:space="preserve">Bulleted lists.
@@ -1220,7 +1233,7 @@ Each environment begins and ends in the same manner:
<section spaces=" "><sectiontitle><code>abstract</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="137">abstract <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="84">abstracts</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="86">abstracts</indexterm></cindex>
<para>Synopsis:
</para><example endspaces=" ">
@@ -1236,7 +1249,7 @@ Each environment begins and ends in the same manner:
<node name="array" spaces=" "><nodename>array</nodename><nodenext automatic="on">center</nodenext><nodeprev automatic="on">abstract</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>array</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="138">array <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="85">arrays, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="87">arrays, math</indexterm></cindex>
<para>Synopsis:
</para>
@@ -1297,7 +1310,7 @@ namely <code>\arrayrulewidth</code> and <code>\arraystretch</code>.
<section spaces=" "><sectiontitle><code>center</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="142">center <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="86">centering text, environment for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="88">centering text, environment for</indexterm></cindex>
<para>Synopsis:
</para>
@@ -1323,7 +1336,7 @@ string <code>\\</code>.
<subsection spaces=" "><sectiontitle><code>\centering</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="144">\centering</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="87">centering text, declaration for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="89">centering text, declaration for</indexterm></cindex>
<para>The <code>\centering</code> declaration corresponds to the <code>center</code>
environment. This declaration can be used inside an environment such
@@ -1354,8 +1367,8 @@ second line \\
<section spaces=" "><sectiontitle><code>description</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="145">description <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="88">labelled lists, creating</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="89">description lists, creating</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="90">labelled lists, creating</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="91">description lists, creating</indexterm></cindex>
<para>Synopsis:
</para>
@@ -1372,8 +1385,8 @@ second line \\
<var>label</var> is typeset in bold, flush right. The <var>item</var> text may
contain multiple paragraphs.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="90">bold typewriter, avoiding</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="91">typewriter labels in lists</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="92">bold typewriter, avoiding</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="93">typewriter labels in lists</indexterm></cindex>
<para>Another variation: since the bold style is applied to the labels, if
you typeset a label in typewriter using <code>\texttt</code>, you&textrsquo;ll get
bold typewriter: <code>\item[\texttt&lbrace;bold and typewriter&rbrace;]</code>. This
@@ -1428,7 +1441,7 @@ It is required in every &latex; document. <xref label="Starting-_0026-ending"><
<section spaces=" "><sectiontitle><code>enumerate</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="149">enumerate <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="92">lists of items, numbered</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="94">lists of items, numbered</indexterm></cindex>
<para>Synopsis:
</para>
@@ -1490,12 +1503,12 @@ letters:
<section spaces=" "><sectiontitle><code>eqnarray</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="160">eqnarray <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="93">equations, aligning</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="94">aligning equations</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="95">equations, aligning</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="96">aligning equations</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="95">align <r>environment, from <code>amsmath</code></r></indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="96">amsmath <r>package, replacing <code>eqnarray</code></r></indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="97">Madsen, Lars</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="97">align <r>environment, from <code>amsmath</code></r></indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="98">amsmath <r>package, replacing <code>eqnarray</code></r></indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="99">Madsen, Lars</indexterm></cindex>
<para>First, a caveat: the <code>eqnarray</code> environment has some infelicities
which cannot be overcome; the article &textldquo;Avoid eqnarray!&textrdquo;&noeos; by Lars
Madsen describes them in detail
@@ -1524,7 +1537,7 @@ and consecutive items within a row separated by an <code>&amp;</code>.
meaning of not allowing a page break at that line.
</para>
<findex index="fn" spaces=" "><indexterm index="fn" number="163">\nonumber</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="98">equation numbers, omitting</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="100">equation numbers, omitting</indexterm></cindex>
<para>An equation number is placed on every line unless that line has a
<code>\nonumber</code> command. Alternatively, The <code>*</code>-form of the
environment (<code>\begin&lbrace;eqnarray*&rbrace; ... \end&lbrace;eqnarray*&rbrace;</code>) will
@@ -1542,8 +1555,8 @@ zero width.
<section spaces=" "><sectiontitle><code>equation</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="165">equation <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="99">equations, environment for</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="100">formulas, environment for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="101">equations, environment for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="102">formulas, environment for</indexterm></cindex>
<para>Synopsis:
</para>
@@ -1559,11 +1572,11 @@ on the page, and also places an equation number in the right margin.
</para>
</section>
-<node name="figure" spaces=" "><nodename>figure</nodename><nodenext automatic="on">flushleft</nodenext><nodeprev automatic="on">equation</nodeprev><nodeup automatic="on">Environments</nodeup></node>
+<node name="figure" spaces=" "><nodename>figure</nodename><nodenext automatic="on">filecontents</nodenext><nodeprev automatic="on">equation</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>figure</code></sectiontitle>
<findex index="fn" spaces=" "><indexterm index="fn" number="166">figure</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="101">inserting figures</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="102">figures, inserting</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="103">inserting figures</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="104">figures, inserting</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;figure[*]&rbrace;[<var>placement</var>]
@@ -1580,8 +1593,8 @@ Figures will not be split between two pages.
<para>When typesetting in double-columns, the starred form produces a
full-width figure (across both columns).
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="103">placement of floats</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="104">specifier, float placement</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="105">placement of floats</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="106">specifier, float placement</indexterm></cindex>
<para>The optional argument <code>[placement]</code> determines where &latex; will try
to place your figure. There are four places where &latex; can possibly
put a float:
@@ -1598,13 +1611,13 @@ output. To ameliorate this, use the <code>stfloats</code> or
FAQ: <url><urefurl>http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat</urefurl></url>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">h</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="105"><code>float</code> package</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="107"><code>float</code> package</indexterm></cindex>
<para>(Here)&textmdash;at the position in the text where the figure environment
appears. However, this is not allowed by itself; <code>t</code> is
automatically added.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="106">here, putting floats</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="107"><code>float</code> package</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="108">here, putting floats</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="109"><code>float</code> package</indexterm></cindex>
<para>To absolutely force a figure to appear &textldquo;here&textrdquo;, you can
<code>\usepackage&lbrace;float&rbrace;</code> and use the <code>H</code> specifier which it
defines. For further discussion, see the FAQ entry at
@@ -1694,11 +1707,69 @@ default 2.
</para>
</section>
-<node name="flushleft" spaces=" "><nodename>flushleft</nodename><nodenext automatic="on">flushright</nodenext><nodeprev automatic="on">figure</nodeprev><nodeup automatic="on">Environments</nodeup></node>
+<node name="filecontents" spaces=" "><nodename>filecontents</nodename><nodenext automatic="on">flushleft</nodenext><nodeprev automatic="on">figure</nodeprev><nodeup automatic="on">Environments</nodeup></node>
+<section spaces=" "><sectiontitle><code>filecontents</code>: Create external files</sectiontitle>
+<findex index="fn" spaces=" "><indexterm index="fn" number="178">filecontents</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="110">external files, creating</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="111">writing external files</indexterm></cindex>
+
+<para>Synopsis:
+</para>
+<example endspaces=" ">
+<pre xml:space="preserve">\begin&lbrace;filecontents&rbrace;&lbrace;<var>filename</var>&rbrace;
+<var>contents-of-file</var>
+\end&lbrace;filecontents&rbrace;
+...
+\documentclass&lbrace;<var>my-document-class</var>&rbrace;
+</pre></example>
+
+<cindex index="cp" spaces=" "><indexterm index="cp" number="112">initial command</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="179">\documentclass, commands before</indexterm></findex>
+<para>The <code>filecontents</code> environment is an <dfn>initial command</dfn>,
+meaning that it can be used only before the <code>\documentclass</code>
+command, as in the synopsis above.
+</para>
+<para>&latex; will create a file named <var>filename</var> with the content
+<var>contents-of-file</var> preceded by a header comment indicating how and
+when the file was generated. If the file already exists then nothing will
+happen.
+</para>
+<para>You can also use the <code>filecontents</code> package, which has the
+following advantages:
+</para>
+<itemize commandarg="bullet" endspaces=" ">
+<listitem><prepend>&bullet;</prepend>
+<para>If the file already exists, then it will be overwritten.
+</para>
+</listitem><listitem><prepend>&bullet;</prepend>
+<para>You can use the <code>filecontents</code> environment at any point after the
+declaration <code>\usepackage&lbrace;filecontents&rbrace;</code>, not just before
+<code>\documentclass</code>.
+</para>
+</listitem><listitem><prepend>&bullet;</prepend>
+<para>The <code>filecontents</code> package also provides a <code>filecontents*</code>
+environment which is used in the same way as the <code>filecontents</code>
+environment except that it won&textrsquo;t insert any leading comment, so it is
+better suited to create files which aren&textrsquo;t in &latex; format.
+</para>
+</listitem></itemize>
+
+<para>The <code>filecontents</code> environment only creates the file, and is
+unrelated to using the created file. So you need to use, for
+instance, <code>\input</code> or <code>\usepackage</code> or <code>\bibliography</code>
+or whatever is applicable, to use the created file.
+</para>
+<para>This environment is also useful to make a self-contained document, for
+example, for a bug report, or to keep a <file>.bib</file> file with the main
+document.
+</para>
+
+</section>
+<node name="flushleft" spaces=" "><nodename>flushleft</nodename><nodenext automatic="on">flushright</nodenext><nodeprev automatic="on">filecontents</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>flushleft</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="178">flushleft <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="108">left-justifying text, environment for</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="109">ragged right text, environment for</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="180">flushleft <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="113">left-justifying text, environment for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="114">ragged right text, environment for</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;flushleft&rbrace;
@@ -1708,7 +1779,7 @@ default 2.
\end&lbrace;flushleft&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="179">\\ <r>for <code>flushleft</code></r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="181">\\ <r>for <code>flushleft</code></r></indexterm></findex>
<para>The <code>flushleft</code> environment allows you to create a paragraph
consisting of lines that are flush to the left-hand margin and ragged
right Each line must be terminated with the string <code>\\</code>.
@@ -1720,10 +1791,10 @@ right Each line must be terminated with the string <code>\\</code>.
<node name="_005craggedright" spaces=" "><nodename>\raggedright</nodename><nodeup automatic="on">flushleft</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\raggedright</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="180">\raggedright</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="110">ragged right text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="111">left-justifying text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="112">justification, ragged right</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="182">\raggedright</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="115">ragged right text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="116">left-justifying text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="117">justification, ragged right</indexterm></cindex>
<para>The <code>\raggedright</code> declaration corresponds to the
<code>flushleft</code> environment. This declaration can be used inside an
@@ -1740,9 +1811,9 @@ command that ends the paragraph unit.
</section>
<node name="flushright" spaces=" "><nodename>flushright</nodename><nodenext automatic="on">itemize</nodenext><nodeprev automatic="on">flushleft</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>flushright</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="181">flushright <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="113">ragged left text, environment for</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="114">right-justifying text, environment for</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="183">flushright <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="118">ragged left text, environment for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="119">right-justifying text, environment for</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;flushright&rbrace;
@@ -1752,7 +1823,7 @@ command that ends the paragraph unit.
\end&lbrace;flushright&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="182">\\ (for <code>flushright</code>)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="184">\\ (for <code>flushright</code>)</indexterm></findex>
<para>The <code>flushright</code> environment allows you to create a paragraph
consisting of lines that are flush to the right-hand margin and ragged
left. Each line must be terminated with the string <code>\\</code>.
@@ -1764,10 +1835,10 @@ left. Each line must be terminated with the string <code>\\</code>.
<node name="_005craggedleft" spaces=" "><nodename>\raggedleft</nodename><nodeup automatic="on">flushright</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\raggedleft</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="183">\raggedleft</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="115">ragged left text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="116">justification, ragged left</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="117">right-justifying text</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="185">\raggedleft</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="120">ragged left text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="121">justification, ragged left</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="122">right-justifying text</indexterm></cindex>
<para>The <code>\raggedleft</code> declaration corresponds to the
<code>flushright</code> environment. This declaration can be used inside an
@@ -1784,11 +1855,11 @@ command that ends the paragraph unit.
</section>
<node name="itemize" spaces=" "><nodename>itemize</nodename><nodenext automatic="on">letter</nodenext><nodeprev automatic="on">flushright</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>itemize</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="184">itemize <r>environment</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="185">\item</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="118">lists of items</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="119">unordered lists</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="120">bulleted lists</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="186">itemize <r>environment</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="187">\item</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="123">lists of items</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="124">unordered lists</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="125">bulleted lists</indexterm></cindex>
<para>Synopsis:
</para>
@@ -1817,10 +1888,10 @@ There must be at least one <code>\item</code> command within the environment.
</para></listitem><listitem spaces=" "><para>. (centered dot, rendered here as a period)
</para></listitem></enumerate>
-<findex index="fn" spaces=" "><indexterm index="fn" number="186">\labelitemi</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="187">\labelitemii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="188">\labelitemiii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="189">\labelitemiv</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="188">\labelitemi</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="189">\labelitemii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="190">\labelitemiii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="191">\labelitemiv</indexterm></findex>
<para>The <code>itemize</code> environment uses the commands <code>\labelitemi</code>
through <code>\labelitemiv</code> to produce the default label. So, you can
use <code>\renewcommand</code> to change the labels. For instance, to have
@@ -1830,13 +1901,13 @@ the first level use diamonds:
<pre xml:space="preserve">\renewcommand&lbrace;\labelitemi&rbrace;&lbrace;$\diamond$&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="190">\leftmargin</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="191">\leftmargini</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="192">\leftmarginii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="193">\leftmarginiii</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="194">\leftmarginiv</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="195">\leftmarginv</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="196">\leftmarginvi</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="192">\leftmargin</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="193">\leftmargini</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="194">\leftmarginii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="195">\leftmarginiii</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="196">\leftmarginiv</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="197">\leftmarginv</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="198">\leftmarginvi</indexterm></findex>
<para>The <code>\leftmargini</code> through <code>\leftmarginvi</code> parameters define
the distance between the left margin of the enclosing environment and
the left margin of the list. By convention, <code>\leftmargin</code> is set
@@ -1855,20 +1926,20 @@ This example greatly reduces the margin space for outermost lists:
<para>Some parameters that affect list formatting:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="197">\itemindent</indexterm>\itemindent</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="199">\itemindent</indexterm>\itemindent</itemformat></item>
</tableterm><tableitem><para>Extra indentation before each item in a list; default zero.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="198">\labelsep</indexterm>\labelsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="200">\labelsep</indexterm>\labelsep</itemformat></item>
</tableterm><tableitem><para>Space between the label and text of an item; default <samp>.5em</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="199">\labelwidth</indexterm>\labelwidth</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="201">\labelwidth</indexterm>\labelwidth</itemformat></item>
</tableterm><tableitem><para>Width of the label; default <samp>2em</samp>, or <samp>1.5em</samp> in two-column mode.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="200">\listparindent</indexterm>\listparindent</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="202">\listparindent</indexterm>\listparindent</itemformat></item>
</tableterm><tableitem><para>Extra indentation added to second and subsequent paragraphs within a
list item; default <samp>0pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="201">\rightmargin</indexterm>\rightmargin</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="203">\rightmargin</indexterm>\rightmargin</itemformat></item>
</tableterm><tableitem><para>Horizontal distance between the right margin of the list and the
enclosing environment; default <samp>0pt</samp>, except in the <code>quote</code>,
<code>quotation</code>, and <code>verse</code> environments, where it is set equal
@@ -1880,23 +1951,23 @@ to <code>\leftmargin</code>.
loose, by default).
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="202">\itemsep</indexterm>\itemsep</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="204">\itemsep</indexterm>\itemsep</itemformat></item>
</tableterm><tableitem><para>Vertical space between items. The default is <code>2pt plus1pt
minus1pt</code> for <code>10pt</code> documents, <code>3pt plus2pt minus1pt</code> for
<code>11pt</code>, and <code>4.5pt plus2pt minus1pt</code> for <code>12pt</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="203">\parsep</indexterm>\parsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="205">\parsep</indexterm>\parsep</itemformat></item>
</tableterm><tableitem><para>Extra vertical space between paragraphs within a list item. Defaults
are the same as <code>\itemsep</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="204">\topsep</indexterm>\topsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="206">\topsep</indexterm>\topsep</itemformat></item>
</tableterm><tableitem><para>Vertical space between the first item and the preceding paragraph.
For top-level lists, the default is <code>8pt plus2pt minus4pt</code> for
<code>10pt</code> documents, <code>9pt plus3pt minus5pt</code> for <code>11pt</code>,
and <code>10pt plus4pt minus6pt</code> for <code>12pt</code>. These are reduced
for nested lists.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="205">\partopsep</indexterm>\partopsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="207">\partopsep</indexterm>\partopsep</itemformat></item>
</tableterm><tableitem><para>Extra space added to <code>\topsep</code> when the list environment starts a
paragraph. The default is <code>2pt plus1pt minus1pt</code> for <code>10pt</code>
documents, <code>3pt plus1pt minus1pt</code> for <code>11pt</code>, and <code>3pt
@@ -1904,7 +1975,7 @@ plus2pt minus2pt</code> for <code>12pt</code>.
</para>
</tableitem></tableentry></ftable>
-<findex index="fn" spaces=" "><indexterm index="fn" number="206">\parskip <r>example</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="208">\parskip <r>example</r></indexterm></findex>
<para>Especially for lists with short items, it may be desirable to elide
space between items. Here is an example defining an <code>itemize*</code>
environment with no extra spacing between items, or between paragraphs
@@ -1924,7 +1995,7 @@ within a single item (<code>\parskip</code> is not list-specific,
</section>
<node name="letter" spaces=" "><nodename>letter</nodename><nodenext automatic="on">list</nodenext><nodeprev automatic="on">itemize</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>letter</code> environment: writing letters</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="207">letter</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="209">letter</indexterm></findex>
<para>This environment is used for creating letters. <xref label="Letters"><xrefnodename>Letters</xrefnodename></xref>.
</para>
@@ -1932,8 +2003,8 @@ within a single item (<code>\parskip</code> is not list-specific,
</section>
<node name="list" spaces=" "><nodename>list</nodename><nodenext automatic="on">math</nodenext><nodeprev automatic="on">letter</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>list</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="208">list</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="121">lists of items, generic</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="210">list</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="126">lists of items, generic</indexterm></cindex>
<para>The <code>list</code> environment is a generic environment which is used for
defining many of the more specific environments. It is seldom used in
@@ -1964,8 +2035,8 @@ empty, i.e., <code>&lbrace;&rbrace;</code>, which leaves the default spacing.
<node name="math" spaces=" "><nodename>math</nodename><nodenext automatic="on">minipage</nodenext><nodeprev automatic="on">list</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>math</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="209">math <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="122">in-line formulas</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="211">math <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="127">in-line formulas</indexterm></cindex>
<para>Synopsis:
</para>
@@ -1984,8 +2055,8 @@ running text. <code>\(...\))</code> and <code>$...$</code> are synonyms.
<node name="minipage" spaces=" "><nodename>minipage</nodename><nodenext automatic="on">picture</nodenext><nodeprev automatic="on">math</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>minipage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="210">minipage <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="123">minipage, creating a</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="212">minipage <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="128">minipage, creating a</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;minipage&rbrace;[<var>position</var>][<var>height</var>][<var>inner-pos</var>]&lbrace;<var>width</var>&rbrace;
@@ -2001,15 +2072,15 @@ other paragraph-making environments can be used inside a minipage.
<!-- c (xxref positions) -->
<para>The arguments are the same as for <code>\parbox</code> (<pxref label="_005cparbox"><xrefnodename>\parbox</xrefnodename></pxref>).
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="124">indentation of paragraphs, in minipage</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="125">paragraph indentation, in minipage</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="211">\parindent</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="129">indentation of paragraphs, in minipage</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="130">paragraph indentation, in minipage</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="213">\parindent</indexterm></findex>
<para>By default, paragraphs are not indented in the <code>minipage</code>
environment. You can restore indentation with a command such as
<code>\setlength&lbrace;\parindent&rbrace;&lbrace;1pc&rbrace;</code> command.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="126">footnotes in figures</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="127">figures, footnotes in</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="131">footnotes in figures</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="132">figures, footnotes in</indexterm></cindex>
<para>Footnotes in a <code>minipage</code> environment are handled in a way that is
particularly useful for putting footnotes in figures or tables. A
<code>\footnote</code> or <code>\footnotetext</code> command puts the footnote at
@@ -2025,9 +2096,9 @@ footnotes; they may wind up at the bottom of the wrong minipage.
<node name="picture" spaces=" "><nodename>picture</nodename><nodenext automatic="on">quotation</nodenext><nodeprev automatic="on">minipage</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>picture</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="212">picture</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="128">creating pictures</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="129">pictures, creating</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="214">picture</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="133">creating pictures</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="134">pictures, creating</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\begin&lbrace;picture&rbrace;(width,height)(x offset,y offset)
@@ -2035,7 +2106,7 @@ footnotes; they may wind up at the bottom of the wrong minipage.
\end&lbrace;picture&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="213">\unitlength</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="215">\unitlength</indexterm></findex>
<para>The <code>picture</code> environment allows you to create just about any
kind of picture you want containing text, lines, arrows and circles.
You tell &latex; where to put things in the picture by specifying
@@ -2099,7 +2170,7 @@ command. The command
picture, with its reference point at coordinates <math>(11.3,-.3)</math>.
The reference points for various objects will be described below.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="214">lR box</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="216">lR box</indexterm></findex>
<para>The <code>\put</code> command creates an <dfn>LR box</dfn>. You can put anything
that can go in an <code>\mbox</code> (<pxref label="_005cmbox"><xrefnodename>\mbox</xrefnodename></pxref>) in the text argument of
the <code>\put</code> command. When you do this, the reference point will
@@ -2127,7 +2198,7 @@ be the lower left corner of the box.
<node name="_005ccircle" spaces=" "><nodename>\circle</nodename><nodenext automatic="on">\makebox (picture)</nodenext><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\circle</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="215">\circle</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="217">\circle</indexterm></findex>
<example endspaces=" ">
<pre xml:space="preserve">\circle[*]&lbrace;<var>diameter</var>&rbrace;
@@ -2143,7 +2214,7 @@ draws a solid circle.
</subsection>
<node name="_005cmakebox-_0028picture_0029" spaces=" "><nodename>\makebox (picture)</nodename><nodenext automatic="on">\framebox (picture)</nodenext><nodeprev automatic="on">\circle</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\makebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="216">\makebox (picture)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="218">\makebox (picture)</indexterm></findex>
<para><code>\makebox(width,height)[position]&lbrace;...&rbrace;</code>
</para>
@@ -2175,7 +2246,7 @@ your text appears in. You may select up to two of the following:
</subsection>
<node name="_005cframebox-_0028picture_0029" spaces=" "><nodename>\framebox (picture)</nodename><nodenext automatic="on">\dashbox</nodenext><nodeprev automatic="on">\makebox (picture)</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\framebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="217">\framebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="219">\framebox</indexterm></findex>
<para>Synopsis:
</para>
@@ -2187,8 +2258,8 @@ your text appears in. You may select up to two of the following:
section), except that it puts a frame around the outside of the box
that it creates.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="218">\fboxrule</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="219">\fboxsep</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="220">\fboxrule</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="221">\fboxsep</indexterm></findex>
<para>The <code>\framebox</code> command produces a rule of thickness
<code>\fboxrule</code>, and leaves a space <code>\fboxsep</code> between the rule
and the contents of the box.
@@ -2198,7 +2269,7 @@ and the contents of the box.
<node name="_005cdashbox" spaces=" "><nodename>\dashbox</nodename><nodenext automatic="on">\frame</nodenext><nodeprev automatic="on">\framebox (picture)</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\dashbox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="220">\dashbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="222">\dashbox</indexterm></findex>
<para>Draws a box with a dashed line. Synopsis:
</para>
@@ -2218,7 +2289,7 @@ multiples of the <code>dlen</code>.
</subsection>
<node name="_005cframe" spaces=" "><nodename>\frame</nodename><nodenext automatic="on">\line</nodenext><nodeprev automatic="on">\dashbox</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\frame</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="221">\frame</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="223">\frame</indexterm></findex>
<para>Synopsis:
</para>
@@ -2234,7 +2305,7 @@ space is put between the frame and the object.
</subsection>
<node name="_005cline" spaces=" "><nodename>\line</nodename><nodenext automatic="on">\linethickness</nodenext><nodeprev automatic="on">\frame</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\line</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="222">\line</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="224">\line</indexterm></findex>
<para>Synopsis:
</para>
@@ -2254,7 +2325,7 @@ see the <code>curve2e</code> and many many other packages on CTAN.
</subsection>
<node name="_005clinethickness" spaces=" "><nodename>\linethickness</nodename><nodenext automatic="on">\thicklines</nodenext><nodeprev automatic="on">\line</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\linethickness</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="223">\linethickness</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="225">\linethickness</indexterm></findex>
<para>The <code>\linethickness&lbrace;<var>dim</var>&rbrace;</code> command declares the thickness
of horizontal and vertical lines in a picture environment to be
@@ -2267,7 +2338,7 @@ circles, or the quarter circles drawn by <code>\oval</code>.
</subsection>
<node name="_005cthicklines" spaces=" "><nodename>\thicklines</nodename><nodenext automatic="on">\thinlines</nodenext><nodeprev automatic="on">\linethickness</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\thicklines</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="224">\thicklines</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="226">\thicklines</indexterm></findex>
<para>The <code>\thicklines</code> command is an alternate line thickness for
horizontal and vertical lines in a picture environment;
@@ -2277,7 +2348,7 @@ cf.&nbsp;<ref label="_005clinethickness"><xrefnodename>\linethickness</xrefnoden
</subsection>
<node name="_005cthinlines" spaces=" "><nodename>\thinlines</nodename><nodenext automatic="on">\multiput</nodenext><nodeprev automatic="on">\thicklines</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\thinlines</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="225">\thinlines</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="227">\thinlines</indexterm></findex>
<para>The <code>\thinlines</code> command is the default line thickness for
horizontal and vertical lines in a picture environment;
@@ -2287,7 +2358,7 @@ cf.&nbsp;<ref label="_005clinethickness"><xrefnodename>\linethickness</xrefnoden
</subsection>
<node name="_005cmultiput" spaces=" "><nodename>\multiput</nodename><nodenext automatic="on">\oval</nodenext><nodeprev automatic="on">\thinlines</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\multiput</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="226">\multiput</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="228">\multiput</indexterm></findex>
<para>Synopsis:
</para><example endspaces=" ">
@@ -2303,7 +2374,7 @@ pattern across a picture. <var>obj</var> is first placed at position
</subsection>
<node name="_005coval" spaces=" "><nodename>\oval</nodename><nodenext automatic="on">\put</nodenext><nodeprev automatic="on">\multiput</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\oval</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="227">\oval</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="229">\oval</indexterm></findex>
<para>Synopsis:
</para>
@@ -2335,7 +2406,7 @@ boxes with rounded corners.
<node name="_005cput" spaces=" "><nodename>\put</nodename><nodenext automatic="on">\shortstack</nodenext><nodeprev automatic="on">\oval</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\put</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="228">\put</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="230">\put</indexterm></findex>
<para><code>\put(x coord,y coord)&lbrace; ... &rbrace;</code>
</para>
@@ -2346,7 +2417,7 @@ argument at the given coordinates.
</subsection>
<node name="_005cshortstack" spaces=" "><nodename>\shortstack</nodename><nodenext automatic="on">\vector</nodenext><nodeprev automatic="on">\put</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\shortstack</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="229">\shortstack</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="231">\shortstack</indexterm></findex>
<para>Synopsis:
</para>
@@ -2366,14 +2437,14 @@ positions are:
</tableterm><tableitem><para>Move the objects to the centre of the stack (default)
</para></tableitem></tableentry></table>
-<findex index="fn" spaces=" "><indexterm index="fn" number="230">\\ <r>(for <code>\shortstack</code> objects)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="232">\\ <r>(for <code>\shortstack</code> objects)</r></indexterm></findex>
<para>Objects are separated with <code>\\</code>.
</para>
</subsection>
<node name="_005cvector" spaces=" "><nodename>\vector</nodename><nodeprev automatic="on">\shortstack</nodeprev><nodeup automatic="on">picture</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\vector</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="231">\vector</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="233">\vector</indexterm></findex>
<para>Synopsis:
</para>
@@ -2391,10 +2462,10 @@ length and slope. The <math>x</math> and <math>y</math> values must lie between
<node name="quotation" spaces=" "><nodename>quotation</nodename><nodenext automatic="on">quote</nodenext><nodeprev automatic="on">picture</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>quotation</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="232">quotation</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="130">quoted text with paragraph indentation, displaying</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="131">displaying quoted text with paragraph indentation</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="132">paragraph indentations in quoted text</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="234">quotation</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="135">quoted text with paragraph indentation, displaying</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="136">displaying quoted text with paragraph indentation</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="137">paragraph indentations in quoted text</indexterm></cindex>
<para>Synopsis:
</para>
@@ -2416,10 +2487,10 @@ normally.
<node name="quote" spaces=" "><nodename>quote</nodename><nodenext automatic="on">tabbing</nodenext><nodeprev automatic="on">quotation</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>quote</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="233">quote</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="133">quoted text without paragraph indentation, displaying</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="134">displaying quoted text without paragraph indentation</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="135">paragraph indentations in quoted text, omitting</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="235">quote</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="138">quoted text without paragraph indentation, displaying</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="139">displaying quoted text without paragraph indentation</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="140">paragraph indentations in quoted text, omitting</indexterm></cindex>
<para>Snyopsis:
</para>
@@ -2440,10 +2511,10 @@ blank line between text produces a new paragraph.
<node name="tabbing" spaces=" "><nodename>tabbing</nodename><nodenext automatic="on">table</nodenext><nodeprev automatic="on">quote</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>tabbing</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="234">tabbing <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="136">tab stops, using</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="137">lining text up using tab stops</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="138">alignment via tabbing</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="236">tabbing <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="141">tab stops, using</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="142">lining text up using tab stops</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="143">alignment via tabbing</indexterm></cindex>
<para>Synopsis:
</para>
@@ -2466,37 +2537,37 @@ environment.
<para>The following commands can be used inside a <code>tabbing</code> enviroment:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="235">\\ <r>(tabbing)</r></indexterm>\\ <r>(tabbing)</r></itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="237">\\ <r>(tabbing)</r></indexterm>\\ <r>(tabbing)</r></itemformat></item>
</tableterm><tableitem><para>End a line.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="236">\= <r>(tabbing)</r></indexterm>\= <r>(tabbing)</r></itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="238">\= <r>(tabbing)</r></indexterm>\= <r>(tabbing)</r></itemformat></item>
</tableterm><tableitem><para>Sets a tab stop at the current position.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="237">\&gt; <r>(tabbing)</r></indexterm>\&gt; <r>(tabbing)</r></itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="238">\&gt;</indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="239">\&gt; <r>(tabbing)</r></indexterm>\&gt; <r>(tabbing)</r></itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="240">\&gt;</indexterm></findex>
<para>Advances to the next tab stop.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="239">\&lt;</indexterm>\&lt;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="241">\&lt;</indexterm>\&lt;</itemformat></item>
</tableterm><tableitem><para>Put following text to the left of the local margin (without changing
the margin). Can only be used at the start of the line.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="240">\+</indexterm>\+</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="242">\+</indexterm>\+</itemformat></item>
</tableterm><tableitem><para>Moves the left margin of the next and all the
following commands one tab stop to the right, beginning tabbed line if
necessary.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="241">\-</indexterm>\-</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="243">\-</indexterm>\-</itemformat></item>
</tableterm><tableitem><para>Moves the left margin of the next and all the
following commands one tab stop to the left, beginning tabbed line if
necessary.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="242">\&textrsquo; <r>(tabbing)</r></indexterm>\' <r>(tabbing)</r></itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="244">\&textrsquo; <r>(tabbing)</r></indexterm>\' <r>(tabbing)</r></itemformat></item>
</tableterm><tableitem><para>Moves everything that you have typed so far in the
current column, i.e. everything from the most recent <code>\&gt;</code>,
<code>\&lt;</code>, <code>\'</code>, <code>\\</code>, or <code>\kill</code> command, to the right
of the previous column, flush against the current column&textrsquo;s tab stop.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="243">\&textlsquo; <r>(tabbing)</r></indexterm>\` <r>(tabbing)</r></itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="245">\&textlsquo; <r>(tabbing)</r></indexterm>\` <r>(tabbing)</r></itemformat></item>
</tableterm><tableitem><para>Allows you to put text flush right against any tab stop, including tab
stop&nbsp;0. However, it can&textrsquo;t move text to the right of the last column
because there&textrsquo;s no tab stop there. The <code>\`</code> command moves all the
@@ -2505,29 +2576,29 @@ command that ends the line, to the right margin of the tabbing
environment. There must be no <code>\&gt;</code> or <code>\'</code> command between
the <code>\`</code> and the command that ends the line.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="244">\a <r>(tabbing)</r></indexterm>\a <r>(tabbing)</r></itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="245">\a&textrsquo; <r>(acute accent in tabbing)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="246">\a&textlsquo; <r>(grave accent in tabbing)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="247">\a= <r>(macron accent in tabbing)</r></indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="246">\a <r>(tabbing)</r></indexterm>\a <r>(tabbing)</r></itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="247">\a&textrsquo; <r>(acute accent in tabbing)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="248">\a&textlsquo; <r>(grave accent in tabbing)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="249">\a= <r>(macron accent in tabbing)</r></indexterm></findex>
<para>In a <code>tabbing</code> environment, the commands <code>\=</code>, <code>\'</code> and
<code>\`</code> do not produce accents as usual (<pxref label="Accents"><xrefnodename>Accents</xrefnodename></pxref>). Instead,
the commands <code>\a=</code>, <code>\a'</code> and <code>\a`</code> are used.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="248">\kill</indexterm>\kill</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="250">\kill</indexterm>\kill</itemformat></item>
</tableterm><tableitem><para>Sets tab stops without producing text. Works just like <code>\\</code>
except that it throws away the current line instead of producing
output for it. The effect of any <code>\=</code>, <code>\+</code> or <code>\-</code>
commands in that line remain in effect.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="249">\poptabs</indexterm>\poptabs</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="250">\poptabs</indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="251">\poptabs</indexterm>\poptabs</itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="252">\poptabs</indexterm></findex>
<para>Restores the tab stop positions saved by the last <code>\pushtabs</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="251">\pushtabs</indexterm>\pushtabs</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="253">\pushtabs</indexterm>\pushtabs</itemformat></item>
</tableterm><tableitem><para>Saves all current tab stop positions. Useful for temporarily changing
tab stop positions in the middle of a <code>tabbing</code> environment.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="252">\tabbingsep</indexterm>\tabbingsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="254">\tabbingsep</indexterm>\tabbingsep</itemformat></item>
</tableterm><tableitem><para>Distance to left of tab stop moved by <code>\'</code>.
</para>
</tableitem></tableentry></ftable>
@@ -2551,9 +2622,9 @@ function \= fact(n : integer) : integer;\\
<node name="table" spaces=" "><nodename>table</nodename><nodenext automatic="on">tabular</nodenext><nodeprev automatic="on">tabbing</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>table</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="253">table</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="139">tables, creating</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="140">creating tables</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="255">table</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="144">tables, creating</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="145">creating tables</indexterm></cindex>
<para>Synopsis:
</para>
@@ -2585,9 +2656,9 @@ you wish. The <code>\caption</code> command allows you to title your table.
</section>
<node name="tabular" spaces=" "><nodename>tabular</nodename><nodenext automatic="on">thebibliography</nodenext><nodeprev automatic="on">table</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>tabular</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="254">tabular <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="141">lines in tables</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="142">lining text up in tables</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="256">tabular <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="146">lines in tables</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="147">lining text up in tables</indexterm></cindex>
<para>Synopsis:
</para>
@@ -2611,7 +2682,7 @@ column 1 entry &amp; column 2 entry ... &amp; column n entry \\
<para>These environments produce a box consisting of a sequence of rows of
items, aligned vertically in columns.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="255">\\ <r>for <code>tabular</code></r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="257">\\ <r>for <code>tabular</code></r></indexterm></findex>
<para><code>\\</code> must be used to specify the end of each row of the table,
except for the last, where it is optional&textmdash;unless an <code>\hline</code>
command (to put a rule below the table) follows.
@@ -2664,7 +2735,7 @@ column, you have to load the <code>array</code> package and use the
<code>&gt;&lbrace;...&rbrace;</code> specifier.
<!-- c xx should fully explain array, tabularx, and all other base packages... -->
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="256">\extracolsep</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="258">\extracolsep</indexterm></findex>
<para>An <code>\extracolsep&lbrace;wd&rbrace;</code> command in an &arobase;-expression causes an
extra space of width <code>wd</code> to appear to the left of all subsequent
columns, until countermanded by another <code>\extracolsep</code> command.
@@ -2701,20 +2772,20 @@ which may contain another <code>*-expression</code>.
<!-- c xx defaults, own node (xref from array)? -->
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="257">\arrayrulewidth</indexterm>\arrayrulewidth</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="259">\arrayrulewidth</indexterm>\arrayrulewidth</itemformat></item>
</tableterm><tableitem><para>Thickness of the rule created by <code>|</code>, <code>\hline</code>, and
<code>\vline</code> in the <code>tabular</code> and <code>array</code> environments; the
default is <samp>.4pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="258">\arraystretch</indexterm>\arraystretch</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="260">\arraystretch</indexterm>\arraystretch</itemformat></item>
</tableterm><tableitem><para>Scaling of spacing between rows in the <code>tabular</code> and <code>array</code>
environments; default is <samp>1</samp>, for no scaling.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="259">\doublerulesep</indexterm>\doublerulesep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="261">\doublerulesep</indexterm>\doublerulesep</itemformat></item>
</tableterm><tableitem><para>Horizontal distance between the vertical rules produced by <code>||</code>
in the <code>tabular</code> and <code>array</code> environments; default is <samp>2pt</samp>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="260">\tabcolsep</indexterm>\tabcolsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="262">\tabcolsep</indexterm>\tabcolsep</itemformat></item>
</tableterm><tableitem><para>Half the width of the space between columns; default is <samp>6pt</samp>.
</para>
</tableitem></tableentry></ftable>
@@ -2732,7 +2803,7 @@ environment:
<node name="_005cmulticolumn" spaces=" "><nodename>\multicolumn</nodename><nodenext automatic="on">\cline</nodenext><nodeup automatic="on">tabular</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\multicolumn</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="261">\multicolumn</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="263">\multicolumn</indexterm></findex>
<para>Synopsis:
</para><example endspaces=" ">
@@ -2762,7 +2833,7 @@ for flushleft, <code>r</code> for flushright. The third mandatory argument,
</subsection>
<node name="_005ccline" spaces=" "><nodename>\cline</nodename><nodenext automatic="on">\hline</nodenext><nodeprev automatic="on">\multicolumn</nodeprev><nodeup automatic="on">tabular</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\cline</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="262">\cline</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="264">\cline</indexterm></findex>
<para>Synopsis:
</para>
@@ -2778,7 +2849,7 @@ which are specified in the mandatory argument.
</subsection>
<node name="_005chline" spaces=" "><nodename>\hline</nodename><nodenext automatic="on">\vline</nodenext><nodeprev automatic="on">\cline</nodeprev><nodeup automatic="on">tabular</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\hline</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="263">\hline</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="265">\hline</indexterm></findex>
<para>The <code>\hline</code> command draws a horizontal line the width of the
enclosing <code>tabular</code> or <code>array</code> environment. It&textrsquo;s most
@@ -2789,7 +2860,7 @@ of a table.
</subsection>
<node name="_005cvline" spaces=" "><nodename>\vline</nodename><nodeprev automatic="on">\hline</nodeprev><nodeup automatic="on">tabular</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\vline</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="264">\vline</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="266">\vline</indexterm></findex>
<para>The <code>\vline</code> command will draw a vertical line extending the full
height and depth of its row. An <code>\hfill</code> command can be used to
@@ -2802,8 +2873,8 @@ move the line to the edge of the column. It can also be used in an
<node name="thebibliography" spaces=" "><nodename>thebibliography</nodename><nodenext automatic="on">theorem</nodenext><nodeprev automatic="on">tabular</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>thebibliography</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="265">thebibliography</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="143">bibliography, creating (manually)</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="267">thebibliography</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="148">bibliography, creating (manually)</indexterm></cindex>
<para>Synopsis:
</para>
@@ -2843,7 +2914,7 @@ less than 10 references, <code>99</code> for ones with less than 100, etc.
<node name="_005cbibitem" spaces=" "><nodename>\bibitem</nodename><nodenext automatic="on">\cite</nodenext><nodeup automatic="on">thebibliography</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\bibitem</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="266">\bibitem</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="268">\bibitem</indexterm></findex>
<para>Synopsis:
</para><example endspaces=" ">
@@ -2868,7 +2939,7 @@ associated label.
<node name="_005ccite" spaces=" "><nodename>\cite</nodename><nodenext automatic="on">\nocite</nodenext><nodeprev automatic="on">\bibitem</nodeprev><nodeup automatic="on">thebibliography</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\cite</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="267">\cite</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="269">\cite</indexterm></findex>
<para>Synopsis:
</para>
@@ -2889,7 +2960,7 @@ citation. For example, <code>\cite[p.~314]&lbrace;knuth&rbrace;</code> might pr
</subsection>
<node name="_005cnocite" spaces=" "><nodename>\nocite</nodename><nodenext automatic="on">Using BibTeX</nodenext><nodeprev automatic="on">\cite</nodeprev><nodeup automatic="on">thebibliography</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\nocite</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="268">\nocite</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="270">\nocite</indexterm></findex>
<para><code>\nocite&lbrace;key_list&rbrace;</code>
</para>
@@ -2901,11 +2972,11 @@ which is a list of one or more citation keys, on the <file>.aux</file> file.
<node name="Using-BibTeX" spaces=" "><nodename>Using BibTeX</nodename><nodeprev automatic="on">\nocite</nodeprev><nodeup automatic="on">thebibliography</nodeup></node>
<subsection spaces=" "><sectiontitle>Using Bib&tex;</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="144">using Bib&tex;</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="145">bib&tex;, using</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="146">bibliography, creating (automatically)</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="269">\bibliographystyle</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="270">\bibliography</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="149">using Bib&tex;</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="150">bib&tex;, using</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="151">bibliography, creating (automatically)</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="271">\bibliographystyle</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="272">\bibliography</indexterm></findex>
<para>If you use the Bib&tex; program by Oren Patashnik (highly
recommended if you need a bibliography of more than a couple of
@@ -2952,8 +3023,8 @@ Bib&tex; format. Only the entries referred to via <code>\cite</code> and
<node name="theorem" spaces=" "><nodename>theorem</nodename><nodenext automatic="on">titlepage</nodenext><nodeprev automatic="on">thebibliography</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>theorem</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="271">theorem <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="147">theorems, typesetting</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="273">theorem <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="152">theorems, typesetting</indexterm></cindex>
<para>Synopsis:
</para>
@@ -2973,9 +3044,9 @@ possibilities for <var>n</var> are described under <code>\newtheorem</code>
<node name="titlepage" spaces=" "><nodename>titlepage</nodename><nodenext automatic="on">verbatim</nodenext><nodeprev automatic="on">theorem</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>titlepage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="272">titlepage <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="148">making a title page</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="149">title pages, creating</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="274">titlepage <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="153">making a title page</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="154">title pages, creating</indexterm></cindex>
<para>Synopsis:
</para>
@@ -2999,12 +3070,12 @@ produce a standard title page without a <code>titlepage</code> environment.
<node name="verbatim" spaces=" "><nodename>verbatim</nodename><nodenext automatic="on">verse</nodenext><nodeprev automatic="on">titlepage</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>verbatim</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="273">verbatim <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="150">verbatim text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="151">simulating typed text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="152">typed text, simulating</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="153">code, typesetting</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="154">computer programs, typesetting</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="275">verbatim <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="155">verbatim text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="156">simulating typed text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="157">typed text, simulating</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="158">code, typesetting</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="159">computer programs, typesetting</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3029,8 +3100,8 @@ effect that they would on a typewriter.
<node name="_005cverb" spaces=" "><nodename>\verb</nodename><nodeup automatic="on">verbatim</nodeup></node>
<subsection spaces=" "><sectiontitle><code>\verb</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="274">\verb</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="155">verbatim text, inline</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="276">\verb</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="160">verbatim text, inline</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3045,7 +3116,7 @@ including special characters and spaces, using the typewriter
<code>\verb*</code> and the delimiter <var>char</var>, which begins and ends the
verbatim text. The delimiter must not appear in <var>literal-text</var>.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="156">visible space</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="161">visible space</indexterm></cindex>
<para>The <code>*</code>-form differs only in that spaces are printed with a
&textldquo;visible space&textrdquo; character.
<tex endspaces=" ">
@@ -3058,8 +3129,8 @@ verbatim text. The delimiter must not appear in <var>literal-text</var>.
<node name="verse" spaces=" "><nodename>verse</nodename><nodeprev automatic="on">verbatim</nodeprev><nodeup automatic="on">Environments</nodeup></node>
<section spaces=" "><sectiontitle><code>verse</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="275">verse <r>environment</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="157">poetry, an environment for</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="277">verse <r>environment</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="162">poetry, an environment for</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3074,7 +3145,7 @@ verbatim text. The delimiter must not appear in <var>literal-text</var>.
<para>The <code>verse</code> environment is designed for poetry, though you may find
other uses for it.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="276">\\ <r>for <code>verse</code></r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="278">\\ <r>for <code>verse</code></r></indexterm></findex>
<para>The margins are indented on the left and the right, paragraphs are not
indented, and the text is not justified. Separate the lines of each
stanza with <code>\\</code>, and use one or more blank lines to separate the
@@ -3085,8 +3156,8 @@ stanzas.
</chapter>
<node name="Line-breaking" spaces=" "><nodename>Line breaking</nodename><nodenext automatic="on">Page breaking</nodenext><nodeprev automatic="on">Environments</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Line breaking</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="158">line breaking</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="159">breaking lines</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="163">line breaking</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="164">breaking lines</indexterm></cindex>
<para>The first thing &latex; does when processing ordinary text is to
translate your input file into a sequence of glyphs and spaces. To
@@ -3111,9 +3182,9 @@ some environments, you do the line breaking yourself with the
<node name="_005c_005c" spaces=" "><nodename>\\</nodename><nodenext automatic="on">\obeycr &amp; \restorecr</nodenext><nodeup automatic="on">Line breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\\</code>[*][<var>morespace</var>]</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="277">\\ <r>force line break</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="160">new line, starting</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="161">line break, forcing</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="279">\\ <r>force line break</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="165">new line, starting</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="166">line break, forcing</indexterm></cindex>
<para>The <code>\\</code> command tells &latex; to start a new line. It has an
optional argument, <var>morespace</var>, that specifies how much extra
@@ -3127,9 +3198,9 @@ except that it tells &latex; not to start a new page after the line.
</section>
<node name="_005cobeycr-_0026-_005crestorecr" spaces=" "><nodename>\obeycr &amp; \restorecr</nodename><nodenext automatic="on">\newline</nodenext><nodeprev automatic="on">\\</nodeprev><nodeup automatic="on">Line breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\obeycr</code> &amp; <code>\restorecr</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="278">\obeycr</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="279">\restorecr</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="162">new line, output as input</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="280">\obeycr</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="281">\restorecr</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="167">new line, output as input</indexterm></cindex>
<para>The <code>\obeycr</code> command makes a return in the input file
(<samp>^^M</samp>, internally) the same as <code>\\</code> (followed by
@@ -3142,8 +3213,8 @@ in the output.
</section>
<node name="_005cnewline" spaces=" "><nodename>\newline</nodename><nodenext automatic="on">\- (hyphenation)</nodenext><nodeprev automatic="on">\obeycr &amp; \restorecr</nodeprev><nodeup automatic="on">Line breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\newline</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="280">\newline</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="163">new line, starting (paragraph mode)</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="282">\newline</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="168">new line, starting (paragraph mode)</indexterm></cindex>
<para>The <code>\newline</code> command breaks the line at the present point, with
no stretching of the text before it. It can only be used in paragraph
@@ -3153,8 +3224,8 @@ mode.
</section>
<node name="_005c_002d-_0028hyphenation_0029" spaces=" "><nodename>\- (hyphenation)</nodename><nodenext automatic="on">\fussy</nodenext><nodeprev automatic="on">\newline</nodeprev><nodeup automatic="on">Line breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\-</code> (discretionary hyphen)</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="281">\- <r>(hyphenation)</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="164">hyphenation, forcing</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="283">\- <r>(hyphenation)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="169">hyphenation, forcing</indexterm></cindex>
<para>The <code>\-</code> command tells &latex; that it may hyphenate the word at
that point. &latex; is very good at hyphenating, and it will usually
@@ -3171,7 +3242,7 @@ that &latex; might otherwise have chosen.
</section>
<node name="_005cfussy" spaces=" "><nodename>\fussy</nodename><nodenext automatic="on">\sloppy</nodenext><nodeprev automatic="on">\- (hyphenation)</nodeprev><nodeup automatic="on">Line breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\fussy</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="282">\fussy</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="284">\fussy</indexterm></findex>
<para>The declaration <code>\fussy</code> (which is the default) makes &tex;
picky about line breaking. This usually avoids too much space between
@@ -3195,8 +3266,8 @@ interword spacing.
</section>
<node name="_005chyphenation" spaces=" "><nodename>\hyphenation</nodename><nodenext automatic="on">\linebreak &amp; \nolinebreak</nodenext><nodeprev automatic="on">\sloppy</nodeprev><nodeup automatic="on">Line breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\hyphenation</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="283">\hyphenation</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="165">hyphenation, defining</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="285">\hyphenation</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="170">hyphenation, defining</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3219,10 +3290,10 @@ misses the hyphenations in these words):
</section>
<node name="_005clinebreak-_0026-_005cnolinebreak" spaces=" "><nodename>\linebreak &amp; \nolinebreak</nodename><nodeprev automatic="on">\hyphenation</nodeprev><nodeup automatic="on">Line breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\linebreak</code> &amp; <code>\nolinebreak</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="284">\linebreak</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="285">\nolinebreak</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="166">line breaks, forcing</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="167">line breaks, preventing</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="286">\linebreak</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="287">\nolinebreak</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="171">line breaks, forcing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="172">line breaks, preventing</indexterm></cindex>
<para>Synopses:
</para>
@@ -3245,8 +3316,8 @@ from a demand to a request. The <var>priority</var> must be a number from
</chapter>
<node name="Page-breaking" spaces=" "><nodename>Page breaking</nodename><nodenext automatic="on">Footnotes</nodenext><nodeprev automatic="on">Line breaking</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Page breaking</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="168">page breaking</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="169">breaking pages</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="173">page breaking</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="174">breaking pages</indexterm></cindex>
<para>&latex; starts new pages asynchronously, when enough material has
accumulated to fill up a page. Usually this happens automatically,
@@ -3264,8 +3335,8 @@ but sometimes you may want to influence the breaks.
<node name="_005ccleardoublepage" spaces=" "><nodename>\cleardoublepage</nodename><nodenext automatic="on">\clearpage</nodenext><nodeup automatic="on">Page breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\cleardoublepage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="286">\cleardoublepage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="170">starting on a right-hand page</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="288">\cleardoublepage</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="175">starting on a right-hand page</indexterm></cindex>
<para>The <code>\cleardoublepage</code> command ends the current page and causes all
figures and tables that have so far appeared in the input to be printed.
@@ -3276,9 +3347,9 @@ In a two-sided printing style, it also makes the next page a right-hand
</section>
<node name="_005cclearpage" spaces=" "><nodename>\clearpage</nodename><nodenext automatic="on">\newpage</nodenext><nodeprev automatic="on">\cleardoublepage</nodeprev><nodeup automatic="on">Page breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\clearpage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="287">\clearpage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="171">flushing floats and starting a page</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="172">starting a new page and clearing floats</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="289">\clearpage</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="176">flushing floats and starting a page</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="177">starting a new page and clearing floats</indexterm></cindex>
<para>The <code>\clearpage</code> command ends the current page and causes all
figures and tables that have so far appeared in the input to be printed.
@@ -3287,9 +3358,9 @@ figures and tables that have so far appeared in the input to be printed.
</section>
<node name="_005cnewpage" spaces=" "><nodename>\newpage</nodename><nodenext automatic="on">\enlargethispage</nodenext><nodeprev automatic="on">\clearpage</nodeprev><nodeup automatic="on">Page breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\newpage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="288">\newpage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="173">new page, starting</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="174">starting a new page</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="290">\newpage</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="178">new page, starting</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="179">starting a new page</indexterm></cindex>
<para>The <code>\newpage</code> command ends the current page, but does not clear
floats (see <code>\clearpage</code> above).
@@ -3298,8 +3369,8 @@ floats (see <code>\clearpage</code> above).
</section>
<node name="_005cenlargethispage" spaces=" "><nodename>\enlargethispage</nodename><nodenext automatic="on">\pagebreak &amp; \nopagebreak</nodenext><nodeprev automatic="on">\newpage</nodeprev><nodeup automatic="on">Page breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\enlargethispage</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="289">\enlargethispage</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="175">enlarge current page</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="291">\enlargethispage</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="180">enlarge current page</indexterm></cindex>
<para><code>\enlargethispage&lbrace;size&rbrace;</code>
</para>
@@ -3317,10 +3388,10 @@ much as possible. This is normally used together with an explicit
</section>
<node name="_005cpagebreak-_0026-_005cnopagebreak" spaces=" "><nodename>\pagebreak &amp; \nopagebreak</nodename><nodeprev automatic="on">\enlargethispage</nodeprev><nodeup automatic="on">Page breaking</nodeup></node>
<section spaces=" "><sectiontitle><code>\pagebreak</code> &amp; <code>\nopagebreak</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="290">\pagebreak</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="291">\nopagebreak</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="176">page break, forcing</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="177">page break, preventing</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="292">\pagebreak</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="293">\nopagebreak</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="181">page break, forcing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="182">page break, preventing</indexterm></cindex>
<para>Synopses:
</para>
@@ -3344,7 +3415,7 @@ insistent the request is.
</chapter>
<node name="Footnotes" spaces=" "><nodename>Footnotes</nodename><nodenext automatic="on">Definitions</nodenext><nodeprev automatic="on">Page breaking</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Footnotes</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="178">footnotes, creating</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="183">footnotes, creating</indexterm></cindex>
<para>Footnotes can be produced in one of two ways. They can be produced
with one command, the <code>\footnote</code> command. They can also be
@@ -3362,7 +3433,7 @@ produced with two commands, the <code>\footnotemark</code> and the
<node name="_005cfootnote" spaces=" "><nodename>\footnote</nodename><nodenext automatic="on">\footnotemark</nodenext><nodeup automatic="on">Footnotes</nodeup></node>
<section spaces=" "><sectiontitle><code>\footnote</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="292">\footnote</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="294">\footnote</indexterm></findex>
<para>Synopsis:
</para>
@@ -3383,7 +3454,7 @@ tables or in a <code>tabular</code> environment. (See following sections.)
</section>
<node name="_005cfootnotemark" spaces=" "><nodename>\footnotemark</nodename><nodenext automatic="on">\footnotetext</nodenext><nodeprev automatic="on">\footnote</nodeprev><nodeup automatic="on">Footnotes</nodeup></node>
<section spaces=" "><sectiontitle><code>\footnotemark</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="293">\footnotemark</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="295">\footnotemark</indexterm></findex>
<para>With no optional argument, the <code>\footnotemark</code> command puts the
current footnote number in the text. This command can be used in
@@ -3404,7 +3475,7 @@ markers referring to the same footnote with
</section>
<node name="_005cfootnotetext" spaces=" "><nodename>\footnotetext</nodename><nodenext automatic="on">Symbolic footnotes</nodenext><nodeprev automatic="on">\footnotemark</nodeprev><nodeup automatic="on">Footnotes</nodeup></node>
<section spaces=" "><sectiontitle><code>\footnotetext</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="294">\footnotetext</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="296">\footnotetext</indexterm></findex>
<para>Synopsis:
</para>
@@ -3424,7 +3495,7 @@ appear in outer paragraph mode.
<node name="Symbolic-footnotes" spaces=" "><nodename>Symbolic footnotes</nodename><nodenext automatic="on">Footnote parameters</nodenext><nodeprev automatic="on">\footnotetext</nodeprev><nodeup automatic="on">Footnotes</nodeup></node>
<section spaces=" "><sectiontitle>Symbolic footnotes</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="179">footnotes, symbolic instead of numbered</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="184">footnotes, symbolic instead of numbered</indexterm></cindex>
<para>If you want to use symbols for footnotes, rather than increasing
numbers, redefine <code>\thefootnote</code> like this:
</para>
@@ -3432,8 +3503,8 @@ numbers, redefine <code>\thefootnote</code> like this:
<pre xml:space="preserve">\renewcommand&lbrace;\thefootnote&rbrace;&lbrace;\fnsymbol&lbrace;footnote&rbrace;&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="295">\fnsymbol<r>, and footnotes</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="296">\&arobase;fnsymbol</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="297">\fnsymbol<r>, and footnotes</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="298">\&arobase;fnsymbol</indexterm></findex>
<para>The <code>\fnsymbol</code> command produces a predefined series of symbols
(<pxref label="_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol"><xrefnodename>\alph \Alph \arabic \roman \Roman \fnsymbol</xrefnodename></pxref>). If you want to
use a different symbol as your footnote mark, you&textrsquo;ll need to also
@@ -3444,17 +3515,17 @@ redefine <code>\&arobase;fnsymbol</code>.
<node name="Footnote-parameters" spaces=" "><nodename>Footnote parameters</nodename><nodeprev automatic="on">Symbolic footnotes</nodeprev><nodeup automatic="on">Footnotes</nodeup></node>
<section spaces=" "><sectiontitle>Footnote parameters</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="180">footnote parameters</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="181">parameters, for footnotes</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="185">footnote parameters</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="186">parameters, for footnotes</indexterm></cindex>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="297">\footnoterule</indexterm>\footnoterule</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="299">\footnoterule</indexterm>\footnoterule</itemformat></item>
</tableterm><tableitem><para>Produces the rule separating the main text on a page from the page&textrsquo;s
footnotes. Default dimensions: <code>0.4pt</code> thick (or wide), and
<code>0.4\columnwidth</code> long in the standard document classes (except
slides, where it does not appear).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="298">\footnotesep</indexterm>\footnotesep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="300">\footnotesep</indexterm>\footnotesep</itemformat></item>
</tableterm><tableitem><para>The height of the strut placed at the beginning of the footnote. By
default, this is set to the normal strut for <code>\footnotesize</code>
fonts (<pxref label="Font-sizes"><xrefnodename>Font sizes</xrefnodename></pxref>), therefore there is no extra space between
@@ -3468,7 +3539,7 @@ footnotes. This is <samp>6.65pt</samp> for <samp>10pt</samp>, <samp>7.7pt</samp
</chapter>
<node name="Definitions" spaces=" "><nodename>Definitions</nodename><nodenext automatic="on">Counters</nodenext><nodeprev automatic="on">Footnotes</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Definitions</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="182">definitions</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="187">definitions</indexterm></cindex>
<para>&latex; has support for making new commands of many different kinds.
</para>
@@ -3488,10 +3559,10 @@ footnotes. This is <samp>6.65pt</samp> for <samp>10pt</samp>, <samp>7.7pt</samp
<node name="_005cnewcommand-_0026-_005crenewcommand" spaces=" "><nodename>\newcommand &amp; \renewcommand</nodename><nodenext automatic="on">\newcounter</nodenext><nodeup automatic="on">Definitions</nodeup></node>
<section spaces=" "><sectiontitle><code>\newcommand</code> &amp; <code>\renewcommand</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="299">\newcommand</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="183">commands, defining new ones</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="184">defining a new command</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="185">new commands, defining</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="301">\newcommand</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="188">commands, defining new ones</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="189">defining a new command</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="190">new commands, defining</indexterm></cindex>
<para><code>\newcommand</code> and <code>\renewcommand</code> define and redefine a
command, respectively. Synopses:
@@ -3503,7 +3574,7 @@ command, respectively. Synopses:
<table commandarg="var" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="var"><code>*</code></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="186">*-form of defining new commands</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="191">*-form of defining new commands</indexterm></cindex>
<para>The *-form of these commands requires that the arguments not contain
multiple paragraphs of text (not <code>\long</code>, in plain &tex; terms).
</para>
@@ -3536,8 +3607,8 @@ text of the <var>n</var>th argument.
</section>
<node name="_005cnewcounter" spaces=" "><nodename>\newcounter</nodename><nodenext automatic="on">\newlength</nodenext><nodeprev automatic="on">\newcommand &amp; \renewcommand</nodeprev><nodeup automatic="on">Definitions</nodeup></node>
<section spaces=" "><sectiontitle><code>\newcounter</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="300">\newcounter</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="187">counters, defining new</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="302">\newcounter</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="192">counters, defining new</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3557,8 +3628,8 @@ will be reset whenever <var>countername</var> is incremented.
</section>
<node name="_005cnewlength" spaces=" "><nodename>\newlength</nodename><nodenext automatic="on">\newsavebox</nodenext><nodeprev automatic="on">\newcounter</nodeprev><nodeup automatic="on">Definitions</nodeup></node>
<section spaces=" "><sectiontitle><code>\newlength</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="301">\newlength</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="188">lengths, defining new</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="303">\newlength</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="193">lengths, defining new</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3578,7 +3649,7 @@ for more information about lengths in general.
</section>
<node name="_005cnewsavebox" spaces=" "><nodename>\newsavebox</nodename><nodenext automatic="on">\newenvironment &amp; \renewenvironment</nodenext><nodeprev automatic="on">\newlength</nodeprev><nodeup automatic="on">Definitions</nodeup></node>
<section spaces=" "><sectiontitle><code>\newsavebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="302">\newsavebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="304">\newsavebox</indexterm></findex>
<para>Synopsis:
</para>
@@ -3593,11 +3664,11 @@ defined, to refer to a new bin for storing boxes.
</section>
<node name="_005cnewenvironment-_0026-_005crenewenvironment" spaces=" "><nodename>\newenvironment &amp; \renewenvironment</nodename><nodenext automatic="on">\newtheorem</nodenext><nodeprev automatic="on">\newsavebox</nodeprev><nodeup automatic="on">Definitions</nodeup></node>
<section spaces=" "><sectiontitle><code>\newenvironment</code> &amp; <code>\renewenvironment</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="303">\newenvironment</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="304">\renewenvironment</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="189">environments, defining</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="190">defining new environments</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="191">redefining environments</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="305">\newenvironment</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="306">\renewenvironment</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="194">environments, defining</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="195">defining new environments</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="196">redefining environments</indexterm></cindex>
<para>Synopses:
</para>
@@ -3611,7 +3682,7 @@ defined, to refer to a new bin for storing boxes.
</para>
<table commandarg="var" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="var"><code>*</code></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="192">*-form of environment commands</indexterm></cindex>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="197">*-form of environment commands</indexterm></cindex>
<para>The *-form of these commands requires that the arguments (not the
contents of the environment) not contain multiple paragraphs of text.
</para>
@@ -3644,9 +3715,9 @@ may not contain any argument parameters.
</section>
<node name="_005cnewtheorem" spaces=" "><nodename>\newtheorem</nodename><nodenext automatic="on">\newfont</nodenext><nodeprev automatic="on">\newenvironment &amp; \renewenvironment</nodeprev><nodeup automatic="on">Definitions</nodeup></node>
<section spaces=" "><sectiontitle><code>\newtheorem</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="305">\newtheorem</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="193">theorems, defining</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="194">defining new theorems</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="307">\newtheorem</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="198">theorems, defining</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="199">defining new theorems</indexterm></cindex>
<example endspaces=" ">
<pre xml:space="preserve">\newtheorem&lbrace;<var>newenv</var>&rbrace;&lbrace;<var>label</var>&rbrace;[<var>within</var>]
@@ -3682,9 +3753,9 @@ not both.
</section>
<node name="_005cnewfont" spaces=" "><nodename>\newfont</nodename><nodenext automatic="on">\protect</nodenext><nodeprev automatic="on">\newtheorem</nodeprev><nodeup automatic="on">Definitions</nodeup></node>
<section spaces=" "><sectiontitle><code>\newfont</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="306">\newfont</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="195">fonts, new commands for</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="196">defining new fonts</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="308">\newfont</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="200">fonts, new commands for</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="201">defining new fonts</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3703,10 +3774,10 @@ More commonly, fonts are defined in families through <file>.fd</file> files.
</section>
<node name="_005cprotect" spaces=" "><nodename>\protect</nodename><nodeprev automatic="on">\newfont</nodeprev><nodeup automatic="on">Definitions</nodeup></node>
<section spaces=" "><sectiontitle><code>\protect</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="307">\protect</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="309">\protect</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="197">fragile commands</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="198">moving arguments</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="202">fragile commands</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="203">moving arguments</indexterm></cindex>
<para>Footnotes, line breaks, any command that has an optional argument, and
many more are so-called <dfn>fragile</dfn> commands. When a fragile
command is used in certain contexts, called <dfn>moving arguments</dfn>, it
@@ -3718,7 +3789,7 @@ commands within the arguments must have their own <code>\protect</code>.
&hyphenbreak;expressions in <code>tabular</code> and <code>array</code> environments
(<pxref label="tabular"><xrefnodename>tabular</xrefnodename></pxref>).
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="199">robust commands</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="204">robust commands</indexterm></cindex>
<para>Commands which are not fragile are called <dfn>robust</dfn>. They must not
be preceded by <code>\protect</code>.
</para>
@@ -3736,8 +3807,8 @@ be preceded by <code>\protect</code>.
</chapter>
<node name="Counters" spaces=" "><nodename>Counters</nodename><nodenext automatic="on">Lengths</nodenext><nodeprev automatic="on">Definitions</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Counters</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="200">counters, a list of</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="201">variables, a list of</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="205">counters, a list of</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="206">variables, a list of</indexterm></cindex>
<para>Everything &latex; numbers for you has a counter associated with
it. The name of the counter is the same as the name of the environment
@@ -3773,22 +3844,22 @@ subsubsection
instance, <code>\alph&lbrace;enumi&rbrace;</code>.
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="308">\alph</indexterm>\alph</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="310">\alph</indexterm>\alph</itemformat></item>
</tableterm><tableitem><para>prints <var>counter</var> using lowercase letters: &textlsquo;a&textrsquo;, &textlsquo;b&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="309">\Alph</indexterm>\Alph</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="311">\Alph</indexterm>\Alph</itemformat></item>
</tableterm><tableitem><para>uses uppercase letters: &textlsquo;A&textrsquo;, &textlsquo;B&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="310">\arabic</indexterm>\arabic</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="312">\arabic</indexterm>\arabic</itemformat></item>
</tableterm><tableitem><para>uses Arabic numbers: &textlsquo;1&textrsquo;, &textlsquo;2&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="311">\roman</indexterm>\roman</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="313">\roman</indexterm>\roman</itemformat></item>
</tableterm><tableitem><para>uses lowercase roman numerals: &textlsquo;i&textrsquo;, &textlsquo;ii&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="312">\roman</indexterm>\roman</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="314">\roman</indexterm>\roman</itemformat></item>
</tableterm><tableitem><para>uses uppercase roman numerals: &textlsquo;I&textrsquo;, &textlsquo;II&textrsquo;, &enddots;
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="313">\fnsymbol</indexterm>\fnsymbol</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="315">\fnsymbol</indexterm>\fnsymbol</itemformat></item>
</tableterm><tableitem><para>prints the value of <var>counter</var> in a specific sequence of nine
symbols (conventionally used for labeling footnotes). The value of
<var>counter</var> must be between&nbsp;1 and&nbsp;9, inclusive.
@@ -3800,8 +3871,8 @@ $\ast\ast$ $\dagger\dagger$ $\ddagger\ddagger$
</tex>
<para>The symbols mostly aren&textrsquo;t supported in Info, but here are the names:
</para><display endspaces=" ">
-<pre xml:space="preserve">asterix(*) dagger ddagger section-sign paragraph-sign parallel
-double-asterix(**) double-dagger double-ddagger
+<pre xml:space="preserve">asterisk(*) dagger ddagger section-sign paragraph-sign parallel
+double-asterisk(**) double-dagger double-ddagger
</pre></display>
</tableitem></tableentry></ftable>
@@ -3810,9 +3881,9 @@ double-asterix(**) double-dagger double-ddagger
</section>
<node name="_005cusecounter" spaces=" "><nodename>\usecounter</nodename><nodenext automatic="on">\value</nodenext><nodeprev automatic="on">\alph \Alph \arabic \roman \Roman \fnsymbol</nodeprev><nodeup automatic="on">Counters</nodeup></node>
<section spaces=" "><sectiontitle><code>\usecounter&lbrace;<var>counter</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="314">\usecounter</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="202">list items, specifying counter</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="203">numbered items, specifying counter</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="316">\usecounter</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="207">list items, specifying counter</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="208">numbered items, specifying counter</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3828,8 +3899,8 @@ the list items.
</section>
<node name="_005cvalue" spaces=" "><nodename>\value</nodename><nodenext automatic="on">\setcounter</nodenext><nodeprev automatic="on">\usecounter</nodeprev><nodeup automatic="on">Counters</nodeup></node>
<section spaces=" "><sectiontitle><code>\value&lbrace;<var>counter</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="315">\value</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="204">counters, getting value of</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="317">\value</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="209">counters, getting value of</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3850,9 +3921,9 @@ be used anywhere &latex; expects a number, for example:
</section>
<node name="_005csetcounter" spaces=" "><nodename>\setcounter</nodename><nodenext automatic="on">\addtocounter</nodenext><nodeprev automatic="on">\value</nodeprev><nodeup automatic="on">Counters</nodeup></node>
<section spaces=" "><sectiontitle><code>\setcounter&lbrace;<var>counter</var>&rbrace;&lbrace;<var>value</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="316">\setcounter</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="205">counters, setting</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="206">setting counters</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="318">\setcounter</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="210">counters, setting</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="211">setting counters</indexterm></cindex>
<para>Synopsis:
</para>
@@ -3867,7 +3938,7 @@ be used anywhere &latex; expects a number, for example:
</section>
<node name="_005caddtocounter" spaces=" "><nodename>\addtocounter</nodename><nodenext automatic="on">\refstepcounter</nodenext><nodeprev automatic="on">\setcounter</nodeprev><nodeup automatic="on">Counters</nodeup></node>
<section spaces=" "><sectiontitle><code>\addtocounter&lbrace;<var>counter</var>&rbrace;&lbrace;<var>value</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="317">\addtocounter</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="319">\addtocounter</indexterm></findex>
<para>The <code>\addtocounter</code> command increments <var>counter</var> by the
amount specified by the <var>value</var> argument, which may be negative.
@@ -3876,7 +3947,7 @@ amount specified by the <var>value</var> argument, which may be negative.
</section>
<node name="_005crefstepcounter" spaces=" "><nodename>\refstepcounter</nodename><nodenext automatic="on">\stepcounter</nodenext><nodeprev automatic="on">\addtocounter</nodeprev><nodeup automatic="on">Counters</nodeup></node>
<section spaces=" "><sectiontitle><code>\refstepcounter&lbrace;<var>counter</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="318">\refstepcounter</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="320">\refstepcounter</indexterm></findex>
<para>The <code>\refstepcounter</code> command works in the same way as
<code>\stepcounter</code> <xref label="_005cstepcounter"><xrefnodename>\stepcounter</xrefnodename></xref>, except it also defines the
@@ -3886,7 +3957,7 @@ current <code>\ref</code> value to be the result of <code>\thecounter</code>.
</section>
<node name="_005cstepcounter" spaces=" "><nodename>\stepcounter</nodename><nodenext automatic="on">\day \month \year</nodenext><nodeprev automatic="on">\refstepcounter</nodeprev><nodeup automatic="on">Counters</nodeup></node>
<section spaces=" "><sectiontitle><code>\stepcounter&lbrace;<var>counter</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="319">\stepcounter</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="321">\stepcounter</indexterm></findex>
<para>The <code>\stepcounter</code> command adds one to <var>counter</var> and
resets all subsidiary counters.
@@ -3895,9 +3966,9 @@ resets all subsidiary counters.
</section>
<node name="_005cday-_005cmonth-_005cyear" spaces=" "><nodename>\day \month \year</nodename><nodeprev automatic="on">\stepcounter</nodeprev><nodeup automatic="on">Counters</nodeup></node>
<section spaces=" "><sectiontitle><code>\day \month \year</code>: Predefined counters</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="320">\day</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="321">\month</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="322">\year</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="322">\day</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="323">\month</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="324">\year</indexterm></findex>
<para>&latex; defines counters for the day of the month (<code>\day</code>,
1&textndash;31), month of the year (<code>\month</code>, 1&textndash;12), and year
@@ -3913,7 +3984,7 @@ current day (<pxref label="_005ctoday"><xrefnodename>\today</xrefnodename></pxre
</chapter>
<node name="Lengths" spaces=" "><nodename>Lengths</nodename><nodenext automatic="on">Making paragraphs</nodenext><nodeprev automatic="on">Counters</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Lengths</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="207">lengths, defining and using</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="212">lengths, defining and using</indexterm></cindex>
<para>A <code>length</code> is a measure of distance. Many &latex; commands take a
length as an argument.
@@ -3930,8 +4001,8 @@ length as an argument.
<node name="_005csetlength" spaces=" "><nodename>\setlength</nodename><nodenext automatic="on">\addtolength</nodenext><nodeup automatic="on">Lengths</nodeup></node>
<section spaces=" "><sectiontitle><code>\setlength&lbrace;\<var>len</var>&rbrace;&lbrace;<var>value</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="323">\setlength</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="208">lengths, setting</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="325">\setlength</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="213">lengths, setting</indexterm></cindex>
<para>The <code>\setlength</code> sets the value of <var>\len</var> to the <var>value</var>
argument, which can be expressed in any units that &latex;
@@ -3942,8 +4013,8 @@ understands, i.e., inches (<code>in</code>), millimeters (<code>mm</code>), poin
</section>
<node name="_005caddtolength" spaces=" "><nodename>\addtolength</nodename><nodenext automatic="on">\settodepth</nodenext><nodeprev automatic="on">\setlength</nodeprev><nodeup automatic="on">Lengths</nodeup></node>
<section spaces=" "><sectiontitle>\addtolength&lbrace;<var>\len</var>&rbrace;&lbrace;<var>amount</var>&rbrace;</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="324">\addtolength</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="209">lengths, adding to</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="326">\addtolength</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="214">lengths, adding to</indexterm></cindex>
<para>The <code>\addtolength</code> command increments a &textldquo;length command&textrdquo;
<var>\len</var> by the amount specified in the <var>amount</var> argument, which
@@ -3953,7 +4024,7 @@ may be negative.
</section>
<node name="_005csettodepth" spaces=" "><nodename>\settodepth</nodename><nodenext automatic="on">\settoheight</nodenext><nodeprev automatic="on">\addtolength</nodeprev><nodeup automatic="on">Lengths</nodeup></node>
<section spaces=" "><sectiontitle><code>\settodepth</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="325">\settodepth</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="327">\settodepth</indexterm></findex>
<para><code>\settodepth&lbrace;\gnat&rbrace;&lbrace;text&rbrace;</code>
</para>
@@ -3964,7 +4035,7 @@ equal to the depth of the <code>text</code> argument.
</section>
<node name="_005csettoheight" spaces=" "><nodename>\settoheight</nodename><nodenext automatic="on">\settowidth</nodenext><nodeprev automatic="on">\settodepth</nodeprev><nodeup automatic="on">Lengths</nodeup></node>
<section spaces=" "><sectiontitle><code>\settoheight</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="326">\settoheight</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="328">\settoheight</indexterm></findex>
<para><code>\settoheight&lbrace;\gnat&rbrace;&lbrace;text&rbrace;</code>
</para>
@@ -3976,7 +4047,7 @@ equal to the height of the <code>text</code> argument.
</section>
<node name="_005csettowidth" spaces=" "><nodename>\settowidth</nodename><nodenext automatic="on">Predefined lengths</nodenext><nodeprev automatic="on">\settoheight</nodeprev><nodeup automatic="on">Lengths</nodeup></node>
<section spaces=" "><sectiontitle><code>\settowidth&lbrace;\<var>len</var>&rbrace;&lbrace;<var>text</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="327">\settowidth</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="329">\settowidth</indexterm></findex>
<para>The <code>\settowidth</code> command sets the value of the command <var>\len</var>
to the width of the <var>text</var> argument.
@@ -3985,20 +4056,20 @@ to the width of the <var>text</var> argument.
</section>
<node name="Predefined-lengths" spaces=" "><nodename>Predefined lengths</nodename><nodeprev automatic="on">\settowidth</nodeprev><nodeup automatic="on">Lengths</nodeup></node>
<section spaces=" "><sectiontitle>Predefined lengths</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="210">lengths, predefined</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="211">predefined lengths</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="215">lengths, predefined</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="216">predefined lengths</indexterm></cindex>
<para><code>\width</code>
-<findex index="fn" spaces=" "><indexterm index="fn" number="328">\width</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="330">\width</indexterm></findex>
</para>
<para><code>\height</code>
-<findex index="fn" spaces=" "><indexterm index="fn" number="329">\height</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="331">\height</indexterm></findex>
</para>
<para><code>\depth</code>
-<findex index="fn" spaces=" "><indexterm index="fn" number="330">\depth</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="332">\depth</indexterm></findex>
</para>
<para><code>\totalheight</code>
-<findex index="fn" spaces=" "><indexterm index="fn" number="331">\totalheight</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="333">\totalheight</indexterm></findex>
</para>
<para>These length parameters can be used in the arguments of the box-making
commands (<pxref label="Boxes"><xrefnodename>Boxes</xrefnodename></pxref>). They specify the natural width, etc., of
@@ -4013,8 +4084,8 @@ natural size, e.g., say
</chapter>
<node name="Making-paragraphs" spaces=" "><nodename>Making paragraphs</nodename><nodenext automatic="on">Math formulas</nodenext><nodeprev automatic="on">Lengths</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Making paragraphs</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="212">making paragraphs</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="213">paragraphs</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="217">making paragraphs</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="218">paragraphs</indexterm></cindex>
<para>A paragraph is ended by one or more completely blank lines&textmdash;lines not
containing even a <code>%</code>. A blank line should not appear where a new
@@ -4031,9 +4102,9 @@ a sectioning command.
<node name="_005cindent" spaces=" "><nodename>\indent</nodename><nodenext automatic="on">\noindent</nodenext><nodeup automatic="on">Making paragraphs</nodeup></node>
<section spaces=" "><sectiontitle><code>\indent</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="332">\indent</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="333">\parindent</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="214">indent, forcing</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="334">\indent</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="335">\parindent</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="219">indent, forcing</indexterm></cindex>
<para><code>\indent</code> produces a horizontal space whose width equals the
width of the <code>\parindent</code> length, the normal paragraph
@@ -4048,8 +4119,8 @@ mode, otherwise <code>15pt</code> for <code>10pt</code> documents, <code>17pt</c
</section>
<node name="_005cnoindent" spaces=" "><nodename>\noindent</nodename><nodenext automatic="on">\parskip</nodenext><nodeprev automatic="on">\indent</nodeprev><nodeup automatic="on">Making paragraphs</nodeup></node>
<section spaces=" "><sectiontitle><code>\noindent</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="334">\noindent</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="215">indent, suppressing</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="336">\noindent</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="220">indent, suppressing</indexterm></cindex>
<para>When used at the beginning of the paragraph, <code>\noindent</code>
suppresses any paragraph indentation. It has no effect when used in
@@ -4059,8 +4130,8 @@ the middle of a paragraph.
</section>
<node name="_005cparskip" spaces=" "><nodename>\parskip</nodename><nodenext automatic="on">Marginal notes</nodenext><nodeprev automatic="on">\noindent</nodeprev><nodeup automatic="on">Making paragraphs</nodeup></node>
<section spaces=" "><sectiontitle><code>\parskip</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="335">\parskip</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="216">vertical space before paragraphs</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="337">\parskip</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="221">vertical space before paragraphs</indexterm></cindex>
<para><code>\parskip</code> is a rubber length defining extra vertical space added
before each paragraph. The default is <code>0pt plus1pt</code>.
@@ -4069,10 +4140,10 @@ before each paragraph. The default is <code>0pt plus1pt</code>.
</section>
<node name="Marginal-notes" spaces=" "><nodename>Marginal notes</nodename><nodeprev automatic="on">\parskip</nodeprev><nodeup automatic="on">Making paragraphs</nodeup></node>
<section spaces=" "><sectiontitle>Marginal notes</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="217">marginal notes</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="218">notes in the margin</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="219">remarks in the margin</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="336">\marginpar</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="222">marginal notes</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="223">notes in the margin</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="224">remarks in the margin</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="338">\marginpar</indexterm></findex>
<para>Synopsis:
</para>
@@ -4096,8 +4167,8 @@ will be placed
<para>in the nearest margin for two-column layout.
</para></listitem></itemize>
-<findex index="fn" spaces=" "><indexterm index="fn" number="337">\reversemarginpar</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="338">\normalmarginpar</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="339">\reversemarginpar</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="340">\normalmarginpar</indexterm></findex>
<para>The command <code>\reversemarginpar</code> places subsequent marginal notes
in the opposite (inside) margin. <code>\normalmarginpar</code> places them
in the default position.
@@ -4111,15 +4182,15 @@ hyphenation there by beginning the node with <code>\hspace&lbrace;0pt&rbrace;</c
<para>These parameters affect the formatting of the note:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="339">\marginparpush</indexterm>\marginparpush</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="341">\marginparpush</indexterm>\marginparpush</itemformat></item>
</tableterm><tableitem><para>Minimum vertical space between notes; default <samp>7pt</samp> for
<samp>12pt</samp> documents, <samp>5pt</samp> else.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="340">\marginparsep</indexterm>\marginparsep</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="342">\marginparsep</indexterm>\marginparsep</itemformat></item>
</tableterm><tableitem><para>Horizontal space between the main text and the note; default
<samp>11pt</samp> for <samp>10pt</samp> documents, <samp>10pt</samp> else.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="341">\marginparwidth</indexterm>\marginparwidth</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="343">\marginparwidth</indexterm>\marginparwidth</itemformat></item>
</tableterm><tableitem><para>Width of the note itself; default for a one-sided <samp>10pt</samp> document
is <samp>90pt</samp>, <samp>83pt</samp> for <samp>11pt</samp>, and <samp>68pt</samp> for
<samp>12pt</samp>; <samp>17pt</samp> more in each case for a two-sided document.
@@ -4138,13 +4209,13 @@ notes from falling off the bottom of the page.
</chapter>
<node name="Math-formulas" spaces=" "><nodename>Math formulas</nodename><nodenext automatic="on">Modes</nodenext><nodeprev automatic="on">Making paragraphs</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Math formulas</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="220">math formulas</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="221">formulas, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="222">math mode, entering</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="225">math formulas</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="226">formulas, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="227">math mode, entering</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="342">math <r>environment</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="343">displaymath <r>environment</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="344">equation <r>environment</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="344">math <r>environment</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="345">displaymath <r>environment</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="346">equation <r>environment</r></indexterm></findex>
<para>There are three environments that put &latex; in math mode:
</para>
<table commandarg="code" spaces=" " endspaces=" ">
@@ -4157,10 +4228,10 @@ notes from falling off the bottom of the page.
number in the right margin.
</para></tableitem></tableentry></table>
-<findex index="fn" spaces=" "><indexterm index="fn" number="345">\(</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="346">\)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="347">\[</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="348">\]</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="347">\(</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="348">\)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="349">\[</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="350">\]</indexterm></findex>
<para>The <code>math</code> environment can be used in both paragraph and LR mode,
but the <code>displaymath</code> and <code>equation</code> environments can be used
only in paragraph mode. The <code>math</code> and <code>displaymath</code>
@@ -4171,7 +4242,7 @@ environments are used so often that they have the following short forms:
\[...\] <r>instead of</r> \begin&lbrace;displaymath&rbrace;...\end&lbrace;displaymath&rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="349">$</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="351">$</indexterm></findex>
<para>In fact, the <code>math</code> environment is so common that it has an even
shorter form:
</para>
@@ -4179,15 +4250,15 @@ shorter form:
<pre xml:space="preserve">$ ... $ <r>instead of</r> \(...\)
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="350">\boldmath</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="351">\unboldmath</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="352">\boldmath</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="353">\unboldmath</indexterm></findex>
<para>The <code>\boldmath</code> command changes math letters and symbols to be in
a bold font. It is used <emph>outside</emph> of math mode. Conversely, the
<code>\unboldmath</code> command changes math glyphs to be in a normal font;
it too is used <emph>outside</emph> of math mode.
</para>
<!-- c xx own section? Math fonts? -->
-<findex index="fn" spaces=" "><indexterm index="fn" number="352">\displaystyle</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="354">\displaystyle</indexterm></findex>
<para>The <code>\displaystyle</code> declaration forces the size and style of the
formula to be that of <code>displaymath</code>, e.g., with limits above and
below summations. For example
@@ -4209,11 +4280,11 @@ below summations. For example
<node name="Subscripts-_0026-superscripts" spaces=" "><nodename>Subscripts &amp; superscripts</nodename><nodenext automatic="on">Math symbols</nodenext><nodeup automatic="on">Math formulas</nodeup></node>
<section spaces=" "><sectiontitle>Subscripts &amp; superscripts</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="223">superscript</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="224">subscript</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="225">exponent</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="353">_</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="354">^</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="228">superscript</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="229">subscript</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="230">exponent</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="355">_</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="356">^</indexterm></findex>
<para>To get an expression <i>exp</i> to appear as a subscript, you just type
<code>_&lbrace;</code><i>exp</i><code>&rbrace;</code>. To get <i>exp</i> to appear as a
@@ -4226,9 +4297,9 @@ superscript.
</section>
<node name="Math-symbols" spaces=" "><nodename>Math symbols</nodename><nodenext automatic="on">Math functions</nodenext><nodeprev automatic="on">Subscripts &amp; superscripts</nodeprev><nodeup automatic="on">Math formulas</nodeup></node>
<section spaces=" "><sectiontitle>Math symbols</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="226">math symbols</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="227">symbols, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="228">greek letters</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="231">math symbols</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="232">symbols, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="233">greek letters</indexterm></cindex>
<para>&latex; provides almost any mathematical symbol you&textrsquo;re likely to
need. The commands for generating them can be used only in math mode.
@@ -4236,635 +4307,635 @@ For example, if you include <code>$\pi$</code> in your source, you will get
the pi symbol (<math>\pi</math>) in your output.
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="355">\|</indexterm>\|</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="357">\|</indexterm>\|</itemformat></item>
</tableterm><tableitem><para><math>\|</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="356">\aleph</indexterm>\aleph</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="358">\aleph</indexterm>\aleph</itemformat></item>
</tableterm><tableitem><para><math>\aleph</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="357">\alpha</indexterm>\alpha</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="359">\alpha</indexterm>\alpha</itemformat></item>
</tableterm><tableitem><para><math>\alpha</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="358">\amalg</indexterm>\amalg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="360">\amalg</indexterm>\amalg</itemformat></item>
</tableterm><tableitem><para><math>\amalg</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="359">\angle</indexterm>\angle</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="361">\angle</indexterm>\angle</itemformat></item>
</tableterm><tableitem><para><math>\angle</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="360">\approx</indexterm>\approx</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="362">\approx</indexterm>\approx</itemformat></item>
</tableterm><tableitem><para><math>\approx</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="361">\ast</indexterm>\ast</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="363">\ast</indexterm>\ast</itemformat></item>
</tableterm><tableitem><para><math>\ast</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="362">\asymp</indexterm>\asymp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="364">\asymp</indexterm>\asymp</itemformat></item>
</tableterm><tableitem><para><math>\asymp</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="363">\backslash</indexterm>\backslash</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="365">\backslash</indexterm>\backslash</itemformat></item>
</tableterm><tableitem><para>\ (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="364">\beta</indexterm>\beta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="366">\beta</indexterm>\beta</itemformat></item>
</tableterm><tableitem><para><math>\beta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="365">\bigcap</indexterm>\bigcap</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="367">\bigcap</indexterm>\bigcap</itemformat></item>
</tableterm><tableitem><para><math>\bigcap</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="366">\bigcirc</indexterm>\bigcirc</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="368">\bigcirc</indexterm>\bigcirc</itemformat></item>
</tableterm><tableitem><para><math>\bigcirc</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="367">\bigcup</indexterm>\bigcup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="369">\bigcup</indexterm>\bigcup</itemformat></item>
</tableterm><tableitem><para><math>\bigcup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="368">\bigodot</indexterm>\bigodot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="370">\bigodot</indexterm>\bigodot</itemformat></item>
</tableterm><tableitem><para><math>\bigodot</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="369">\bigoplus</indexterm>\bigoplus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="371">\bigoplus</indexterm>\bigoplus</itemformat></item>
</tableterm><tableitem><para><math>\bigoplus</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="370">\bigotimes</indexterm>\bigotimes</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="372">\bigotimes</indexterm>\bigotimes</itemformat></item>
</tableterm><tableitem><para><math>\bigotimes</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="371">\bigtriangledown</indexterm>\bigtriangledown</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="373">\bigtriangledown</indexterm>\bigtriangledown</itemformat></item>
</tableterm><tableitem><para><math>\bigtriangledown</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="372">\bigtriangleup</indexterm>\bigtriangleup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="374">\bigtriangleup</indexterm>\bigtriangleup</itemformat></item>
</tableterm><tableitem><para><math>\bigtriangleup</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="373">\bigsqcup</indexterm>\bigsqcup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="375">\bigsqcup</indexterm>\bigsqcup</itemformat></item>
</tableterm><tableitem><para><math>\bigsqcup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="374">\biguplus</indexterm>\biguplus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="376">\biguplus</indexterm>\biguplus</itemformat></item>
</tableterm><tableitem><para><math>\biguplus</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="375">\bigcap</indexterm>\bigcap</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="377">\bigcap</indexterm>\bigcap</itemformat></item>
</tableterm><tableitem><para><math>\bigvee</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="376">\bigwedge</indexterm>\bigwedge</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="378">\bigwedge</indexterm>\bigwedge</itemformat></item>
</tableterm><tableitem><para><math>\bigwedge</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="377">\bot</indexterm>\bot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="379">\bot</indexterm>\bot</itemformat></item>
</tableterm><tableitem><para><math>\bot</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="378">\bowtie</indexterm>\bowtie</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="380">\bowtie</indexterm>\bowtie</itemformat></item>
</tableterm><tableitem><para><math>\bowtie</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="379">\Box</indexterm>\Box</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="381">\Box</indexterm>\Box</itemformat></item>
</tableterm><tableitem><para>(square open box symbol) <!-- c xx not in plain -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="380">\bullet</indexterm>\bullet</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="229">bullet symbol</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="382">\bullet</indexterm>\bullet</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="234">bullet symbol</indexterm></cindex>
<para><math>\bullet</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="381">\cap</indexterm>\cap</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="383">\cap</indexterm>\cap</itemformat></item>
</tableterm><tableitem><para><math>\cap</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="382">\cdot</indexterm>\cdot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="384">\cdot</indexterm>\cdot</itemformat></item>
</tableterm><tableitem><para><math>\cdot</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="383">\chi</indexterm>\chi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="385">\chi</indexterm>\chi</itemformat></item>
</tableterm><tableitem><para><math>\chi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="384">\circ</indexterm>\circ</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="386">\circ</indexterm>\circ</itemformat></item>
</tableterm><tableitem><para><math>\circ</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="385">\clubsuit</indexterm>\clubsuit</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="387">\clubsuit</indexterm>\clubsuit</itemformat></item>
</tableterm><tableitem><para><math>\clubsuit</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="386">\cong</indexterm>\cong</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="388">\cong</indexterm>\cong</itemformat></item>
</tableterm><tableitem><para><math>\cong</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="387">\coprod</indexterm>\coprod</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="389">\coprod</indexterm>\coprod</itemformat></item>
</tableterm><tableitem><para><math>\coprod</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="388">\cup</indexterm>\cup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="390">\cup</indexterm>\cup</itemformat></item>
</tableterm><tableitem><para><math>\cup</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="389">\dagger</indexterm>\dagger</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="391">\dagger</indexterm>\dagger</itemformat></item>
</tableterm><tableitem><para><math>\dagger</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="390">\dashv</indexterm>\dashv</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="392">\dashv</indexterm>\dashv</itemformat></item>
</tableterm><tableitem><para><math>\dashv</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="391">\ddagger</indexterm>\ddagger</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="393">\ddagger</indexterm>\ddagger</itemformat></item>
</tableterm><tableitem><para><math>\dagger</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="392">\Delta</indexterm>\Delta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="394">\Delta</indexterm>\Delta</itemformat></item>
</tableterm><tableitem><para><math>\Delta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="393">\delta</indexterm>\delta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="395">\delta</indexterm>\delta</itemformat></item>
</tableterm><tableitem><para><math>\delta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="394">\Diamond</indexterm>\Diamond</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="396">\Diamond</indexterm>\Diamond</itemformat></item>
</tableterm><tableitem><para>bigger <math>\diamond</math> <!-- c xx not in plain -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="395">\diamond</indexterm>\diamond</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="397">\diamond</indexterm>\diamond</itemformat></item>
</tableterm><tableitem><para><math>\diamond</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="396">\diamondsuit</indexterm>\diamondsuit</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="398">\diamondsuit</indexterm>\diamondsuit</itemformat></item>
</tableterm><tableitem><para><math>\diamondsuit</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="397">\div</indexterm>\div</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="399">\div</indexterm>\div</itemformat></item>
</tableterm><tableitem><para><math>\div</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="398">\doteq</indexterm>\doteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="400">\doteq</indexterm>\doteq</itemformat></item>
</tableterm><tableitem><para><math>\doteq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="399">\downarrow</indexterm>\downarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="401">\downarrow</indexterm>\downarrow</itemformat></item>
</tableterm><tableitem><para><math>\downarrow</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="400">\Downarrow</indexterm>\Downarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="402">\Downarrow</indexterm>\Downarrow</itemformat></item>
</tableterm><tableitem><para><math>\Downarrow</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="401">\ell</indexterm>\ell</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="403">\ell</indexterm>\ell</itemformat></item>
</tableterm><tableitem><para><math>\ell</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="402">\emptyset</indexterm>\emptyset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="404">\emptyset</indexterm>\emptyset</itemformat></item>
</tableterm><tableitem><para><math>\emptyset</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="403">\epsilon</indexterm>\epsilon</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="405">\epsilon</indexterm>\epsilon</itemformat></item>
</tableterm><tableitem><para><math>\epsilon</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="404">\equiv</indexterm>\equiv</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="406">\equiv</indexterm>\equiv</itemformat></item>
</tableterm><tableitem><para><math>\equiv</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="405">\eta</indexterm>\eta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="407">\eta</indexterm>\eta</itemformat></item>
</tableterm><tableitem><para><math>\eta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="406">\exists</indexterm>\exists</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="408">\exists</indexterm>\exists</itemformat></item>
</tableterm><tableitem><para><math>\exists</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="407">\flat</indexterm>\flat</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="409">\flat</indexterm>\flat</itemformat></item>
</tableterm><tableitem><para><math>\flat</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="408">\forall</indexterm>\forall</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="410">\forall</indexterm>\forall</itemformat></item>
</tableterm><tableitem><para><math>\forall</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="409">\frown</indexterm>\frown</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="411">\frown</indexterm>\frown</itemformat></item>
</tableterm><tableitem><para><math>\frown</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="410">\Gamma</indexterm>\Gamma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="412">\Gamma</indexterm>\Gamma</itemformat></item>
</tableterm><tableitem><para><math>\Gamma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="411">\gamma</indexterm>\gamma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="413">\gamma</indexterm>\gamma</itemformat></item>
</tableterm><tableitem><para><math>\gamma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="412">\ge</indexterm>\ge</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="414">\ge</indexterm>\ge</itemformat></item>
</tableterm><tableitem><para><math>\ge</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="413">\geq</indexterm>\geq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="415">\geq</indexterm>\geq</itemformat></item>
</tableterm><tableitem><para><math>\geq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="414">\gets</indexterm>\gets</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="416">\gets</indexterm>\gets</itemformat></item>
</tableterm><tableitem><para><math>\gets</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="415">\gg</indexterm>\gg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="417">\gg</indexterm>\gg</itemformat></item>
</tableterm><tableitem><para><math>\gg</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="416">\hbar</indexterm>\hbar</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="418">\hbar</indexterm>\hbar</itemformat></item>
</tableterm><tableitem><para><math>\hbar</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="417">\heartsuit</indexterm>\heartsuit</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="419">\heartsuit</indexterm>\heartsuit</itemformat></item>
</tableterm><tableitem><para><math>\heartsuit</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="418">\hookleftarrow</indexterm>\hookleftarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="420">\hookleftarrow</indexterm>\hookleftarrow</itemformat></item>
</tableterm><tableitem><para><math>\hookleftarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="419">\hookrightarrow</indexterm>\hookrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="421">\hookrightarrow</indexterm>\hookrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\hookrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="420">\iff</indexterm>\iff</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="422">\iff</indexterm>\iff</itemformat></item>
</tableterm><tableitem><para><math>\iff</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="421">\Im</indexterm>\Im</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="423">\Im</indexterm>\Im</itemformat></item>
</tableterm><tableitem><para><math>\Im</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="422">\in</indexterm>\in</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="424">\in</indexterm>\in</itemformat></item>
</tableterm><tableitem><para><math>\in</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="423">\infty</indexterm>\infty</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="425">\infty</indexterm>\infty</itemformat></item>
</tableterm><tableitem><para><math>\infty</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="424">\int</indexterm>\int</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="426">\int</indexterm>\int</itemformat></item>
</tableterm><tableitem><para><math>\int</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="425">\iota</indexterm>\iota</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="427">\iota</indexterm>\iota</itemformat></item>
</tableterm><tableitem><para><math>\iota</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="426">\Join</indexterm>\Join</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="428">\Join</indexterm>\Join</itemformat></item>
</tableterm><tableitem><para>condensed bowtie symbol (relation) <!-- c xx not in plain -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="427">\kappa</indexterm>\kappa</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="429">\kappa</indexterm>\kappa</itemformat></item>
</tableterm><tableitem><para><math>\kappa</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="428">\Lambda</indexterm>\Lambda</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="430">\Lambda</indexterm>\Lambda</itemformat></item>
</tableterm><tableitem><para><math>\Lambda</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="429">\lambda</indexterm>\lambda</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="431">\lambda</indexterm>\lambda</itemformat></item>
</tableterm><tableitem><para><math>\lambda</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="430">\land</indexterm>\land</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="432">\land</indexterm>\land</itemformat></item>
</tableterm><tableitem><para><math>\land</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="431">\langle</indexterm>\langle</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="433">\langle</indexterm>\langle</itemformat></item>
</tableterm><tableitem><para><math>\langle</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="432">\lbrace</indexterm>\lbrace</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="434">\lbrace</indexterm>\lbrace</itemformat></item>
</tableterm><tableitem><para><math>\lbrace</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="433">\lbrack</indexterm>\lbrack</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="435">\lbrack</indexterm>\lbrack</itemformat></item>
</tableterm><tableitem><para><math>\lbrack</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="434">\lceil</indexterm>\lceil</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="436">\lceil</indexterm>\lceil</itemformat></item>
</tableterm><tableitem><para><math>\lceil</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="435">\le</indexterm>\le</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="437">\le</indexterm>\le</itemformat></item>
</tableterm><tableitem><para><math>\le</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="436">\leadsto</indexterm>\leadsto</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="438">\leadsto</indexterm>\leadsto</itemformat></item>
</tableterm><tableitem><!-- c xx missing from plain -->
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="437">\Leftarrow</indexterm>\Leftarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="439">\Leftarrow</indexterm>\Leftarrow</itemformat></item>
</tableterm><tableitem><para><math>\Leftarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="438">\leftarrow</indexterm>\leftarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="440">\leftarrow</indexterm>\leftarrow</itemformat></item>
</tableterm><tableitem><para><math>\leftarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="439">\leftharpoondown</indexterm>\leftharpoondown</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="441">\leftharpoondown</indexterm>\leftharpoondown</itemformat></item>
</tableterm><tableitem><para><math>\leftharpoondown</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="440">\leftharpoonup</indexterm>\leftharpoonup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="442">\leftharpoonup</indexterm>\leftharpoonup</itemformat></item>
</tableterm><tableitem><para><math>\leftharpoonup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="441">\Leftrightarrow</indexterm>\Leftrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="443">\Leftrightarrow</indexterm>\Leftrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\Leftrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="442">\leftrightarrow</indexterm>\leftrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="444">\leftrightarrow</indexterm>\leftrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\leftrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="443">\leq</indexterm>\leq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="445">\leq</indexterm>\leq</itemformat></item>
</tableterm><tableitem><para><math>\leq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="444">\lfloor</indexterm>\lfloor</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="446">\lfloor</indexterm>\lfloor</itemformat></item>
</tableterm><tableitem><para><math>\lfloor</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="445">\lhd</indexterm>\lhd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="447">\lhd</indexterm>\lhd</itemformat></item>
</tableterm><tableitem><para>(left-pointing arrow head) <!-- c xx not in plain -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="446">\ll</indexterm>\ll</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="448">\ll</indexterm>\ll</itemformat></item>
</tableterm><tableitem><para><math>\ll</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="447">\lnot</indexterm>\lnot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="449">\lnot</indexterm>\lnot</itemformat></item>
</tableterm><tableitem><para><math>\lnot</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="448">\longleftarrow</indexterm>\longleftarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="450">\longleftarrow</indexterm>\longleftarrow</itemformat></item>
</tableterm><tableitem><para><math>\longleftarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="449">\longleftrightarrow</indexterm>\longleftrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="451">\longleftrightarrow</indexterm>\longleftrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\longleftrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="450">\longmapsto</indexterm>\longmapsto</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="452">\longmapsto</indexterm>\longmapsto</itemformat></item>
</tableterm><tableitem><para><math>\longmapsto</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="451">\longrightarrow</indexterm>\longrightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="453">\longrightarrow</indexterm>\longrightarrow</itemformat></item>
</tableterm><tableitem><para><math>\longrightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="452">\lor</indexterm>\lor</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="454">\lor</indexterm>\lor</itemformat></item>
</tableterm><tableitem><para><math>\lor</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="453">\mapsto</indexterm>\mapsto</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="455">\mapsto</indexterm>\mapsto</itemformat></item>
</tableterm><tableitem><para><math>\mapsto</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="454">\mho</indexterm>\mho</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="456">\mho</indexterm>\mho</itemformat></item>
</tableterm><tableitem><!-- c xx not in plain -->
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="455">\mid</indexterm>\mid</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="457">\mid</indexterm>\mid</itemformat></item>
</tableterm><tableitem><para><math>\mid</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="456">\models</indexterm>\models</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="458">\models</indexterm>\models</itemformat></item>
</tableterm><tableitem><para><math>\models</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="457">\mp</indexterm>\mp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="459">\mp</indexterm>\mp</itemformat></item>
</tableterm><tableitem><para><math>\mp</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="458">\mu</indexterm>\mu</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="460">\mu</indexterm>\mu</itemformat></item>
</tableterm><tableitem><para><math>\mu</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="459">\nabla</indexterm>\nabla</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="461">\nabla</indexterm>\nabla</itemformat></item>
</tableterm><tableitem><para><math>\nabla</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="460">\natural</indexterm>\natural</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="462">\natural</indexterm>\natural</itemformat></item>
</tableterm><tableitem><para><math>\natural</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="461">\ne</indexterm>\ne</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="463">\ne</indexterm>\ne</itemformat></item>
</tableterm><tableitem><para><math>\ne</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="462">\nearrow</indexterm>\nearrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="464">\nearrow</indexterm>\nearrow</itemformat></item>
</tableterm><tableitem><para><math>\nearrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="463">\neg</indexterm>\neg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="465">\neg</indexterm>\neg</itemformat></item>
</tableterm><tableitem><para><math>\neg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="464">\neq</indexterm>\neq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="466">\neq</indexterm>\neq</itemformat></item>
</tableterm><tableitem><para><math>\neq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="465">\ni</indexterm>\ni</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="467">\ni</indexterm>\ni</itemformat></item>
</tableterm><tableitem><para><math>\ni</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="466">\not</indexterm>\not</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="468">\not</indexterm>\not</itemformat></item>
</tableterm><tableitem><para>Overstrike a following operator with a /, as in <math>\not=</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="467">\notin</indexterm>\notin</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="469">\notin</indexterm>\notin</itemformat></item>
</tableterm><tableitem><para><math>\ni</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="468">\nu</indexterm>\nu</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="470">\nu</indexterm>\nu</itemformat></item>
</tableterm><tableitem><para><math>\nu</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="469">\nwarrow</indexterm>\nwarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="471">\nwarrow</indexterm>\nwarrow</itemformat></item>
</tableterm><tableitem><para><math>\nwarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="470">\odot</indexterm>\odot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="472">\odot</indexterm>\odot</itemformat></item>
</tableterm><tableitem><para><math>\odot</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="471">\oint</indexterm>\oint</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="473">\oint</indexterm>\oint</itemformat></item>
</tableterm><tableitem><para><math>\oint</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="472">\Omega</indexterm>\Omega</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="474">\Omega</indexterm>\Omega</itemformat></item>
</tableterm><tableitem><para><math>\Omega</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="473">\omega</indexterm>\omega</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="475">\omega</indexterm>\omega</itemformat></item>
</tableterm><tableitem><para><math>\omega</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="474">\ominus</indexterm>\ominus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="476">\ominus</indexterm>\ominus</itemformat></item>
</tableterm><tableitem><para><math>\ominus</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="475">\oplus</indexterm>\oplus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="477">\oplus</indexterm>\oplus</itemformat></item>
</tableterm><tableitem><para><math>\oplus</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="476">\oslash</indexterm>\oslash</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="478">\oslash</indexterm>\oslash</itemformat></item>
</tableterm><tableitem><para><math>\oslash</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="477">\otimes</indexterm>\otimes</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="479">\otimes</indexterm>\otimes</itemformat></item>
</tableterm><tableitem><para><math>\otimes</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="478">\owns</indexterm>\owns</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="480">\owns</indexterm>\owns</itemformat></item>
</tableterm><tableitem><para><math>\owns</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="479">\parallel</indexterm>\parallel</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="481">\parallel</indexterm>\parallel</itemformat></item>
</tableterm><tableitem><para><math>\parallel</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="480">\partial</indexterm>\partial</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="482">\partial</indexterm>\partial</itemformat></item>
</tableterm><tableitem><para><math>\partial</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="481">\perp</indexterm>\perp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="483">\perp</indexterm>\perp</itemformat></item>
</tableterm><tableitem><para><math>\perp</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="482">\phi</indexterm>\phi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="484">\phi</indexterm>\phi</itemformat></item>
</tableterm><tableitem><para><math>\phi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="483">\Pi</indexterm>\Pi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="485">\Pi</indexterm>\Pi</itemformat></item>
</tableterm><tableitem><para><math>\Pi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="484">\pi</indexterm>\pi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="486">\pi</indexterm>\pi</itemformat></item>
</tableterm><tableitem><para><math>\pi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="485">\pm</indexterm>\pm</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="487">\pm</indexterm>\pm</itemformat></item>
</tableterm><tableitem><para><math>\pm</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="486">\prec</indexterm>\prec</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="488">\prec</indexterm>\prec</itemformat></item>
</tableterm><tableitem><para><math>\prec</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="487">\preceq</indexterm>\preceq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="489">\preceq</indexterm>\preceq</itemformat></item>
</tableterm><tableitem><para><math>\preceq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="488">\prime</indexterm>\prime</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="490">\prime</indexterm>\prime</itemformat></item>
</tableterm><tableitem><para><math>\prime</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="489">\prod</indexterm>\prod</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="491">\prod</indexterm>\prod</itemformat></item>
</tableterm><tableitem><para><math>\prod</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="490">\propto</indexterm>\propto</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="492">\propto</indexterm>\propto</itemformat></item>
</tableterm><tableitem><para><math>\propto</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="491">\Psi</indexterm>\Psi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="493">\Psi</indexterm>\Psi</itemformat></item>
</tableterm><tableitem><para><math>\Psi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="492">\psi</indexterm>\psi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="494">\psi</indexterm>\psi</itemformat></item>
</tableterm><tableitem><para><math>\psi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="493">\rangle</indexterm>\rangle</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="495">\rangle</indexterm>\rangle</itemformat></item>
</tableterm><tableitem><para><math>\rangle</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="494">\rbrace</indexterm>\rbrace</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="496">\rbrace</indexterm>\rbrace</itemformat></item>
</tableterm><tableitem><para><math>\rbrace</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="495">\rbrack</indexterm>\rbrack</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="497">\rbrack</indexterm>\rbrack</itemformat></item>
</tableterm><tableitem><para><math>\rbrack</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="496">\rceil</indexterm>\rceil</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="498">\rceil</indexterm>\rceil</itemformat></item>
</tableterm><tableitem><para><math>\rceil</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="497">\Re</indexterm>\Re</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="499">\Re</indexterm>\Re</itemformat></item>
</tableterm><tableitem><para><math>\Re</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="498">\rfloor</indexterm>\rfloor</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="500">\rfloor</indexterm>\rfloor</itemformat></item>
</tableterm><tableitem><para><math>\rfloor</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="499">\rhd</indexterm>\rhd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="501">\rhd</indexterm>\rhd</itemformat></item>
</tableterm><tableitem><para>(binary operation) <!-- c xx not in plain @math{\rhd} -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="500">\rho</indexterm>\rho</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="502">\rho</indexterm>\rho</itemformat></item>
</tableterm><tableitem><para><math>\rho</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="501">\Rightarrow</indexterm>\Rightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="503">\Rightarrow</indexterm>\Rightarrow</itemformat></item>
</tableterm><tableitem><para><math>\Rightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="502">\rightarrow</indexterm>\rightarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="504">\rightarrow</indexterm>\rightarrow</itemformat></item>
</tableterm><tableitem><para><math>\rightarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="503">\rightharpoondown</indexterm>\rightharpoondown</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="505">\rightharpoondown</indexterm>\rightharpoondown</itemformat></item>
</tableterm><tableitem><para><math>\rightharpoondown</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="504">\rightharpoonup</indexterm>\rightharpoonup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="506">\rightharpoonup</indexterm>\rightharpoonup</itemformat></item>
</tableterm><tableitem><para><math>\rightharpoonup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="505">\rightleftharpoons</indexterm>\rightleftharpoons</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="507">\rightleftharpoons</indexterm>\rightleftharpoons</itemformat></item>
</tableterm><tableitem><para><math>\rightleftharpoons</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="506">\searrow</indexterm>\searrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="508">\searrow</indexterm>\searrow</itemformat></item>
</tableterm><tableitem><para><math>\searrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="507">\setminus</indexterm>\setminus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="509">\setminus</indexterm>\setminus</itemformat></item>
</tableterm><tableitem><para><math>\setminus</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="508">\sharp</indexterm>\sharp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="510">\sharp</indexterm>\sharp</itemformat></item>
</tableterm><tableitem><para><math>\sharp</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="509">\Sigma</indexterm>\Sigma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="511">\Sigma</indexterm>\Sigma</itemformat></item>
</tableterm><tableitem><para><math>\Sigma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="510">\sigma</indexterm>\sigma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="512">\sigma</indexterm>\sigma</itemformat></item>
</tableterm><tableitem><para><math>\sigma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="511">\sim</indexterm>\sim</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="513">\sim</indexterm>\sim</itemformat></item>
</tableterm><tableitem><para><math>\sim</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="512">\simeq</indexterm>\simeq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="514">\simeq</indexterm>\simeq</itemformat></item>
</tableterm><tableitem><para><math>\simeq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="513">\smallint</indexterm>\smallint</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="515">\smallint</indexterm>\smallint</itemformat></item>
</tableterm><tableitem><para><math>\smallint</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="514">\smile</indexterm>\smile</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="516">\smile</indexterm>\smile</itemformat></item>
</tableterm><tableitem><para><math>\smile</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="515">\spadesuit</indexterm>\spadesuit</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="517">\spadesuit</indexterm>\spadesuit</itemformat></item>
</tableterm><tableitem><para><math>\spadesuit</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="516">\sqcap</indexterm>\sqcap</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="518">\sqcap</indexterm>\sqcap</itemformat></item>
</tableterm><tableitem><para><math>\sqcap</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="517">\sqcup</indexterm>\sqcup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="519">\sqcup</indexterm>\sqcup</itemformat></item>
</tableterm><tableitem><para><math>\sqcup</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="518">\sqsubset</indexterm>\sqsubset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="520">\sqsubset</indexterm>\sqsubset</itemformat></item>
</tableterm><tableitem><para>(relation) <!-- c not in plain (@math{\sqsubset}) -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="519">\sqsubseteq</indexterm>\sqsubseteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="521">\sqsubseteq</indexterm>\sqsubseteq</itemformat></item>
</tableterm><tableitem><para><math>\sqsubseteq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="520">\sqsupset</indexterm>\sqsupset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="522">\sqsupset</indexterm>\sqsupset</itemformat></item>
</tableterm><tableitem><para>(relation) <!-- c not in plain (@math{\sqsupset}) -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="521">\sqsupseteq</indexterm>\sqsupseteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="523">\sqsupseteq</indexterm>\sqsupseteq</itemformat></item>
</tableterm><tableitem><para><math>\sqsupseteq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="522">\star</indexterm>\star</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="524">\star</indexterm>\star</itemformat></item>
</tableterm><tableitem><para><math>\star</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="523">\subset</indexterm>\subset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="525">\subset</indexterm>\subset</itemformat></item>
</tableterm><tableitem><para><math>\subset</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="524">\subseteq</indexterm>\subseteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="526">\subseteq</indexterm>\subseteq</itemformat></item>
</tableterm><tableitem><para><math>\subseteq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="525">\succ</indexterm>\succ</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="527">\succ</indexterm>\succ</itemformat></item>
</tableterm><tableitem><para><math>\succ</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="526">\succeq</indexterm>\succeq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="528">\succeq</indexterm>\succeq</itemformat></item>
</tableterm><tableitem><para><math>\succeq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="527">\sum</indexterm>\sum</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="529">\sum</indexterm>\sum</itemformat></item>
</tableterm><tableitem><para><math>\sum</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="528">\supset</indexterm>\supset</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="530">\supset</indexterm>\supset</itemformat></item>
</tableterm><tableitem><para><math>\supset</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="529">\supseteq</indexterm>\supseteq</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="531">\supseteq</indexterm>\supseteq</itemformat></item>
</tableterm><tableitem><para><math>\supseteq</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="530">\surd</indexterm>\surd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="532">\surd</indexterm>\surd</itemformat></item>
</tableterm><tableitem><para><math>\surd</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="531">\swarrow</indexterm>\swarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="533">\swarrow</indexterm>\swarrow</itemformat></item>
</tableterm><tableitem><para><math>\swarrow</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="532">\tau</indexterm>\tau</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="534">\tau</indexterm>\tau</itemformat></item>
</tableterm><tableitem><para><math>\tau</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="533">\theta</indexterm>\theta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="535">\theta</indexterm>\theta</itemformat></item>
</tableterm><tableitem><para><math>\theta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="534">\times</indexterm>\times</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="536">\times</indexterm>\times</itemformat></item>
</tableterm><tableitem><para><math>\times</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="535">\to</indexterm>\to</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="537">\to</indexterm>\to</itemformat></item>
</tableterm><tableitem><para><math>\to</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="536">\top</indexterm>\top</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="538">\top</indexterm>\top</itemformat></item>
</tableterm><tableitem><para><math>\top</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="537">\triangle</indexterm>\triangle</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="539">\triangle</indexterm>\triangle</itemformat></item>
</tableterm><tableitem><para><math>\triangle</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="538">\triangleleft</indexterm>\triangleleft</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="540">\triangleleft</indexterm>\triangleleft</itemformat></item>
</tableterm><tableitem><para><math>\triangleleft</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="539">\triangleright</indexterm>\triangleright</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="541">\triangleright</indexterm>\triangleright</itemformat></item>
</tableterm><tableitem><para><math>\triangleright</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="540">\unlhd</indexterm>\unlhd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="542">\unlhd</indexterm>\unlhd</itemformat></item>
</tableterm><tableitem><para>left-pointing arrowhead with line under (binary operation) <!-- c not in plain -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="541">\unrhd</indexterm>\unrhd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="543">\unrhd</indexterm>\unrhd</itemformat></item>
</tableterm><tableitem><para>right-pointing arrowhead with line under (binary operation) <!-- c not in plain -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="542">\Uparrow</indexterm>\Uparrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="544">\Uparrow</indexterm>\Uparrow</itemformat></item>
</tableterm><tableitem><para><math>\Uparrow</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="543">\uparrow</indexterm>\uparrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="545">\uparrow</indexterm>\uparrow</itemformat></item>
</tableterm><tableitem><para><math>\uparrow</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="544">\Updownarrow</indexterm>\Updownarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="546">\Updownarrow</indexterm>\Updownarrow</itemformat></item>
</tableterm><tableitem><para><math>\Updownarrow</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="545">\updownarrow</indexterm>\updownarrow</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="547">\updownarrow</indexterm>\updownarrow</itemformat></item>
</tableterm><tableitem><para><math>\updownarrow</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="546">\uplus</indexterm>\uplus</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="548">\uplus</indexterm>\uplus</itemformat></item>
</tableterm><tableitem><para><math>\uplus</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="547">\Upsilon</indexterm>\Upsilon</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="549">\Upsilon</indexterm>\Upsilon</itemformat></item>
</tableterm><tableitem><para><math>\Upsilon</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="548">\upsilon</indexterm>\upsilon</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="550">\upsilon</indexterm>\upsilon</itemformat></item>
</tableterm><tableitem><para><math>\upsilon</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="549">\varepsilon</indexterm>\varepsilon</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="551">\varepsilon</indexterm>\varepsilon</itemformat></item>
</tableterm><tableitem><para><math>\varepsilon</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="550">\varphi</indexterm>\varphi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="552">\varphi</indexterm>\varphi</itemformat></item>
</tableterm><tableitem><para><math>\varphi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="551">\varpi</indexterm>\varpi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="553">\varpi</indexterm>\varpi</itemformat></item>
</tableterm><tableitem><para><math>\varpi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="552">\varrho</indexterm>\varrho</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="554">\varrho</indexterm>\varrho</itemformat></item>
</tableterm><tableitem><para><math>\varrho</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="553">\varsigma</indexterm>\varsigma</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="555">\varsigma</indexterm>\varsigma</itemformat></item>
</tableterm><tableitem><para><math>\varsigma</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="554">\vartheta</indexterm>\vartheta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="556">\vartheta</indexterm>\vartheta</itemformat></item>
</tableterm><tableitem><para><math>\vartheta</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="555">\vdash</indexterm>\vdash</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="557">\vdash</indexterm>\vdash</itemformat></item>
</tableterm><tableitem><para><math>\vdash</math> (relation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="556">\vee</indexterm>\vee</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="558">\vee</indexterm>\vee</itemformat></item>
</tableterm><tableitem><para><math>\vee</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="557">\Vert</indexterm>\Vert</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="559">\Vert</indexterm>\Vert</itemformat></item>
</tableterm><tableitem><para><math>\Vert</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="558">\vert</indexterm>\vert</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="560">\vert</indexterm>\vert</itemformat></item>
</tableterm><tableitem><para><math>\vert</math> (delimiter)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="559">\wedge</indexterm>\wedge</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="561">\wedge</indexterm>\wedge</itemformat></item>
</tableterm><tableitem><para><math>\wedge</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="560">\wp</indexterm>\wp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="562">\wp</indexterm>\wp</itemformat></item>
</tableterm><tableitem><para><math>\wp</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="561">\wr</indexterm>\wr</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="563">\wr</indexterm>\wr</itemformat></item>
</tableterm><tableitem><para><math>\wr</math> (binary operation)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="562">\Xi</indexterm>\Xi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="564">\Xi</indexterm>\Xi</itemformat></item>
</tableterm><tableitem><para><math>\Xi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="563">\xi</indexterm>\xi</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="565">\xi</indexterm>\xi</itemformat></item>
</tableterm><tableitem><para><math>\xi</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="564">\zeta</indexterm>\zeta</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="566">\zeta</indexterm>\zeta</itemformat></item>
</tableterm><tableitem><para><math>\zeta</math>
</para>
</tableitem></tableentry></ftable>
@@ -4873,113 +4944,113 @@ the pi symbol (<math>\pi</math>) in your output.
</section>
<node name="Math-functions" spaces=" "><nodename>Math functions</nodename><nodenext automatic="on">Math accents</nodenext><nodeprev automatic="on">Math symbols</nodeprev><nodeup automatic="on">Math formulas</nodeup></node>
<section spaces=" "><sectiontitle>Math functions</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="230">math functions</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="231">functions, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="235">math functions</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="236">functions, math</indexterm></cindex>
<para>These commands produce roman function names in math mode with proper
spacing.
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="565">\arccos</indexterm>\arccos</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="567">\arccos</indexterm>\arccos</itemformat></item>
</tableterm><tableitem><para><math>\arccos</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="566">\arcsin</indexterm>\arcsin</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="568">\arcsin</indexterm>\arcsin</itemformat></item>
</tableterm><tableitem><para><math>\arcsin</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="567">\arctan</indexterm>\arctan</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="569">\arctan</indexterm>\arctan</itemformat></item>
</tableterm><tableitem><para><math>\arctan</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="568">\arg</indexterm>\arg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="570">\arg</indexterm>\arg</itemformat></item>
</tableterm><tableitem><para><math>\arg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="569">\bmod</indexterm>\bmod</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="571">\bmod</indexterm>\bmod</itemformat></item>
</tableterm><tableitem><para>Binary modulo operator (<math>x \bmod y</math>)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="570">\cos</indexterm>\cos</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="572">\cos</indexterm>\cos</itemformat></item>
</tableterm><tableitem><para><math>\cos</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="571">\cosh</indexterm>\cosh</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="573">\cosh</indexterm>\cosh</itemformat></item>
</tableterm><tableitem><para><math>\cosh</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="572">\cot</indexterm>\cot</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="574">\cot</indexterm>\cot</itemformat></item>
</tableterm><tableitem><para><math>\cos</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="573">\coth</indexterm>\coth</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="575">\coth</indexterm>\coth</itemformat></item>
</tableterm><tableitem><para><math>\cosh</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="574">\csc</indexterm>\csc</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="576">\csc</indexterm>\csc</itemformat></item>
</tableterm><tableitem><para><math>\csc</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="575">\deg</indexterm>\deg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="577">\deg</indexterm>\deg</itemformat></item>
</tableterm><tableitem><para><math>\deg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="576">\det</indexterm>\det</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="578">\det</indexterm>\det</itemformat></item>
</tableterm><tableitem><para><math>\deg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="577">\dim</indexterm>\dim</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="579">\dim</indexterm>\dim</itemformat></item>
</tableterm><tableitem><para><math>\dim</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="578">\exp</indexterm>\exp</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="580">\exp</indexterm>\exp</itemformat></item>
</tableterm><tableitem><para><math>\exp</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="579">\gcd</indexterm>\gcd</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="581">\gcd</indexterm>\gcd</itemformat></item>
</tableterm><tableitem><para><math>\gcd</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="580">\hom</indexterm>\hom</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="582">\hom</indexterm>\hom</itemformat></item>
</tableterm><tableitem><para><math>\hom</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="581">\inf</indexterm>\inf</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="583">\inf</indexterm>\inf</itemformat></item>
</tableterm><tableitem><para><math>\inf</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="582">\ker</indexterm>\ker</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="584">\ker</indexterm>\ker</itemformat></item>
</tableterm><tableitem><para><math>\ker</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="583">\lg</indexterm>\lg</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="585">\lg</indexterm>\lg</itemformat></item>
</tableterm><tableitem><para><math>\lg</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="584">\lim</indexterm>\lim</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="586">\lim</indexterm>\lim</itemformat></item>
</tableterm><tableitem><para><math>\lim</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="585">\liminf</indexterm>\liminf</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="587">\liminf</indexterm>\liminf</itemformat></item>
</tableterm><tableitem><para><math>\liminf</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="586">\limsup</indexterm>\limsup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="588">\limsup</indexterm>\limsup</itemformat></item>
</tableterm><tableitem><para><math>\limsup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="587">\ln</indexterm>\ln</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="589">\ln</indexterm>\ln</itemformat></item>
</tableterm><tableitem><para><math>\ln</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="588">\log</indexterm>\log</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="590">\log</indexterm>\log</itemformat></item>
</tableterm><tableitem><para><math>\log</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="589">\max</indexterm>\max</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="591">\max</indexterm>\max</itemformat></item>
</tableterm><tableitem><para><math>\max</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="590">\min</indexterm>\min</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="592">\min</indexterm>\min</itemformat></item>
</tableterm><tableitem><para><math>\min</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="591">\pmod</indexterm>\pmod</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="593">\pmod</indexterm>\pmod</itemformat></item>
</tableterm><tableitem><para>parenthesized modulus, as in (<math>\pmod 2^n - 1</math>)
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="592">\Pr</indexterm>\Pr</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="594">\Pr</indexterm>\Pr</itemformat></item>
</tableterm><tableitem><para><math>\Pr</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="593">\sec</indexterm>\sec</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="595">\sec</indexterm>\sec</itemformat></item>
</tableterm><tableitem><para><math>\sec</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="594">\sin</indexterm>\sin</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="596">\sin</indexterm>\sin</itemformat></item>
</tableterm><tableitem><para><math>\sin</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="595">\sinh</indexterm>\sinh</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="597">\sinh</indexterm>\sinh</itemformat></item>
</tableterm><tableitem><para><math>\sinh</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="596">\sup</indexterm>\sup</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="598">\sup</indexterm>\sup</itemformat></item>
</tableterm><tableitem><para><math>\sup</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="597">\tan</indexterm>\tan</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="599">\tan</indexterm>\tan</itemformat></item>
</tableterm><tableitem><para><math>\tan</math>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="598">\tanh</indexterm>\tanh</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="600">\tanh</indexterm>\tanh</itemformat></item>
</tableterm><tableitem><para><math>\tanh</math>
</para>
</tableitem></tableentry></ftable>
@@ -4988,76 +5059,76 @@ spacing.
</section>
<node name="Math-accents" spaces=" "><nodename>Math accents</nodename><nodenext automatic="on">Spacing in math mode</nodenext><nodeprev automatic="on">Math functions</nodeprev><nodeup automatic="on">Math formulas</nodeup></node>
<section spaces=" "><sectiontitle>Math accents</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="232">math accents</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="233">accents, mathematical</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="237">math accents</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="238">accents, mathematical</indexterm></cindex>
<para>&latex; provides a variety of commands for producing accented letters
in math. These are different from accents in normal text
(<pxref label="Accents"><xrefnodename>Accents</xrefnodename></pxref>).
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="599">\acute</indexterm>\acute</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="234">acute accent, math</indexterm></cindex>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="601">\acute</indexterm>\acute</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="239">acute accent, math</indexterm></cindex>
<para>Math acute accent: <math>\acute{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="600">\bar</indexterm>\bar</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="235">bar-over accent, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="236">macron accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="602">\bar</indexterm>\bar</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="240">bar-over accent, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="241">macron accent, math</indexterm></cindex>
<para>Math bar-over accent: <math>\bar{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="601">\breve</indexterm>\breve</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="237">breve accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="603">\breve</indexterm>\breve</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="242">breve accent, math</indexterm></cindex>
<para>Math breve accent: <math>\breve{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="602">\check</indexterm>\check</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="238">check accent, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="239">h<accent type="acute" bracketed="off">a</accent><accent type="caron">c</accent>ek accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="604">\check</indexterm>\check</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="243">check accent, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="244">h<accent type="acute" bracketed="off">a</accent><accent type="caron">c</accent>ek accent, math</indexterm></cindex>
<para>Math h<accent type="acute" bracketed="off">a</accent><accent type="caron">c</accent>ek (check) accent: <math>\check{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="603">\ddot</indexterm>\ddot</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="240">double dot accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="605">\ddot</indexterm>\ddot</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="245">double dot accent, math</indexterm></cindex>
<para>Math dieresis accent: <math>\ddot{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="604">\dot</indexterm>\dot</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="241">overdot accent, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="242">dot over accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="606">\dot</indexterm>\dot</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="246">overdot accent, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="247">dot over accent, math</indexterm></cindex>
<para>Math dot accent: <math>\dot{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="605">\grave</indexterm>\grave</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="243">grave accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="607">\grave</indexterm>\grave</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="248">grave accent, math</indexterm></cindex>
<para>Math grave accent: <math>\grave{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="606">\hat</indexterm>\hat</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="244">hat accent, math</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="245">circumflex accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="608">\hat</indexterm>\hat</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="249">hat accent, math</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="250">circumflex accent, math</indexterm></cindex>
<para>Math hat (circumflex) accent: <math>\hat{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="607">\imath</indexterm>\imath</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="246">dotless i, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="609">\imath</indexterm>\imath</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="251">dotless i, math</indexterm></cindex>
<para>Math dotless i.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="608">\jmath</indexterm>\jmath</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="247">dotless j, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="610">\jmath</indexterm>\jmath</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="252">dotless j, math</indexterm></cindex>
<para>Math dotless j.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="609">\mathring</indexterm>\mathring</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="248">ring accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="611">\mathring</indexterm>\mathring</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="253">ring accent, math</indexterm></cindex>
<para>Math ring accent: <accent type="ring">x</accent>. <!-- c don't bother implementing in texinfo -->
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="610">\tilde</indexterm>\tilde</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="249">tilde accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="612">\tilde</indexterm>\tilde</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="254">tilde accent, math</indexterm></cindex>
<para>Math tilde accent: <math>\tilde{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="611">\vec</indexterm>\vec</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="250">vector symbol, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="613">\vec</indexterm>\vec</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="255">vector symbol, math</indexterm></cindex>
<para>Math vector symbol: <math>\vec{x}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="612">\widehat</indexterm>\widehat</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="251">wide hat accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="614">\widehat</indexterm>\widehat</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="256">wide hat accent, math</indexterm></cindex>
<para>Math wide hat accent: <math>\widehat{x+y}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="613">\widehat</indexterm>\widehat</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="252">wide tile accent, math</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="615">\widehat</indexterm>\widehat</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="257">wide tile accent, math</indexterm></cindex>
<para>Math wide tilde accent: <math>\widetilde{x+y}</math>.
</para>
</tableitem></tableentry></ftable>
@@ -5066,8 +5137,8 @@ in math. These are different from accents in normal text
</section>
<node name="Spacing-in-math-mode" spaces=" "><nodename>Spacing in math mode</nodename><nodenext automatic="on">Math miscellany</nodenext><nodeprev automatic="on">Math accents</nodeprev><nodeup automatic="on">Math formulas</nodeup></node>
<section spaces=" "><sectiontitle>Spacing in math mode</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="253">spacing within math mode</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="254">math mode, spacing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="258">spacing within math mode</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="259">math mode, spacing</indexterm></cindex>
<para>In a <code>math</code> environment, &latex; ignores the spaces you type and
puts in the spacing according to the normal rules for mathematics
@@ -5076,15 +5147,15 @@ commands for use in math mode:
</para>
<table commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code">\;</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="614">\;</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="616">\;</indexterm></findex>
<para>A thick space (<math>5\over18\,</math>quad).
</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\:</itemformat></item>
<itemx spaces=" "><itemformat command="code">\&gt;</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="615">\:</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="616">\&gt;</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="617">\:</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="618">\&gt;</indexterm></findex>
<para>Both of these produce a medium space (<math>2\over9\,</math>quad).
</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\,</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="617">\,</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="619">\,</indexterm></findex>
<para>A thin space (<math>1\over6\,</math>quad); not restricted to math mode.
</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\!</itemformat></item>
</tableterm><tableitem><para>A negative thin space (<math>-{1\over6}\,</math>quad).
@@ -5094,46 +5165,46 @@ commands for use in math mode:
</section>
<node name="Math-miscellany" spaces=" "><nodename>Math miscellany</nodename><nodeprev automatic="on">Spacing in math mode</nodeprev><nodeup automatic="on">Math formulas</nodeup></node>
<section spaces=" "><sectiontitle>Math miscellany</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="255">math miscellany</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="260">math miscellany</indexterm></cindex>
<ftable commandarg="code" spaces=" " endspaces=" ">
<beforefirstitem>
-</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="618">\*</indexterm>\*</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="256">discretionary multiplication</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="257">multiplication symbol, discretionary line break</indexterm></cindex>
+</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="620">\*</indexterm>\*</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="261">discretionary multiplication</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="262">multiplication symbol, discretionary line break</indexterm></cindex>
<para>A &textldquo;discretionary&textrdquo; multiplication symbol, at which a line break is
allowed.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="619">\cdots</indexterm>\cdots</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="621">\cdots</indexterm>\cdots</itemformat></item>
</tableterm><tableitem><para>A horizontal ellipsis with the dots raised to the center of the line.
<tex endspaces=" ">
As in: &textlsquo;$\cdots$&textrsquo;.
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="620">\ddots</indexterm>\ddots</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="622">\ddots</indexterm>\ddots</itemformat></item>
</tableterm><tableitem><para>A diagonal ellipsis: <math>\ddots</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="621">\frac&lbrace;num&rbrace;&lbrace;den&rbrace;</indexterm>\frac&lbrace;num&rbrace;&lbrace;den&rbrace;</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="622">\frac</indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="623">\frac&lbrace;num&rbrace;&lbrace;den&rbrace;</indexterm>\frac&lbrace;num&rbrace;&lbrace;den&rbrace;</itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="624">\frac</indexterm></findex>
<para>Produces the fraction <code>num</code> divided by <code>den</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="623">\left <var>delim1</var> ... \right <var>delim2</var></indexterm>\left <var>delim1</var> ... \right <var>delim2</var></itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="624">\right</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="258">null delimiter</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="625">\left <var>delim1</var> ... \right <var>delim2</var></indexterm>\left <var>delim1</var> ... \right <var>delim2</var></itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="626">\right</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="263">null delimiter</indexterm></cindex>
<para>The two delimiters need not match; <samp>.</samp> acts as a null delimiter,
producing no output. The delimiters are sized according to the math
in between. Example: <code>\left( \sum_i=1^10 a_i \right]</code>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="625">\overbrace&lbrace;<var>text</var>&rbrace;</indexterm>\overbrace&lbrace;<var>text</var>&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="627">\overbrace&lbrace;<var>text</var>&rbrace;</indexterm>\overbrace&lbrace;<var>text</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Generates a brace over <var>text</var>.
For example, <math>\overbrace{x+\cdots+x}^{k \rm\;times}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="626">\overline&lbrace;<var>text</var>&rbrace;</indexterm>\overline&lbrace;<var>text</var>&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="628">\overline&lbrace;<var>text</var>&rbrace;</indexterm>\overline&lbrace;<var>text</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Generates a horizontal line over <var>tex</var>.
For exampe, <math>\overline{x+y}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="627">\sqrt[<var>root</var>]&lbrace;arg&rbrace;</indexterm>\sqrt[<var>root</var>]&lbrace;arg&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="629">\sqrt[<var>root</var>]&lbrace;arg&rbrace;</indexterm>\sqrt[<var>root</var>]&lbrace;arg&rbrace;</itemformat></item>
</tableterm><tableitem><para>Produces the representation of the square root of <var>arg</var>. The
optional argument <var>root</var> determines what root to produce. For
example, the cube root of <code>x+y</code> would be typed as
@@ -5143,7 +5214,7 @@ In &tex;, the result looks like this:
$\root 3 \of x+y$.
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="628">\stackrel&lbrace;<var>text</var>&rbrace;&lbrace;<var>relation</var>&rbrace;</indexterm>\stackrel&lbrace;<var>text</var>&rbrace;&lbrace;<var>relation</var>&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="630">\stackrel&lbrace;<var>text</var>&rbrace;&lbrace;<var>relation</var>&rbrace;</indexterm>\stackrel&lbrace;<var>text</var>&rbrace;&lbrace;<var>relation</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Puts <var>text</var> above <var>relation</var>. For example,
<code>\stackrel&lbrace;f&rbrace;&lbrace;\longrightarrow&rbrace;</code>.
<tex endspaces=" ">
@@ -5151,14 +5222,14 @@ In &tex;, the result looks like this:
$\buildrel f \over \longrightarrow$.
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="629">\underbrace&lbrace;math&rbrace;</indexterm>\underbrace&lbrace;math&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="631">\underbrace&lbrace;math&rbrace;</indexterm>\underbrace&lbrace;math&rbrace;</itemformat></item>
</tableterm><tableitem><para>Generates <var>math</var> with a brace underneath.
<tex endspaces=" ">
In &tex;, the result looks like this:
$\underbrace{x+y+z}_{&gt;\,0}$.
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="630">\underline&lbrace;text&rbrace;</indexterm>\underline&lbrace;text&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="632">\underline&lbrace;text&rbrace;</indexterm>\underline&lbrace;text&rbrace;</itemformat></item>
</tableterm><tableitem><para>Causes <var>text</var>, which may be either math mode or not, to be
underlined. The line is always below the text, taking account of
descenders.
@@ -5167,8 +5238,8 @@ In &tex;, the result looks like this:
$\underline{xyz}$
</tex>
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="631">\vdots</indexterm>\vdots</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="632">\vdots</indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="633">\vdots</indexterm>\vdots</itemformat></item>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="634">\vdots</indexterm></findex>
<para>Produces a vertical ellipsis.
<tex endspaces=" ">
In &tex;, the result looks like this:
@@ -5182,11 +5253,11 @@ $\vdots$.
</chapter>
<node name="Modes" spaces=" "><nodename>Modes</nodename><nodenext automatic="on">Page styles</nodenext><nodeprev automatic="on">Math formulas</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Modes</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="259">modes</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="260">paragraph mode</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="261">math mode</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="262">left-to-right mode</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="263">lR mode</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="264">modes</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="265">paragraph mode</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="266">math mode</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="267">left-to-right mode</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="268">lR mode</indexterm></cindex>
<para>When &latex; is processing your input text, it is always in one of three
@@ -5232,8 +5303,8 @@ in, is called &textldquo;outer paragraph mode&textrdquo;.
</chapter>
<node name="Page-styles" spaces=" "><nodename>Page styles</nodename><nodenext automatic="on">Spaces</nodenext><nodeprev automatic="on">Modes</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Page styles</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="264">styles, page</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="265">page styles</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="269">styles, page</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="270">page styles</indexterm></cindex>
<para>The <code>\documentclass</code> command determines the size and position of
the page&textrsquo;s head and foot. The page style determines what goes in them.
@@ -5248,8 +5319,8 @@ the page&textrsquo;s head and foot. The page style determines what goes in them
<node name="_005cmaketitle" spaces=" "><nodename>\maketitle</nodename><nodenext automatic="on">\pagenumbering</nodenext><nodeup automatic="on">Page styles</nodeup></node>
<section spaces=" "><sectiontitle><code>\maketitle</code></sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="266">titles, making</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="633">\maketitle</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="271">titles, making</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="635">\maketitle</indexterm></findex>
<para>The <code>\maketitle</code> command generates a title on a separate title
page&textmdash;except in the <code>article</code> class, where the title is placed
@@ -5257,30 +5328,30 @@ at the top of the first page. Information used to produce the title
is obtained from the following declarations:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="634">\author&lbrace;<var>name</var> \and <var>name2</var>&rbrace;</indexterm>\author&lbrace;<var>name</var> \and <var>name2</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="267">author, for titlepage</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="635">\\ <r>for <code>\author</code></r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="636">\and <r>for <code>\author</code></r></indexterm></findex>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="636">\author&lbrace;<var>name</var> \and <var>name2</var>&rbrace;</indexterm>\author&lbrace;<var>name</var> \and <var>name2</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="272">author, for titlepage</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="637">\\ <r>for <code>\author</code></r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="638">\and <r>for <code>\author</code></r></indexterm></findex>
<para>The <code>\author</code> command declares the document author(s), where the
argument is a list of authors separated by <code>\and</code> commands. Use
<code>\\</code> to separate lines within a single author&textrsquo;s entry&textmdash;for
example, to give the author&textrsquo;s institution or address.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="637">\date&lbrace;<var>text</var>&rbrace;</indexterm>\date&lbrace;<var>text</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="268">date, for titlepage</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="639">\date&lbrace;<var>text</var>&rbrace;</indexterm>\date&lbrace;<var>text</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="273">date, for titlepage</indexterm></cindex>
<para>The <code>\date</code> command declares <var>text</var> to be the document&textrsquo;s
date. With no <code>\date</code> command, the current date (<pxref label="_005ctoday"><xrefnodename>\today</xrefnodename></pxref>)
is used.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="638">\thanks&lbrace;<var>text</var>&rbrace;</indexterm>\thanks&lbrace;<var>text</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="269">thanks, for titlepage</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="270">credit footnote</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="640">\thanks&lbrace;<var>text</var>&rbrace;</indexterm>\thanks&lbrace;<var>text</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="274">thanks, for titlepage</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="275">credit footnote</indexterm></cindex>
<para>The <code>\thanks</code> command produces a <code>\footnote</code> to the title,
usually used for credit acknowledgements.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="639">\title&lbrace;<var>text</var>&rbrace;</indexterm>\title&lbrace;<var>text</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="271">title, for titlepage</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="640">\\ <r>for <code>\title</code></r></indexterm></findex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="641">\title&lbrace;<var>text</var>&rbrace;</indexterm>\title&lbrace;<var>text</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="276">title, for titlepage</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="642">\\ <r>for <code>\title</code></r></indexterm></findex>
<para>The <code>\title</code> command declares <var>text</var> to be the title of the
document. Use <code>\\</code> to force a line break, as usual.
</para>
@@ -5290,8 +5361,8 @@ document. Use <code>\\</code> to force a line break, as usual.
</section>
<node name="_005cpagenumbering" spaces=" "><nodename>\pagenumbering</nodename><nodenext automatic="on">\pagestyle</nodenext><nodeprev automatic="on">\maketitle</nodeprev><nodeup automatic="on">Page styles</nodeup></node>
<section spaces=" "><sectiontitle><code>\pagenumbering</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="641">\pagenumbering</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="272">page numbering style</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="643">\pagenumbering</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="277">page numbering style</indexterm></cindex>
<para>Synopsis:
</para>
@@ -5304,13 +5375,17 @@ document. Use <code>\\</code> to force a line break, as usual.
<table commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code">arabic</itemformat></item>
</tableterm><tableitem><para>arabic numerals
-</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">roman</itemformat></item>
+</para>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">roman</itemformat></item>
</tableterm><tableitem><para>lowercase Roman numerals
-</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">Roman</itemformat></item>
+</para>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">Roman</itemformat></item>
</tableterm><tableitem><para>uppercase Roman numerals
-</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">alph</itemformat></item>
+</para>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">alph</itemformat></item>
</tableterm><tableitem><para>lowercase letters
-</para></tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">Alph</itemformat></item>
+</para>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">Alph</itemformat></item>
</tableterm><tableitem><para>uppercase letters
</para></tableitem></tableentry></table>
@@ -5318,10 +5393,10 @@ document. Use <code>\\</code> to force a line break, as usual.
</section>
<node name="_005cpagestyle" spaces=" "><nodename>\pagestyle</nodename><nodenext automatic="on">\thispagestyle</nodenext><nodeprev automatic="on">\pagenumbering</nodeprev><nodeup automatic="on">Page styles</nodeup></node>
<section spaces=" "><sectiontitle><code>\pagestyle</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="642">\pagestyle</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="273">header style</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="274">footer style</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="275">running header and footer style</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="644">\pagestyle</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="278">header style</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="279">footer style</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="280">running header and footer style</indexterm></cindex>
<para>Synopsis:
</para>
@@ -5352,15 +5427,15 @@ goes in the headers.
<para>Here are the descriptions of <code>\markboth</code> and <code>\markright</code>:
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
-<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="643">\markboth&lbrace;<var>left</var>&rbrace;&lbrace;<var>right</var>&rbrace;</indexterm>\markboth&lbrace;<var>left</var>&rbrace;&lbrace;<var>right</var>&rbrace;</itemformat></item>
+<tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="645">\markboth&lbrace;<var>left</var>&rbrace;&lbrace;<var>right</var>&rbrace;</indexterm>\markboth&lbrace;<var>left</var>&rbrace;&lbrace;<var>right</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Sets both the left and the right heading. A &textldquo;left-hand heading&textrdquo;
(<var>left</var>) is generated by the last <code>\markboth</code> command before
-the end of the page, while a &textldquo;right-hand heading&textrdquo; (<var>right</var> is
+the end of the page, while a &textldquo;right-hand heading&textrdquo; (<var>right</var>) is
generated by the first <code>\markboth</code> or <code>\markright</code> that
comes on the page if there is one, otherwise by the last one before
the page.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="644">\markright&lbrace;<var>right</var>&rbrace;</indexterm>\markright&lbrace;<var>right</var>&rbrace;</itemformat></item>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="646">\markright&lbrace;<var>right</var>&rbrace;</indexterm>\markright&lbrace;<var>right</var>&rbrace;</itemformat></item>
</tableterm><tableitem><para>Sets the right heading, leaving the left heading unchanged.
</para>
</tableitem></tableentry></ftable>
@@ -5369,7 +5444,7 @@ the page.
</section>
<node name="_005cthispagestyle" spaces=" "><nodename>\thispagestyle</nodename><nodeprev automatic="on">\pagestyle</nodeprev><nodeup automatic="on">Page styles</nodeup></node>
<section spaces=" "><sectiontitle><code>\thispagestyle&lbrace;<var>style</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="645">\thispagestyle</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="647">\thispagestyle</indexterm></findex>
<para>The <code>\thispagestyle</code> command works in the same manner as the
<code>\pagestyle</code> command (see previous section) except that it
@@ -5380,7 +5455,7 @@ changes to <var>style</var> for the current page only.
</chapter>
<node name="Spaces" spaces=" "><nodename>Spaces</nodename><nodenext automatic="on">Boxes</nodenext><nodeprev automatic="on">Page styles</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Spaces</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="276">spaces</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="281">spaces</indexterm></cindex>
<para>&latex; has many ways to produce white (or filled) space.
</para>
@@ -5409,7 +5484,7 @@ Vertical space
<node name="_005chspace" spaces=" "><nodename>\hspace</nodename><nodenext automatic="on">\hfill</nodenext><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\hspace</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="646">\hspace</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="648">\hspace</indexterm></findex>
<para>Synopsis:
</para>
@@ -5432,12 +5507,12 @@ form.
<node name="_005chfill" spaces=" "><nodename>\hfill</nodename><nodenext automatic="on">\SPACE</nodenext><nodeprev automatic="on">\hspace</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\hfill</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="647">\hfill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="649">\hfill</indexterm></findex>
<para>The <code>\hfill</code> fill command produces a &textldquo;rubber length&textrdquo; which has
no natural space but can stretch or shrink horizontally as far as
needed.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="648">\fill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="650">\fill</indexterm></findex>
<para>The <code>\fill</code> parameter is the rubber length itself (technically,
the glue value <samp>0pt plus1fill</samp>); thus, <code>\hspace\fill</code> is
equivalent to <code>\hfill</code>.
@@ -5446,9 +5521,9 @@ equivalent to <code>\hfill</code>.
</section>
<node name="_005cSPACE" spaces=" "><nodename>\SPACE</nodename><nodenext automatic="on">\AT</nodenext><nodeprev automatic="on">\hfill</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\SPACE</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="649">\SPACE</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="650">\TAB</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="651">\NEWLINE</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="651">\SPACE</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="652">\TAB</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="653">\NEWLINE</indexterm></findex>
<para>The <code>\ </code> (space) command produces a normal interword space. It&textrsquo;s
useful after punctuation which shouldn&textrsquo;t end a sentence. For example
@@ -5463,7 +5538,7 @@ are equivalent to <code>\ </code>.
</section>
<node name="_005cAT" spaces=" "><nodename>\AT</nodename><nodenext automatic="on">\thinspace</nodenext><nodeprev automatic="on">\SPACE</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\&arobase;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="652">\&arobase;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="654">\&arobase;</indexterm></findex>
<para>The <code>\&arobase;</code> command makes the following punctuation character end a
sentence even if it normally would not. This is typically used after
@@ -5487,7 +5562,7 @@ a capital letter. Here are side-by-side examples with and without
</section>
<node name="_005cthinspace" spaces=" "><nodename>\thinspace</nodename><nodenext automatic="on">\/</nodenext><nodeprev automatic="on">\AT</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\thinspace</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="653">\thinspace</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="655">\thinspace</indexterm></findex>
<para><code>\thinspace</code> produces an unbreakable and unstretchable space that
is 1/6 of an em. This is the proper space to use in nested quotes, as
@@ -5497,7 +5572,7 @@ in &textrsquo;<dmn>&textrdquo;</dmn>.
</section>
<node name="_005c_002f" spaces=" "><nodename>\/</nodename><nodenext automatic="on">\hrulefill</nodenext><nodeprev automatic="on">\thinspace</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\/</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="654">\/</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="656">\/</indexterm></findex>
<para>The <code>\/</code> command produces an <dfn>italic correction</dfn>. This is a
small space defined by the font designer for a given character,
@@ -5526,7 +5601,7 @@ with pdf&tex;.
</section>
<node name="_005chrulefill" spaces=" "><nodename>\hrulefill</nodename><nodenext automatic="on">\dotfill</nodenext><nodeprev automatic="on">\/</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\hrulefill</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="655">\hrulefill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="657">\hrulefill</indexterm></findex>
<para>The <code>\hrulefill</code> fill command produces a &textldquo;rubber length&textrdquo; which can
stretch or shrink horizontally. It will be filled with a horizontal
@@ -5537,7 +5612,7 @@ rule.
<node name="_005cdotfill" spaces=" "><nodename>\dotfill</nodename><nodenext automatic="on">\addvspace</nodenext><nodeprev automatic="on">\hrulefill</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\dotfill</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="656">\dotfill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="658">\dotfill</indexterm></findex>
<para>The <code>\dotfill</code> command produces a &textldquo;rubber length&textrdquo; that fills
with dots instead of just white space.
@@ -5547,9 +5622,9 @@ with dots instead of just white space.
</section>
<node name="_005caddvspace" spaces=" "><nodename>\addvspace</nodename><nodenext automatic="on">\bigskip \medskip \smallskip</nodenext><nodeprev automatic="on">\dotfill</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\addvspace</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="657">\addvspace</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="277">vertical space</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="278">space, inserting vertical</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="659">\addvspace</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="282">vertical space</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="283">space, inserting vertical</indexterm></cindex>
<para><code>\addvspace&lbrace;length&rbrace;</code>
</para>
@@ -5568,20 +5643,20 @@ of the total vertical space equal to <code>length</code>.
</para>
<table commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code">\bigskip</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="658">\bigskip</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="659">\bigskipamount</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="660">\bigskip</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="661">\bigskipamount</indexterm></findex>
<para>The same as <code>\vspace&lbrace;bigskipamount&rbrace;</code>, ordinarily about one line
space (with stretch and shrink).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\medskip</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="660">\medskip</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="661">\medskipamount</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="662">\medskip</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="663">\medskipamount</indexterm></findex>
<para>The same as <code>\vspace&lbrace;medskipamount&rbrace;</code>, ordinarily
about half of a line space (with stretch and shrink).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\smallskip</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="662">\smallskip</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="663">\smallskipamount</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="664">\smallskip</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="665">\smallskipamount</indexterm></findex>
<para>The same as <code>\vspace&lbrace;smallskipamount&rbrace;</code>, ordinarily about a
quarter of a line space (with stretch and shrink).
</para>
@@ -5593,7 +5668,7 @@ quarter of a line space (with stretch and shrink).
</section>
<node name="_005cvfill" spaces=" "><nodename>\vfill</nodename><nodenext automatic="on">\vspace</nodenext><nodeprev automatic="on">\bigskip \medskip \smallskip</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\vfill</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="664">\vfill</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="666">\vfill</indexterm></findex>
<para>The <code>\vfill</code> fill command produces a rubber length (glue) which
can stretch or shrink vertically as far as needed. It&textrsquo;s equivalent to
@@ -5603,7 +5678,7 @@ can stretch or shrink vertically as far as needed. It&textrsquo;s equivalent to
</section>
<node name="_005cvspace" spaces=" "><nodename>\vspace</nodename><nodeprev automatic="on">\vfill</nodeprev><nodeup automatic="on">Spaces</nodeup></node>
<section spaces=" "><sectiontitle><code>\vspace[*]&lbrace;<var>length</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="665">\vspace</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="667">\vspace</indexterm></findex>
<para>Synopsis:
</para>
@@ -5624,7 +5699,7 @@ space is not removed.
<node name="Boxes" spaces=" "><nodename>Boxes</nodename><nodenext automatic="on">Special insertions</nodenext><nodeprev automatic="on">Spaces</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Boxes</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="279">boxes</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="284">boxes</indexterm></cindex>
<para>All the predefined length parameters (<pxref label="Predefined-lengths"><xrefnodename>Predefined lengths</xrefnodename></pxref>) can be
used in the arguments of the box-making commands.
@@ -5644,9 +5719,9 @@ used in the arguments of the box-making commands.
<node name="_005cmbox" spaces=" "><nodename>\mbox</nodename><nodenext automatic="on">\fbox and \framebox</nodenext><nodeup automatic="on">Boxes</nodeup></node>
<section spaces=" "><sectiontitle><code>\mbox&lbrace;<var>text&rbrace;</var></code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="666">\mbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="668">\mbox</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="280">hyphenation, preventing</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="285">hyphenation, preventing</indexterm></cindex>
<para>The <code>\mbox</code> command creates a box just wide enough to hold the
text created by its argument. The <var>text</var> is not broken into
lines, so it can be used to prevent hyphenation.
@@ -5656,8 +5731,8 @@ lines, so it can be used to prevent hyphenation.
<node name="_005cfbox-and-_005cframebox" spaces=" "><nodename>\fbox and \framebox</nodename><nodenext automatic="on">lrbox</nodenext><nodeprev automatic="on">\mbox</nodeprev><nodeup automatic="on">Boxes</nodeup></node>
<section spaces=" "><sectiontitle><code>\fbox</code> and <code>\framebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="667">\fbox</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="668">\framebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="669">\fbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="670">\framebox</indexterm></findex>
<para>Synopses:
</para>
@@ -5674,8 +5749,8 @@ specification of the box width with the optional <var>width</var> argument
(a dimension), and positioning with the optional <var>position</var>
argument. <!-- c xxref -->
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="669">\fboxrule</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="670">\fboxsep</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="671">\fboxrule</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="672">\fboxsep</indexterm></findex>
<para>Both commands produce a rule of thickness <code>\fboxrule</code> (default
<samp>.4pt</samp>), and leave a space of <code>\fboxsep</code> (default
<samp>3pt</samp>) between the rule and the contents of the box.
@@ -5687,7 +5762,7 @@ argument. <!-- c xxref -->
</section>
<node name="lrbox" spaces=" "><nodename>lrbox</nodename><nodenext automatic="on">\makebox</nodenext><nodeprev automatic="on">\fbox and \framebox</nodeprev><nodeup automatic="on">Boxes</nodeup></node>
<section spaces=" "><sectiontitle><code>lrbox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="671">lrbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="673">lrbox</indexterm></findex>
<para><code>\begin&lbrace;lrbox&rbrace;&lbrace;cmd&rbrace; text \end&lbrace;lrbox&rbrace;</code>
</para>
@@ -5700,7 +5775,7 @@ must have been declared with <code>\newsavebox</code>.
</section>
<node name="_005cmakebox" spaces=" "><nodename>\makebox</nodename><nodenext automatic="on">\parbox</nodenext><nodeprev automatic="on">lrbox</nodeprev><nodeup automatic="on">Boxes</nodeup></node>
<section spaces=" "><sectiontitle><code>\makebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="672">\makebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="674">\makebox</indexterm></findex>
<para>Synopsis:
</para>
@@ -5733,7 +5808,7 @@ stretchable space for this to work.
</section>
<node name="_005cparbox" spaces=" "><nodename>\parbox</nodename><nodenext automatic="on">\raisebox</nodenext><nodeprev automatic="on">\makebox</nodeprev><nodeup automatic="on">Boxes</nodeup></node>
<section spaces=" "><sectiontitle><code>\parbox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="673">\parbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="675">\parbox</indexterm></findex>
<para>Synopsis:
</para>
@@ -5783,7 +5858,7 @@ for this to work.
</section>
<node name="_005craisebox" spaces=" "><nodename>\raisebox</nodename><nodenext automatic="on">\savebox</nodenext><nodeprev automatic="on">\parbox</nodeprev><nodeup automatic="on">Boxes</nodeup></node>
<section spaces=" "><sectiontitle><code>\raisebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="674">\raisebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="676">\raisebox</indexterm></findex>
<para>Synopsis:
</para>
@@ -5805,7 +5880,7 @@ ignoring its natural height and depth.
</section>
<node name="_005csavebox" spaces=" "><nodename>\savebox</nodename><nodenext automatic="on">\sbox</nodenext><nodeprev automatic="on">\raisebox</nodeprev><nodeup automatic="on">Boxes</nodeup></node>
<section spaces=" "><sectiontitle><code>\savebox</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="675">\savebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="677">\savebox</indexterm></findex>
<para>Synopsis:
</para>
@@ -5822,7 +5897,7 @@ declared with <code>\newsavebox</code> (<pxref label="_005cnewsavebox"><xrefnode
</section>
<node name="_005csbox" spaces=" "><nodename>\sbox</nodename><nodenext automatic="on">\usebox</nodenext><nodeprev automatic="on">\savebox</nodeprev><nodeup automatic="on">Boxes</nodeup></node>
<section spaces=" "><sectiontitle><code>\sbox&lbrace;<var>\boxcmd</var>&rbrace;&lbrace;<var>text</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="676">\sbox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="678">\sbox</indexterm></findex>
<para>Synopsis:
</para>
@@ -5840,7 +5915,7 @@ included in the normal output, it is saved in the box labeled
</section>
<node name="_005cusebox" spaces=" "><nodename>\usebox</nodename><nodeprev automatic="on">\sbox</nodeprev><nodeup automatic="on">Boxes</nodeup></node>
<section spaces=" "><sectiontitle><code>\usebox&lbrace;<var>\boxcmd</var></code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="677">\usebox</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="679">\usebox</indexterm></findex>
<para>Synopsis:
</para>
@@ -5848,7 +5923,7 @@ included in the normal output, it is saved in the box labeled
<pre xml:space="preserve">\usebox&lbrace;<var>\boxcmd</var>&rbrace;
</pre></example>
-<para><code>\usebox</code> producesthe box most recently saved in the bin
+<para><code>\usebox</code> produces the box most recently saved in the bin
<var>\boxcmd</var> by a <code>\savebox</code> command (<pxref label="_005csavebox"><xrefnodename>\savebox</xrefnodename></pxref>).
</para>
@@ -5872,8 +5947,8 @@ special meaning do not correspond to simple characters you can type.
<node name="Reserved-characters" spaces=" "><nodename>Reserved characters</nodename><nodenext automatic="on">Text symbols</nodenext><nodeup automatic="on">Special insertions</nodeup></node>
<section spaces=" "><sectiontitle>Reserved characters</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="281">reserved characters</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="282">characters, reserved</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="286">reserved characters</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="287">characters, reserved</indexterm></cindex>
<para>The following characters play a special role in &latex; and are called
&textldquo;reserved characters&textrdquo; or &textldquo;special characters&textrdquo;.
@@ -5882,33 +5957,33 @@ special meaning do not correspond to simple characters you can type.
<pre xml:space="preserve"># $ % &amp; ~ _ ^ \ &lbrace; &rbrace;
</pre></example>
-<findex index="fn" spaces=" "><indexterm index="fn" number="678">\#</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="679">\$</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="680">\%</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="681">\&amp;</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="682">\_</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="683">\&lbrace;</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="684">\&rbrace;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="680">\#</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="681">\$</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="682">\%</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="683">\&amp;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="684">\_</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="685">\&lbrace;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="686">\&rbrace;</indexterm></findex>
<para>Whenever you write one of these characters into your file, &latex;
will do something special. If you simply want the character to be
printed as itself, include a <code>\</code> in front of the character. For
example, <code>\$</code> will produce <code>$</code> in your output.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="685">\backslash</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="687">\backslash</indexterm></findex>
<para>One exception to this rule is <code>\</code> itself, because <code>\\</code> has
its own special (context-dependent) meaning. A roman \ is produced by
typing <code>$\backslash$</code> in your file, and a typewriter <code>\</code> is
produced by using <samp>\</samp> in a verbatim command (<pxref label="verbatim"><xrefnodename>verbatim</xrefnodename></pxref>).
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="686">\~</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="687">\^</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="688">\~</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="689">\^</indexterm></findex>
<para>Also, <code>\~</code> and <code>\^</code> place tilde and circumflex accents over
the following letter, as in <accent type="tilde">o</accent> and <accent type="circ">o</accent> (<pxref label="Accents"><xrefnodename>Accents</xrefnodename></pxref>); to get
a standalone <code>~</code> or <code>^</code>, you can again use a verbatim
command.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="688">\symbol</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="283">accessing any character of a font</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="690">\symbol</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="288">accessing any character of a font</indexterm></cindex>
<para>Finally, you can access any character of the current font once you
know its number by using the <code>\symbol</code> command. For example, the
@@ -5924,274 +5999,274 @@ with <code>&quot;</code>, so the previous example could also be written as
<node name="Text-symbols" spaces=" "><nodename>Text symbols</nodename><nodenext automatic="on">Accents</nodenext><nodeprev automatic="on">Reserved characters</nodeprev><nodeup automatic="on">Special insertions</nodeup></node>
<section spaces=" "><sectiontitle>Text symbols</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="284">text symbols</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="689">textcomp <r>package</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="289">text symbols</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="691">textcomp <r>package</r></indexterm></findex>
<para>&latex; provides commands to generate a number of non-letter symbols
in running text. Some of these, especially the more obscure ones, are
not available in OT1; you may need to load the <code>textcomp</code> package.
</para>
<ftable commandarg="code" spaces=" " endspaces=" ">
<beforefirstitem>
-</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="690">\copyright</indexterm>\copyright</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="691">\textcopyright</indexterm>\textcopyright</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="285">copyright symbol</indexterm></cindex>
+</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="692">\copyright</indexterm>\copyright</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="693">\textcopyright</indexterm>\textcopyright</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="290">copyright symbol</indexterm></cindex>
<para>The copyright symbol, &copyright;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="692">\dag</indexterm>\dag</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="286">dagger, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="694">\dag</indexterm>\dag</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="291">dagger, in text</indexterm></cindex>
<para>The dagger symbol (in text).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="693">\ddag</indexterm>\ddag</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="287">double dagger, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="695">\ddag</indexterm>\ddag</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="292">double dagger, in text</indexterm></cindex>
<para>The double dagger symbol (in text).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="694">\LaTeX</indexterm>\LaTeX</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="288">&latex; logo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="289">logo, &latex;</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="696">\LaTeX</indexterm>\LaTeX</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="293">&latex; logo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="294">logo, &latex;</indexterm></cindex>
<para>The &latex; logo.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="695">\guillemotleft <r>(&laquo;)</r></indexterm>\guillemotleft <r>(&laquo;)</r></itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="696">\guillemotright <r>(&raquo;)</r></indexterm>\guillemotright <r>(&raquo;)</r></itemformat></itemx>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="697">\guilsinglleft <r>(&lsaquo;)</r></indexterm>\guilsinglleft <r>(&lsaquo;)</r></itemformat></itemx>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="698">\guilsinglright <r>(&rsaquo;)</r></indexterm>\guilsinglright <r>(&rsaquo;)</r></itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="290">double guillemets</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="291">single guillemets</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="292">left angle quotation marks</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="293">right angle quotation marks</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="294">double angle quotation marks</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="295">single angle quotation marks</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="296">French quotation marks</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="297">quotation marks, French</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="697">\guillemotleft <r>(&laquo;)</r></indexterm>\guillemotleft <r>(&laquo;)</r></itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="698">\guillemotright <r>(&raquo;)</r></indexterm>\guillemotright <r>(&raquo;)</r></itemformat></itemx>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="699">\guilsinglleft <r>(&lsaquo;)</r></indexterm>\guilsinglleft <r>(&lsaquo;)</r></itemformat></itemx>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="700">\guilsinglright <r>(&rsaquo;)</r></indexterm>\guilsinglright <r>(&rsaquo;)</r></itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="295">double guillemets</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="296">single guillemets</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="297">left angle quotation marks</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="298">right angle quotation marks</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="299">double angle quotation marks</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="300">single angle quotation marks</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="301">French quotation marks</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="302">quotation marks, French</indexterm></cindex>
<para>Double and single angle quotation marks, commonly used in French:
&laquo;, &raquo;, &lsaquo;, &rsaquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="699">\ldots</indexterm>\ldots</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="700">\dots</indexterm>\dots</itemformat></itemx>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="701">\textellipsis</indexterm>\textellipsis</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="298">ellipsis</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="701">\ldots</indexterm>\ldots</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="702">\dots</indexterm>\dots</itemformat></itemx>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="703">\textellipsis</indexterm>\textellipsis</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="303">ellipsis</indexterm></cindex>
<para>An ellipsis (three dots at the baseline): &textlsquo;&dots;&textrsquo;. <code>\ldots</code>
and <code>\dots</code> also work in math mode.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="702">\lq</indexterm>\lq</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="299">left quote</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="300">opening quote</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="704">\lq</indexterm>\lq</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="304">left quote</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="305">opening quote</indexterm></cindex>
<para>Left (opening) quote: &textlsquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="703">\P</indexterm>\P</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="704">\textparagraph</indexterm>\textparagraph</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="301">paragraph symbol</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="302">pilcrow</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="705">\P</indexterm>\P</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="706">\textparagraph</indexterm>\textparagraph</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="306">paragraph symbol</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="307">pilcrow</indexterm></cindex>
<para>Paragraph sign (pilcrow).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="705">\pounds</indexterm>\pounds</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="706">\textsterling</indexterm>\textsterling</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="303">pounds symbol</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="304">sterling symbol</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="707">\pounds</indexterm>\pounds</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="708">\textsterling</indexterm>\textsterling</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="308">pounds symbol</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="309">sterling symbol</indexterm></cindex>
<para>English pounds sterling: &pound;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="707">\quotedblbase <r>(&bdquo;)</r></indexterm>\quotedblbase <r>(&bdquo;)</r></itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="708">\quotesinglbase <r>(&sbquo;)</r></indexterm>\quotesinglbase <r>(&sbquo;)</r></itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="305">double low-9 quotation mark</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="306">single low-9 quotation mark</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="307">low-9 quotation marks, single and double</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="709">\quotedblbase <r>(&bdquo;)</r></indexterm>\quotedblbase <r>(&bdquo;)</r></itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="710">\quotesinglbase <r>(&sbquo;)</r></indexterm>\quotesinglbase <r>(&sbquo;)</r></itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="310">double low-9 quotation mark</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="311">single low-9 quotation mark</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="312">low-9 quotation marks, single and double</indexterm></cindex>
<para>Double and single quotation marks on the baseline:
&bdquo; and &sbquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="709">\rq</indexterm>\rq</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="308">right quote</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="309">closing quote</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="711">\rq</indexterm>\rq</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="313">right quote</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="314">closing quote</indexterm></cindex>
<para>Right (closing) quote: &textrsquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="710">\S</indexterm>\S</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="310">section symbol</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="712">\S</indexterm>\S</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="315">section symbol</indexterm></cindex>
<para>Section symbol.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="711">\TeX</indexterm>\TeX</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="311">&tex; logo</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="312">logo, &tex;</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="713">\TeX</indexterm>\TeX</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="316">&tex; logo</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="317">logo, &tex;</indexterm></cindex>
<para>The &tex; logo.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="712">\textasciicircum</indexterm>\textasciicircum</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="313">circumflex, ASCII, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="314">ASCII circumflex, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="714">\textasciicircum</indexterm>\textasciicircum</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="318">circumflex, ASCII, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="319">ASCII circumflex, in text</indexterm></cindex>
<para>ASCII circumflex: ^.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="713">\textasciitilde</indexterm>\textasciitilde</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="315">tilde, ASCII, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="316">ASCII tilde, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="715">\textasciitilde</indexterm>\textasciitilde</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="320">tilde, ASCII, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="321">ASCII tilde, in text</indexterm></cindex>
<para>ASCII tilde: ~.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="714">\textasteriskcentered</indexterm>\textasteriskcentered</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="317">asterisk, centered, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="318">centered asterisk, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="716">\textasteriskcentered</indexterm>\textasteriskcentered</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="322">asterisk, centered, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="323">centered asterisk, in text</indexterm></cindex>
<para>Centered asterisk: *.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="715">\textbackslash</indexterm>\textbackslash</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="319">backslash, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="717">\textbackslash</indexterm>\textbackslash</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="324">backslash, in text</indexterm></cindex>
<para>Backslash: \.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="716">\textbar</indexterm>\textbar</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="320">vertical bar, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="321">bar, vertical, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="718">\textbar</indexterm>\textbar</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="325">vertical bar, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="326">bar, vertical, in text</indexterm></cindex>
<para>Vertical bar: |.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="717">\textbardbl</indexterm>\textbardbl</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="322">vertical bar, double, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="323">bar, double vertical, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="324">double vertical bar, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="719">\textbardbl</indexterm>\textbardbl</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="327">vertical bar, double, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="328">bar, double vertical, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="329">double vertical bar, in text</indexterm></cindex>
<para>Double vertical bar.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="718">\textbigcircle</indexterm>\textbigcircle</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="325">big circle symbols, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="326">circle symbol, big, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="720">\textbigcircle</indexterm>\textbigcircle</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="330">big circle symbols, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="331">circle symbol, big, in text</indexterm></cindex>
<para>Big circle symbol.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="719">\textbraceleft</indexterm>\textbraceleft</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="327">left brace, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="328">brace, left, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="721">\textbraceleft</indexterm>\textbraceleft</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="332">left brace, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="333">brace, left, in text</indexterm></cindex>
<para>Left brace: &lbrace;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="720">\textbraceright</indexterm>\textbraceright</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="329">right brace, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="330">brace, right, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="722">\textbraceright</indexterm>\textbraceright</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="334">right brace, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="335">brace, right, in text</indexterm></cindex>
<para>Right brace: &rbrace;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="721">\textbullet</indexterm>\textbullet</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="331">bullet, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="723">\textbullet</indexterm>\textbullet</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="336">bullet, in text</indexterm></cindex>
<para>Bullet: &bullet;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="722">\textcircled&lbrace;<var>letter</var>&rbrace;</indexterm>\textcircled&lbrace;<var>letter</var>&rbrace;</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="332">circled letter, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="724">\textcircled&lbrace;<var>letter</var>&rbrace;</indexterm>\textcircled&lbrace;<var>letter</var>&rbrace;</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="337">circled letter, in text</indexterm></cindex>
<para><var>letter</var> in a circle, as in &registered;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="723">\textcompwordmark</indexterm>\textcompwordmark</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="724">\textcapitalwordmark</indexterm>\textcapitalwordmark</itemformat></itemx>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="725">\textascenderwordmark</indexterm>\textascenderwordmark</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="333">composite word mark, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="334">cap height</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="335">ascender height</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="725">\textcompwordmark</indexterm>\textcompwordmark</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="726">\textcapitalwordmark</indexterm>\textcapitalwordmark</itemformat></itemx>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="727">\textascenderwordmark</indexterm>\textascenderwordmark</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="338">composite word mark, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="339">cap height</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="340">ascender height</indexterm></cindex>
<para>Composite word mark (invisible). The <code>\textcapital...</code> form
has the cap height of the font, while the <code>\textascender...</code> form
has the ascender height.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="726">\textdagger</indexterm>\textdagger</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="336">dagger, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="728">\textdagger</indexterm>\textdagger</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="341">dagger, in text</indexterm></cindex>
<para>Dagger: <math>\dag</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="727">\textdaggerdbl</indexterm>\textdaggerdbl</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="337">dagger, double, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="338">double dagger, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="729">\textdaggerdbl</indexterm>\textdaggerdbl</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="342">dagger, double, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="343">double dagger, in text</indexterm></cindex>
<para>Double dagger: <math>\ddag</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="728">\textdollar <r>(or <code>$</code>)</r></indexterm>\textdollar <r>(or <code>$</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="339">dollar sign</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="340">currency, dollar</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="730">\textdollar <r>(or <code>$</code>)</r></indexterm>\textdollar <r>(or <code>$</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="344">dollar sign</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="345">currency, dollar</indexterm></cindex>
<para>Dollar sign: $.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="729">\textemdash <r>(or <code>---</code>)</r></indexterm>\textemdash <r>(or <code>---</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="341">em-dash</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="731">\textemdash <r>(or <code>---</code>)</r></indexterm>\textemdash <r>(or <code>---</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="346">em-dash</indexterm></cindex>
<para>Em-dash: &textmdash; (for punctuation).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="730">\textendash <r>(or <code>--</code>)</r></indexterm>\textendash <r>(or <code>--</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="342">e-dash</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="732">\textendash <r>(or <code>--</code>)</r></indexterm>\textendash <r>(or <code>--</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="347">e-dash</indexterm></cindex>
<para>En-dash: &textmdash; (for ranges).
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="731">\texteuro</indexterm>\texteuro</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="343">euro symbol</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="344">currency, euro</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="733">\texteuro</indexterm>\texteuro</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="348">euro symbol</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="349">currency, euro</indexterm></cindex>
<para>The Euro symbol: &euro;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="732">\textexclamdown <r>(or <code>!`</code>)</r></indexterm>\textexclamdown <r>(or <code>!`</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="345">exclamation point, upside-down</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="734">\textexclamdown <r>(or <code>!`</code>)</r></indexterm>\textexclamdown <r>(or <code>!`</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="350">exclamation point, upside-down</indexterm></cindex>
<para>Upside down exclamation point: &iexcl;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="733">\textgreater</indexterm>\textgreater</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="346">greater than symbol, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="735">\textgreater</indexterm>\textgreater</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="351">greater than symbol, in text</indexterm></cindex>
<para>Greater than: &gt;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="734">\textless</indexterm>\textless</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="347">less than symbol, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="736">\textless</indexterm>\textless</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="352">less than symbol, in text</indexterm></cindex>
<para>Less than: &lt;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="735">\textleftarrow</indexterm>\textleftarrow</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="348">arrow, left, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="349">left arrow, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="737">\textleftarrow</indexterm>\textleftarrow</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="353">arrow, left, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="354">left arrow, in text</indexterm></cindex>
<para>Left arrow.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="736">\textordfeminine</indexterm>\textordfeminine</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="737">\textordmasculine</indexterm>\textordmasculine</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="350">feminine ordinal symbol</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="351">masculine ordinal symbol</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="352">ordinals, feminine and masculine</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="353">Spanish ordinals, feminine and masculine</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="738">\textordfeminine</indexterm>\textordfeminine</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="739">\textordmasculine</indexterm>\textordmasculine</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="355">feminine ordinal symbol</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="356">masculine ordinal symbol</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="357">ordinals, feminine and masculine</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="358">Spanish ordinals, feminine and masculine</indexterm></cindex>
<para>Feminine and masculine ordinal symbols: &ordf;, &ordm;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="738">\textperiodcentered</indexterm>\textperiodcentered</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="354">period, centered, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="355">centered period, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="740">\textperiodcentered</indexterm>\textperiodcentered</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="359">period, centered, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="360">centered period, in text</indexterm></cindex>
<para>Centered period: <math>\cdot</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="739">\textquestiondown <r>(or <code>?`</code>)</r></indexterm>\textquestiondown <r>(or <code>?`</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="356">questionation point, upside-down</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="741">\textquestiondown <r>(or <code>?`</code>)</r></indexterm>\textquestiondown <r>(or <code>?`</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="361">questionation point, upside-down</indexterm></cindex>
<para>Upside down questionation point: &iquest;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="740">\textquotedblleft <r>(or <code>``</code>)</r></indexterm>\textquotedblleft <r>(or <code>``</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="357">left quote, double</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="358">double left quote</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="742">\textquotedblleft <r>(or <code>``</code>)</r></indexterm>\textquotedblleft <r>(or <code>``</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="362">left quote, double</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="363">double left quote</indexterm></cindex>
<para>Double left quote: &textldquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="741">\textquotedblright <r>(or <code>'</code>)</r></indexterm>\textquotedblright <r>(or <code>'</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="359">right quote, double</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="360">double right quote</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="743">\textquotedblright <r>(or <code>'</code>)</r></indexterm>\textquotedblright <r>(or <code>'</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="364">right quote, double</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="365">double right quote</indexterm></cindex>
<para>Double right quote: &textrdquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="742">\textquoteleft <r>(or <code>`</code>)</r></indexterm>\textquoteleft <r>(or <code>`</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="361">left quote, single</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="362">single left quote</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="744">\textquoteleft <r>(or <code>`</code>)</r></indexterm>\textquoteleft <r>(or <code>`</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="366">left quote, single</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="367">single left quote</indexterm></cindex>
<para>Single left quote: &textlsquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="743">\textquoteright <r>(or <code>'</code>)</r></indexterm>\textquoteright <r>(or <code>'</code>)</r></itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="363">right quote, single</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="364">single right quote</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="745">\textquoteright <r>(or <code>'</code>)</r></indexterm>\textquoteright <r>(or <code>'</code>)</r></itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="368">right quote, single</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="369">single right quote</indexterm></cindex>
<para>Single right quote: &textrsquo;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="744">\textquotestraightbase</indexterm>\textquotestraightbase</itemformat></item>
-<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="745">\textquotestraightdblbase</indexterm>\textquotestraightdblbase</itemformat></itemx>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="365">quote, straight base</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="366">straight quote, base</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="367">double quote, straight base</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="368">straight double quote, base</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="746">\textquotestraightbase</indexterm>\textquotestraightbase</itemformat></item>
+<itemx spaces=" "><itemformat command="code"><indexterm index="fn" number="747">\textquotestraightdblbase</indexterm>\textquotestraightdblbase</itemformat></itemx>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="370">quote, straight base</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="371">straight quote, base</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="372">double quote, straight base</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="373">straight double quote, base</indexterm></cindex>
<para>Single and double straight quotes on the baseline.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="746">\textregistered</indexterm>\textregistered</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="369">registered symbol</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="748">\textregistered</indexterm>\textregistered</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="374">registered symbol</indexterm></cindex>
<para>Registered symbol: &registered;.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="747">\textrightarrow</indexterm>\textrightarrow</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="370">arrow, right, in text</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="371">right arrow, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="749">\textrightarrow</indexterm>\textrightarrow</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="375">arrow, right, in text</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="376">right arrow, in text</indexterm></cindex>
<para>Right arrow.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="748">\textthreequartersemdash</indexterm>\textthreequartersemdash</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="372">three-quarters em-dash</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="373">em-dash, three-quarters</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="750">\textthreequartersemdash</indexterm>\textthreequartersemdash</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="377">three-quarters em-dash</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="378">em-dash, three-quarters</indexterm></cindex>
<para>&textldquo;Three-quarters&textrdquo; em-dash, between en-dash and em-dash.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="749">\texttrademark</indexterm>\texttrademark</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="374">trademark symbol</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="751">\texttrademark</indexterm>\texttrademark</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="379">trademark symbol</indexterm></cindex>
<para>Trademark symbol: <math>^{\hbox{TM}}</math>.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="750">\texttwelveudash</indexterm>\texttwelveudash</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="375">two-thirds em-dash</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="376">em-dash, two-thirds</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="752">\texttwelveudash</indexterm>\texttwelveudash</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="380">two-thirds em-dash</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="381">em-dash, two-thirds</indexterm></cindex>
<para>&textldquo;Two-thirds&textrdquo; em-dash, between en-dash and em-dash.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="751">\textunderscore</indexterm>\textunderscore</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="377">underscore, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="753">\textunderscore</indexterm>\textunderscore</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="382">underscore, in text</indexterm></cindex>
<para>Underscore: _.
</para>
-</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="752">\textvisiblespace</indexterm>\textvisiblespace</itemformat></item>
-</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="378">visible space symbol, in text</indexterm></cindex>
+</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code"><indexterm index="fn" number="754">\textvisiblespace</indexterm>\textvisiblespace</itemformat></item>
+</tableterm><tableitem><cindex index="cp" spaces=" "><indexterm index="cp" number="383">visible space symbol, in text</indexterm></cindex>
<para>Visible space symbol.
</para>
</tableitem></tableentry></ftable>
@@ -6201,9 +6276,9 @@ has the ascender height.
<node name="Accents" spaces=" "><nodename>Accents</nodename><nodenext automatic="on">Non-English characters</nodenext><nodeprev automatic="on">Text symbols</nodeprev><nodeup automatic="on">Special insertions</nodeup></node>
<section spaces=" "><sectiontitle>Accents</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="379">accents</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="380">characters, accented</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="381">letters, accented</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="384">accents</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="385">characters, accented</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="386">letters, accented</indexterm></cindex>
<para>&latex; has wide support for many of the world&textrsquo;s scripts and
languages, through the <code>babel</code> package and related support. This
@@ -6216,133 +6291,133 @@ capital letters. These are not available with OT1.
<table commandarg="code" spaces=" " endspaces=" ">
<tableentry><tableterm><item spaces=" "><itemformat command="code">\&quot;</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitaldieresis</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="753">\&quot; <r>(umlaut accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="754">\capitaldieresis</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="382">umlaut accent</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="383">dieresis accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="755">\&quot; <r>(umlaut accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="756">\capitaldieresis</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="387">umlaut accent</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="388">dieresis accent</indexterm></cindex>
<para>Produces an umlaut (dieresis), as in <accent type="uml">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\'</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalacute</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="755">\&textrsquo; <r>(acute accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="756">\capitalacute</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="384">acute accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="757">\&textrsquo; <r>(acute accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="758">\capitalacute</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="389">acute accent</indexterm></cindex>
<para>Produces an acute accent, as in <accent type="acute">o</accent>. In the <code>tabbing</code>
environment, pushes current column to the right of the previous column
(<pxref label="tabbing"><xrefnodename>tabbing</xrefnodename></pxref>).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\.</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="757">\. <r>(dot-over accent)</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="385">dot accent</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="386">dot-over accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="759">\. <r>(dot-over accent)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="390">dot accent</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="391">dot-over accent</indexterm></cindex>
<para>Produces a dot accent over the following, as in <accent type="dotaccent">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\=</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalmacron</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="758">\= <r>(macron accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="759">\capitalmacron</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="387">macron accent</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="388">overbar accent</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="389">bar-over accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="760">\= <r>(macron accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="761">\capitalmacron</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="392">macron accent</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="393">overbar accent</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="394">bar-over accent</indexterm></cindex>
<para>Produces a macron (overbar) accent over the following, as in <accent type="macr">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\^</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalcircumflex</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="760">\^ <r>(circumflex accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="761">\capitalcircumflex</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="390">circumflex accent</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="391">hat accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="762">\^ <r>(circumflex accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="763">\capitalcircumflex</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="395">circumflex accent</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="396">hat accent</indexterm></cindex>
<para>Produces a circumflex (hat) accent over the following, as in <accent type="circ">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\`</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalgrave</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="762">\&textlsquo; <r>(grave accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="763">\capitalgrave</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="392">grave accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="764">\&textlsquo; <r>(grave accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="765">\capitalgrave</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="397">grave accent</indexterm></cindex>
<para>Produces a grave accent over the following, as in <accent type="grave">o</accent>. In the
<code>tabbing</code> environment, move following text to the right margin
(<pxref label="tabbing"><xrefnodename>tabbing</xrefnodename></pxref>).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\~</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitaltilde</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="764">\~ <r>(tilde accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="765">\capitaltilde</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="393">tilde accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="766">\~ <r>(tilde accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="767">\capitaltilde</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="398">tilde accent</indexterm></cindex>
<para>Produces a tilde accent over the following, as in <accent type="tilde">n</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\b</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="766">\b <r>(bar-under accent)</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="394">bar-under accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="768">\b <r>(bar-under accent)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="399">bar-under accent</indexterm></cindex>
<para>Produces a bar accent under the following, as in <accent type="ubaraccent">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\c</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalcedilla</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="767">\c <r>(cedilla accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="768">\capitalcedilla</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="395">cedilla accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="769">\c <r>(cedilla accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="770">\capitalcedilla</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="400">cedilla accent</indexterm></cindex>
<para>Produces a cedilla accent under the following, as in <accent type="cedil">c</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\d</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitaldotaccent</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="769">\d <r>(dot-under accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="770">\capitaldotaccent</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="396">dot-under accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="771">\d <r>(dot-under accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="772">\capitaldotaccent</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="401">dot-under accent</indexterm></cindex>
<para>Produces a dot accent under the following, as in <accent type="udotaccent">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\H</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalhungarumlaut</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="771">\H <r>(Hungarian umlaut accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="772">\capitalhungarumlaut</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="397">hungarian umlaut accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="773">\H <r>(Hungarian umlaut accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="774">\capitalhungarumlaut</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="402">hungarian umlaut accent</indexterm></cindex>
<para>Produces a long Hungarian umlaut accent over the following, as in <accent type="doubleacute">o</accent>.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\i</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="773">\i <r>(dotless i)</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="398">dotless i</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="775">\i <r>(dotless i)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="403">dotless i</indexterm></cindex>
<para>Produces a dotless i, as in &textlsquo;<dotless>i</dotless>&textrsquo;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\j</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="774">\j <r>(dotless j)</r></indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="399">dotless j</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="776">\j <r>(dotless j)</r></indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="404">dotless j</indexterm></cindex>
<para>Produces a dotless j, as in &textlsquo;<dotless>j</dotless>&textrsquo;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\k</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalogonek</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="775">\k <r>(ogonek)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="776">\capitalogonek</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="400">ogonek</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="777">\k <r>(ogonek)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="778">\capitalogonek</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="405">ogonek</indexterm></cindex>
<para>Produces a letter with ogonek, as in &textlsquo;<accent type="ogon">o</accent>&textrsquo;. Not available in
the OT1 encoding.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\r</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalring</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="777">\r <r>(ring accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="778">\capitalring</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="401">ring accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="779">\r <r>(ring accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="780">\capitalring</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="406">ring accent</indexterm></cindex>
<para>Produces a ring accent, as in &textlsquo;<accent type="ring">o</accent>&textrsquo;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\t</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitaltie</itemformat></itemx>
<itemx spaces=" "><itemformat command="code">\newtie</itemformat></itemx>
<itemx spaces=" "><itemformat command="code">\capitalnewtie</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="779">\t <r>(tie-after accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="780">\capitaltie</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="781">\newtie</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="782">\capitalnewtie</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="402">tie-after accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="781">\t <r>(tie-after accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="782">\capitaltie</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="783">\newtie</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="784">\capitalnewtie</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="407">tie-after accent</indexterm></cindex>
<para>Produces a tie-after accent, as in &textlsquo;<accent type="tieaccent">oo</accent>&textrsquo;. The
<code>\newtie</code> form is centered in its box.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\u</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalbreve</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="783">\u <r>(breve accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="784">\capitalbreve</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="403">breve accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="785">\u <r>(breve accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="786">\capitalbreve</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="408">breve accent</indexterm></cindex>
<para>Produces a breve accent, as in &textlsquo;<accent type="breve">o</accent>&textrsquo;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\underbar</itemformat></item>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="785">\underbar</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="404">underbar</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="787">\underbar</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="409">underbar</indexterm></cindex>
<para>Not exactly an accent, this produces a bar under the argument text.
The argument is always processed in horizontal mode. The bar is
always a fixed position under the baseline, thus crossing through
@@ -6350,11 +6425,11 @@ descenders. See also <code>\underline</code> in <ref label="Math-miscellany"><x
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\v</itemformat></item>
<itemx spaces=" "><itemformat command="code">\capitalcaron</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="786">\v <r>(breve accent)</r></indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="787">\capitalcaron</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="405">hacek accent</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="406">check accent</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="407">caron accent</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="788">\v <r>(breve accent)</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="789">\capitalcaron</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="410">hacek accent</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="411">check accent</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="412">caron accent</indexterm></cindex>
<para>Produces a h<accent type="acute" bracketed="off">a</accent><accent type="caron">c</accent>ek (check, caron) accent, as in &textlsquo;<accent type="caron">o</accent>&textrsquo;.
</para>
</tableitem></tableentry></table>
@@ -6364,10 +6439,10 @@ descenders. See also <code>\underline</code> in <ref label="Math-miscellany"><x
<node name="Non_002dEnglish-characters" spaces=" "><nodename>Non-English characters</nodename><nodenext automatic="on">\rule</nodenext><nodeprev automatic="on">Accents</nodeprev><nodeup automatic="on">Special insertions</nodeup></node>
<section spaces=" "><sectiontitle>Non-English characters</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="408">special characters</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="409">non-English characters</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="410">characters, non-English</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="411">letters, non-English</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="413">special characters</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="414">non-English characters</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="415">characters, non-English</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="416">letters, non-English</indexterm></cindex>
<para>Here are the basic &latex; commands for inserting characters commonly
used in languages other than English.
@@ -6376,80 +6451,80 @@ used in languages other than English.
<beforefirstitem>
</beforefirstitem><tableentry><tableterm><item spaces=" "><itemformat command="code">\aa</itemformat></item>
<itemx spaces=" "><itemformat command="code">\AA</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="788">\aa (&aring;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="789">\AA (&Aring;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="412">aring</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="790">\aa (&aring;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="791">\AA (&Aring;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="417">aring</indexterm></cindex>
<para>&aring; and &Aring;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\ae</itemformat></item>
<itemx spaces=" "><itemformat command="code">\AE</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="790">\ae (&aelig;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="791">\AE (&AElig;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="413">ae ligature</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="792">\ae (&aelig;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="793">\AE (&AElig;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="418">ae ligature</indexterm></cindex>
<para>&aelig; and &AElig;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\dh</itemformat></item>
<itemx spaces=" "><itemformat command="code">\DH</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="792">\dh (&aelig;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="793">\DH (&AElig;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="414">Icelandic eth</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="415">eth, Icelandic letter</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="794">\dh (&aelig;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="795">\DH (&AElig;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="419">Icelandic eth</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="420">eth, Icelandic letter</indexterm></cindex>
<para>Icelandic letter eth: &eth; and &ETH;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\dj</itemformat></item>
<itemx spaces=" "><itemformat command="code">\DJ</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="794">\dj</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="795">\DJ</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="796">\dj</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="797">\DJ</indexterm></findex>
<para>xxxx
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\ij</itemformat></item>
<itemx spaces=" "><itemformat command="code">\IJ</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="796">\ij (ij)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="797">\IJ (IJ)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="416">ij letter, Dutch</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="798">\ij (ij)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="799">\IJ (IJ)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="421">ij letter, Dutch</indexterm></cindex>
<para>ij and IJ (except somewhat closer together than appears here).
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\l</itemformat></item>
<itemx spaces=" "><itemformat command="code">\L</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="798">\l (&lslash;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="799">\L (&Lslash;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="417">polish l</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="800">\l (&lslash;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="801">\L (&Lslash;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="422">polish l</indexterm></cindex>
<para>&lslash; and &Lslash;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\ng</itemformat></item>
<itemx spaces=" "><itemformat command="code">\NG</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="800">\ng</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="801">\NG</indexterm></findex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="802">\ng</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="803">\NG</indexterm></findex>
<para>xxxx
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\o</itemformat></item>
<itemx spaces=" "><itemformat command="code">\O</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="802">\o (&oslash;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="803">\O (&Oslash;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="418">oslash</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="804">\o (&oslash;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="805">\O (&Oslash;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="423">oslash</indexterm></cindex>
<para>&oslash; and &Oslash;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\oe</itemformat></item>
<itemx spaces=" "><itemformat command="code">\OE</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="804">\oe (&oelig;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="805">\OE (&OElig;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="419">oe ligature</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="806">\oe (&oelig;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="807">\OE (&OElig;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="424">oe ligature</indexterm></cindex>
<para>&oelig; and &OElig;.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\ss</itemformat></item>
<itemx spaces=" "><itemformat command="code">\SS</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="806">\ss (&szlig;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="807">\SS (SS)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="420">es-zet German letter</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="421">sharp S letters</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="808">\ss (&szlig;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="809">\SS (SS)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="425">es-zet German letter</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="426">sharp S letters</indexterm></cindex>
<para>&szlig; and SS.
</para>
</tableitem></tableentry><tableentry><tableterm><item spaces=" "><itemformat command="code">\th</itemformat></item>
<itemx spaces=" "><itemformat command="code">\TH</itemformat></itemx>
-</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="808">\th (&thorn;)</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="809">\TH (&THORN;)</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="422">Icelandic thorn</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="423">thorn, Icelandic letter</indexterm></cindex>
+</tableterm><tableitem><findex index="fn" spaces=" "><indexterm index="fn" number="810">\th (&thorn;)</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="811">\TH (&THORN;)</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="427">Icelandic thorn</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="428">thorn, Icelandic letter</indexterm></cindex>
<para>Icelandic letter thorn: &thorn; and &THORN;.
</para>
</tableitem></tableentry></table>
@@ -6458,7 +6533,7 @@ used in languages other than English.
</section>
<node name="_005crule" spaces=" "><nodename>\rule</nodename><nodenext automatic="on">\today</nodenext><nodeprev automatic="on">Non-English characters</nodeprev><nodeup automatic="on">Special insertions</nodeup></node>
<section spaces=" "><sectiontitle><code>\rule</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="810">\rule</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="812">\rule</indexterm></findex>
<para>Synopsis:
</para>
@@ -6484,7 +6559,7 @@ rectangles. The arguments are:
</section>
<node name="_005ctoday" spaces=" "><nodename>\today</nodename><nodeprev automatic="on">\rule</nodeprev><nodeup automatic="on">Special insertions</nodeup></node>
<section spaces=" "><sectiontitle><code>\today</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="811">\today</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="813">\today</indexterm></findex>
<para>The <code>\today</code> command produces today&textrsquo;s date, in the format
<samp><var>month</var> <var>dd</var>, <var>yyyy</var></samp>; for example, &textlsquo;July 4, 1976&textrsquo;.
@@ -6492,7 +6567,7 @@ It uses the predefined counters <code>\day</code>, <code>\month</code>, and
<code>\year</code> (<pxref label="_005cday-_005cmonth-_005cyear"><xrefnodename>\day \month \year</xrefnodename></pxref>) to do this. It is not
updated as the program runs.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="424"><code>datetime</code> package</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="429"><code>datetime</code> package</indexterm></cindex>
<para>The <code>datetime</code> package, among others, can produce a wide variety
of other date formats.
</para>
@@ -6501,8 +6576,8 @@ of other date formats.
</chapter>
<node name="Splitting-the-input" spaces=" "><nodename>Splitting the input</nodename><nodenext automatic="on">Front/back matter</nodenext><nodeprev automatic="on">Special insertions</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Splitting the input</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="425">splitting the input file</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="426">input file</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="430">splitting the input file</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="431">input file</indexterm></cindex>
<para>A large document requires a lot of input. Rather than putting the whole
input in a single large file, it&textrsquo;s more efficient to split it into
@@ -6510,6 +6585,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;.
</para>
+<para><xref label="filecontents"><xrefnodename>filecontents</xrefnodename></xref>, for an environment that allows bundling an
+external file to be created with the main document.
+</para>
<menu endspaces=" ">
<menuentry leadingtext="* "><menunode separator=":: ">\include</menunode><menudescription><pre xml:space="preserve">Conditionally include a file.
</pre></menudescription></menuentry><menuentry leadingtext="* "><menunode separator=":: ">\includeonly</menunode><menudescription><pre xml:space="preserve">Determine which files are included.
@@ -6519,7 +6597,7 @@ when you run &latex;.
<node name="_005cinclude" spaces=" "><nodename>\include</nodename><nodenext automatic="on">\includeonly</nodenext><nodeup automatic="on">Splitting the input</nodeup></node>
<section spaces=" "><sectiontitle><code>\include</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="812">\include</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="814">\include</indexterm></findex>
<para>Synopsis:
</para>
@@ -6536,7 +6614,7 @@ command executes <code>\clearpage</code> to start a new page
only run if <var>file</var> is listed as an argument to
<code>\includeonly</code>. See the next section.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="427">nested <code>\include</code>, not allowed</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="432">nested <code>\include</code>, not allowed</indexterm></cindex>
<para>The <code>\include</code> command may not appear in the preamble or in a file
read by another <code>\include</code> command.
</para>
@@ -6544,7 +6622,7 @@ read by another <code>\include</code> command.
</section>
<node name="_005cincludeonly" spaces=" "><nodename>\includeonly</nodename><nodenext automatic="on">\input</nodenext><nodeprev automatic="on">\include</nodeprev><nodeup automatic="on">Splitting the input</nodeup></node>
<section spaces=" "><sectiontitle>\<code>includeonly</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="813">\includeonly</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="815">\includeonly</indexterm></findex>
<para>Synopsis:
</para>
@@ -6564,7 +6642,7 @@ effective.
</section>
<node name="_005cinput" spaces=" "><nodename>\input</nodename><nodeprev automatic="on">\includeonly</nodeprev><nodeup automatic="on">Splitting the input</nodeup></node>
<section spaces=" "><sectiontitle>\input</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="814">\input</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="816">\input</indexterm></findex>
<para>Synopsis:
</para>
@@ -6581,7 +6659,6 @@ file at that point.
or <samp>foo.bar.tex</samp>). If that is not found, the original <var>file</var>
is tried (<samp>foo</samp> or <samp>foo.bar</samp>).
</para>
-
</section>
</chapter>
<node name="Front_002fback-matter" spaces=" "><nodename>Front/back matter</nodename><nodenext automatic="on">Letters</nodenext><nodeprev automatic="on">Splitting the input</nodeprev><nodeup automatic="on">Top</nodeup></node>
@@ -6597,10 +6674,10 @@ is tried (<samp>foo</samp> or <samp>foo.bar</samp>).
<node name="Tables-of-contents" spaces=" "><nodename>Tables of contents</nodename><nodenext automatic="on">Glossaries</nodenext><nodeup automatic="on">Front/back matter</nodeup></node>
<section spaces=" "><sectiontitle>Tables of contents</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="428">table of contents, creating</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="433">table of contents, creating</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="815">\tableofcontents</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="816">.toc <r>file</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="817">\tableofcontents</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="818">.toc <r>file</r></indexterm></findex>
<para>A table of contents is produced with the <code>\tableofcontents</code>
command. You put the command right where you want the table of
contents to go; &latex; does the rest for you. A previous run must
@@ -6611,13 +6688,13 @@ not automatically start a new page. If you want a new page after the
table of contents, write a <code>\newpage</code> command after the
<code>\tableofcontents</code> command.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="817">\listoffigures</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="818">\listoftables</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="819">\listoffigures</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="820">\listoftables</indexterm></findex>
<para>The analogous commands <code>\listoffigures</code> and <code>\listoftables</code>
produce a list of figures and a list of tables, respectively.
Everything works exactly the same as for the table of contents.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="819">\nofiles</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="821">\nofiles</indexterm></findex>
<para>The command <code>\nofiles</code> overrides these commands, and
<emph>prevents</emph> any of these lists from being generated.
</para>
@@ -6629,8 +6706,8 @@ Everything works exactly the same as for the table of contents.
<node name="_005caddcontentsline" spaces=" "><nodename>\addcontentsline</nodename><nodenext automatic="on">\addtocontents</nodenext><nodeup automatic="on">Tables of contents</nodeup></node>
<subsection spaces=" "><sectiontitle>\addcontentsline</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="820">\addcontentsline&lbrace;<var>ext</var>&rbrace;&lbrace;<var>unit</var>&rbrace;&lbrace;<var>text</var>&rbrace;</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="429">table of contents entry, manually adding</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="822">\addcontentsline&lbrace;<var>ext</var>&rbrace;&lbrace;<var>unit</var>&rbrace;&lbrace;<var>text</var>&rbrace;</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="434">table of contents entry, manually adding</indexterm></cindex>
<para>The <code>\addcontentsline</code>&lbrace;<var>ext</var>&rbrace;&lbrace;<var>unit</var>&rbrace;&lbrace;<var>text</var>&rbrace;
command adds an entry to the specified list or table where:
@@ -6659,7 +6736,7 @@ following, matching the value of the <var>ext</var> argument:
</tableterm><tableitem><para>The actual text of the entry.
</para></tableitem></tableentry></table>
-<findex index="fn" spaces=" "><indexterm index="fn" number="821">\contentsline</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="823">\contentsline</indexterm></findex>
<para>What is written to the <file>.<var>ext</var></file> file is the
command <code>\contentsline&lbrace;<var>unit</var>&rbrace;&lbrace;<var>name</var>&rbrace;</code>.
</para>
@@ -6669,7 +6746,7 @@ command <code>\contentsline&lbrace;<var>unit</var>&rbrace;&lbrace;<var>name</var
</subsection>
<node name="_005caddtocontents" spaces=" "><nodename>\addtocontents</nodename><nodeprev automatic="on">\addcontentsline</nodeprev><nodeup automatic="on">Tables of contents</nodeup></node>
<subsection spaces=" "><sectiontitle>\addtocontents</sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="822">\addtocontents&lbrace;<var>ext</var>&rbrace;&lbrace;<var>text</var>&rbrace;</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="824">\addtocontents&lbrace;<var>ext</var>&rbrace;&lbrace;<var>text</var>&rbrace;</indexterm></findex>
<para>The <code>\addtocontents</code>&lbrace;<var>ext</var>&rbrace;&lbrace;<var>text</var>&rbrace; command adds text
(or formatting commands) directly to the <file>.<var>ext</var></file> file that
@@ -6690,17 +6767,17 @@ generates the table of contents or lists of figures or tables.
</section>
<node name="Glossaries" spaces=" "><nodename>Glossaries</nodename><nodenext automatic="on">Indexes</nodenext><nodeprev automatic="on">Tables of contents</nodeprev><nodeup automatic="on">Front/back matter</nodeup></node>
<section spaces=" "><sectiontitle>Glossaries</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="430">glossaries</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="435">glossaries</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="823">\makeglossary</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="825">\makeglossary</indexterm></findex>
<para>The command <code>\makeglossary</code> enables creating glossaries.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="824">\glossary</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="431"><file>.glo</file> file</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="826">\glossary</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="436"><file>.glo</file> file</indexterm></cindex>
<para>The command <code>\glossary&lbrace;<var>text</var>&rbrace;</code> writes a glossary entry for
<var>text</var> to an auxiliary file with the <file>.glo</file> extension.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="825">\glossaryentry</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="827">\glossaryentry</indexterm></findex>
<para>Specifically, what gets written is the command
<code>\glossaryentry&lbrace;<var>text</var>&rbrace;&lbrace;<var>pageno</var>&rbrace;</code>, where
<var>pageno</var> is the current <code>\thepage</code> value.
@@ -6712,36 +6789,36 @@ glossaries.
</section>
<node name="Indexes" spaces=" "><nodename>Indexes</nodename><nodeprev automatic="on">Glossaries</nodeprev><nodeup automatic="on">Front/back matter</nodeup></node>
<section spaces=" "><sectiontitle>Indexes</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="432">indexes</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="437">indexes</indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="826">\makeindex</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="828">\makeindex</indexterm></findex>
<para>The command <code>\makeindex</code> enables creating indexes. Put this in
the preamble.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="827">\index</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="433"><file>.idx</file> file</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="829">\index</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="438"><file>.idx</file> file</indexterm></cindex>
<para>The command <code>\index&lbrace;<var>text</var>&rbrace;</code> writes an index entry for
<var>text</var> to an auxiliary file with the <file>.idx</file> extension.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="828">\indexentry</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="830">\indexentry</indexterm></findex>
<para>Specifically, what gets written is the command
<code>\indexentry&lbrace;<var>text</var>&rbrace;&lbrace;<var>pageno</var>&rbrace;</code>, where <var>pageno</var>
is the current <code>\thepage</code> value.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="434">&textlsquo;see&textrsquo; and &textlsquo;see also&textrsquo; index entries</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="439">&textlsquo;see&textrsquo; and &textlsquo;see also&textrsquo; index entries</indexterm></cindex>
<para>To generate a index entry for &textlsquo;bar&textrsquo; that says &textlsquo;See foo&textrsquo;, use a
vertical bar: <code>\index&lbrace;bar|see&lbrace;foo&rbrace;&rbrace;</code>. Use <code>seealso</code>
instead of <code>see</code> to make a &textlsquo;See also&textrsquo; entry.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="829">\seename</indexterm></findex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="830">\alsoname</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="831">\seename</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="832">\alsoname</indexterm></findex>
<para>The text &textlsquo;See&textrsquo; is defined by the macro <code>\seename</code>, and &textlsquo;See also&textrsquo;
by the macro <code>\alsoname</code>. These can be redefined for other
languages.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="435"><command>makeindex</command> program</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="436"><command>xindy</command> program</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="437"><file>.ind</file> file</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="440"><command>makeindex</command> program</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="441"><command>xindy</command> program</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="442"><file>.ind</file> file</indexterm></cindex>
<para>The generated <file>.idx</file> file is then sorted with an external
command, usually either <command>makeindex</command>
(<url><urefurl>http://mirror.ctan.org/indexing/makeindex</urefurl></url>) or (the
@@ -6749,23 +6826,23 @@ multi-lingual) <command>xindy</command> (<url><urefurl>http://xindy.sourceforge.
This results in a <file>.ind</file> file, which can then be read to typeset
the index.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="831">printindex</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="438"><code>makeidx</code> package</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="833">printindex</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="443"><code>makeidx</code> package</indexterm></cindex>
<para>The index is usually generated with the <code>\printindex</code> command.
This is defined in the <code>makeidx</code> package, so
<code>\usepackage&lbrace;makeidx&rbrace;</code> needs to be in the preamble.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="832">indexspace</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="834">indexspace</indexterm></findex>
<para>The rubber length <code>\indexspace</code> is inserted before each new
letter in the printed index; its default value is <samp>10pt plus5pt
minus3pt</samp>.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="439"><code>showidx</code> package</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="444"><code>showidx</code> package</indexterm></cindex>
<para>The <code>showidx</code> package causes each index entries to be shown in
the margin on the page where the entry appears. This can help in
preparing the index.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="440"><code>multind</code> package</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="445"><code>multind</code> package</indexterm></cindex>
<para>The <code>multind</code> package supports multiple indexes. See also the
&tex; FAQ entry on this topic,
<url><urefurl>http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind</urefurl></url>.
@@ -6775,8 +6852,8 @@ preparing the index.
</chapter>
<node name="Letters" spaces=" "><nodename>Letters</nodename><nodenext automatic="on">Terminal input/output</nodenext><nodeprev automatic="on">Front/back matter</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Letters</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="441">letters</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="442">creating letters</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="446">letters</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="447">creating letters</indexterm></cindex>
<para>You can use &latex; to typeset letters, both personal and business. The
<code>letter</code> document class is designed to make a number of letters at
@@ -6808,7 +6885,7 @@ the letter follows. It is typed as ordinary &latex; input. Commands that
make no sense in a letter, like <code>\chapter</code>, do not work. The letter
closes with a <code>\closing</code> command.
</para>
-<findex index="fn" spaces=" "><indexterm index="fn" number="833">\\ <r>for letters</r></indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="835">\\ <r>for letters</r></indexterm></findex>
<para>After the <code>closing</code>, you can have additional material. The
<code>\cc</code> command produces the usual &textldquo;cc: &dots;&textrdquo;. There&textrsquo;s also a
similar <code>\encl</code> command for a list of enclosures. With both these
@@ -6835,7 +6912,7 @@ commands, use <code>\\</code> to separate the items.
<node name="_005caddress" spaces=" "><nodename>\address</nodename><nodenext automatic="on">\cc</nodenext><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle>\address&lbrace;<var>return-address&rbrace;</var></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="834">\address</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="836">\address</indexterm></findex>
<para>The <code>\address</code> specifies the return address of a letter, as it
should appear on the letter and the envelope. Separate lines of the
@@ -6852,8 +6929,8 @@ letter will be formatted as a personal letter.
<node name="_005ccc" spaces=" "><nodename>\cc</nodename><nodenext automatic="on">\closing</nodenext><nodeprev automatic="on">\address</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\cc</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="835">\cc</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="443">cc list, in letters</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="837">\cc</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="448">cc list, in letters</indexterm></cindex>
<para>Synopsis:
</para>
@@ -6869,9 +6946,9 @@ printed on a separate line.
<node name="_005cclosing" spaces=" "><nodename>\closing</nodename><nodenext automatic="on">\encl</nodenext><nodeprev automatic="on">\cc</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\closing</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="836">\closing</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="444">letters, ending</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="445">closing letters</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="838">\closing</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="449">letters, ending</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="450">closing letters</indexterm></cindex>
<para>Synopsis:
</para>
@@ -6889,8 +6966,8 @@ printed on a separate line.
<node name="_005cencl" spaces=" "><nodename>\encl</nodename><nodenext automatic="on">\location</nodenext><nodeprev automatic="on">\closing</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\encl</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="837">\encl</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="446">enclosure list</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="839">\encl</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="451">enclosure list</indexterm></cindex>
<para>Synopsis:
</para>
@@ -6904,7 +6981,7 @@ printed on a separate line.
</section>
<node name="_005clocation" spaces=" "><nodename>\location</nodename><nodenext automatic="on">\makelabels</nodenext><nodeprev automatic="on">\encl</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\location</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="838">\location</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="840">\location</indexterm></findex>
<para><code>\location&lbrace;address&rbrace;</code>
</para>
@@ -6915,7 +6992,7 @@ if the <code>firstpage</code> pagestyle is selected.
</section>
<node name="_005cmakelabels" spaces=" "><nodename>\makelabels</nodename><nodenext automatic="on">\name</nodenext><nodeprev automatic="on">\location</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\makelabels</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="839">\makelabels</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="841">\makelabels</indexterm></findex>
<para><code>\makelabels&lbrace;number&rbrace;</code>
</para>
@@ -6927,7 +7004,7 @@ address labels. This sheet will be output before the letters.
</section>
<node name="_005cname" spaces=" "><nodename>\name</nodename><nodenext automatic="on">\opening</nodenext><nodeprev automatic="on">\makelabels</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\name</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="840">\name</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="842">\name</indexterm></findex>
<para><code>\name&lbrace;June Davenport&rbrace;</code>
</para>
@@ -6938,8 +7015,8 @@ address.
</section>
<node name="_005copening" spaces=" "><nodename>\opening</nodename><nodenext automatic="on">\ps</nodenext><nodeprev automatic="on">\name</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\opening&lbrace;<var>text</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="841">\opening</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="447">letters, starting</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="843">\opening</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="452">letters, starting</indexterm></cindex>
<para>Synopsis:
</para>
@@ -6959,8 +7036,8 @@ For instance:
</section>
<node name="_005cps" spaces=" "><nodename>\ps</nodename><nodenext automatic="on">\signature</nodenext><nodeprev automatic="on">\opening</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\ps</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="842">\ps</indexterm></findex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="448">postscript, in letters</indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="844">\ps</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="453">postscript, in letters</indexterm></cindex>
<para>Use the <code>\ps</code> command to start a postscript in a letter, after
<code>\closing</code>.
@@ -6969,7 +7046,7 @@ For instance:
</section>
<node name="_005csignature" spaces=" "><nodename>\signature</nodename><nodenext automatic="on">\startbreaks</nodenext><nodeprev automatic="on">\ps</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\signature&lbrace;<var>text</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="843">\signature</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="845">\signature</indexterm></findex>
<para>Your name, as it should appear at the end of the letter underneath the
space for your signature. <code>\\</code> starts a new line within
@@ -6979,7 +7056,7 @@ space for your signature. <code>\\</code> starts a new line within
</section>
<node name="_005cstartbreaks" spaces=" "><nodename>\startbreaks</nodename><nodenext automatic="on">\stopbreaks</nodenext><nodeprev automatic="on">\signature</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\startbreaks</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="844">\startbreaks</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="846">\startbreaks</indexterm></findex>
<para><code>\startbreaks</code>
</para>
@@ -6990,7 +7067,7 @@ space for your signature. <code>\\</code> starts a new line within
</section>
<node name="_005cstopbreaks" spaces=" "><nodename>\stopbreaks</nodename><nodenext automatic="on">\telephone</nodenext><nodeprev automatic="on">\startbreaks</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\stopbreaks</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="845">\stopbreaks</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="847">\stopbreaks</indexterm></findex>
<para><code>\stopbreaks</code>
</para>
@@ -7001,7 +7078,7 @@ space for your signature. <code>\\</code> starts a new line within
</section>
<node name="_005ctelephone" spaces=" "><nodename>\telephone</nodename><nodeprev automatic="on">\stopbreaks</nodeprev><nodeup automatic="on">Letters</nodeup></node>
<section spaces=" "><sectiontitle><code>\telephone</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="846">\telephone</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="848">\telephone</indexterm></findex>
<para><code>\telephone&lbrace;number&rbrace;</code>
</para>
@@ -7013,8 +7090,8 @@ space for your signature. <code>\\</code> starts a new line within
</chapter>
<node name="Terminal-input_002foutput" spaces=" "><nodename>Terminal input/output</nodename><nodenext automatic="on">Command line</nodenext><nodeprev automatic="on">Letters</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Terminal input/output</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="449">input/output</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="450">terminal input/output</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="454">input/output</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="455">terminal input/output</indexterm></cindex>
<menu endspaces=" ">
<menuentry leadingtext="* "><menunode separator=":: ">\typein</menunode><menudescription><pre xml:space="preserve">Read text from the terminal.
@@ -7024,7 +7101,7 @@ space for your signature. <code>\\</code> starts a new line within
<node name="_005ctypein" spaces=" "><nodename>\typein</nodename><nodenext automatic="on">\typeout</nodenext><nodeup automatic="on">Terminal input/output</nodeup></node>
<section spaces=" "><sectiontitle><code>\typein[<var>cmd</var>]&lbrace;<var>msg</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="847">\typein</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="849">\typein</indexterm></findex>
<para>Synopsis:
</para>
@@ -7044,7 +7121,7 @@ redefined to be the typed input.
</section>
<node name="_005ctypeout" spaces=" "><nodename>\typeout</nodename><nodeprev automatic="on">\typein</nodeprev><nodeup automatic="on">Terminal input/output</nodeup></node>
<section spaces=" "><sectiontitle><code>\typeout&lbrace;<var>msg</var>&rbrace;</code></sectiontitle>
-<findex index="fn" spaces=" "><indexterm index="fn" number="848">\typeout</indexterm></findex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="850">\typeout</indexterm></findex>
<para>Synopsis:
</para>
@@ -7068,7 +7145,7 @@ printed, independent of surrounding spaces. A <code>^^J</code> in
</chapter>
<node name="Command-line" spaces=" "><nodename>Command line</nodename><nodenext automatic="on">Document templates</nodenext><nodeprev automatic="on">Terminal input/output</nodeprev><nodeup automatic="on">Top</nodeup></node>
<chapter spaces=" "><sectiontitle>Command line</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="451">command line</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="456">command line</indexterm></cindex>
<para>The input file specification indicates the file to be formatted;
&tex; uses <file>.tex</file> as a default file extension. If you omit the
@@ -7083,9 +7160,9 @@ command; e.g.
<noindent></noindent>
<para>will process <file>foo.tex</file> without pausing after every error.
</para>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="452"><samp>*</samp> prompt</indexterm></cindex>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="453">prompt, <samp>*</samp></indexterm></cindex>
-<findex index="fn" spaces=" "><indexterm index="fn" number="849">\stop</indexterm></findex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="457"><samp>*</samp> prompt</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="458">prompt, <samp>*</samp></indexterm></cindex>
+<findex index="fn" spaces=" "><indexterm index="fn" number="851">\stop</indexterm></findex>
<para>If &latex; stops in the middle of the document and gives you a
<samp>*</samp> prompt, it is waiting for input. You can type <code>\stop</code>
(and return) and it will prematurely end the document.
@@ -7095,7 +7172,7 @@ command; e.g.
</chapter>
<node name="Document-templates" spaces=" "><nodename>Document templates</nodename><nodenext automatic="on">Concept Index</nodenext><nodeprev automatic="on">Command line</nodeprev><nodeup automatic="on">Top</nodeup></node>
<appendix spaces=" "><sectiontitle>Document templates</sectiontitle>
-<cindex index="cp" spaces=" "><indexterm index="cp" number="454">document templates</indexterm></cindex>
+<cindex index="cp" spaces=" "><indexterm index="cp" number="459">document templates</indexterm></cindex>
<para>Although not reference material, perhaps these document templates will
be useful. Additional template resources are listed
@@ -7177,8 +7254,7 @@ The end.
\usepackage{graphicx}
\usepackage{ifpdf}
\ifpdf
-\usepackage[breaklinks,colorlinks,linkcolor=black,citecolor=black,
- urlcolor=black]{hyperref}
+\usepackage[breaklinks,hidelinks]{hyperref}
\else
\usepackage{url}
\fi