summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/info
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-15 21:52:09 +0000
committerKarl Berry <karl@freefriends.org>2013-05-15 21:52:09 +0000
commita3f89152f66285a955a51e3dbeeae31e1f8a63e1 (patch)
tree088c89520e533101f7b2f065752e945e169e8244 /Master/texmf-dist/doc/info
parentb1c0322f63142a632f15e21009547e439784bfc9 (diff)
latex2e-help-texinfo (15may13)
git-svn-id: svn://tug.org/texlive/trunk@30487 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/info')
-rw-r--r--Master/texmf-dist/doc/info/latex2e.info611
1 files changed, 329 insertions, 282 deletions
diff --git a/Master/texmf-dist/doc/info/latex2e.info b/Master/texmf-dist/doc/info/latex2e.info
index c5d3a86f724..5a2d15df58f 100644
--- a/Master/texmf-dist/doc/info/latex2e.info
+++ b/Master/texmf-dist/doc/info/latex2e.info
@@ -1,8 +1,8 @@
-This is latex2e.info, produced by texi2any version 4.13.90+dev from
+This is latex2e.info, produced by texi2any version 5.1+dev from
latex2e.texi.
This document is an unofficial reference manual for LaTeX, a document
-preparation system, version of May 2012.
+preparation system, version of May 2013.
This manual was originally translated from 'LATEX.HLP' v1.0a in the
VMS Help Library. The pre-translation version was written by George D.
@@ -15,7 +15,7 @@ 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 Karl Berry.
+ Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Karl Berry.
Copyright (C) 1988, 1994, 2007 Stephen Gilmore.
Copyright (C) 1994, 1995, 1996 Torsten Martinsen.
@@ -43,7 +43,7 @@ LaTeX2e
*******
This document is an unofficial reference manual for LaTeX, a document
-preparation system, version as of May 2012. It is intended to cover
+preparation system, version as of May 2013. It is intended to cover
LaTeX2e, which has been the standard version of LaTeX for many years.
* Menu:
@@ -88,7 +88,7 @@ File: latex2e.info, Node: About this document, Next: Overview, Prev: Top, Up
The LaTeX document preparation system is implemented as a macro package
for Donald E. Knuth's TeX typesetting program. LaTeX was originally
created by Leslie Lamport; it is now maintained by a group of volunteers
-('http://latex-project.org'). The official documentation written by the
+(<http://latex-project.org>). The official documentation written by the
LaTeX project is available from their web site.
The present document is completely unofficial and has not been
@@ -96,20 +96,24 @@ reviewed by the LaTeX maintainers. Do not send bug reports or anything
else about this document to them. Instead, please send all comments to
<latexrefman-discuss@gna.org>.
- The home page for this document is 'http://home.gna.org/latexrefman'.
+ The home page for this document is <http://home.gna.org/latexrefman>.
That page has links to the current output in various formats, sources,
mailing lists, and other infrastructure.
Of course, there are many, many other sources of information about
LaTeX. Here are a few:
+<http://www.ctan.org/pkg/latex-doc-ptr>
Two pages of recommended references to LaTeX documentation.
+<http://www.ctan.org/pkg/first-latex-doc>
Writing your first document, with a bit of both text and math.
+<http://www.ctan.org/pkg/usrguide>
The guide for document authors maintained as part of LaTeX; there
are several others.
+<http://tug.org/begin.html>
Introduction to the TeX system, including LaTeX.

@@ -145,10 +149,10 @@ output:
from the same document.
If invoked as 'lualatex', a '.pdf' file is created using the
- LuaTeX engine ('http://luatex.org').
+ LuaTeX engine (<http://luatex.org>).
If invoked as 'xelatex', a '.pdf' file is created using the
- XeTeX engine ('http://tug.org/xetex').
+ XeTeX engine (<http://tug.org/xetex>).
Many other less-common variants of LaTeX (and TeX) exist, which can
produce HTML, XML, and other things.
@@ -344,24 +348,34 @@ for instance, '\begin{ttfamily}...\end{ttfamily}'.
'\textbf (\bfseries)'
Boldface.
+
'\textup (\upshape)'
Upright (default). The opposite of slanted.
+
'\textsl (\slshape)'
Slanted.
+
'\textsf (\sffamily)'
Sans serif.
+
'\textsc (\scshape)'
Small caps.
+
'\texttt (\ttfamily)'
Typewriter.
+
'\textnormal (\normalfont)'
Main document font.
+
'\mathrm'
Roman, for use in math mode.
+
'\mathbf'
Boldface, for use in math mode.
+
'\mathsf'
Sans serif, for use in math mode.
+
'\mathtt'
Typewriter, for use in math mode.
@@ -371,6 +385,7 @@ for instance, '\begin{ttfamily}...\end{ttfamily}'.
'\mathnormal'
For use in math mode, e.g. inside another type style declaration.
+
'\mathcal'
'Calligraphic' letters, for use in math mode.
@@ -378,6 +393,16 @@ for instance, '\begin{ttfamily}...\end{ttfamily}'.
switching to bold letters and symbols in formulas.
'\mathversion{normal}' restores the default.
+ Finally, the command '\oldstylenums{NUMERALS}' will typeset so-called
+"old-style" numerals, which have differing heights and depths (and
+sometimes widths) from the standard "lining" numerals. LaTeX's default
+fonts support this, and will respect '\textbf' (but not other styles;
+there are no italic old-style numerals in Computer Modern). Many other
+fonts have old-style numerals also; sometimes the 'textcomp' package
+must be loaded, and sometimes package options are provided to make them
+the default. FAQ entry:
+<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf>.
+
LaTeX also provides these commands, which unconditionally switch to
the given style, that is, are _not_ cumulative. They are used
differently than the above commands, too: '{\CMD ...}' instead of
@@ -496,7 +521,7 @@ ones.
default is 1. However, the best way to "double space" a document,
if you should be unlucky enough to have to produce such, is to use
the 'setspace' package; see
- 'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace'.
+ <http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace>.
'\linespread{FACTOR}'
Equivalent to '\renewcommand{\baselinestretch}{FACTOR}', and
@@ -1071,7 +1096,7 @@ File: latex2e.info, Node: eqnarray, Next: equation, Prev: enumerate, Up: Env
First, a caveat: the 'eqnarray' environment has some infelicities which
cannot be overcome; the article "Avoid eqnarray!" by Lars Madsen
describes them in detail
-('http://tug.org/TUGboat/tb33-1/tb103madsen.pdf'). The bottom line is
+(<http://tug.org/TUGboat/tb33-1/tb103madsen.pdf>). The bottom line is
that it is better to use the 'align' environment (and others) from the
'amsmath' package.
@@ -1147,7 +1172,7 @@ put a float:
allowed for full-width floats ('figure*') with double-column
output. To ameliorate this, use the 'stfloats' or 'dblfloatfix'
package, but see the discussion at caveats in the FAQ:
- 'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat'.
+ <http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat>.
'h'
(Here)--at the position in the text where the figure environment
@@ -1157,7 +1182,7 @@ put a float:
To absolutely force a figure to appear "here", you can
'\usepackage{float}' and use the 'H' specifier which it defines.
For further discussion, see the FAQ entry at
- 'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere'.
+ <http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere>.
'p'
(Page of floats)--on a separate float page, which is a page
@@ -1228,7 +1253,7 @@ non-float text:
Maximum number of floats that can appear on a text page; default 3.
The principal TeX FAQ entry relating to floats:
-'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats'.
+<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats>.

File: latex2e.info, Node: flushleft, Next: flushright, Prev: figure, Up: Environments
@@ -1506,9 +1531,11 @@ coordinates. A coordinate is a number that may have a decimal point and
a minus sign--a number like '5', '0.3' or '-3.1416'. A coordinate
specifies a length in multiples of the unit length '\unitlength', so if
'\unitlength' has been set to '1cm', then the coordinate 2.54 specifies
-a length of 2.54 centimeters. You should only change the value of
-'\unitlength', using the '\setlength' command, outside of a 'picture'
-environment.
+a length of 2.54 centimeters.
+
+ You should only change the value of '\unitlength', using the
+'\setlength' command, outside of a 'picture' environment. The default
+value is '1pt'.
A position is a pair of coordinates, such as '(2.4,-5)', specifying
the point with x-coordinate '2.4' and y-coordinate '-5'. Coordinates
@@ -2265,7 +2292,7 @@ BibTeX are:
In addition, numerous other BibTeX style files exist tailored to the
demands of various publications. See
-'http://www.ctan.org/tex-archive/biblio/bibtex/contrib'.
+<http://www.ctan.org/tex-archive/biblio/bibtex/contrib>.
The '\bibliography' command is what actually produces the
bibliography. The argument to '\bibliography' refers to files named
@@ -2733,10 +2760,13 @@ File: latex2e.info, Node: \newcommand & \renewcommand, Next: \newcounter, Up:
'\newcommand' and '\renewcommand' define and redefine a command,
respectively. Synopses:
- \newcommand{CMD}[NARGS]{DEFN}
- \renewcommand{CMD}[NARGS]{DEFN}
- \newcommand{CMD}[NARGS][DEFAULT]{DEFN}
- \renewcommand{CMD}[NARGS][DEFAULT]{DEFN}
+ \newcommand[*]{CMD}[NARGS][OPTARG]{DEFN}
+ \renewcommand[*]{CMD}[NARGS][OPTARG]{DEFN}
+
+'*'
+ The *-form of these commands requires that the arguments not
+ contain multiple paragraphs of text (not '\long', in plain TeX
+ terms).
CMD
The command name beginning with '\'. For '\newcommand', it must
@@ -2748,11 +2778,12 @@ NARGS
that the command will take. The default is for the command to have
no arguments.
-DEFAULT
+OPTARG
If this optional parameter is present, it means that the command's
- first argument is optional. When the new command is called, the
- default value of the optional argument (i.e., if it is not
- specified in the call) is the string 'def'.
+ first argument is optional. The default value of the optional
+ argument (i.e., if it is not specified in the call) is OPTARG, or,
+ if that argument is present in the '\newcommand' but has an empty
+ value, the string 'def'.
DEFN
The text to be substituted for every occurrence of 'cmd'; a
@@ -2815,13 +2846,17 @@ File: latex2e.info, Node: \newenvironment & \renewenvironment, Next: \newtheor
Synopses:
- \newenvironment{ENV}[NARGS]{BEGDEF}{ENDDEF}
- \newenvironment{ENV}[NARGS][DEFAULT]{BEGDEF}{ENDDEF}
- \renewenvironment{ENV}[NARGS]{BEGDEF}{ENDDEF}
+ \newenvironment[*]{ENV}[NARGS][DEFAULT]{BEGDEF}{ENDDEF}
+ \renewenvironment[*]{ENV}[NARGS]{BEGDEF}{ENDDEF}
These commands define or redefine an environment ENV, that is,
'\begin{ENV} ... \end{ENV}'.
+'*'
+ The *-form of these commands requires that the arguments (not the
+ contents of the environment) not contain multiple paragraphs of
+ text.
+
ENV
The name of the environment. For '\newenvironment', ENV must not
be an existing environment, and the command '\ENV' must be
@@ -2914,8 +2949,8 @@ preceded by '\protect'.
See also:
-'http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/fragile.html'
-'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=protect'
+<http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/fragile.html>
+<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=protect>

File: latex2e.info, Node: Counters, Next: Lengths, Prev: Definitions, Up: Top
@@ -4442,7 +4477,8 @@ capital letter. Here are side-by-side examples with and without '\@':
produces
- ... in C. Pascal, though ... ... in C. Pascal, though ...
+ ... in C. Pascal, though ...
+ ... in C. Pascal, though ...

File: latex2e.info, Node: \thinspace, Next: \/, Prev: \AT, Up: Spaces
@@ -5379,8 +5415,8 @@ make a 'See also' entry.
the macro '\alsoname'. These can be redefined for other languages.
The generated '.idx' file is then sorted with an external command,
-usually either 'makeindex' ('http://mirror.ctan.org/indexing/makeindex')
-or (the multi-lingual) 'xindy' ('http://xindy.sourceforge.net'). This
+usually either 'makeindex' (<http://mirror.ctan.org/indexing/makeindex>)
+or (the multi-lingual) 'xindy' (<http://xindy.sourceforge.net>). This
results in a '.ind' file, which can then be read to typeset the index.
The index is usually generated with the '\printindex' command. This
@@ -5396,7 +5432,7 @@ the index.
The 'multind' package supports multiple indexes. See also the TeX
FAQ entry on this topic,
-'http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind'.
+<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind>.

File: latex2e.info, Node: Letters, Next: Terminal input/output, Prev: Front/back matter, Up: Top
@@ -5678,7 +5714,7 @@ Appendix A Document templates
Although not reference material, perhaps these document templates will
be useful. Additional template resources are listed
-'http://tug.org/interest.html#latextemplates'.
+<http://tug.org/interest.html#latextemplates>.
* Menu:
@@ -5739,6 +5775,8 @@ The 'beamer' class creates slides presentations.
\end{document}
+ One web resource for this:
+<http://robjhyndman.com/hyndsight/beamer/>.

File: latex2e.info, Node: tugboat template, Prev: beamer template, Up: Document templates
@@ -5747,7 +5785,7 @@ A.3 'tugboat' template
======================
'TUGboat' is the journal of the TeX Users Group,
-'http://tug.org/TUGboat'.
+<http://tug.org/TUGboat>.
\documentclass{ltugboat}
\usepackage{graphicx}
@@ -5832,6 +5870,10 @@ Concept Index
* Menu:
* '*' prompt: Command line. (line 15)
+* *-form of defining new commands: \newcommand & \renewcommand.
+ (line 13)
+* *-form of environment commands: \newenvironment & \renewenvironment.
+ (line 15)
* *-form of sectioning commands: Sectioning. (line 31)
* '.glo' file: Glossaries. (line 8)
* '.idx' file: Indexes. (line 9)
@@ -5874,7 +5916,7 @@ Concept Index
* big circle symbols, in text: Text symbols. (line 79)
* black boxes, omitting: Document class options.
(line 27)
-* bold font: Font styles. (line 74)
+* bold font: Font styles. (line 95)
* bold typewriter, avoiding: description. (line 18)
* boxes: Boxes. (line 6)
* brace, left, in text: Text symbols. (line 82)
@@ -5887,7 +5929,7 @@ Concept Index
* bullet symbol: Math symbols. (line 87)
* bullet, in text: Text symbols. (line 88)
* bulleted lists: itemize. (line 6)
-* calligraphic letters for math: Font styles. (line 77)
+* calligraphic letters for math: Font styles. (line 98)
* cap height: Text symbols. (line 96)
* caron accent: Accents. (line 95)
* case sensitivity of LaTeX: Overview. (line 57)
@@ -5983,7 +6025,7 @@ Concept Index
* em-dash, three-quarters: Text symbols. (line 163)
* em-dash, two-thirds: Text symbols. (line 169)
* emphasis: Font styles. (line 27)
-* emphasis <1>: Font styles. (line 80)
+* emphasis <1>: Font styles. (line 101)
* enclosure list: \encl. (line 6)
* ending & starting: Starting & ending. (line 6)
* enlarge current page: \enlargethispage. (line 6)
@@ -6006,7 +6048,7 @@ Concept Index
* figure number, cross referencing: \ref. (line 6)
* figures, footnotes in: minipage. (line 21)
* figures, inserting: figure. (line 6)
-* fixed-width font: Font styles. (line 98)
+* fixed-width font: Font styles. (line 119)
* 'float' package: figure. (line 34)
* 'float' package <1>: figure. (line 38)
* flushing floats and starting a page: \clearpage. (line 6)
@@ -6066,7 +6108,7 @@ Concept Index
* input/output: Terminal input/output.
(line 6)
* inserting figures: figure. (line 6)
-* italic font: Font styles. (line 83)
+* italic font: Font styles. (line 104)
* justification, ragged left: \raggedleft. (line 6)
* justification, ragged right: \raggedright. (line 6)
* Knuth, Donald E.: About this document. (line 6)
@@ -6106,6 +6148,7 @@ Concept Index
* line breaks, preventing: \linebreak & \nolinebreak.
(line 6)
* lines in tables: tabular. (line 6)
+* lining numerals: Font styles. (line 79)
* lining text up in tables: tabular. (line 6)
* lining text up using tab stops: tabbing. (line 6)
* list items, specifying counter: \usecounter. (line 6)
@@ -6142,7 +6185,7 @@ Concept Index
* math symbols: Math symbols. (line 6)
* minipage, creating a: minipage. (line 6)
* modes: Modes. (line 6)
-* monospace font: Font styles. (line 98)
+* monospace font: Font styles. (line 119)
* moving arguments: \protect. (line 6)
* multicolumn text: \twocolumn. (line 6)
* 'multind' package: Indexes. (line 39)
@@ -6161,10 +6204,12 @@ Concept Index
* notes in the margin: Marginal notes. (line 6)
* null delimiter: Math miscellany. (line 21)
* numbered items, specifying counter: \usecounter. (line 6)
-* oblique font: Font styles. (line 95)
+* numerals, old-style: Font styles. (line 79)
+* oblique font: Font styles. (line 116)
* oe ligature: Non-English characters.
(line 43)
* ogonek: Accents. (line 69)
+* old-style numerals: Font styles. (line 79)
* one-column output: \onecolumn. (line 6)
* opening quote: Text symbols. (line 37)
* options, document class: Document class options.
@@ -6239,12 +6284,12 @@ Concept Index
* ring accent: Accents. (line 74)
* ring accent, math: Math accents. (line 41)
* robust commands: \protect. (line 16)
-* roman font: Font styles. (line 86)
+* roman font: Font styles. (line 107)
* running header and footer: Page layout parameters.
(line 6)
* running header and footer style: \pagestyle. (line 6)
-* sans serif font: Font styles. (line 92)
-* script letters for math: Font styles. (line 77)
+* sans serif font: Font styles. (line 113)
+* script letters for math: Font styles. (line 98)
* section number, cross referencing: \ref. (line 6)
* section numbers, printing: Sectioning. (line 47)
* section symbol: Text symbols. (line 55)
@@ -6262,8 +6307,8 @@ Concept Index
* single low-9 quotation mark: Text symbols. (line 49)
* single right quote: Text symbols. (line 150)
* sizes of text: Font sizes. (line 6)
-* slanted font: Font styles. (line 95)
-* small caps font: Font styles. (line 89)
+* slanted font: Font styles. (line 116)
+* small caps font: Font styles. (line 110)
* space, inserting vertical: \addvspace. (line 6)
* spaces: Spaces. (line 6)
* spacing within math mode: Spacing in math mode.
@@ -6296,6 +6341,7 @@ Concept Index
(line 6)
* TeX logo: Text symbols. (line 58)
* text symbols: Text symbols. (line 6)
+* 'textcomp' package: Font styles. (line 79)
* thanks, for titlepage: \maketitle. (line 22)
* theorems, defining: \newtheorem. (line 6)
* theorems, typesetting: theorem. (line 6)
@@ -6317,7 +6363,7 @@ Concept Index
* typeface sizes: Font sizes. (line 6)
* typeface styles: Font styles. (line 6)
* typefaces: Typefaces. (line 6)
-* typewriter font: Font styles. (line 98)
+* typewriter font: Font styles. (line 119)
* typewriter labels in lists: description. (line 18)
* umlaut accent: Accents. (line 16)
* underbar: Accents. (line 88)
@@ -6447,7 +6493,7 @@ Command Index
(line 52)
* \begin: Environments. (line 6)
* \beta: Math symbols. (line 38)
-* \bf: Font styles. (line 73)
+* \bf: Font styles. (line 94)
* \bfseries: Font styles. (line 33)
* \bibitem: \bibitem. (line 6)
* \bibliography: Using BibTeX. (line 6)
@@ -6478,7 +6524,7 @@ Command Index
* \breve: Math accents. (line 16)
* \bullet: Math symbols. (line 86)
* \c (cedilla accent): Accents. (line 50)
-* \cal: Font styles. (line 76)
+* \cal: Font styles. (line 97)
* \cap: Math symbols. (line 89)
* \capitalacute: Accents. (line 20)
* \capitalbreve: Accents. (line 85)
@@ -6567,7 +6613,7 @@ Command Index
* \downarrow: Math symbols. (line 143)
* \Downarrow: Math symbols. (line 146)
* \ell: Math symbols. (line 149)
-* \em: Font styles. (line 79)
+* \em: Font styles. (line 100)
* \emph: Font styles. (line 27)
* \emptyset: Math symbols. (line 152)
* \encl: \encl. (line 6)
@@ -6679,7 +6725,7 @@ Command Index
* \int: Math symbols. (line 218)
* \intextsep: figure. (line 89)
* \iota: Math symbols. (line 221)
-* \it: Font styles. (line 82)
+* \it: Font styles. (line 103)
* \item: description. (line 14)
* \item <1>: enumerate. (line 19)
* \item <2>: itemize. (line 6)
@@ -6779,14 +6825,14 @@ Command Index
* \marginparwidth: Marginal notes. (line 41)
* \markboth{LEFT}{RIGHT}: \pagestyle. (line 29)
* \markright{RIGHT}: \pagestyle. (line 36)
-* \mathbf: Font styles. (line 49)
-* \mathcal: Font styles. (line 62)
-* \mathnormal: Font styles. (line 60)
+* \mathbf: Font styles. (line 57)
+* \mathcal: Font styles. (line 73)
+* \mathnormal: Font styles. (line 70)
* \mathring: Math accents. (line 40)
-* \mathrm: Font styles. (line 47)
-* \mathsf: Font styles. (line 51)
-* \mathtt: Font styles. (line 53)
-* \mathversion: Font styles. (line 64)
+* \mathrm: Font styles. (line 54)
+* \mathsf: Font styles. (line 60)
+* \mathtt: Font styles. (line 63)
+* \mathversion: Font styles. (line 75)
* \max: Math functions. (line 81)
* \mbox: \mbox. (line 6)
* \mdseries: Font styles. (line 30)
@@ -6836,7 +6882,7 @@ Command Index
* \nonumber: eqnarray. (line 29)
* \nopagebreak: \pagebreak & \nopagebreak.
(line 6)
-* \normalfont: Font styles. (line 45)
+* \normalfont: Font styles. (line 51)
* \normalmarginpar: Marginal notes. (line 21)
* \normalsize: Font sizes. (line 11)
* \not: Math symbols. (line 342)
@@ -6857,6 +6903,7 @@ Command Index
* \OE (OE): Non-English characters.
(line 43)
* \oint: Math symbols. (line 357)
+* \oldstylenums: Font styles. (line 79)
* \Omega: Math symbols. (line 360)
* \omega: Math symbols. (line 363)
* \ominus: Math symbols. (line 366)
@@ -6936,7 +6983,7 @@ Command Index
* \rightharpoonup: Math symbols. (line 456)
* \rightleftharpoons: Math symbols. (line 459)
* \rightmargin: itemize. (line 62)
-* \rm: Font styles. (line 85)
+* \rm: Font styles. (line 106)
* \rmfamily: Font styles. (line 21)
* \roman: \alph \Alph \arabic \roman \Roman \fnsymbol.
(line 18)
@@ -6947,9 +6994,9 @@ Command Index
* \S: Text symbols. (line 54)
* \savebox: \savebox. (line 6)
* \sbox: \sbox. (line 6)
-* \sc: Font styles. (line 88)
+* \sc: Font styles. (line 109)
* \scriptsize: Font sizes. (line 11)
-* \scshape: Font styles. (line 41)
+* \scshape: Font styles. (line 45)
* \searrow: Math symbols. (line 462)
* \sec: Math functions. (line 93)
* \section: Sectioning. (line 11)
@@ -6962,8 +7009,8 @@ Command Index
* \settodepth: \settodepth. (line 6)
* \settoheight: \settoheight. (line 6)
* \settowidth: \settowidth. (line 6)
-* \sf: Font styles. (line 91)
-* \sffamily: Font styles. (line 39)
+* \sf: Font styles. (line 112)
+* \sffamily: Font styles. (line 42)
* \sharp: Math symbols. (line 468)
* \shortstack: \shortstack. (line 6)
* \Sigma: Math symbols. (line 471)
@@ -6973,8 +7020,8 @@ Command Index
* \simeq: Math symbols. (line 480)
* \sin: Math functions. (line 96)
* \sinh: Math functions. (line 99)
-* \sl: Font styles. (line 94)
-* \slshape: Font styles. (line 37)
+* \sl: Font styles. (line 115)
+* \slshape: Font styles. (line 39)
* \small: Font sizes. (line 11)
* \smallint: Math symbols. (line 483)
* \smallskip: \bigskip \medskip \smallskip.
@@ -7058,7 +7105,7 @@ Command Index
* \textleftarrow: Text symbols. (line 127)
* \textless: Text symbols. (line 124)
* \textmd: Font styles. (line 30)
-* \textnormal: Font styles. (line 45)
+* \textnormal: Font styles. (line 51)
* \textordfeminine: Text symbols. (line 130)
* \textordmasculine: Text symbols. (line 131)
* \textparagraph: Text symbols. (line 40)
@@ -7073,16 +7120,16 @@ Command Index
* \textregistered: Text symbols. (line 156)
* \textrightarrow: Text symbols. (line 159)
* \textrm: Font styles. (line 21)
-* \textsc: Font styles. (line 41)
-* \textsf: Font styles. (line 39)
-* \textsl: Font styles. (line 37)
+* \textsc: Font styles. (line 45)
+* \textsf: Font styles. (line 42)
+* \textsl: Font styles. (line 39)
* \textsterling: Text symbols. (line 44)
* \textthreequartersemdash: Text symbols. (line 162)
* \texttrademark: Text symbols. (line 165)
-* \texttt: Font styles. (line 43)
+* \texttt: Font styles. (line 48)
* \texttwelveudash: Text symbols. (line 168)
* \textunderscore: Text symbols. (line 171)
-* \textup: Font styles. (line 35)
+* \textup: Font styles. (line 36)
* \textvisiblespace: Text symbols. (line 174)
* \textwidth: Page layout parameters.
(line 36)
@@ -7115,8 +7162,8 @@ Command Index
* \triangle: Math symbols. (line 555)
* \triangleleft: Math symbols. (line 558)
* \triangleright: Math symbols. (line 561)
-* \tt: Font styles. (line 97)
-* \ttfamily: Font styles. (line 43)
+* \tt: Font styles. (line 118)
+* \ttfamily: Font styles. (line 48)
* \twocolumn: \twocolumn. (line 6)
* \typein: \typein. (line 6)
* \typeout: \typeout. (line 6)
@@ -7133,7 +7180,7 @@ Command Index
* \Updownarrow: Math symbols. (line 576)
* \updownarrow: Math symbols. (line 579)
* \uplus: Math symbols. (line 582)
-* \upshape: Font styles. (line 35)
+* \upshape: Font styles. (line 36)
* \Upsilon: Math symbols. (line 585)
* \upsilon: Math symbols. (line 588)
* \usebox: \usebox. (line 6)
@@ -7249,7 +7296,7 @@ Command Index
* letterpaper option: Document class options.
(line 19)
* list: list. (line 6)
-* lR box: picture. (line 64)
+* lR box: picture. (line 66)
* lrbox: lrbox. (line 6)
* lualatex command: Overview. (line 32)
* math environment: math. (line 6)
@@ -7295,209 +7342,209 @@ Command Index

Tag Table:
-Node: Top1688
-Node: About this document3542
-Node: Overview4822
-Node: Starting & ending7194
-Node: Document classes7756
-Node: Document class options8332
-Node: Typefaces10920
-Node: Font styles11362
-Node: Font sizes13773
-Node: Low-level font commands15008
-Node: Layout17462
-Node: \onecolumn17931
-Node: \twocolumn18144
-Node: \flushbottom19648
-Node: \raggedbottom20010
-Node: Page layout parameters20296
-Node: Sectioning23327
-Node: Cross references24868
-Node: \label25299
-Node: \pageref26161
-Node: \ref26460
-Node: Environments26850
-Node: abstract28306
-Node: array28547
-Node: center29876
-Node: \centering30353
-Node: description31193
-Node: displaymath32007
-Node: document32575
-Node: enumerate32832
-Node: eqnarray34121
-Node: equation35511
-Node: figure35884
-Node: flushleft39705
-Node: \raggedright40190
-Node: flushright40749
-Node: \raggedleft41237
-Node: itemize41794
-Node: letter45425
-Node: list45663
-Node: math46600
-Node: minipage46902
-Node: picture48094
-Node: \circle52093
-Node: \makebox (picture)52426
-Node: \framebox (picture)53121
-Node: \dashbox53611
-Node: \frame54140
-Node: \line54466
-Node: \linethickness54935
-Node: \thicklines55356
-Node: \thinlines55666
-Node: \multiput55968
-Node: \oval56334
-Node: \put56948
-Node: \shortstack57195
-Node: \vector57669
-Node: quotation57975
-Node: quote58431
-Node: tabbing58863
-Node: table62029
-Node: tabular62919
-Node: \multicolumn67008
-Node: \cline67805
-Node: \hline68125
-Node: \vline68439
-Node: thebibliography68752
-Node: \bibitem69894
-Node: \cite70625
-Node: \nocite71124
-Node: Using BibTeX71408
-Node: theorem72900
-Node: titlepage73286
-Node: verbatim73888
-Node: \verb74515
-Node: verse75065
-Node: Line breaking75559
-Node: \\76617
-Node: \obeycr & \restorecr77087
-Node: \newline77491
-Node: \- (hyphenation)77781
-Node: \fussy78391
-Node: \sloppy78784
-Node: \hyphenation79113
-Node: \linebreak & \nolinebreak79740
-Node: Page breaking80394
-Node: \cleardoublepage81002
-Node: \clearpage81409
-Node: \newpage81685
-Node: \enlargethispage81920
-Node: \pagebreak & \nopagebreak82447
-Node: Footnotes83141
-Node: \footnote83759
-Node: \footnotemark84277
-Node: \footnotetext84843
-Node: Symbolic footnotes85328
-Node: Footnote parameters85885
-Node: Definitions86620
-Node: \newcommand & \renewcommand87335
-Node: \newcounter88549
-Node: \newlength89017
-Node: \newsavebox89529
-Node: \newenvironment & \renewenvironment89836
-Node: \newtheorem91102
-Node: \newfont92068
-Node: \protect92548
-Node: Counters93411
-Node: \alph \Alph \arabic \roman \Roman \fnsymbol94655
-Node: \usecounter95699
-Node: \value96061
-Node: \setcounter96446
-Node: \addtocounter96737
-Node: \refstepcounter97033
-Node: \stepcounter97378
-Node: \day \month \year97629
-Node: Lengths98174
-Node: \setlength98743
-Node: \addtolength99085
-Node: \settodepth99380
-Node: \settoheight99655
-Node: \settowidth99934
-Node: Predefined lengths100198
-Node: Making paragraphs100713
-Node: \indent101285
-Node: \noindent101757
-Node: \parskip102043
-Node: Marginal notes102301
-Node: Math formulas103931
-Node: Subscripts & superscripts105713
-Node: Math symbols106180
-Node: Math functions112993
-Node: Math accents113936
-Node: Spacing in math mode114906
-Node: Math miscellany115537
-Node: Modes117035
-Node: Page styles118866
-Node: \maketitle119360
-Node: \pagenumbering120430
-Node: \pagestyle120843
-Node: \thispagestyle121983
-Node: Spaces122289
-Node: \hspace123348
-Node: \hfill123907
-Node: \SPACE124304
-Node: \AT124770
-Node: \thinspace125227
-Node: \/125486
-Node: \hrulefill126323
-Node: \dotfill126585
-Node: \addvspace126809
-Node: \bigskip \medskip \smallskip127301
-Node: \vfill127979
-Node: \vspace128284
-Node: Boxes128714
-Node: \mbox129433
-Node: \fbox and \framebox129720
-Node: lrbox130523
-Node: \makebox130840
-Node: \parbox131553
-Node: \raisebox132882
-Node: \savebox133479
-Node: \sbox133894
-Node: \usebox134343
-Node: Special insertions134601
-Node: Reserved characters135245
-Node: Text symbols136648
-Node: Accents139955
-Node: Non-English characters142428
-Node: \rule143099
-Node: \today143526
-Node: Splitting the input143971
-Node: \include144612
-Node: \includeonly145199
-Node: \input145691
-Node: Front/back matter146182
-Node: Tables of contents146387
-Node: \addcontentsline147415
-Node: \addtocontents148315
-Node: Glossaries148826
-Node: Indexes149345
-Node: Letters150972
-Node: \address152913
-Node: \cc153518
-Node: \closing153754
-Node: \encl153987
-Node: \location154179
-Node: \makelabels154441
-Node: \name154730
-Node: \opening154952
-Node: \ps155277
-Node: \signature155460
-Node: \startbreaks155743
-Node: \stopbreaks155965
-Node: \telephone156180
-Node: Terminal input/output156412
-Node: \typein156677
-Node: \typeout157258
-Node: Command line157881
-Node: Document templates158576
-Node: book template158980
-Node: beamer template159323
-Node: tugboat template159862
-Node: Concept Index162012
-Node: Command Index198773
+Node: Top1690
+Node: About this document3544
+Node: Overview4969
+Node: Starting & ending7341
+Node: Document classes7903
+Node: Document class options8479
+Node: Typefaces11067
+Node: Font styles11509
+Node: Font sizes14506
+Node: Low-level font commands15741
+Node: Layout18195
+Node: \onecolumn18664
+Node: \twocolumn18877
+Node: \flushbottom20381
+Node: \raggedbottom20743
+Node: Page layout parameters21029
+Node: Sectioning24060
+Node: Cross references25601
+Node: \label26032
+Node: \pageref26894
+Node: \ref27193
+Node: Environments27583
+Node: abstract29039
+Node: array29280
+Node: center30609
+Node: \centering31086
+Node: description31926
+Node: displaymath32740
+Node: document33308
+Node: enumerate33565
+Node: eqnarray34854
+Node: equation36244
+Node: figure36617
+Node: flushleft40438
+Node: \raggedright40923
+Node: flushright41482
+Node: \raggedleft41970
+Node: itemize42527
+Node: letter46158
+Node: list46396
+Node: math47333
+Node: minipage47635
+Node: picture48827
+Node: \circle52858
+Node: \makebox (picture)53191
+Node: \framebox (picture)53886
+Node: \dashbox54376
+Node: \frame54905
+Node: \line55231
+Node: \linethickness55700
+Node: \thicklines56121
+Node: \thinlines56431
+Node: \multiput56733
+Node: \oval57099
+Node: \put57713
+Node: \shortstack57960
+Node: \vector58434
+Node: quotation58740
+Node: quote59196
+Node: tabbing59628
+Node: table62794
+Node: tabular63684
+Node: \multicolumn67773
+Node: \cline68570
+Node: \hline68890
+Node: \vline69204
+Node: thebibliography69517
+Node: \bibitem70659
+Node: \cite71390
+Node: \nocite71889
+Node: Using BibTeX72173
+Node: theorem73665
+Node: titlepage74051
+Node: verbatim74653
+Node: \verb75280
+Node: verse75830
+Node: Line breaking76324
+Node: \\77382
+Node: \obeycr & \restorecr77852
+Node: \newline78256
+Node: \- (hyphenation)78546
+Node: \fussy79156
+Node: \sloppy79549
+Node: \hyphenation79878
+Node: \linebreak & \nolinebreak80505
+Node: Page breaking81159
+Node: \cleardoublepage81767
+Node: \clearpage82174
+Node: \newpage82450
+Node: \enlargethispage82685
+Node: \pagebreak & \nopagebreak83212
+Node: Footnotes83906
+Node: \footnote84524
+Node: \footnotemark85042
+Node: \footnotetext85608
+Node: Symbolic footnotes86093
+Node: Footnote parameters86650
+Node: Definitions87385
+Node: \newcommand & \renewcommand88100
+Node: \newcounter89453
+Node: \newlength89921
+Node: \newsavebox90433
+Node: \newenvironment & \renewenvironment90740
+Node: \newtheorem92117
+Node: \newfont93083
+Node: \protect93563
+Node: Counters94426
+Node: \alph \Alph \arabic \roman \Roman \fnsymbol95670
+Node: \usecounter96714
+Node: \value97076
+Node: \setcounter97461
+Node: \addtocounter97752
+Node: \refstepcounter98048
+Node: \stepcounter98393
+Node: \day \month \year98644
+Node: Lengths99189
+Node: \setlength99758
+Node: \addtolength100100
+Node: \settodepth100395
+Node: \settoheight100670
+Node: \settowidth100949
+Node: Predefined lengths101213
+Node: Making paragraphs101728
+Node: \indent102300
+Node: \noindent102772
+Node: \parskip103058
+Node: Marginal notes103316
+Node: Math formulas104946
+Node: Subscripts & superscripts106728
+Node: Math symbols107195
+Node: Math functions114008
+Node: Math accents114951
+Node: Spacing in math mode115921
+Node: Math miscellany116552
+Node: Modes118050
+Node: Page styles119881
+Node: \maketitle120375
+Node: \pagenumbering121445
+Node: \pagestyle121858
+Node: \thispagestyle122998
+Node: Spaces123304
+Node: \hspace124363
+Node: \hfill124922
+Node: \SPACE125319
+Node: \AT125785
+Node: \thinspace126247
+Node: \/126506
+Node: \hrulefill127343
+Node: \dotfill127605
+Node: \addvspace127829
+Node: \bigskip \medskip \smallskip128321
+Node: \vfill128999
+Node: \vspace129304
+Node: Boxes129734
+Node: \mbox130453
+Node: \fbox and \framebox130740
+Node: lrbox131543
+Node: \makebox131860
+Node: \parbox132573
+Node: \raisebox133902
+Node: \savebox134499
+Node: \sbox134914
+Node: \usebox135363
+Node: Special insertions135621
+Node: Reserved characters136265
+Node: Text symbols137668
+Node: Accents140975
+Node: Non-English characters143448
+Node: \rule144119
+Node: \today144546
+Node: Splitting the input144991
+Node: \include145632
+Node: \includeonly146219
+Node: \input146711
+Node: Front/back matter147202
+Node: Tables of contents147407
+Node: \addcontentsline148435
+Node: \addtocontents149335
+Node: Glossaries149846
+Node: Indexes150365
+Node: Letters151992
+Node: \address153933
+Node: \cc154538
+Node: \closing154774
+Node: \encl155007
+Node: \location155199
+Node: \makelabels155461
+Node: \name155750
+Node: \opening155972
+Node: \ps156297
+Node: \signature156480
+Node: \startbreaks156763
+Node: \stopbreaks156985
+Node: \telephone157200
+Node: Terminal input/output157432
+Node: \typein157697
+Node: \typeout158278
+Node: Command line158901
+Node: Document templates159596
+Node: book template160000
+Node: beamer template160343
+Node: tugboat template160956
+Node: Concept Index163106
+Node: Command Index200453

End Tag Table