summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-09 22:55:14 +0000
committerKarl Berry <karl@freefriends.org>2018-04-09 22:55:14 +0000
commit8332274ebd0d286768355471bc43f4041922f385 (patch)
tree58d4a7d5918a8c04375944120db7c37374f101c7 /Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
parent448102519c08a5f76c073e2e104066560a0bfefc (diff)
latex2e-help-texinfo
git-svn-id: svn://tug.org/texlive/trunk@47419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt')
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt6303
1 files changed, 4157 insertions, 2146 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
index 9a70ebbf698..f113d9386bf 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/latex2e.txt
@@ -19,12 +19,14 @@ LaTeX2e: An unofficial reference manual
18 Page styles
19 Spaces
20 Boxes
-21 Special insertions
-22 Splitting the input
-23 Front/back matter
-24 Letters
-25 Terminal input/output
-26 Command line
+21 Color
+22 Graphics
+23 Special insertions
+24 Splitting the input
+25 Front/back matter
+26 Letters
+27 Terminal input/output
+28 Command line
Appendix A Document templates
Concept Index
Command Index
@@ -35,6 +37,10 @@ LaTeX2e: An unofficial reference manual
2.2 Output files
2.3 TeX engines
2.4 LaTeX command syntax
+ 2.4.1 Environments
+ 2.4.2 Command declarations
+ 2.4.3 '\makeatletter' and '\makeatother'
+ 2.4.3.1 '\@ifstar'
3 Document classes
3.1 Document class options
3.2 Additional packages
@@ -53,6 +59,7 @@ LaTeX2e: An unofficial reference manual
5.5 Page layout parameters
5.6 Floats
6 Sectioning
+ 6.1 '\@startsection'
7 Cross references
7.1 '\label'
7.2 '\pageref{KEY}'
@@ -65,6 +72,8 @@ LaTeX2e: An unofficial reference manual
8.4 'description'
8.5 'displaymath'
8.6 'document'
+ 8.6.1 '\AtBeginDocument'
+ 8.6.2 '\AtEndDocument'
8.7 'enumerate'
8.8 'eqnarray'
8.9 'equation'
@@ -77,7 +86,8 @@ LaTeX2e: An unofficial reference manual
8.14 'itemize'
8.15 'letter' environment: writing letters
8.16 'list'
- 8.16.1 '\item': An entry in a list.
+ 8.16.1 '\item': An entry in a list
+ 8.16.2 'trivlist': A restricted form of 'list'
8.17 'math'
8.18 'minipage'
8.19 'picture'
@@ -148,6 +158,7 @@ LaTeX2e: An unofficial reference manual
12.7 '\newtheorem'
12.8 '\newfont': Define a new font (obsolete)
12.9 '\protect'
+ 12.10 '\ignorespaces & \ignorespacesafterend'
13 Counters
13.1 '\alph \Alph \arabic \roman \Roman \fnsymbol': Printing counters
13.2 '\usecounter{COUNTER}'
@@ -187,16 +198,18 @@ LaTeX2e: An unofficial reference manual
19 Spaces
19.1 '\hspace'
19.2 '\hfill'
- 19.3 '\(SPACE)' and \@
+ 19.3 '\spacefactor'
+ 19.3.1 '\(SPACE)' and '\@'
+ 19.3.2 '\frenchspacing'
+ 19.3.3 '\normalsfcodes'
19.4 '\ ' after control sequence
- 19.5 '\frenchspacing'
- 19.6 '\thinspace': Insert 1/6em
- 19.7 '\/': Insert italic correction
- 19.8 '\hrulefill \dotfill'
- 19.9 '\addvspace'
- 19.10 '\bigskip \medskip \smallskip'
- 19.11 '\vfill'
- 19.12 '\vspace{LENGTH}'
+ 19.5 '\thinspace': Insert 1/6em
+ 19.6 '\/': Insert italic correction
+ 19.7 '\hrulefill \dotfill'
+ 19.8 '\addvspace'
+ 19.9 '\bigskip \medskip \smallskip'
+ 19.10 '\vfill'
+ 19.11 '\vspace{LENGTH}'
20 Boxes
20.1 '\mbox{TEXT}'
20.2 '\fbox' and '\framebox'
@@ -207,40 +220,60 @@ LaTeX2e: An unofficial reference manual
20.7 '\savebox'
20.8 '\sbox{\BOXCMD}{TEXT}'
20.9 '\usebox{\BOXCMD}'
-21 Special insertions
- 21.1 Reserved characters
- 21.2 Symbols by font position
- 21.3 Text symbols
- 21.4 Accents
- 21.5 Additional Latin letters
- 21.6 '\rule'
- 21.7 '\today'
-22 Splitting the input
- 22.1 '\include'
- 22.2 \'includeonly'
- 22.3 '\input'
-23 Front/back matter
- 23.1 Tables of contents
- 23.1.1 '\addcontentsline'
- 23.1.2 '\addtocontents'
- 23.2 Glossaries
- 23.3 Indexes
-24 Letters
- 24.1 '\address'
- 24.2 '\cc'
- 24.3 '\closing'
- 24.4 '\encl'
- 24.5 '\location'
- 24.6 '\makelabels'
- 24.7 '\name'
- 24.8 '\opening'
- 24.9 '\ps'
- 24.10 '\signature'
- 24.11 '\telephone'
-25 Terminal input/output
- 25.1 '\typein[CMD]{MSG}'
- 25.2 '\typeout{MSG}'
-26 Command line
+21 Color
+ 21.1 Color package options
+ 21.2 Color models
+ 21.3 Commands for color
+ 21.3.1 Define colors
+ 21.3.2 Colored text
+ 21.3.3 Colored boxes
+ 21.3.4 Colored pages
+22 Graphics
+ 22.1 Graphics package options
+ 22.2 Graphics package configuration
+ 22.2.1 '\graphicspath'
+ 22.2.2 '\DeclareGraphicsExtensions'
+ 22.2.3 '\DeclareGraphicsRule'
+ 22.3 Commands for graphics
+ 22.3.1 '\includegraphics'
+ 22.3.2 '\rotatebox'
+ 22.3.3 '\scalebox'
+ 22.3.4 '\resizebox'
+23 Special insertions
+ 23.1 Reserved characters
+ 23.2 Upper and lower case
+ 23.3 Symbols by font position
+ 23.4 Text symbols
+ 23.5 Accents
+ 23.6 Additional Latin letters
+ 23.7 '\rule'
+ 23.8 '\today'
+24 Splitting the input
+ 24.1 '\include'
+ 24.2 '\includeonly'
+ 24.3 '\input'
+25 Front/back matter
+ 25.1 Tables of contents
+ 25.1.1 '\addcontentsline'
+ 25.1.2 '\addtocontents'
+ 25.2 Glossaries
+ 25.3 Indexes
+26 Letters
+ 26.1 '\address'
+ 26.2 '\cc'
+ 26.3 '\closing'
+ 26.4 '\encl'
+ 26.5 '\location'
+ 26.6 '\makelabels'
+ 26.7 '\name'
+ 26.8 '\opening'
+ 26.9 '\ps'
+ 26.10 '\signature'
+ 26.11 '\telephone'
+27 Terminal input/output
+ 27.1 '\typein[CMD]{MSG}'
+ 27.2 '\typeout{MSG}'
+28 Command line
Appendix A Document templates
A.1 'beamer' template
A.2 'book' template
@@ -250,8 +283,8 @@ Command Index
LaTeX2e: An unofficial reference manual
***************************************
-This document is an unofficial reference manual (version of November
-2016) for LaTeX2e, a document preparation system.
+This document is an unofficial reference manual (version of March 2018)
+for LaTeX2e, a document preparation system.
1 About this document
*********************
@@ -259,13 +292,13 @@ This document is an unofficial reference manual (version of November
This is an unofficial reference manual for the LaTeX2e document
preparation system, which is a macro package for the TeX typesetting
program (*note Overview::). This document's home page is
-<http://home.gna.org/latexrefman>. That page has links to the current
-output in various formats, sources, mailing list archives and
-subscriptions, and other infrastructure.
+<http://puszcza.gnu.org.ua/software/latexrefman/>. That page has links
+to the current output in various formats, sources, mailing list archives
+and subscriptions, and other infrastructure.
In this document, we will mostly just use 'LaTeX' rather than
-'LaTeX2e', since the previous version of LaTeX (2.09) was retired many
-years ago.
+'LaTeX2e', since the previous version of LaTeX (2.09) was frozen decades
+ago.
LaTeX is currently maintained by a group of volunteers
(<http://latex-project.org>). The official documentation written by the
@@ -273,7 +306,7 @@ LaTeX project is available from their web site. This 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 comments to
-<latexrefman-discuss@gna.org>.
+<latexrefman@tug.org>.
This document is a reference. There is a vast array of other sources
of information about LaTeX, at all levels. Here are a few
@@ -286,8 +319,9 @@ introductions.
Writing your first document, with a bit of both text and math.
<http://ctan.org/pkg/usrguide>
- The guide for document authors that is maintained as part of LaTeX;
- there are plenty of others available elsewhere.
+ The guide for document authors that is maintained as part of LaTeX.
+ Many other guides by many other people are also available,
+ independent of LaTeX itself; one such is the next item:
<http://ctan.org/pkg/lshort>
A short introduction to LaTeX, translated to many languages.
@@ -478,6 +512,9 @@ The exact difference in behavior varies from command to command.
This manual describes all accepted options and '*'-forms for the
commands it covers (barring unintentional omissions, a.k.a. bugs).
+2.4.1 Environments
+------------------
+
Synopsis:
\begin{ENVIRONMENT NAME}
@@ -508,10 +545,16 @@ required (it specifies the formatting of columns).
... rows of table ...
\end{tabular}
+2.4.2 Command declarations
+--------------------------
+
A command that changes the value, or changes the meaning, of some other
command or parameter. For instance, the '\mainmatter' command changes
the setting of page numbers from roman numerals to arabic.
+2.4.3 '\makeatletter' and '\makeatother'
+----------------------------------------
+
Synopsis:
\makeatletter
@@ -523,7 +566,7 @@ at-sign character '@' have the category code of a letter, 11.
'\makeatother' sets the category code of '@' to 12, its original value.
As each character is read by TeX for LaTeX, it is assigned a
-character category code, or "catcode" for shorter. For instance, the
+character category code, or "catcode" for short. For instance, the
backslash '\' is assigned the catcode 0, for characters that start a
command. These two commands alter the catcode assigned to '@'.
@@ -537,29 +580,83 @@ category codes, user-defined commands cannot contain an '@'. But
'\makeatletter' and '\makeatother' allow users to define or redefine
commands named with '@'.
- Use these inside a '.tex' file, in the preamble. Don't use them
+ Use these two commands inside a '.tex' file, in the preamble, when
+defining or redefining a command with '@' in its name. Don't use them
inside '.sty' or '.cls' files since the '\usepackage' and
'\documentclass' commands set the at sign to have the character code of
a letter.
- in their names, see document <http://ctan.org/pkg/macros2e>. These
-macros are mainly useful to package or class authors; examples that may
-be useful to document authors are provided hereinafter.
+ For a comprehensive list of macros with an at-sign in their names see
+<http://ctan.org/pkg/macros2e>. These macros are mainly intended to
+package or class authors.
- The example code below, if put in the preamble, redefines the section
-command to center the section title, put it in bold type, and adjust the
-spacing.
+ The example below is typical. In the user's class file is a command
+'\thesis@universityname'. The user wants to change the definition.
+These three lines should go in the preamble, before the
+'\begin{document}'.
\makeatletter
- \renewcommand\section{%
- \@startsection{section}% Name
- {1}% Level: 0=part, 1=chapter, etc.
- {0pt}% Heading indent
- {-3.5ex plus -1ex minus -.2ex}% Beforeskip (if neg, no head indent)
- {2.3ex plus.2ex}% Afterskip (if neg, run-in heading)
- {\centering\normalfont\Large\bfseries}} % Style of head
+ \renewcommand{\thesis@universityname}{Saint Michael's College}
\makeatother
+2.4.3.1 '\@ifstar'
+..................
+
+Synopsis:
+
+ \newcommand{\mycmd}{\@ifstar{\mycmd@star}{\mycmd@nostar}}
+ \newcommand{\mycmd@nostar}[NON-STARRED COMMAND NUMBER OF ARGS]{BODY OF NON-STARRED COMMAND}
+ \newcommand{\mycmd@star}[STARRED COMMAND NUMBER OF ARGS]{BODY OF STARRED COMMAND}
+
+ Many standard LaTeX environments or commands have a variant with the
+same name but ending with a star character '*', an asterisk. Examples
+are the 'table' and 'table*' environments and the '\section' and
+'\section*' commands.
+
+ When defining environments, following this pattern is straightforward
+because '\newenvironment' and '\renewenvironment' allow the environment
+name to contain a star. For commands the situation is more complex. As
+in the synopsis above, there will be a user-called command, given above
+as '\mycmd', which peeks ahead to see if it is followed by a star. For
+instance, LaTeX does not really have a '\section*' command; instead, the
+'\section' command peeks ahead. This command does not accept arguments
+but instead expands to one of two commands that do accept arguments. In
+the synopsis these two are '\mycmd@nostar' and '\mycmd@star'. They
+could take the same number of arguments or a different number, or no
+arguments at all. As always, in a LaTeX document a command using
+at-sign '@' must be enclosed inside a '\makeatletter ... \makeatother'
+block (*note \makeatletter and \makeatother::).
+
+ This example of '\@ifstar' defines the command '\ciel' and a variant
+'\ciel*'. Both have one required argument. A call to '\ciel{night}'
+will return "starry night sky" while '\ciel*{blue}' will return "starry
+not blue sky".
+
+ \newcommand*{\ciel@unstarred}[1]{starry #1 sky}
+ \newcommand*{\ciel@starred}[1]{starry not #1 sky}
+ \newcommand*{\ciel}{\@ifstar{\ciel@starred}{\ciel@unstarred}}
+
+ In the next example, the starred variant takes a different number of
+arguments than does the unstarred one. With this definition, Agent
+007's '``My name is \agentsecret*{Bond}, \agentsecret{James}{Bond}.'''
+is equivalent to '``My name is \textsc{Bond}, \textit{James}
+textsc{Bond}.'''
+
+ \newcommand*{\agentsecret@unstarred}[2]{\textit{#1} \textsc{#2}}
+ \newcommand*{\agentsecret@starred}[1]{\textsc{#1}}
+ \newcommand*{\agentsecret}{\@ifstar{\agentsecret@starred}{\agentsecret@unstarred}}
+
+ There are two sometimes more convenient ways to accomplish the work
+of '\@ifstar'. The 'suffix' package allows the construct
+'\newcommand\mycommand{UNSTARRED VERSION}' followed by
+'\WithSuffix\newcommand\mycommand*{STARRED VERSION}'. And LaTeX3 has
+the 'xparse' package that allows this code.
+
+ \NewDocumentCommand\foo{s}{\IfBooleanTF#1
+ {STARRED VERSION}%
+ {UNSTARRED VERSION}%
+ }
+
3 Document classes
******************
@@ -635,8 +732,10 @@ paper size (these show height by width):
TeX engines::), options other than 'letterpaper' set the print area but
you must also set the physical paper size. One way to do that is to put
'\pdfpagewidth=\paperwidth' and '\pdfpageheight=\paperheight' in your
-document's preamble. The 'geometry' package provides flexible ways of
-setting the print area and physical page size.
+document's preamble.
+
+ The 'geometry' package provides flexible ways of setting the print
+area and physical page size.
Miscellaneous other options:
@@ -722,35 +821,37 @@ a package while a command to make the page headers say 'Memo from the
SMC Math Department' is for a class.
Inside of a class or package file you can use the at-sign '@' as a
-character in command names without having to surround that command with
-'\makeatletter' and '\makeatother'. *Note \makeatletter and
-\makeatother::. This allow you to create commands that users will not
-accidentally redefine. Another technique is to preface class- or
-package-specific commands with some string to prevent your class or
-package from interacting with others. For instance, the class 'smcmemo'
-might have commands '\smc@tolist', '\smc@fromlist', etc.
+character in command names without having to surround the code
+containing that command with '\makeatletter' and '\makeatother'. *Note
+\makeatletter and \makeatother::. This allow you to create commands
+that users will not accidentally redefine. Another technique is to
+preface class- or package-specific commands with some string to prevent
+your class or package from interfering with others. For instance, the
+class 'smcmemo' might have commands '\smc@tolist', '\smc@fromlist', etc.
3.3.1 Class and package structure
---------------------------------
-A class file or package file typically has four parts. (1) In the
-identification part, the file says that it is a LaTeX package or class
-and describes itself, using the '\NeedsTeXFormat' and '\ProvidesClass'
-or '\ProvidesPackage' commands. (2) The preliminary declarations part
-declares some commands and can also load other files. Usually these
-commands will be those needed for the code used in the next part. For
-example, an 'smcmemo' class might be called with an option to read in a
-file with a list of people for the to-head, as
-'\documentclass[mathto]{smcmemo}', and therefore needs to define a
-command '\newcommand{\setto}[1]{\def\@tolist{#1}}' used in that file.
-(3) In the handle options part the class or package declares and
-processes its options. Class options allow a user to start their
-document as '\documentclass[OPTION LIST]{CLASS NAME}', to modify the
-behavior of the class. An example is when you declare
-'\documentclass[11pt]{article}' to set the default document font size.
-Finally, (4) in the more declarations part the class or package usually
-does most of its work: declaring new variables, commands and fonts, and
-loading other files.
+A class file or package file typically has four parts.
+ In the "identification part", the file says that it is a LaTeX
+ package or class and describes itself, using the '\NeedsTeXFormat'
+ and '\ProvidesClass' or '\ProvidesPackage' commands.
+ 1. The "preliminary declarations part" declares some commands and can
+ also load other files. Usually these commands will be those needed
+ for the code used in the next part. For example, an 'smcmemo'
+ class might be called with an option to read in a file with a list
+ of people for the to-head, as '\documentclass[mathto]{smcmemo}',
+ and therefore needs to define a command
+ '\newcommand{\setto}[1]{\def\@tolist{#1}}' used in that file.
+ 2. In the "handle options part" the class or package declares and
+ processes its options. Class options allow a user to start their
+ document as '\documentclass[OPTION LIST]{CLASS NAME}', to modify
+ the behavior of the class. An example is when you declare
+ '\documentclass[11pt]{article}' to set the default document font
+ size.
+ 3. Finally, in the "more declarations part" the class or package
+ usually does most of its work: declaring new variables, commands
+ and fonts, and loading other files.
Here is a starting class file, which should be saved as 'stub.cls'
where LaTeX can find it, for example in the same directory as the '.tex'
@@ -788,6 +889,18 @@ These are the commands designed to help writers of classes or packages.
times; the 'code' will be executed in the order that you called it.
See also *note \AtBeginDocument::.
+'\CheckCommand{CMD}[NUM][DEFAULT]{DEFINITION}'
+'\CheckCommand*{CMD}[NUM][DEFAULT]{DEFINITION}'
+ Like '\newcommand' (*note \newcommand & \renewcommand::) but does
+ not define CMD; instead it checks that the current definition of
+ CMD is exactly as given by DEFINITION and is or is not "long" as
+ expected. A long command is a command that accepts '\par' within
+ an argument. The CMD command is expected to be long with the
+ unstarred version of '\CheckCommand'. Raises an error when the
+ check fails. This allows you to check before you start redefining
+ 'cmd' yourself that no other package has already redefined this
+ command.
+
'\ClassError{CLASS NAME}{ERROR TEXT}{HELP TEXT}'
'\PackageError{PACKAGE NAME}{ERROR TEXT}{HELP TEXT}'
'\ClassWarning{CLASS NAME}{WARNING TEXT}'
@@ -812,7 +925,8 @@ These are the commands designed to help writers of classes or packages.
To format the messages, including the HELP TEXT: use '\protect' to
stop a command from expanding, get a line break with
- '\MessageBreak', and get a space with '\space'. Note that LaTeX
+ '\MessageBreak', and get a space with '\space' when a space
+ character does not allow it, like after a command. Note that LaTeX
appends a period to the messages.
'\CurrentOption'
@@ -821,7 +935,7 @@ These are the commands designed to help writers of classes or packages.
'\DeclareOption*'.
'\DeclareOption{OPTION}{CODE}'
-'\DeclareOption*{OPTION}{CODE}'
+'\DeclareOption*{CODE}'
Make an option available to a user, for invoking in their
'\documentclass' command. For example, the 'smcmemo' class could
have an option allowing users to put the institutional logo on the
@@ -850,14 +964,45 @@ These are the commands designed to help writers of classes or packages.
\DeclareOption*{\InputIfFileExists{\CurrentOption.memo}{}{%
\PassOptionsToClass{\CurrentOption}{article}}}
+'\DeclareRobustCommand{CMD}[NUM][DEFAULT]{DEFINITION}'
+'\DeclareRobustCommand*{CMD}[NUM][DEFAULT]{DEFINITION}'
+ Like '\newcommand' and '\newcommand*' (*note \newcommand &
+ \renewcommand::) but these declare a robust command, even if some
+ code within the DEFINITION is fragile. (For a discussion of robust
+ and fragile commands *note \protect::.) Use this command to define
+ new robust commands or to redefine existing commands and make them
+ robust. Unlike '\newcommand' these do not give an error if macro
+ CMD already exists; instead, a log message is put into the
+ transcript file if a command is redefined.
+
+ Commands defined this way are a bit less efficient than those
+ defined using '\newcommand' so unless the command's data is fragile
+ and the command is used within a moving argument, use
+ '\newcommand'.
+
+ The 'etoolbox' package offers commands '\newrobustcmd',
+ '\newrobustcmd*', '\renewrobustcmd', '\renewrobustcmd*',
+ '\providerobustcmd', and '\providerobustcmd*' which are similar to
+ '\newcommand', '\newcommand*', '\renewcommand', '\renewcommand*',
+ '\providecommand', and '\providecommand*', but define a robust CMD
+ with two advantages as compared to '\DeclareRobustCommand':
+ 1. They use the low-level e-TeX protection mechanism rather than
+ the higher level LaTeX '\protect' mechanism, so they do not
+ incur the slight loss of performance mentioned above, and
+ 2. They make the same distinction between '\new...', '\renew...',
+ and '\provide...', as the standard commands, so they do not
+ just make a log message when you redefine CMD that already
+ exists, in that case you need to use either '\renew...' or
+ '\provide...' or you get an error.
+
'\IfFileExists{FILE NAME}{TRUE CODE}{FALSE CODE}'
'\InputIfFileExists{FILE NAME}{TRUE CODE}{FALSE CODE}'
- Execute TRUE CODE if LaTeX can find the file and FALSE CODE
- otherwise. In the second case it inputs the file immediately after
- executing TRUE CODE. Thus
+ Execute TRUE CODE if LaTeX can find the file 'FILE NAME' and FALSE
+ CODE otherwise. In the second case it inputs the file immediately
+ after executing TRUE CODE. Thus
'\IfFileExists{img.pdf}{\includegraphics{img.pdf}}{\typeout{WARNING:
- img.pdf not found}}' will include the graphic if it is found but
- otherwise just give a warning.
+ img.pdf not found}}' will include the graphic 'img.pdf' if it is
+ found but otherwise just give a warning.
This command looks for the file in all search paths that LaTeX
uses, not only in the current directory. To look only in the
@@ -875,12 +1020,13 @@ These are the commands designed to help writers of classes or packages.
The OPTIONS LIST, if present, is a comma-separated list. The
RELEASE DATE is optional. If present it must have the form
- YYYY/MM/DD. If you request a RELEASE DATE and the date of the
- package installed on your system is earlier, then you get a warning
- on the screen and in the log like 'You have requested, on input
- line 4, version `2038/01/19' of document class article, but only
- version `2014/09/29 v1.4h Standard LaTeX document class' is
- available.'
+ YYYY/MM/DD.
+
+ If you request a RELEASE DATE and the date of the package installed
+ on your system is earlier, then you get a warning on the screen and
+ in the log like 'You have requested, on input line 4, version
+ `2038/01/19' of document class article, but only version
+ `2014/09/29 v1.4h Standard LaTeX document class' is available.'
The command version '\LoadClassWithOptions' uses the list of
options for the current class. This means it ignores any options
@@ -890,8 +1036,8 @@ These are the commands designed to help writers of classes or packages.
were passed.
'\ExecuteOptions{OPTIONS-LIST}'
- For each option in the OPTIONS-LIST, in order, this command
- executes the command '\ds@'OPTION. If this command is not defined
+ For each option OPTION in the OPTIONS-LIST, in order, this command
+ executes the command '\ds@OPTION'. If this command is not defined
then that option is silently ignored.
It can be used to provide a default option list before
@@ -900,13 +1046,13 @@ These are the commands designed to help writers of classes or packages.
'\ExecuteOptions{11pt}\ProcessOptions\relax'.
'\NeedsTeXFormat{FORMAT}[FORMAT DATE]'
- Specifies the format that this class should be run under. Often
+ Specifies the format that this class must be run under. Often
issued as the first line of a class file, and most often used as:
- '\NeedsTeXFormat{LaTeX2e}'. The format that you specify must
- exactly match the one installed on your system that you invoked,
- including that the string is case sensitive. If it does not match
- then execution stops with an error like 'This file needs format
- `xxx' but this is `LaTeX2e'.'
+ '\NeedsTeXFormat{LaTeX2e}'. When a document using that class is
+ processed, the format name given here must match the format that is
+ actually being run (including that the FORMAT string is case
+ sensitive). If it does not match then execution stops with an
+ error like 'This file needs format `LaTeX2e' but this is `xxx'.'
To specify a version of the format that you know to have certain
features, include the optional FORMAT DATE on which those features
@@ -914,16 +1060,14 @@ These are the commands designed to help writers of classes or packages.
If the format version installed on your system is earlier than
FORMAT DATE then you get a warning like 'You have requested release
`2038/01/20' of LaTeX, but only release `2016/02/01' is available.'
- (The LaTeX kernel has been frozen for many years so you probably do
- not not need to specify the format date.)
'\OptionNotUsed'
Adds the current option to the list of unused options. Can only be
used within the CODE argument of either '\DeclareOption' or
'\DeclareOption*'.
-'\PassOptionsToClass{OPTIONS LIST}{CLASS NAME}'
-'\PassOptionsToPackage{OPTIONS LIST}{PACKAGE NAME}'
+'\PassOptionsToClass{OPTION LIST}{CLASS NAME}'
+'\PassOptionsToPackage{OPTION LIST}{PACKAGE NAME}'
Adds the options in the comma-separated list OPTION LIST to the
options used by any future '\RequirePackage' or '\usepackage'
command for package PACKAGE NAME or the class CLASS NAME.
@@ -935,14 +1079,15 @@ These are the commands designed to help writers of classes or packages.
clash for package foo.' (LaTeX throws an error even if there is no
conflict between the options.)
- If your code is bringing in a package twice then you can collapse
- that to once, for example replacing the two
+ If your own code is bringing in a package twice then you can
+ collapse that to once, for example replacing the two
'\RequirePackage[landscape]{geometry}\RequirePackage[margins=1in]{geometry}'
with the single '\RequirePackage[landscape,margins=1in]{geometry}'.
But if you are loading a package that in turn loads another package
- then you need to queue up the options you desire. For instance,
- suppose the package 'foo' loads the package 'geometry'. Instead of
- ' \RequirePackage{foo}\RequirePackage[draft]{graphics}' you must
+ then you need to queue up the options you desire for this other
+ package. For instance, suppose the package 'foo' loads the package
+ 'geometry'. Instead of
+ '\RequirePackage{foo}\RequirePackage[draft]{graphics}' you must
write '\PassOptionsToPackage{draft}{graphics}
\RequirePackage{foo}'. (If 'foo.sty' loads an option in conflict
with what you want then you may have to look into altering its
@@ -961,36 +1106,40 @@ These are the commands designed to help writers of classes or packages.
Include it in the class file as '\ProcessOptions\relax' (because of
the existence of the starred command).
- Options come in two types. 'Local' options have been specified for
+ Options come in two types. "Local options" have been specified for
this particular package in the OPTIONS argument of
'\PassOptionsToPackage{OPTIONS}', '\usepackage[OPTIONS]', or
- '\RequirePackage[OPTIONS]'. 'Global' options are those given by
+ '\RequirePackage[OPTIONS]'. "Global options" are those given by
the class user in '\documentclass[OPTIONS]' (If an option is
specified both locally and globally then it is local.)
When '\ProcessOptions' is called for a package 'pkg.sty', the
- following happens. (1) For each option OPTION so far declared with
- '\DeclareOption', it looks to see if that option is either a global
- or a local option for 'pkg'. If so then it executes the declared
- code. This is done in the order in which these options were given
- in 'pkg.sty'. (2) For each remaining local option, it executes the
- command '\ds@'OPTION if it has been defined somewhere (other than
- by a '\DeclareOption'); otherwise, it executes the default option
- code given in '\DeclareOption*'. If no default option code has
- been declared then it gives an error message. This is done in the
- order in which these options were specified.
+ following happens:
+ 1. For each option OPTION so far declared with '\DeclareOption',
+ it looks to see if that option is either a global or a local
+ option for 'pkg'. If so then it executes the declared code.
+ This is done in the order in which these options were given in
+ 'pkg.sty'.
+ 2. For each remaining local option, it executes the command
+ '\ds@'OPTION if it has been defined somewhere (other than by a
+ '\DeclareOption'); otherwise, it executes the default option
+ code given in '\DeclareOption*'. If no default option code
+ has been declared then it gives an error message. This is
+ done in the order in which these options were specified.
When '\ProcessOptions' is called for a class it works in the same
- way except that all options are local, and the default value for
+ way except that all options are local, and the default CODE for
'\DeclareOption*' is '\OptionNotUsed' rather than an error.
- The starred version '\ProcessOptions*'\@OPTIONS executes the
- options in the order specified in the calling commands, rather than
- in the order of declaration in the class or package. For a package
- this means that the global options are processed first.
+ The starred version '\ProcessOptions*' executes the options in the
+ order specified in the calling commands, rather than in the order
+ of declaration in the class or package. For a package this means
+ that the global options are processed first.
-'\ProvidesClass{CLASS NAME}[<RELEASE DATE> <BRIEF ADDITIONAL INFORMATION>]'
-'\ProvidesPackage{PACKAGE NAME}[<RELEASE DATE> <BRIEF ADDITIONAL INFORMATION>]'
+'\ProvidesClass{CLASS NAME}[RELEASE DATE BRIEF ADDITIONAL INFORMATION]'
+'\ProvidesClass{CLASS NAME}[RELEASE DATE]'
+'\ProvidesPackage{PACKAGE NAME}[RELEASE DATE BRIEF ADDITIONAL INFORMATION]'
+'\ProvidesPackage{PACKAGE NAME}[RELEASE DATE]'
Identifies the class or package, printing a message to the screen
and the log file.
@@ -1004,20 +1153,20 @@ These are the commands designed to help writers of classes or packages.
but the document class provides 'xxx'.' This warning does not
prevent LaTeX from processing the rest of the class file normally.
- If you include the optional part then you must include the date,
- before the first space, and it must have the form 'YYYY/MM/DD'.
- The rest of the optional part is free-form, although it
- traditionally identifies the class, and is written to the screen
- during compilation and to the log file. Thus, if your file
- 'smcmem.cls' contains the line '\ProvidesClass{smcmem}[2008/06/01
- SMC memo class]' and your document's first line is
- '\documentclass{smcmem}' then you will see 'Document Class: smcmemo
- 2008/06/01 SMC memo class'.
-
- The date in the optional portion allows class and package users to
+ If you include the optional argument, then you must include the
+ date, before the first space if any, and it must have the form
+ 'YYYY/MM/DD'. The rest of the optional argument is free-form,
+ although it traditionally identifies the class, and is written to
+ the screen during compilation and to the log file. Thus, if your
+ file 'smcmemo.cls' contains the line
+ '\ProvidesClass{smcmemo}[2008/06/01 v1.0 SMC memo class]' and your
+ document's first line is '\documentclass{smcmemo}' then you will
+ see 'Document Class: smcmemo 2008/06/01 v1.0 SMC memo class'.
+
+ The date in the optional argument allows class and package users to
ask to be warned if the version of the class or package installed
on their system is earlier than RELEASE DATE, by using the optional
- calls such as '\documentclass{smcmem}[2018/10/12]' or
+ arguments such as '\documentclass{smcmemo}[2018/10/12]' or
'\usepackage{foo}[[2017/07/07]]'. (Note that package users only
rarely include a date, and class users almost never do.)
@@ -1025,17 +1174,19 @@ These are the commands designed to help writers of classes or packages.
Declare a file other than the main class and package files, such as
configuration files or font definition files. Put this command in
that file and you get in the log a string like 'File: test.config
- 2017/10/12 config file for test.cls'.
+ 2017/10/12 config file for test.cls' for FILE NAME equal to
+ 'test.config' and ADDITIONAL INFORMATION equal to '2017/10/12
+ config file for test.cls'.
-'\RequirePackage[OPTIONS LIST]{PACKAGE NAME}[RELEASE DATE]'
+'\RequirePackage[OPTION LIST]{PACKAGE NAME}[RELEASE DATE]'
'\RequirePackageWithOptions{PACKAGE NAME}[RELEASE DATE]'
- Load a package, like the author command '\usepackage'. *Note
- Additional packages::. An example is
+ Load a package, like the document author command '\usepackage'.
+ *Note Additional packages::. An example is
'\RequirePackage[landscape,margin=1in]{geometry}'. Note that the
LaTeX development team strongly recommends use of these commands
over Plain TeX's '\input'; see the Class Guide.
- The OPTIONS LIST, if present, is a comma-separated list. The
+ The OPTION LIST, if present, is a comma-separated list. The
RELEASE DATE, if present, must have the form YYYY/MM/DD. If the
release date of the package as installed on your system is earlier
than RELEASE DATE then you get a warning like 'You have requested,
@@ -1195,7 +1346,7 @@ switching to bold letters and symbols in formulas.
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, which all have
-the same height as upper-case letters. LaTeX's default fonts support
+the same height as uppercase letters. 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
@@ -1243,7 +1394,8 @@ ones.
'T1', also known as the Cork encoding, which has support for the
accented characters used by the most widespread European languages
(German, French, Italian, Polish and others), which allows TeX to
- hyphenate words containing accented letters.
+ hyphenate words containing accented letters. For more, see
+ <https://ctan.org/pkg/encguide>.
'\fontfamily{FAMILY}'
Select the font family. The web page
@@ -1251,60 +1403,62 @@ ones.
through many of the fonts easily used with LaTeX. Here are
examples of some common families:
- 'pag' Avant Garde
- 'fvs' Bitstream Vera Sans
- 'pbk' Bookman
- 'bch' Charter
- 'ccr' Computer Concrete
- 'cmr' Computer Modern
- 'pcr' Courier
- 'phv' Helvetica
- 'fi4' Inconsolata
- 'lmr' Latin Modern
- 'lmss' Latin Modern Sans
- 'lmtt' Latin Modern Typewriter
- 'pnc' New Century Schoolbook
- 'ppl' Palatino
- 'ptm' Times
- 'uncl' Uncial
- 'put' Utopia
- 'pzc' Zapf Chancery
+ 'pag' Avant Garde
+ 'fvs' Bitstream Vera Sans
+ 'pbk' Bookman
+ 'bch' Charter
+ 'ccr' Computer Concrete
+ 'cmr' Computer Modern
+ 'cmss' Computer Modern Sans Serif
+ 'cmtt' Computer Modern Typewriter
+ 'pcr' Courier
+ 'phv' Helvetica
+ 'fi4' Inconsolata
+ 'lmr' Latin Modern
+ 'lmss' Latin Modern Sans
+ 'lmtt' Latin Modern Typewriter
+ 'pnc' New Century Schoolbook
+ 'ppl' Palatino
+ 'ptm' Times
+ 'uncl' Uncial
+ 'put' Utopia
+ 'pzc' Zapf Chancery
'\fontseries{SERIES}'
Select the font series. A "series" combines a "weight" and a
"width". Typically, a font supports only a few of the possible
combinations. Some common combined series values include:
- 'm' Medium (normal)
- 'b' Bold
- 'c' Condensed
- 'bc' Bold condensed
- 'bx' Bold extended
+ 'm' Medium (normal)
+ 'b' Bold
+ 'c' Condensed
+ 'bc' Bold condensed
+ 'bx' Bold extended
The possible values for weight, individually, are:
- 'ul' Ultra light
- 'el' Extra light
- 'l' Light
- 'sl' Semi light
- 'm' Medium (normal)
- 'sb' Semi bold
- 'b' Bold
- 'eb' Extra bold
- 'ub' Ultra bold
-
- The possible values for width, individually, are (the percentages
- are just guides and are not followed precisely by all fonts):
-
- 'uc' Ultra condensed, 50%
- 'ec' Extra condensed, 62.5%
- 'c' Condensed, 75%
- 'sc' Semi condensed, 87.5%
- 'm' Medium, 100%
- 'sx' Semi expanded, 112.5%
- 'x' Expanded, 125%
- 'ex' Extra expanded, 150%
- 'ux' Ultra expanded, 200%
+ 'ul' Ultra light
+ 'el' Extra light
+ 'l' Light
+ 'sl' Semi light
+ 'm' Medium (normal)
+ 'sb' Semi bold
+ 'b' Bold
+ 'eb' Extra bold
+ 'ub' Ultra bold
+
+ The possible values for width, individually, are (the meaning and
+ relationship of these terms varies with individual typefaces):
+
+ 'uc' Ultra condensed
+ 'ec' Extra condensed
+ 'c' Condensed
+ 'sc' Semi condensed
+ 'm' Medium
+ 'sx' Semi expanded
+ 'x' Expanded
+ 'ex' Extra expanded
+ 'ux' Ultra expanded
When forming the SERIES string from the weight and width, drop the
'm' that stands for medium weight or medium width, unless both
@@ -1313,12 +1467,12 @@ ones.
'\fontshape{SHAPE}'
Select font shape. Valid shapes are:
- 'n' Upright (normal)
- 'it' Italic
- 'sl' Slanted (oblique)
- 'sc' Small caps
- 'ui' Upright italics
- 'ol' Outline
+ 'n' Upright (normal)
+ 'it' Italic
+ 'sl' Slanted (oblique)
+ 'sc' Small caps
+ 'ui' Upright italics
+ 'ol' Outline
The two last shapes are not available for most font families, and
small caps are often missing as well.
@@ -1337,7 +1491,8 @@ ones.
LaTeX multiplies the line spacing by the value of the
'\baselinestretch' parameter; the default factor is 1. A change
takes effect when '\selectfont' (see below) is called. You can
- make line skip changes happen for the entire document by doing
+ make a line skip change happen for the entire document, for
+ instance doubling it, by doing
'\renewcommand{\baselinestretch}{2.0}' in the preamble.
However, the best way to double-space a document is to use the
@@ -1855,7 +2010,198 @@ setting
\setcounter{secnumdepth}{LEVEL}
suppresses heading numbers at any depth > LEVEL, where 'chapter' is
-level zero. (*Note \setcounter::.)
+level zero. The default 'secnumdepth' is 3 in LaTeX's 'article' class
+and 2 in the 'book' and 'report' classes. (*Note \setcounter::.)
+
+6.1 '\@startsection'
+====================
+
+Synopsis:
+
+ \@startsection{NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE}
+
+ Used to help redefine the behavior of commands that start sectioning
+divisions such as '\section' or '\subsection'.
+
+ Note that the 'titlesec' package makes manipulation of sectioning
+easier. Further, while most requirements for sectioning commands can be
+satisfied with '\@startsection', some cannot. For instance, in the
+standard LaTeX 'book' and 'report' classes the commands '\chapter' and
+'\report' are not constructed in this way. To make such a command you
+may want to use the '\secdef' command.
+
+ Technically, '\@startsection' has the form
+ \@startsection{NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE}*[TOCTITLE]{TITLE}
+(the star '*' is optional), so that issuing
+ \renewcommand{\section}{\@startsection{NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE}}
+redefines '\section' to have the form '\section*[TOCTITLE]{TITLE}' (here
+too, the star '*' is optional). *Note Sectioning::. This implies that
+when you write a command like '\renewcommand{section}{...}', the
+'\@startsection{...}' must come last in the definition. See the
+examples below.
+
+NAME
+ Name of the counter used to number the sectioning header. This
+ counter must be defined separately. Most commonly this is either
+ 'section', 'subsection', or 'paragraph'. Although in those three
+ cases the counter name is the same as the sectioning command
+ itself, using the same name is not required.
+
+ Then '\the'NAME displays the title number and '\'NAME'mark' is for
+ the page headers. See the third example below.
+
+LEVEL
+ An integer giving the depth of the sectioning command: 0 for
+ 'chapter' (only applies to the standard 'book' and 'report'
+ classes), 1 for 'section', 2 for 'subsection', 3 for
+ 'subsubsection', 4 for 'paragraph', and 5 for 'subparagraph'. In
+ the 'book' and 'report' classes 'part' has level -1, while in the
+ 'article' class 'part' has level 0.
+
+ If LEVEL is less than or equal to the value of 'secnumdepth' then
+ the titles for this sectioning command will be numbered. For
+ instance, in an 'article', if 'secnumdepth' is 1 then a
+ '\section{Introduction}' command will produce output like "1
+ Introduction" while '\subsection{Discussion}' will produce output
+ like "Discussion", without the number prefix. *Note
+ Sectioning/secnumdepth::.
+
+ If LEVEL is less than or equal to the value of TOCDEPTH then the
+ table of contents will have an entry for this sectioning unit. For
+ instance, in an 'article', if TOCDEPTH is 1 then the table of
+ contents will list sections but not subsections.
+
+INDENT
+ A length giving the indentation of all of the title lines with
+ respect to the left margin. To have the title flush with the
+ margin use '0pt'. A negative indentation such as '-\parindent'
+ will move the title into the left margin.
+
+BEFORESKIP
+ The absolute value of this length is the amount of vertical space
+ that is inserted before this sectioning unit's title. This space
+ will be discarded if the sectioning unit happens to start at the
+ top of a fresh page. If this number is negative then the first
+ paragraph following the header is not indented, if it is
+ non-negative then the first paragraph is indented. (Note that the
+ negative of '1pt plus 2pt minus 3pt' is '-1pt plus -2pt minus
+ -3pt'.)
+
+ For example, if BEFORESKIP is '-3.5ex plus -1ex minus -0.2ex' then
+ to start the new sectioning unit, LaTeX will add about 3.5 times
+ the height of a letter x in vertical space, and the first paragraph
+ in the section will not be indented. Using a rubber length, with
+ 'plus' and 'minus', is good practice here since it gives LaTeX more
+ flexibility in making up the page (*note Lengths::).
+
+ The full accounting of the vertical space between the baseline of
+ the line prior to this sectioning unit's header and the baseline of
+ the header is that it is the sum of the '\parskip' of the text
+ font, the '\baselineskip' of the title font, and the absolute value
+ of the BEFORESKIP. This space is typically rubber so it may
+ stretch or shrink. (If the sectioning unit starts on a fresh page
+ so that the vertical space is discarded then the baseline of the
+ header text will be where LaTeX would put the baseline of the first
+ text line on that page.)
+
+AFTERSKIP
+ This is a length. If AFTERSKIP is non-negative then this is the
+ vertical space inserted after the sectioning unit's title header.
+ If it is negative then the title header becomes a run-in header, so
+ that it becomes part of the next paragraph. In this case the
+ absolute value of the length gives the horizontal space between the
+ end of the title and the beginning of the following paragraph.
+ (Note that the negative of '1pt plus 2pt minus 3pt' is '-1pt plus
+ -2pt minus -3pt'.)
+
+ As with BEFORESKIP, using a rubber length, with 'plus' and 'minus'
+ components, is good practice here since it gives LaTeX more
+ flexibility in putting together the page.
+
+ If 'afterskip' is non-negative then the full accounting of the
+ vertical space between the baseline of the sectioning unit's header
+ and the baseline of the first line of the following paragraph is
+ that it is the sum of the '\parskip' of the title font, the
+ '\baselineskip' of the text font, and the value of AFTER. That
+ space is typically rubber so it may stretch or shrink. (Note that
+ because the sign of 'afterskip' changes the sectioning unit
+ header's from standalone to run-in, you cannot use a negative
+ 'afterskip' to cancel part of the '\parskip'.)
+
+STYLE
+ Controls the styling of the title. See the examples below.
+ Typical commands to use here are '\centering', '\raggedright',
+ '\normalfont', '\hrule', or '\newpage'. The last command in STYLE
+ may be one such as '\MakeUppercase' or '\fbox' that takes one
+ argument. The section title will be supplied as the argument to
+ this command. For instance, setting STYLE to
+ '\bfseries\MakeUppercase' would produce titles that are bold and
+ upper case.
+
+ These are LaTeX's defaults for the first three sectioning units that
+are defined with '\@startsection', for the 'article', 'book', and
+'report' classes.
+
+ 'section' 'subsection' 'subsubsection'
+-----------------------------------------------------------------------------
+*note NAME: \@startsection/name.sectionsubsection subsubsection
+*note LEVEL: \@startsection/level.12 3
+*note INDENT: \@startsection/indent.'0pt''0pt' '0pt'
+*note BEFORESKIP: \@startsection/beforeskip.'-3.5ex plus -1ex'-3.25ex plus -1ex'-3.25ex plus -1ex
+ minus -0.2ex' minus -0.2ex' minus -0.2ex'
+*note AFTERSKIP: \@startsection/afterskip.'2.3ex plus 0.2ex''1.5ex plus 0.2ex''1.5ex plus 0.2ex'
+*note STYLE: \@startsection/style.'\normalfont\Large\bfseries''\normalfont\large\bfseries''\normalfont\normalsize\bfseries'
+
+ Here are examples. They go either in a package or class file or in
+the preamble of a LaTeX document. If you put them in the preamble they
+must go between a '\makeatletter' command and a '\makeatother'.
+(Probably the error message 'You can't use `\spacefactor' in vertical
+mode.' means that you forgot this.) *Note \makeatletter and
+\makeatother::.
+
+ This will put section titles in large boldface type, centered. It
+says '\renewcommand' because LaTeX's standard classes have already
+defined a '\section'. For the same reason it does not define a
+'section' counter, or the commands '\thesection' and '\l@section'.
+
+ \renewcommand\section{%
+ \@startsection{section}% *note NAME: \@startsection/name.
+ {1}% *note LEVEL: \@startsection/level.
+ {0pt}% *note INDENT: \@startsection/indent.
+ {-3.5ex plus -1ex minus -.2ex}% *note BEFORESKIP: \@startsection/beforeskip.
+ {2.3ex plus.2ex}% *note AFTERSKIP: \@startsection/afterskip.
+ {\centering\normalfont\Large\bfseries}% *note STYLE: \@startsection/style.
+ }
+
+ This will put 'subsection' titles in small caps type, inline with the
+paragraph.
+
+ \renewcommand\subsection{%
+ \@startsection{subsection}% *note NAME: \@startsection/name.
+ {2}% *note LEVEL: \@startsection/level.
+ {0em}% *note INDENT: \@startsection/indent.
+ {-1ex plus 0.1ex minus -0.05ex}% *note BEFORESKIP: \@startsection/beforeskip.
+ {-1em plus 0.2em}% *note AFTERSKIP: \@startsection/afterskip.
+ {\scshape}% *note STYLE: \@startsection/style.
+ }
+
+ The prior examples redefined existing sectional unit title commands.
+This defines a new one, illustrating the needed counter and macros to
+display that counter.
+
+ \setcounter{secnumdepth}{6}% show counters this far down
+ \newcounter{subsubparagraph}[subparagraph]% counter for numbering
+ \renewcommand{\thesubsubparagraph}% how to display
+ {\thesubparagraph.\@arabic\c@subsubparagraph}% numbering
+ \newcommand{\subsubparagraph}{\@startsection
+ {subsubparagraph}%
+ {6}%
+ {0em}%
+ {\baselineskip}%
+ {0.5\baselineskip}%
+ {\normalfont\normalsize}}
+ \newcommand*\l@subsubparagraph{\@dottedtocline{6}{10em}{5em}}% for toc
+ \newcommand{\subsubparagraphmark}[1]{}% for page headers
7 Cross references
******************
@@ -2188,19 +2534,30 @@ centered.
Synopsis:
\begin{description}
- \item [FIRST LABEL] text of first item
- \item [SECOND LABEL] text of second item
+ \item[LABEL OF FIRST ITEM] text of first item
+ \item[LABEL OF SECOND ITEM] text of second item
...
\end{description}
- Environment to make a labelled list of items. Each item's LABEL is
-typeset in bold, flush-left. Each item's text may contain multiple
-paragraphs. Although the labels on the items are optional there is no
-sensible default, so all items should have labels.
+ Environment to make a labeled list of items. Each item's LABEL is
+typeset in bold, and is flush left so that long labels continue into the
+first line of the item text. There must be at least one item; having
+none causes the LaTeX error 'Something's wrong--perhaps a missing
+\item'.
- The list consists of at least one item, created with the '\item'
-command (*note \item::). Having no items causes the LaTeX error
-'Something's wrong--perhaps a missing \item').
+ This example shows the environment used for a sequence of
+definitions. The labels 'lama' and 'llama' come out in boldface with
+their left edges aligned on the left margin.
+
+ \begin{definition}
+ \item[lama] A priest.
+ \item[llama] A beast.
+ \end{definition}
+
+ Start list items with the '\item' command (*note \item::). Use the
+optional labels, as in '\item[Main point]', because there is no sensible
+default. Following the '\item' is optional text, which may contain
+multiple paragraphs.
Since the labels are in bold style, if the label text calls for a
font change given in argument style (see *note Font styles::) then it
@@ -2208,20 +2565,21 @@ will come out bold. For instance, if the label text calls for
typewriter with '\item[\texttt{label text}]' then it will appear in bold
typewriter, if that is available. The simplest way to get non-bold
typewriter is to use declarative style: '\item[{\tt label text}]'.
-Similarly, to get the standard roman font, use '\item[{\rm label
-text}]'.
+Similarly, get the standard roman font with '\item[{\rm label text}]'.
For other major LaTeX labelled list environments, see *note itemize::
-and *note enumerate::. For information about customizing list layout,
-see *note list::; also, the package 'enumitem' is useful for this.
+and *note enumerate::. Unlike those environments, nesting 'description'
+environments does not change the default label; it is boldface and flush
+left at all levels.
- This example shows the environment used for a sequence of
-definitions.
+ For information about list layout parameters, including the default
+values, and for information about customizing list layout, see *note
+list::. The package 'enumitem' is useful for customizing lists.
- \begin{definition}
- \item[lama] A priest.
- \item[llama] A beast.
- \end{definition}
+ This example changes the description labels to small caps.
+
+ \renewcommand{\descriptionlabel}[1]{%
+ {\hspace{\labelsep}\textsc{#1}}}
8.5 'displaymath'
=================
@@ -2229,32 +2587,31 @@ definitions.
Synopsis:
\begin{displaymath}
- ... math text ...
+ MATH TEXT
\end{displaymath}
Environment to typeset the math text on its own line, in display
style and centered. To make the text be flush-left use the global
option 'fleqn'; see *note Document class options::.
- LaTeX will not break the math text across lines.
-
In the 'displaymath' environment no equation number is added to the
math text. One way to get an equation number is to use the 'equation'
environment (*note equation::).
- Note that the 'amsmath' package has extensive displayed equation
-facilities. Those facilities are the best approach for such output in
-new documents. For example, there are a number of options in that
-package for having math text broken across lines.
-
- The construct '\[..math text..\]' is essentially a synonym for
-'\begin{displaymath}..math text..\end{displaymath}' but the latter is
-easier to work with in the source file; for instance, searching for a
-square bracket may get false positives but the word 'displaymath' will
-likely be unique. (The construct '$$..math text..$$' from Plain TeX is
-sometimes mistakenly used as a synonym for 'displaymath'. It is not a
-synonym, because the 'displaymath' environment checks that it isn't
-started in math mode and that it ends in math mode begun by the matching
+ LaTeX will not break the MATH TEXT across lines.
+
+ Note that the 'amsmath' package has significantly more extensive
+displayed equation facilities. For example, there are a number of ways
+in that package for having math text broken across lines.
+
+ The construct '\[MATH TEXT\]' is essentially a synonym for
+'\begin{displaymath}MATH TEXT\end{displaymath}' but the latter is easier
+to work with in the source file; for instance, searching for a square
+bracket may get false positives but the word 'displaymath' will likely
+be unique. (The construct '$$MATH TEXT$$' from Plain TeX is sometimes
+mistakenly used as a synonym for 'displaymath'. It is not a synonym,
+because the 'displaymath' environment checks that it isn't started in
+math mode and that it ends in math mode begun by the matching
environment start, because the 'displaymath' environment has different
vertical spacing, and because the 'displaymath' environment honors the
'fleqn' option.)
@@ -2272,6 +2629,9 @@ vertical spacing, and because the 'displaymath' environment honors the
The 'document' environment encloses the entire body of a document. It
is required in every LaTeX document. *Note Starting and ending::.
+8.6.1 '\AtBeginDocument'
+------------------------
+
Synopsis:
\AtBeginDocument{CODE}
@@ -2285,6 +2645,9 @@ you cannot do any typesetting with it.
You can issue this command more than once; the successive code lines
will be executed in the order that you gave them.
+8.6.2 '\AtEndDocument'
+----------------------
+
Synopsis:
\AtEndDocument{CODE}
@@ -2304,33 +2667,38 @@ will be executed in the order that you gave them.
Synopsis:
\begin{enumerate}
- \item [FIRST LABEL] text of first item
- \item [SECOND LABEL] text of second item
+ \item[OPTIONAL LABEL OF FIRST ITEM] text of first item
+ \item[OPTIONAL LABEL OF SECOND ITEM] text of second item
...
\end{enumerate}
Environment to produce a numbered list of items. The format of the
-label numbering depends on whether this environment is nested within
-another; see below.
-
- The list consists of at least one item. Having no items causes the
-LaTeX error 'Something's wrong--perhaps a missing \item'. Each item is
-produced with an '\item' command.
+label numbering depends on the nesting level of this environment; see
+below. The default top-level numbering is '1.', '2.', etc. Each
+'enumerate' list environment must have at least one item; having none
+causes the LaTeX error 'Something's wrong--perhaps a missing \item'.
- This example lists the top two finishers in the 1908 Olympic
-marathon.
+ This example gives the first two finishers in the 1908 Olympic
+marathon. As a top-level list the labels would come out as '1.' and
+'2.'.
\begin{enumerate}
\item Johnny Hayes (USA)
\item Charles Hefferon (RSA)
\end{enumerate}
- Enumerations may be nested within a paragraph-making environment,
-including 'itemize' (*note itemize::), 'description' (*note
-description::) and 'enumeration', up to four levels deep. The format of
-the label produced depends on the place in the nesting. This gives
-LaTeX's default for the format at each nesting level (where 1 is the
-outermost level):
+ Start list items with the '\item' command (*note \item::). If you
+give '\item' an optional argument by following it with square brackets,
+as in '\item[Interstitial label]', then the next item will continue the
+interrupted sequence (*note \item::). That is, you will get labels like
+'1.', then 'Interstitial label', then '2.'. Following the '\item' is
+optional text, which may contain multiple paragraphs.
+
+ Enumerations may be nested within other 'enumerate' environments, or
+within any paragraph-making environment such as 'itemize' (*note
+itemize::), up to four levels deep. This gives LaTeX's default for the
+format at each nesting level, where 1 is the top level, the outermost
+level.
1. arabic number followed by a period: '1.', '2.', ...
2. lower case letter inside parentheses: '(a)', '(b)' ...
@@ -2338,27 +2706,27 @@ outermost level):
4. upper case letter followed by a period: 'A.', 'B.', ...
The 'enumerate' environment uses the counters '\enumi' through
-'\enumiv' counters (*note Counters::). If you use the optional argument
-to '\item' then the counter is not incremented for that item (*note
-\item::).
+'\enumiv' (*note Counters::).
+
+ For other major LaTeX labeled list environments, see *note
+description:: and *note itemize::. For information about list layout
+parameters, including the default values, and for information about
+customizing list layout, see *note list::. The package 'enumitem' is
+useful for customizing lists.
To change the format of the label use '\renewcommand' (*note
\newcommand & \renewcommand::) on the commands '\labelenumi' through
'\labelenumiv'. For instance, this first level list will be labelled
-with uppercase letters, in boldface, and without a trailing period:
+with uppercase letters, in boldface, and without a trailing period.
\renewcommand{\labelenumi}{\textbf{\Alph{enumi}}}
\begin{enumerate}
- \item eI
- \item bi:
- \item si:
+ \item Shows as boldface A
+ \item Shows as boldface B
\end{enumerate}
- For a list of counter-labelling commands like '\Alph' see *note \alph
-\Alph \arabic \roman \Roman \fnsymbol::.
-
- For more on customizing the layout see *note list::. Also, the
-package 'enumitem' is useful for this.
+ For a list of counter-labeling commands see *note \alph \Alph \arabic
+\roman \Roman \fnsymbol::.
8.8 'eqnarray'
==============
@@ -2428,6 +2796,10 @@ equation number in the right margin.
The equation number is generated using the 'equation' counter.
+ You should have no blank lines between '\begin{equation}' and
+'\begin{equation}', or LaTeX will tell you that there is a missing
+dollar sign, $'$'.
+
Note that the 'amsmath' package has extensive displayed equation
facilities. Those facilities are the best approach for such output in
new documents.
@@ -2594,88 +2966,69 @@ paragraph unit.
Synopsis:
\begin{itemize}
- \item ITEM1
- \item ITEM2
+ \item[OPTIONAL LABEL OF FIRST ITEM] text of first item
+ \item[OPTIONAL LABEL OF SECOND ITEM] text of second item
...
\end{itemize}
The 'itemize' environment produces an "unordered", "bulleted" list.
-Itemized lists can be nested within one another, up to four levels deep.
-They can also be nested within other paragraph-making environments, such
-as 'enumerate' (*note enumerate::).
-
- Each item of an 'itemize' list begins with an '\item' command. There
-must be at least one '\item' command within the environment.
+The format of the label numbering depends on the nesting level of this
+environment; see below. Each 'itemize' list environment must have at
+least one item; having none causes the LaTeX error 'Something's
+wrong--perhaps a missing \item'.
- By default, the marks at each level look like this:
+ This example gives a two-item list. As a top-level list each label
+would come out as a bullet, *.
- 1. * (bullet)
- 2. -- (bold en-dash)
- 3. * (asterisk)
- 4. . (centered dot, rendered here as a period)
+ \begin{itemize}
+ \item Pencil and watercolor sketch by Cassandra
+ \item Rice portrait
+ \end{itemize}
- The 'itemize' environment uses the commands '\labelitemi' through
-'\labelitemiv' to produce the default label. So, you can use
-'\renewcommand' to change the labels. For instance, to have the first
-level use diamonds:
+ Start list items with the '\item' command (*note \item::). If you
+give '\item' an optional argument by following it with square brackets,
+as in '\item[Optional label]', then by default it will appear in bold
+and be flush right, so it could extend into the left margin. For labels
+that are flush left see the *note description:: environment. Following
+the '\item' is optional text, which may contain multiple paragraphs.
+
+ Itemized lists can be nested within one another, up to four levels
+deep. They can also be nested within other paragraph-making
+environments, such as 'enumerate' (*note enumerate::). The 'itemize'
+environment uses the commands '\labelitemi' through '\labelitemiv' to
+produce the default label (this also uses the convention of lower case
+roman numerals at the end of the command names that signify the nesting
+level). These are the default marks at each level.
+
+ 1. * (bullet, from '\textbullet')
+ 2. -- (bold en-dash, from '\normalfont\bfseries\textendash')
+ 3. * (asterisk, from '\textasteriskcentered')
+ 4. . (centered dot, rendered here as a period, from
+ '\textperiodcentered')
+
+ Change the labels with '\renewcommand'. For instance, this makes the
+first level use diamonds.
\renewcommand{\labelitemi}{$\diamond$}
- The '\leftmargini' through '\leftmarginvi' parameters define the
-distance between the left margin of the enclosing environment and the
-left margin of the list. By convention, '\leftmargin' is set to the
-appropriate '\leftmarginN' when a new level of nesting is entered.
-
- The defaults vary from '.5em' (highest levels of nesting) to '2.5em'
-(first level), and are a bit reduced in two-column mode. This example
-greatly reduces the margin space for outermost lists:
-
- \setlength{\leftmargini}{1.25em} % default 2.5em
-
- Some parameters that affect list formatting:
-
-'\itemindent'
- Extra indentation before each item in a list; default zero.
-
-'\labelsep'
- Space between the label and text of an item; default '.5em'.
-
-'\labelwidth'
- Width of the label; default '2em', or '1.5em' in two-column mode.
-
-'\listparindent'
- Extra indentation added to second and subsequent paragraphs within
- a list item; default '0pt'.
-
-'\rightmargin'
- Horizontal distance between the right margin of the list and the
- enclosing environment; default '0pt', except in the 'quote',
- 'quotation', and 'verse' environments, where it is set equal to
- '\leftmargin'.
-
- Parameters affecting vertical spacing between list items (rather
-loose, by default).
+ The distance between the left margin of the enclosing environment and
+the left margin of the 'itemize' list is determined by the parameters
+'\leftmargini' through '\leftmarginvi'. (Note the convention of using
+lower case roman numerals a the end of the command name to denote the
+nesting level.) The defaults are: '2.5em' in level 1 ('2em' in
+two-column mode), '2.2em' in level 2, '1.87em' in level 3, and '1.7em'
+in level 4, with smaller values for more deeply nested levels.
-'\itemsep'
- Vertical space between items. The default is '2pt plus1pt
- minus1pt' for '10pt' documents, '3pt plus2pt minus1pt' for '11pt',
- and '4.5pt plus2pt minus1pt' for '12pt'.
+ For other major LaTeX labeled list environments, see *note
+description:: and *note enumerate::. For information about list layout
+parameters, including the default values, and for information about
+customizing list layout, see *note list::. The package 'enumitem' is
+useful for customizing lists.
-'\parsep'
- Extra vertical space between paragraphs within a list item.
- Defaults are the same as '\itemsep'.
+ This example greatly reduces the margin space for outermost itemized
+lists.
-'\topsep'
- Vertical space between the first item and the preceding paragraph.
- For top-level lists, the default is '8pt plus2pt minus4pt' for
- '10pt' documents, '9pt plus3pt minus5pt' for '11pt', and '10pt
- plus4pt minus6pt' for '12pt'. These are reduced for nested lists.
-
-'\partopsep'
- Extra space added to '\topsep' when the list environment starts a
- paragraph. The default is '2pt plus1pt minus1pt' for '10pt'
- documents, '3pt plus1pt minus1pt' for '11pt', and '3pt plus2pt
- minus2pt' for '12pt'.
+ \setlength{\leftmargini}{1.25em} % default 2.5em
Especially for lists with short items, it may be desirable to elide
space between items. Here is an example defining an 'itemize*'
@@ -2698,50 +3051,307 @@ This environment is used for creating letters. *Note Letters::.
8.16 'list'
===========
-The 'list' environment is a generic environment which is used for
-defining many of the more specific environments. It is seldom used in
-documents, but often in macros.
+Synopsis:
\begin{list}{LABELING}{SPACING}
- \item ITEM1
- \item ITEM2
+ \item[OPTIONAL LABEL OF FIRST ITEM] text of first item
+ \item[OPTIONAL LABEL OF SECOND ITEM] text of second item
...
\end{list}
- The mandatory LABELING argument specifies how items should be
-labelled (unless the optional argument is supplied to '\item'). This
-argument is a piece of text that is inserted in a box to form the label.
-It can and usually does contain other LaTeX commands.
+ The 'list' environment is a generic environment for constructing more
+specialized lists. It is most often used to create lists via the
+'description', 'enumerate', and 'itemize' environments (*note
+description::, *note enumerate::, and *note itemize::).
- The mandatory SPACING argument contains commands to change the
-spacing parameters for the list. This argument will most often be
-empty, i.e., '{}', which leaves the default spacing.
+ Also, many standard LaTeX environments that are not visually lists
+are constructed using 'list', including 'quotation', 'quote', 'center',
+'verbatim', and plenty more (*note quotation and quote::, *note
+center::, *note flushright::).
- The width used for typesetting the list items is specified by
-'\linewidth' (*note Page layout parameters::).
+ The third-party package 'enumitem' is useful for customizing lists.
+Here, we describe the 'list' environment by defining a new custom
+environment.
-8.16.1 '\item': An entry in a list.
------------------------------------
+ \newcounter{namedlistcounter} % number the items
+ \newenvironment{named}
+ {\begin{list}
+ {Item~\Roman{namedlistcounter}.} % labeling argument
+ {\usecounter{namedlistcounter} % spacing argument
+ \setlength{\leftmargin}{3.5em}} % still spacing arg
+ }
+ {\end{list}}
+
+ \begin{named}
+ \item Shows as ``Item~I.''
+ \item[Special label.] Shows as ``Special label.''
+ \item Shows as ``Item~II.''
+ \end{named}
+
+ The 'list' environment's mandatory first argument, LABELING,
+specifies the default labeling of list items. It can contain text and
+LaTeX commands, as above where it contains both 'Item' and
+'\Roman{...}'. LaTeX forms the label by putting the LABELING argument
+in a box of width '\labelwidth'. If the label is wider than that, the
+additional material extends to the right. When making an instance of a
+list you can override the default labeling by giving '\item' an optional
+argument by including square braces and the text, as in the above
+'\item[Special label.]'; *note \item::.
+
+ The label box is constructed by the command '\makelabel'. By default
+it positions the contents flush right. It takes one argument, the
+label. It typesets the contents in LR mode. An example of changing its
+definition is that to the above example before the definition of the
+'named' environment add '\newcommand{\namedmakelabel}[1]{\textsc{#1}}',
+and between the '\setlength' command and the parenthesis that closes the
+SPACING argument also add '\let\makelabel\namedmakelabel'. Then the
+items will be typeset in small caps. Similarly, changing the second
+code line to '\let\makelabel\fbox' puts the labels inside a framed box.
+Another example is at the bottom of this entry.
+
+ The mandatory second argument SPACING can have a list of commands to
+redefine the spacing parameters for the list, such as
+'\setlength{\labelwidth}{2em}'. If this argument is empty, i.e., '{}',
+then the list will have the default spacing given below. To number the
+items using a counter, put '\usecounter{COUNTERNAME}' in this argument
+(*note \usecounter::).
+
+ Below are the spacing parameters for list formatting. See also the
+figure below. Each is a length (*note Lengths::). The vertical spaces
+are normally rubber lengths, with 'plus' and 'minus' components, to give
+TeX flexibility in setting the page. Change each with a command such as
+'\setlength{itemsep}{2pt plus1pt minus1pt}'. For some effects these
+lengths should be zero or negative. Default values for derived
+environments such as 'itemize' can be changed from the values shown here
+for the basic 'list'.
+
+'\itemindent'
+ Extra horizontal space indentation, beyond 'leftmargin', of the
+ first line each item. Its default value is '0pt'.
+
+'\itemsep'
+ Vertical space between items, beyond the '\parsep'. The defaults
+ for the first three levels in LaTeX's 'article', 'book', and
+ 'report' classes at 10 point size are: '4pt plus2pt minus1pt',
+ '\parsep' (that is, '2pt plus1pt minus1pt'), and '\topsep' (that
+ is, '2pt plus1pt minus1pt'). The defaults at 11 point are: '4.5pt
+ plus2pt minus1pt', '\parsep' (that is, '2pt plus1pt minus1pt'), and
+ 'topsep' (that is, '2pt plus1pt minus1pt'). The defaults at 12
+ point are: '5pt plus2.5pt minus1pt', '\parsep' (that is, '2.5pt
+ plus1pt minus1pt'), and '\topsep' (that is, '2.5pt plus1pt
+ minus1pt').
+
+'\labelsep'
+ Horizontal space between the label and text of an item. The
+ default for LaTeX's 'article', 'book', and 'report' classes is
+ '0.5em'.
+
+'\labelwidth'
+ Horizontal width. The box containing the label is nominally this
+ wide. If '\makelabel' returns text that is wider than this then
+ the first line of the item will be indented to make room for this
+ extra material. If '\makelabel' returns text of width less than or
+ equal to '\labelwidth' then LaTeX's default is that the label is
+ typeset flush right in a box of this width.
+
+ The left edge of the label box is
+ '\leftmargin'+'\itemindent'-'\labelsep'-'\labelwidth' from the left
+ margin of the enclosing environment.
+
+ The default for LaTeX's 'article', 'book', and 'report' classes at
+ the top level is '\leftmargini'-'\labelsep', (which is '2em' in one
+ column mode and '1.5em' in two column mode). At the second level
+ it is '\leftmarginii'-'\labelsep', and at the third level it is
+ '\leftmarginiii'-'\labelsep'. These definitions make the label's
+ left edge coincide with the left margin of the enclosing
+ environment.
+
+'\leftmargin'
+ Horizontal space between the left margin of the enclosing
+ environment (or the left margin of the page if this is a top-level
+ list), and the left margin of this list. It must be non-negative.
+
+ In the standard LaTeX document classes, a top-level list has this
+ set to the value of '\leftmargini', while a list that is nested
+ inside a top-level list has this margin set to '\leftmarginii'.
+ More deeply nested lists get the values of '\leftmarginiii' through
+ '\leftmarginvi'. (Nesting greater than level five generates the
+ error message 'Too deeply nested'.)
+
+ The defaults for the first three levels in LaTeX's 'article',
+ 'book', and 'report' classes are: '\leftmargini' is '2.5em' (in two
+ column mode, '2em'), '\leftmarginii' is '2.2em', and
+ '\leftmarginiii' is '1.87em'.
+
+'\listparindent'
+ Horizontal space of additional line indentation, beyond
+ '\leftmargin', for second and subsequent paragraphs within a list
+ item. A negative value makes this an "outdent". Its default value
+ is '0pt'.
+
+'\parsep'
+ Vertical space between paragraphs within an item. In the 'book'
+ and 'article' classes The defaults for the first three levels in
+ LaTeX's 'article', 'book', and 'report' classes at 10 point size
+ are: '4pt plus2pt minus1pt', '2pt plus1pt minus1pt', and '0pt'.
+ The defaults at 11 point size are: '4.5pt plus2pt minus1pt', '2pt
+ plus1pt minus1pt', and '0pt'. The defaults at 12 point size are:
+ '5pt plus2.5pt minus1pt', '2.5pt plus1pt minus1pt', and '0pt'.
+
+'\partopsep'
+ Vertical space added, beyond '\topsep'+'\parskip', to the top and
+ bottom of the entire environment if the list instance is preceded
+ by a blank line. (A blank line in the LaTeX source before the list
+ changes spacing at both the top and bottom of the list; whether the
+ line following the list is blank does not matter.)
+
+ The defaults for the first three levels in LaTeX's 'article',
+ 'book', and 'report' classes at 10 point size are: '2pt plus1
+ minus1pt', '2pt plus1pt minus1pt', and '1pt plus0pt minus1pt'. The
+ defaults at 11 point are: '3pt plus1pt minus1pt', '3pt plus1pt
+ minus1pt', and '1pt plus0pt minus1pt'). The defaults at 12 point
+ are: '3pt plus2pt minus3pt', '3pt plus2pt minus2pt', and '1pt
+ plus0pt minus1pt'.
+
+'\rightmargin'
+ Horizontal space between the right margin of the list and the right
+ margin of the enclosing environment. Its default value is '0pt'.
+ It must be non-negative.
+
+'\topsep'
+ Vertical space added to both the top and bottom of the list, in
+ addition to '\parskip' (*note \parskip::). The defaults for the
+ first three levels in LaTeX's 'article', 'book', and 'report'
+ classes at 10 point size are: '8pt plus2pt minus4pt', '4pt plus2pt
+ minus1pt', and '2pt plus1pt minus1pt'. The defaults at 11 point
+ are: '9pt plus3pt minus5pt', '4.5pt plus2pt minus1pt', and '2pt
+ plus1pt minus1pt'. The defaults at 12 point are: '10pt plus4pt
+ minus6pt', '5pt plus2.5pt minus1pt', and '2.5pt plus1pt minus1pt'.
+
+ This shows the horizontal and vertical distances.
+
+.......................................................................
+..............Surrounding environment, preceding material.............. -
+ | v0
+ |---h0--|-h1-| |
+ ..Label.. .....First item..................................... -
+ ............................................................
+ ............................................................ -
+ | v1
+ ........First item, second paragraph .................. -
+ |-h2-| | v2
+ |
+ ..Label.. .....Second item.................................... -
+ ............................................................
+ ............................................................ -
+|-h3--|-h4-| |-h5-| |v3
+ |
+..............Surrounding environment, following material.............. -
+.......................................................................
+ The lengths shown are listed below. The key relationship is that the
+right edge of the bracket for H1 equals the right edge of the bracket
+for H4, so that the left edge of the label box is at H3+H4-(H0+H1).
+
+V0
+ '\topsep' + '\parskip' if the list environment does not start a new
+ paragraph, and '\topsep'+'\parskip'+'\partopsep' if it does
+
+V1
+ '\parsep'
+
+V2
+ '\itemsep'+'\parsep'
+
+V3
+ Same as V0. (This space is affected by whether a blank line
+ appears in the source above the environment; whether a blank line
+ appears in the source below the environment does not matter.)
+
+H1
+ '\labelsep'
+
+H2
+ '\listparindent'
+
+H3
+ '\leftmargin'
+
+H4
+ '\itemindent'
+
+H5
+ '\rightmargin'
+
+ The list's left and right margins, shown above as H3 and H5, are with
+respect to the ones provided by the surrounding environment, or with
+respect to the page margins for a top-level list. The line width used
+for typesetting the list items is '\linewidth' (*note Page layout
+parameters::). For instance, set the list's left margin to be one
+quarter of the distance between the left and right margins of the
+enclosing environment with '\setlength{\leftmargin}{0.25\linewidth}'.
+
+ Page breaking in a list structure is controlled by the three
+parameters below. For each, the LaTeX default is '-\@lowpenalty', that
+is, '-51'. Because it is negative, it somewhat encourages a page break
+at each spot. Change it with, e.g., '\@beginparpenalty=9999'; a value
+of 10000 prohibits a page break.
+
+'\@beginparpenalty'
+ The page breaking penalty for breaking before the list (default
+ '-51').
+
+'\@itempenalty'
+ The page breaking penalty for breaking before a list item (default
+ '-51').
+
+'\@endparpenalty'
+ The page breaking penalty for breaking after a list (default
+ '-51').
+
+ This example has the labels in red. They are numbered, and the left
+edge of the label lines up with the left edge of the item text.
+
+ \usepackage{color}
+ \newcounter{cnt}
+ \newcommand{\makeredlabel}[1]{\textcolor{red}{#1.}}
+ \newenvironment{redlabel}
+ {\begin{list}
+ {\arabic{cnt}}
+ {\usecounter{cnt}
+ \setlength{\labelwidth}{0em}
+ \setlength{\labelsep}{0.5em}
+ \setlength{\leftmargin}{1.5em}
+ \setlength{\itemindent}{0.5em} % equals \labelwidth+\labelsep
+ \let\makelabel=\makeredlabel
+ }
+ }
+ {\end{list} }
+
+8.16.1 '\item': An entry in a list
+----------------------------------
Synopsis:
\item text of item
or
- \item[OPTIONAL LABEL] text of item
+ \item[OPTIONAL-LABEL] text of item
An entry in a list. The entries are prefixed by a label, whose
default depends on the list type.
- Because the optional argument OPTIONAL LABEL is surrounded by square
-brackets ('[' and ']'), to use square brackets inside the optional
-argument you must hide them inside curly braces, as in '\item[Close
-square bracket, {]}]'. Similarly, to use an open square bracket as
-first character in the text of the item, also hide it inside curly
-braces. *Note LaTeX command syntax::.
+ Because the optional label is surrounded by square brackets '[...]',
+if you have an item whose text starts with '[', you have to to hide the
+bracket inside curly braces, as in: '\item {[} is an open square
+bracket'; otherwise, LaTeX will think it marks the start of an optional
+label.
- In this example the 'enumerate' list has two items that use the
-default label and one that uses the optional label.
+ Similarly, if the item does have the optional label and you need a
+close square bracket inside that label, you must hide it in the same
+way: '\item[Close square bracket, {]}]'. *Note LaTeX command syntax::.
+
+ In this example the enumerate list has two items that use the default
+label and one that uses the optional label.
\begin{enumerate}
\item Moe
@@ -2750,9 +3360,46 @@ default label and one that uses the optional label.
\end{enumerate}
The first item is labelled '1.', the second item is labelled
-'sometimes', and the third item is labelled '2.' (note that, because of
-the optional label in the second item, the third item does not get a
-'3.').
+'sometimes', and the third item is labelled '2.'. Because of the
+optional label in the second item, the third item is not labelled '3.'.
+
+8.16.2 'trivlist': A restricted form of 'list'
+----------------------------------------------
+
+Synopsis:
+
+ \begin{trivlist}
+ ...
+ \end{trivlist}
+
+ A restricted version of the list environment, in which margins are
+not indented and an '\item' without an optional argument produces no
+text. It is most often used in macros, to define an environment where
+the '\item' command as part of the environment's definition. For
+instance, the 'center' environment is defined essentially like this:
+
+ \newenvironment{center}
+ {\begin{trivlist}\centering\item\relax}
+ {\end{trivlist}}
+
+ Using 'trivlist' in this way allows the macro to inherit some common
+code: combining vertical space of two adjacent environments; detecting
+whether the text following the environment should be considered a new
+paragraph or a continuation of the previous one; adjusting the left and
+right margins for possible nested list environments.
+
+ Specifically, 'trivlist' uses the current values of the list
+parameters (*note list::), except that '\parsep' is set to the value of
+'\parskip', and '\leftmargin', '\labelwidth', and '\itemindent' are set
+to zero.
+
+ This example outputs the items as two paragraphs, except that (by
+default) they have no paragraph indent and are vertically separated.
+
+ \begin{trivlist}
+ \item The \textit{Surprise} is not old; no one would call her old.
+ \item She has a bluff bow, lovely lines.
+ \end{trivlist}
8.17 'math'
===========
@@ -2763,7 +3410,7 @@ Synopsis:
MATH
\end{math}
- The 'math' environment inserts the given MATH within the running
+ The 'math' environment inserts given MATH material within the running
text. '\(...\)' and '$...$' are synonyms. *Note Math formulas::.
8.18 'minipage'
@@ -3108,23 +3755,64 @@ short quotation or a sequence of short quotations.
Synopsis:
\begin{tabbing}
- ROW1COL1 \= ROW1COL2 \= ROW1COL3 \= ROW1COL4 \\
- ROW2COL1 \> \> ROW2COL3 \\
+ ROW1COL1 \= ROW1COL2 ... \\
+ ROW2COL1 \> ROW2COL2 ... \\
...
\end{tabbing}
- The 'tabbing' environment provides a way to align text in columns.
-It works by setting tab stops and tabbing to them much as was done on an
-ordinary typewriter. It is best suited for cases where the width of
-each column is constant and known in advance.
+ The 'tabbing' environment aligns text in columns. It works by
+setting tab stops and tabbing to them much as was done on a typewriter.
+It is best suited for cases where the width of each column is constant
+and known in advance.
- This environment can be broken across pages, unlike the 'tabular'
-environment.
+ This example has a first line where the tab stops are set to explicit
+widths, ended by a '\kill' command (which is described below):
+
+ \begin{tabbing}
+ \hspace{0.75in} \= \hspace{0.40in} \= \hspace{0.40in} \kill
+ Ship \> Guns \> Year \\
+ \textit{Sophie} \> 14 \> 1800 \\
+ \textit{Polychrest} \> 24 \> 1803 \\
+ \textit{Lively} \> 38 \> 1804 \\
+ \textit{Surprise} \> 28 \> 1805 \\
+ \end{tabbing}
- The following commands can be used inside a 'tabbing' environment:
+ Both the 'tabbing' environment and the more widely-used 'tabular'
+environment put text in columns. The most important distinction is that
+in 'tabular' the width of columns is determined automatically by LaTeX,
+while in 'tabbing' the user sets the tab stops. Another distinction is
+that 'tabular' generates a box, but 'tabbing' can be broken across
+pages. Finally, while 'tabular' can be used in any mode, 'tabbing' can
+be used only in paragraph mode and it starts a new paragraph.
+
+ A 'tabbing' environment always starts a new paragraph, without
+indentation. Moreover, as shown in the example above, there is no need
+to use the starred form of the '\hspace' command at the beginning of a
+tabbed row. The right margin of the 'tabbing' environment is the end of
+line, so that the width of the environment is '\linewidth'.
+
+ The 'tabbing' environment contains a sequence of "tabbed rows". The
+first tabbed row begins immediately after '\begin{tabbing}' and each row
+ends with '\\' or '\kill'. The last row may omit the '\\' and end with
+just '\end{tabbing}'.
+
+ At any point the 'tabbing' environment has a current tab stop
+pattern, a sequence of N > 0 tab stops, numbered 0, 1, etc. These
+create N corresponding columns. Tab stop 0 is always the left margin,
+defined by the enclosing environment. Tab stop number I is set if it is
+assigned a horizontal position on the page. Tab stop number I can only
+be set if all the stops 0, ..., i-1 have already been set; normally
+later stops are to the right of earlier ones.
+
+ By default any text typeset in a 'tabbing' environment is typeset
+ragged right and left-aligned on the current tab stop. Typesetting is
+done in LR mode (*note Modes::).
+
+ The following commands can be used inside a 'tabbing' environment.
+They are all fragile (*note \protect::).
'\\ (tabbing)'
- End a line.
+ End a tabbed line and typeset it.
'\= (tabbing)'
Sets a tab stop at the current position.
@@ -3147,28 +3835,28 @@ environment.
'\' (tabbing)'
Moves everything that you have typed so far in the current column,
i.e., everything from the most recent '\>', '\<', '\'', '\\', or
- '\kill' command, to the right of the previous column, flush against
- the current column's tab stop.
+ '\kill' command, to the previous column and aligned to the right,
+ flush against the current column's tab stop.
'\` (tabbing)'
Allows you to put text flush right against any tab stop, including
tab stop 0. However, it can't move text to the right of the last
column because there's no tab stop there. The '\`' command moves
all the text that follows it, up to the '\\' or '\end{tabbing}'
- command that ends the line, to the right margin of the tabbing
+ command that ends the line, to the right margin of the 'tabbing'
environment. There must be no '\>' or '\'' command between the
- '\`' and the command that ends the line.
+ '\`' and the '\\' or '\end{tabbing}' command that ends the line.
'\a (tabbing)'
In a 'tabbing' environment, the commands '\=', '\'' and '\`' do not
- produce accents as usual (*note Accents::). Instead, the commands
- '\a=', '\a'' and '\a`' are used.
+ produce accents as usual (*note Accents::). Instead, use the
+ commands '\a=', '\a'' and '\a`'.
'\kill'
Sets tab stops without producing text. Works just like '\\' except
that it throws away the current line instead of producing output
- for it. The effect of any '\=', '\+' or '\-' commands in that line
- remain in effect.
+ for it. Any '\=', '\+' or '\-' commands in that line remain in
+ effect.
'\poptabs'
Restores the tab stop positions saved by the last '\pushtabs'.
@@ -3179,20 +3867,35 @@ environment.
environment.
'\tabbingsep'
- Distance to left of tab stop moved by '\''.
+ Distance of the text moved by '\'' to left of current tab stop.
- This example typesets a Pascal function in a traditional format:
+ This example typesets a Pascal function:
\begin{tabbing}
function \= fact(n : integer) : integer;\\
\> begin \= \+ \\
- \> if \= n $>$ 1 then \+ \\
+ \> if \= n > 1 then \+ \\
fact := n * fact(n-1) \- \\
else \+ \\
fact := 1; \-\- \\
end;\\
\end{tabbing}
+ The output looks like this:
+ function fact(n : integer) : integer;
+ begin
+ if n > 1 then
+ fact := n * fact(n-1);
+ else
+ fact := 1;
+ end;
+
+ (The above example is just for illustration of the environment. To
+actually typeset computer code in typewriter like this, a verbatim
+environment (*note verbatim::) would normally suffice. For
+pretty-printed code, there are quite a few packages, including
+'algorithm2e', 'fancyvrb', 'listings', and 'minted'.)
+
8.22 'table'
============
@@ -3569,12 +4272,22 @@ Synopsis:
The 'thebibliography' environment produces a bibliography or
reference list.
- In the 'article' class, this reference list is labelled "References";
-in the 'report' class, it is labelled "Bibliography". You can change
-the label (in the standard classes) by redefining the command
-'\refname'. For instance, this eliminates it entirely:
+ In the 'article' class, this reference list is labelled 'References'
+and the label is stored in macro '\refname'; in the 'report' class, it
+is labelled 'Bibliography' and the label is stored in macro '\bibname'.
+
+ You can change the label by redefining the command '\refname' or
+'\bibname', whichever is applicable depending on the class:
+
+ * For standard classes whose top level sectioning is '\chapter' (such
+ as 'book' and 'report'), the label is in the macro '\bibname';
- \renewcommand{\refname}{}
+ * For standard classes whose the top level sectioning is '\section'
+ (such as 'article'), the label is in macro '\refname'.
+
+ Typically it is neither necessary nor desirable to directly redefine
+'\refname' or '\bibname'; language support packages like 'babel' do
+this.
The mandatory WIDEST-LABEL argument is text that, when typeset, is as
wide as the widest item label produced by the '\bibitem' commands. It
@@ -3729,7 +4442,8 @@ produces a printed '\'. It turns LaTeX into a typewriter with carriage
returns and blanks having the same effect that they would on a
typewriter.
- The 'verbatim' uses a monospaced typewriter-like font ('\tt').
+ The 'verbatim' environment uses a monospaced typewriter-like font
+('\tt').
8.27.1 '\verb'
--------------
@@ -4616,11 +5330,14 @@ characters in each:
12.9 '\protect'
===============
-All LaTeX commands are either "fragile" or "robust". Footnotes, line
-breaks, any command that has an optional argument, and many more, are
-fragile. A fragile command can break when it is used in the argument to
-certain commands. To prevent such commands from breaking one solution
-is to have them preceded by the command '\protect'.
+All LaTeX commands are either "fragile" or "robust". A fragile command
+can break when it is used in the argument to certain other commands.
+Commands that contain data that LaTeX writes to an auxiliary file and
+re-reads later are fragile. This includes material that goes into a
+table of contents, list of figures, list of tables, etc. Fragile
+commands also include line breaks, any command that has an optional
+argument, and many more. To prevent such commands from breaking, one
+solution is to preceded them with the command '\protect'.
For example, when LaTeX runs the '\section{SECTION NAME}' command it
writes the SECTION NAME text to the '.aux' auxiliary file, moving it
@@ -4662,6 +5379,79 @@ because the '\(..\)' in the section title expands to illegal TeX in the
\section{Einstein's \( e=mc^2 \)}
...
+12.10 '\ignorespaces & \ignorespacesafterend'
+=============================================
+
+Synopsis:
+
+ \ignorespaces
+
+ or
+
+ \ignorespacesafterend
+
+ Both commands cause LaTeX to ignore spaces after the end of the
+command up until the first non-space character. The first is a command
+from Plain TeX, and the second is LaTeX-specific.
+
+ The 'ignorespaces' is often used when defining commands via
+'\newcommand', or '\newenvironment', or '\def'. The example below
+illustrates. It allows a user to show the points values for quiz
+questions in the margin but it is inconvenient because, as shown in the
+'enumerate' list, users must not put any space between the command and
+the question text.
+
+ \newcommand{\points}[1]{\makebox[0pt]{\makebox[10em][l]{#1~pts}}
+ \begin{enumerate}
+ \item\points{10}no extra space output here
+ \item\points{15} extra space output between the number and the word `extra'
+ \end{enumerate}
+
+ The solution is to change to
+'\newcommand{\points}[1]{\makebox[0pt]{\makebox[10em][l]{#1~pts}}\ignorespaces}'.
+
+ A second example shows spaces being removed from the front of text.
+The commands below allow a user to uniformly attach a title to names.
+But, as given, if a title accidentally starts with a space then
+'\fullname' will reproduce that.
+
+ \makeatletter
+ \newcommand{\honorific}[1]{\def\@honorific{#1}} % remember title
+ \newcommand{\fullname}[1]{\@honorific~#1} % recall title; put before name
+ \makeatother
+ \begin{tabular}{|l|}
+ \honorific{Mr/Ms} \fullname{Jones} \\ % no extra space here
+ \honorific{ Mr/Ms} \fullname{Jones} % extra space before title
+ \end{tabular}
+
+ To fix this, change to
+'\newcommand{\fullname}[1]{\ignorespaces\@honorific~#1}'.
+
+ The '\ignorespaces' is also often used in a '\newenvironment' at the
+end of the BEGIN clause, that is, as part of the second argument, as in
+'\begin{newenvironment}{ENV NAME}{... \ignorespaces}{...}'.
+
+ To strip spaces off the end of an environment use
+'\ignorespacesafterend'. An example is that this will show a much
+larger vertical space between the first and second environments than
+between the second and third.
+
+ \newenvironment{eq}{\begin{equation}}{\end{equation}}
+ \begin{eq}
+ e=mc^2
+ \end{eq}
+ \begin{equation}
+ F=ma
+ \end{equation}
+ \begin{equation}
+ E=IR
+ \end{equation}
+
+ Putting a comment character '%' immediately after the '\end{eq}' will
+make the vertical space disappear, but that is inconvenient. The
+solution is to change to
+'\newenvironment{eq}{\begin{equation}}{\end{equation}\ignorespacesafterend}'.
+
13 Counters
***********
@@ -5342,7 +6132,7 @@ mode, see *note \ensuremath::.
down arrow '\downarrow'.
'\ell'
- U+2113 Lower-case cursive letter l (ordinary).
+ U+2113 Lowercase cursive letter l (ordinary).
'\emptyset'
U+2205 Empty set symbol (ordinary). The variant form is
@@ -6517,38 +7307,103 @@ horizontally as far as needed (*note Lengths::).
that does not disappear at line breaks use '\hspace*{\fill}' instead
(*note \hspace::).
-19.3 '\(SPACE)' and \@
-======================
+19.3 '\spacefactor'
+===================
-Mark a punctuation character, typically a period, as either ending a
+Synopsis:
+
+ \spacefactor=INTEGER
+
+ While LaTeX is making the page, to give the lines the best appearance
+it may stretch or shrink the gaps between words. The '\spacefactor'
+command (from Plain TeX) allows you to change the LaTeX's default
+behavior.
+
+ After LaTeX places each character, or rule or other box, it sets a
+parameter called the "space factor". If the next thing in the input is
+a space then this parameter affects how much of a horizontal gap LaTeX
+will have it span. (This gap is not a character; it is called
+"interword glue".) A larger space factor means that the glue gap can
+stretch more and shrink less.
+
+ Normally, the space factor is 1000; this value is in effect following
+most characters, and any non-character box or math formula. But it is
+3000 after a period, exclamation mark, or question mark, it is 2000
+after a colon, 1500 after a semicolon, 1250 after a comma, and 0 after a
+right parenthesis or bracket, or closing double quote or single quote.
+Finally, it is 999 after a capital letter.
+
+ If the space factor F is 1000 then the glue gap will be the font's
+normal space value (for Computer Modern Roman 10 point this is
+3.3333 points). Otherwise, if the space factor F is greater than 2000
+then TeX adds the font's extra space value (for Computer Modern Roman 10
+point this is 1.11111 points), and then the font's normal stretch value
+is multiplied by f /1000 and the normal shrink value is multiplied by
+1000/f (for Computer Modern Roman 10 point these are 1.66666 and
+1.11111 points). In short, compared to a normal space, such as the
+space following a word ending in a lowercase letter, inter-sentence
+spacing has a fixed extra space added and then the space can stretch 3
+times as much and shrink 1/3 as much.
+
+ The rules for how TeX uses space factors are even more complex
+because they play two more roles. In practice, there are two
+consequences. First, if a period or other punctuation is followed by a
+close parenthesis or close double quote then its effect is still in
+place, that is, the following glue will have increased stretch and
+shrink. Second, conversely, if punctuation comes after a capital letter
+then its effect is not in place so you get an ordinary space. For how
+to adjust to this second case, for instance if an abbreviation does not
+end in a capital letter, *note \(SPACE) and \@::.
+
+19.3.1 '\(SPACE)' and '\@'
+--------------------------
+
+Here, '\(SPACE)' means a backslash followed by a space. These commands
+mark a punctuation character, typically a period, as either ending a
sentence or as ending an abbreviation.
By default, in justifying a line LaTeX adjusts the space after a
sentence-ending period (or a question mark, exclamation point, comma, or
-colon) more than the space between words (*note \frenchspacing::).
-LaTeX assumes that the period ends a sentence unless it is preceded by a
-capital letter, in which case it takes that period for part of an
-abbreviation. Note that if a sentence-ending period is immediately
-followed by a right parenthesis or bracket, or right single or double
-quote, then the inter-sentence space follows that parenthesis or quote.
-
- If you have a period ending an abbreviation whose last letter is not
-a capital letter, and that abbreviation is not the last word in the
+colon) more than the space between words. *Note \spacefactor::. As
+described there, LaTeX assumes that the period ends a sentence unless it
+is preceded by a capital letter, in which case it takes that period for
+part of an abbreviation. Note that if a sentence-ending period is
+immediately followed by a right parenthesis or bracket, or right single
+or double quote, then the space effect of that period follows through
+that parenthesis or quote.
+
+ So: if you have a period ending an abbreviation whose last letter is
+not a capital letter, and that abbreviation is not the last word in the
sentence, then follow that period with a backslash-space ('\ ') or a tie
-('~'). Examples are 'Nat.\ Acad.\ Science', and 'Mr.~Bean', and
-'(manure, etc.)\ for sale'.
-
- For another use of '\ ', *note \(SPACE) after control sequence::.
+('~') or a '\@'. Examples are 'Nat.\ Acad.\ Science', and 'Mr.~Bean',
+and '(manure, etc.\@) for sale' (note that in the last the '\@' comes
+before the closing parenthesis).
In the opposite situation, if you have a capital letter followed by a
-period that ends the sentence, then put '\@' before that period. For
-example, 'book by the MAA\@.' will have inter-sentence spacing after the
-period.
+period that does end the sentence, then put '\@' before the period. For
+example, 'book by the MAA\@.' will have correct inter-sentence spacing
+after the period.
- In contrast, putting '\@' after a period tells TeX that the period
-does not end the sentence. In the example 'reserved words (if, then,
-etc.\@) are different', TeX will put interword space after the closing
-parenthesis (note that '\@' is before the parenthesis).
+ For another use of '\(SPACE)', *note \(SPACE) after control
+sequence::.
+
+19.3.2 '\frenchspacing'
+-----------------------
+
+This declaration (from Plain TeX) causes LaTeX to treat inter-sentence
+spacing in the same way as interword spacing.
+
+ In justifying the text in a line, some typographic traditions,
+including English, prefer to adjust the space between sentences (or
+after other punctuation marks) more than the space between words.
+Following this declaration, all spaces are instead treated equally.
+
+ Revert to the default behavior by declaring '\nonfrenchspacing'.
+
+19.3.3 '\normalsfcodes'
+-----------------------
+
+Reset the LaTeX space factor values to the default.
19.4 '\ ' after control sequence
================================
@@ -6570,27 +7425,14 @@ punctuation mark. Compare:
Some individual commands, notably those defined with the 'xspace',
package do not follow the standard behavior.
-19.5 '\frenchspacing'
-=====================
-
-This declaration (from Plain TeX) causes LaTeX to treat inter-sentence
-spacing in the same way as interword spacing.
-
- In justifying the text in a line, some typographic traditions,
-including English, prefer to adjust the space between sentences (or
-after other punctuation marks) more than the space between words.
-Following this declaration, all spaces are instead treated equally.
-
- Revert to the default behavior by declaring '\nonfrenchspacing'.
-
-19.6 '\thinspace': Insert 1/6em
+19.5 '\thinspace': Insert 1/6em
===============================
'\thinspace' produces an unbreakable and unstretchable space that is 1/6
of an em. This is the proper space to use between nested quotes, as in
'".
-19.7 '\/': Insert italic correction
+19.6 '\/': Insert italic correction
===================================
The '\/' command produces an "italic correction". This is a small space
@@ -6615,7 +7457,7 @@ after the 'f') with pdfTeX.
There is no concept of italic correction in math mode; spacing is
done in a different way.
-19.8 '\hrulefill \dotfill'
+19.7 '\hrulefill \dotfill'
==========================
Produce an infinite rubber length (*note Lengths::) filled with a
@@ -6638,7 +7480,7 @@ with '\renewcommand{\hrulefill}{\leavevmode\leaders\hrule height
'\renewcommand{\dotfill}{\leavevmode\cleaders\hb@xt@ 1.00em{\hss .\hss
}\hfill\kern\z@}', which changes the default length of 0.33em to 1.00em.
-19.9 '\addvspace'
+19.8 '\addvspace'
=================
'\addvspace{LENGTH}'
@@ -6660,8 +7502,8 @@ two consecutive Theorem's are separated by one vertical space, not two.
were not in vertical mode when you invoked this command; one way to
change that is to precede this command with a '\par' command.
-19.10 '\bigskip \medskip \smallskip'
-====================================
+19.9 '\bigskip \medskip \smallskip'
+===================================
These commands produce a given amount of space, specified by the
document class.
@@ -6681,7 +7523,7 @@ document class.
of a line space, with stretch and shrink (the default for the
'book' and 'article' classes is '3pt plus 1pt minus 1pt').
-19.11 '\vfill'
+19.10 '\vfill'
==============
End the current paragraph and insert a vertical rubber length (*note
@@ -6706,7 +7548,7 @@ halfway between them.
Lost Dog!
\end{document}
-19.12 '\vspace{LENGTH}'
+19.11 '\vspace{LENGTH}'
=======================
Synopsis, one of these two:
@@ -6765,7 +7607,7 @@ specification of the box width with the optional WIDTH argument (a
dimension), and positioning with the optional POSITION argument.
Both commands produce a rule of thickness '\fboxrule' (default
-'.4pt'), and leave a space of '\fboxsep' (default '3pt') between the
+'0.4pt'), and leave a space of '\fboxsep' (default '3pt') between the
rule and the contents of the box.
*Note \framebox (picture)::, for the '\framebox' command in the
@@ -6777,7 +7619,7 @@ rule and the contents of the box.
Synopsis:
\begin{lrbox}{\CMD}
- TEXT
+ TEXT
\end{lrbox}
This is the environment form of *note '\sbox': \sbox.
@@ -6818,7 +7660,7 @@ Synopsis:
\parbox[POSITION][HEIGHT][INNER-POS]{WIDTH}{TEXT}
The '\parbox' command produces a box whose contents are created in
-'paragraph' mode. It should be used to make a box small pieces of text,
+"paragraph mode". It should be used to make a box small pieces of text,
with nothing fancy inside. In particular, you shouldn't use any
paragraph-making environments inside a '\parbox' argument. For larger
pieces of text, including ones containing a paragraph-making
@@ -6903,13 +7745,979 @@ Synopsis:
'\usebox' produces the box most recently saved in the bin \BOXCMD by
a '\savebox' command (*note \savebox::).
-21 Special insertions
+21 Color
+********
+
+You can add color to text, rules, etc. You can also have color in a box
+or on an entire page and write text on top of it.
+
+ Color support comes as an additional package. So all the commands
+below will only work if your document preamble contains
+'\usepackage{color}', that brings in the standard package.
+
+ Many other packages also supplement LaTeX's color abilities.
+Particularly worth mentioning is 'xcolor', which is widely used and
+significantly extends the capabilities described here, including adding
+'HTML' and 'Hsb' color models.
+
+21.1 Color package options
+==========================
+
+Synopsis (must be in the document preamble):
+
+ \usepackage[COMMA-SEPARATED OPTION LIST]{color}
+
+ When you load the 'color' package there are two kinds of available
+options.
+
+ The first specifies the "printer driver". LaTeX doesn't contain
+information about different output systems but instead depends on
+information stored in a file. Normally you should not specify the
+driver option in the document, and instead rely on your system's
+default. One advantage of this is that it makes the document portable
+across systems. For completeness we include a list of the drivers. The
+currently relevant ones are: 'dvipdfmx', 'dvips', 'dvisvgm', 'luatex',
+'pdftex', 'xetex'. The two 'xdvi' and 'oztex' are essentially aliases
+for 'dvips' (and 'xdvi' is monochrome). Ones that should not be used
+for new systems are: 'dvipdf', 'dvipdfm', 'dviwin', 'dvipsone', 'emtex',
+'pctexps', 'pctexwin', 'pctexhp', 'pctex32', 'truetex', 'tcidvi', 'vtex'
+(and 'dviwindo' is an alias for 'dvipsone').
+
+ The second kind of options, beyond the drivers, are below.
+
+'monochrome'
+ Disable the color commands, so that they do not generate errors but
+ do not generate color either.
+
+'dvipsnames'
+ Make available a list of 68 color names that are often used,
+ particularly in legacy documents. These color names were
+ originally provided by the 'dvips' driver, giving the option name.
+
+'nodvipsnames'
+ Do not load that list of color names, saving LaTeX a tiny amount of
+ memory space.
+
+21.2 Color models
+=================
+
+A "color model" is a way of representing colors. LaTeX's capabilities
+depend on the printer driver. However, the 'pdftex', 'xetex', and
+'luatex' printer drivers are today by far the most commonly used. The
+models below work for those drivers. All but one of these is also
+supported by essentially all other printer drivers used today.
+
+ Note that color combination can be additive or subtractive. Additive
+mixes colors of light, so that for instance combining full intensities
+of red, green, and blue produces white. Subtractive mixes pigments,
+such as with inks, so that combining full intensity of cyan, magenta,
+and yellow makes black.
+
+'cmyk'
+ A comma-separated list with four real numbers between 0 and 1,
+ inclusive. The first number is the intensity of cyan, the second
+ is magenta, and the others are yellow and black. A number value of
+ 0 means minimal intensity, while a 1 is for full intensity. This
+ model is often used in color printing. It is a subtractive model.
+
+'gray'
+ A single real number between 0 and 1, inclusive. The colors are
+ shades of grey. The number 0 produces black while 1 gives white.
+
+'rgb'
+ A comma-separated list with three real numbers between 0 and 1,
+ inclusive. The first number is the intensity of the red component,
+ the second is green, and the third the blue. A number value of 0
+ means that none of that component is added in, while a 1 means full
+ intensity. This is an additive model.
+
+'RGB'
+ ('pdftex', 'xetex', 'luatex' drivers) A comma-separated list with
+ three integers between 0 and 255, inclusive. This model is a
+ convenience for using 'rgb' since outside of LaTeX colors are often
+ described in a red-green-blue model using numbers in this range.
+ The values entered here are converted to the 'rgb' model by
+ dividing by 255.
+
+'named'
+ Colors are accessed by name, such as 'PrussianBlue'. The list of
+ names depends on the driver, but all support the names 'black',
+ 'blue', 'cyan', 'green', 'magenta', 'red', 'white', and 'yellow'
+ (See the 'dvipsnames' option in *note Color package options::).
+
+21.3 Commands for color
+=======================
+
+These are the commands available with the 'color' package.
+
+21.3.1 Define colors
+--------------------
+
+Synopsis:
+
+ \definecolor{NAME}{MODEL}{SPECIFICATION}
+
+ Give the name NAME to the color. For example, after
+'\definecolor{silver}{rgb}{0.75,0.75,0.74}' you can use that color name
+with 'Hi ho, \textcolor{silver}{Silver}!'.
+
+ This example gives the color a more abstract name, so it could change
+and not be misleading.
+
+ \definecolor{logocolor}{RGB}{145,92,131} % RGB needs pdflatex
+ \newcommand{\logo}{\textcolor{logocolor}{Bob's Big Bagels}}
+
+ Often a document's colors are defined in the preamble, or in the
+class or style, rather than in the document body.
+
+21.3.2 Colored text
+-------------------
+
+Synopses:
+
+ \textcolor{NAME}{...}
+ \textcolor[COLOR MODEL]{COLOR SPECIFICATION}{...}
+
+ or
+
+ \color{NAME}
+ \color[COLOR MODEL]{SPECIFICATION}
+
+ The affected text gets the color. This line
+
+ \textcolor{magenta}{My name is Ozymandias, king of kings:} Look on my works, ye Mighty, and despair!
+
+ causes the first half to be in magenta while the rest is in black.
+You can use a color declared with '\definecolor' in exactly the same way
+that we just used the builtin color 'magenta'.
+
+ \definecolor{MidlifeCrisisRed}{rgb}{1.0,0.11,0.0}
+ I'm thinking about getting a \textcolor{MidlifeCrisisRed}{sports car}.
+
+ The two '\textcolor' and '\color' differ in that the first is a
+command form, enclosing the text to be colored as an argument. Often
+this form is more convenient, or at least more explicit. The second
+form is a declaration, as in 'The moon is made of {\color{green} green}
+cheese', so it is in effect until the end of the current group or
+environment. This is sometimes useful when writing macros or as below
+where it colors everything inside the 'center' environment, including
+the vertical and horizontal lines.
+
+ \begin{center} \color{blue}
+ \begin{tabular}{l|r}
+ UL &UR \\ \hline
+ LL &LR
+ \end{tabular}
+ \end{center}
+
+ You can use color in equations. A document might have
+'\definecolor{highlightcolor}{RGB}{225,15,0}' in the preamble, and then
+contain this equation.
+
+ \begin{equation}
+ \int_a^b \textcolor{highlightcolor}{f'(x)}\,dx=f(b)-f(a)
+ \end{equation}
+
+ Typically the colors used in a document are declared in a class or
+style but sometimes you want a one-off. Those are the second forms in
+the synopses.
+
+ Colors of \textcolor[rgb]{0.33,0.14,0.47}{Purple} and {\color[rgb]{0.72,0.60,0.37} Gold} for the team
+
+ The format of COLOR SPECIFICATION depends on the color model (*note
+Color models::). For instance, while 'rgb' takes three numbers, 'gray'
+takes only one.
+
+ The selection was \textcolor[gray]{0.5}{grayed out}.
+
+ Colors inside colors do not combine. Thus
+
+ \textcolor{green}{kind of \textcolor{blue}{blue}}
+
+ has a final word that is blue, not a combination of blue and green.
+
+21.3.3 Colored boxes
+--------------------
+
+Synopses:
+
+ \colorbox{NAME}{...}
+ \colorbox[MODEL NAME]{BOX BACKGROUND COLOR SPECIFICATION}{...}
+
+ or
+
+ \fcolorbox{FRAME COLOR}{BOX BACKGROUND COLOR}{...}
+ \fcolorbox[MODEL NAME]{FRAME COLOR SPECIFICATION}{BOX BACKGROUND COLOR SPECIFICATION}{...}
+
+ Make a box with the stated background color. The '\fcolorbox'
+command puts a frame around the box. For instance this
+
+ Name:~\colorbox{cyan}{\makebox[5cm][l]{\strut}}
+
+ makes a cyan-colored box that is five centimeters long and gets its
+depth and height from the '\strut' (so the depth is '-.3\baselineskip'
+and the height is '\baselineskip'). This puts white text on a blue
+background.
+
+ \colorbox{blue}{\textcolor{white}{Welcome to the machine.}}
+
+ The '\fcolorbox' commands use the same parameters as '\fbox' (*note
+\fbox and \framebox::), '\fboxrule' and '\fboxsep', to set the thickness
+of the rule and the boundary between the box interior and the
+surrounding rule. LaTeX's defaults are '0.4pt' and '3pt', respectively.
+
+ This example changes the thickness of the border to 0.8 points. Note
+that it is surrounded by curly braces so that the change ends at the end
+of the second line.
+
+ {\setlength{\fboxrule}{0.8pt}
+ \fcolorbox{black}{red}{Under no circumstances turn this knob.}}
+
+21.3.4 Colored pages
+--------------------
+
+Synopses:
+
+ \pagecolor{NAME}
+ \pagecolor[COLOR MODEL]{COLOR SPECIFICATION}
+ \nopagecolor
+
+ The first two set the background of the page, and all subsequent
+pages, to the color. For an explanation of the specification in the
+second form *note Colored text::. The third returns the background to
+normal, which is a transparent background. (If that is not supported
+use '\pagecolor{white}', although that will make a white background
+rather than the default transparent background.)
+
+ ...
+ \pagecolor{cyan}
+ ...
+ \nopagecolor
+
+22 Graphics
+***********
+
+You can use graphics such as PNG or PDF files in your LaTeX document.
+You need an additional package, which comes standard with LaTeX. This
+example is the short how-to.
+
+ \include{graphicx} % goes in the preamble
+ ...
+ \includegraphics[width=0.5\linewidth]{plot.pdf}
+
+ To use the commands described here your document preamble must
+contain either '\usepackage{graphicx}' or '\usepackage{graphics}'. Most
+of the time, 'graphicx' is the better choice.
+
+ Graphics come in two main types, raster and vector. LaTeX can use
+both. In raster graphics the file contains an entry for each location
+in an array, describing what color it is. An example is a photograph,
+in JPG format. In vector graphics, the file contains a list of
+instructions such as 'draw a circle with this radius and that center'.
+An example is a line drawing produced by the Asymptote program, in PDF
+format. Generally vector graphics are more useful because you can
+rescale their size without pixelation or other problems, and because
+they often have a smaller size.
+
+ There are systems particularly well-suited to make graphics for a
+LaTeX document. For example, these allow you to use the same fonts as
+in your document. LaTeX comes with a 'picture' environment (*note
+picture::) that has simple capabilities. Besides that, there are other
+ways to include the graphic-making commands in the document. Two such
+systems are the PSTricks and TikZ packages. There are also systems
+external to LaTeX, that generate a graphic that you include using the
+commands of this chapter. Two that use a programming language are
+Asymptote and MetaPost. One that uses a graphical interface is Xfig.
+Full description of these systems is outside the scope of this document;
+see their documentation.
+
+22.1 Graphics package options
+=============================
+
+Synopsis (must be in the document preamble):
+
+ \usepackage[COMMA-SEPARATED OPTION LIST]{graphics}
+
+ or
+
+ \usepackage[COMMA-SEPARATED OPTION LIST]{graphicx}
+
+ The 'graphicx' package has a format for optional arguments to the
+'\includegraphics' command that is convenient (it is the key-value
+format), so it is the better choice for new documents. When you load
+the 'graphics' or 'graphicx' package with '\usepackage' there are two
+kinds of available options.
+
+ The first is that LaTeX does not contain information about different
+output systems but instead depends on information stored in a "printer
+driver" file. Normally you should not specify the driver option in the
+document, and instead rely on your system's default. One advantage of
+this is that it makes the document portable across systems.
+
+ For completeness here is a list of the drivers. The currently
+relevant ones are: 'dvipdfmx', 'dvips', 'dvisvgm', 'luatex', 'pdftex',
+'xetex'. The two 'xdvi' and 'oztex' are essentially aliases for 'dvips'
+(and 'xdvi' is monochrome). Ones that should not be used for new
+systems are: 'dvipdf', 'dvipdfm', 'dviwin', 'dvipsone', 'emtex',
+'pctexps', 'pctexwin', 'pctexhp', 'pctex32', 'truetex', 'tcidvi', 'vtex'
+(and 'dviwindo' is an alias for 'dvipsone'). These are stored in files
+with a '.def' extension, such as 'pdftex.def'.
+
+ The second kind of options are below.
+
+'demo'
+ Instead of an image file, LaTeX puts in a 150 pt by 100 pt
+ rectangle (unless another size is specified in the
+ '\includegraphics' command).
+
+'draft'
+ For each graphic file, it is not shown but instead the file name is
+ printed in a box of the correct size. In order to determine the
+ size, the file must be present.
+
+'final'
+ (Default) Override any previous 'draft' option, so that the
+ document shows the contents of the graphic files.
+
+'hiderotate'
+ Do not show rotated text. (This allows for the possibility that a
+ previewer does not have the capability to rotate text.)
+
+'hidescale'
+ Do not show scaled text. (This allows for the possibility that a
+ previewer does not have the capability to scale.)
+
+'hiresbb'
+ In a PS or EPS file the graphic size may be specified in two ways.
+ The '%%BoundingBox' lines describe the graphic size using integer
+ multiples of a PostScript point, that is, integer multiples of 1/72
+ inch. A later addition to the PostScript language allows decimal
+ multiples, such as 1.23, in '%%HiResBoundingBox' lines. This
+ option has LaTeX to read the size from the latter.
+
+22.2 Graphics package configuration
+===================================
+
+These commands configure the way LaTeX searches the file system for the
+graphic.
+
+ The behavior of file system search code is necessarily platform
+dependent. In this document we cover Linux, Macintosh, and Windows, as
+those systems are typically configured. For other situations consult
+the documentation in 'grfguide.pdf', or the LaTeX source, or your TeX
+distribution's documentation.
+
+22.2.1 '\graphicspath'
+----------------------
+
+Synopsis:
+
+ \graphicspath{LIST OF DIR NAMES INSIDE CURLY BRACKETS}
+
+ Declare a list of directories to search for graphics files. This
+allows you to later say something like '\includegraphics{lion.png}'
+instead of having to give its path.
+
+ LaTeX always looks for graphic files first in the current directory.
+The declaration below tells the system to then look in the subdirectory
+'pix', and then '../pix'.
+
+ \usepackage{graphicx} % or graphics; put in preamble
+ ...
+ \graphicspath{ {pix/} {../pix/} }
+
+ The '\graphicspath' declaration is optional. If you don't include it
+then LaTeX's default is to search all of the places that it usually
+looks for a file (it uses LaTeX's '\input@path'). In particular, in
+this case one of the places it looks is the current directory.
+
+ Enclose each directory name in curly braces; for example, above it
+says ''{pix}''. Do this even if there is only one directory. Each
+directory name must end in a forward slash, '/'. This is true even on
+Windows, where good practice is to use forward slashes for all the
+directory separators since it makes the document portable to other
+platforms. If you have spaces in your directory name then use double
+quotes, as with '{"my docs/"}'. Getting one of these rules wrong will
+cause LaTeX to report 'Error: File `FILENAME' not found'.
+
+ Basically, the algorithm is that with this example, after looking in
+the current directory,
+
+ \graphicspath{ {pix/} {../pix/} }
+ ...
+ \usepackage{lion.png}
+
+ for each of the listed directories, LaTeX concatenates it with the
+file name and searches for the result, checking for 'pix/lion.png' and
+then '../pix/lion.png'. This algorithm means that the '\graphicspath'
+command does not recursively search subdirectories: if you issue
+'\graphicspath{{a/}}' and the graphic is in 'a/b/lion.png' then LaTeX
+will not find it. It also means that you can use absolute paths such as
+'\graphicspath{{/home/jim/logos/}}' or
+'\graphicspath{{C:/Users/Albert/Pictures/}}'. However, using these
+means that the document is not portable. (You could preserve
+portability by adjusting your TeX system settings configuration file
+parameter 'TEXINPUTS'; see the documentation of your system.)
+
+ You can use '\graphicspath' in the preamble or in the document body.
+You can use it more than once. For debugging, show its value with
+'\makeatletter\typeout{\Ginput@path}\makeatother'.
+
+ The directories are taken with respect to the base file. That is,
+suppose that you are working on a document based on 'book/book.tex' and
+it contains '\include{chapters/chap1}'. If in 'chap1.tex' you put
+'\graphicspath{{plots/}}' then LaTeX will not search for graphics in
+'book/chapters/plots', but instead in 'book/plots'.
+
+22.2.2 '\DeclareGraphicsExtensions'
+-----------------------------------
+
+Synopses:
+
+ \DeclareGraphicsExtensions{COMMA-SEPARATED LIST OF FILE EXTENSIONS}
+
+ Declare the filename extensions to try. This allows you to specify
+the order in which to choose graphic formats when you include graphic
+files by giving the filename without the extension, as in
+'\includegraphics{functionplot}'.
+
+ In this example, LaTeX will find files in the PNG format before PDF
+files.
+
+ \DeclareGraphicsExtensions{.png,PNG,.pdf,.PDF}
+ ...
+ \includegraphics{lion} % will find lion.png before lion.pdf
+
+ Because the file name 'lion' does not have a period, LaTeX uses the
+extension list. For each directory in the graphics path (*note
+\graphicspath::), LaTeX will try the extensions in the order given. If
+it does not find such a file after trying all the directories and
+extensions then it reports '! LaTeX Error: File `'lion'' not found'.
+Note that you must include the periods at the start of the extensions.
+
+ Because Linux and Macintosh filenames are case sensitive, the list of
+file extensions is case sensitive on those platforms. The Windows
+platform is not case sensitive.
+
+ You are not required to include '\DeclareGraphicsExtensions' in your
+document; the printer driver has a sensible default. For example, the
+most recent 'pdftex.def' has the extension list
+''.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPEG,.JBIG2,.JB2''.
+
+ You can use this command in the preamble or in the document body.
+You can use it more than once. For debugging, show its value with
+'\makeatletter\typeout{\Gin@extensions}\makeatother'.
+
+22.2.3 '\DeclareGraphicsRule'
+-----------------------------
+
+Synopsis:
+
+ \DeclareGraphicsRule{EXTENSION}{TYPE}{SIZE-FILE EXTENSION}{COMMAND}
+
+ Declare how to handle graphic files whose names end in EXTENSION.
+
+ This example declares that all files with names have the form
+'filename-without-dot.mps' will be treated as output from MetaPost,
+meaning that the printer driver will use its MetaPost-handling code to
+input the file.
+
+ \DeclareGraphicsRule{.mps}{mps}{.mps}{}
+
+ This
+
+ \DeclareGraphicsRule{*}{mps}{*}{}
+
+ tells LaTeX that it should handle as MetaPost output any file with an
+extension not covered by another rule, so it covers 'filename.1',
+'filename.2', etc.
+
+ This describes the four arguments.
+
+EXTENSION
+ The file extension to which this rule applies. The extension is
+ anything after and including the first dot in the filename. Use
+ the Kleene star, '*', to denote the default behaviour for all
+ undeclared extensions.
+
+TYPE
+ The type of file involved. This type is a string that must be
+ defined in the printer driver. For instance, files with extensions
+ '.ps', '.eps', or '.ps.gz' may all be classed as type 'eps'. All
+ files of the same type will be input with the same internal command
+ by the printer driver. For example, the file types that 'pdftex'
+ recognizes are: 'jpg', 'jbig2', 'mps', 'pdf', 'png', 'tif'.
+
+SIZE-FILE EXTENSION
+ The extension of the file to be read to determine the size of the
+ graphic, if there is such a file. It may be the same as EXTENSION
+ but it may be different.
+
+ As an example, consider a PostScript graphic. To make it smaller,
+ it might be compressed into a '.ps.gz' file. Compressed files are
+ not easily read by LaTeX so you can put the bounding box
+ information in a separate file. If SIZE-FILE EXTENSION is empty
+ then you must specify size information in the arguments of
+ '\includegraphics'.
+
+ If the driver file has a procedure for reading size files for
+ 'type' then that will be used, otherwise it will use the procedure
+ for reading '.eps' files. (Thus you may specify the size of bitmap
+ files in a file with a PostScript style '%%BoundingBox' line if no
+ other format is available.)
+
+COMMAND
+ A command that will be applied to the file. This is very often
+ left blank. This command must start with a single backward quote.
+ Thus, '\DeclareGraphicsRule{.eps.gz}{eps}{.eps.bb}{`gunzip -c #1}'
+ specifies that any file with the extension '.eps.gz' should be
+ treated as an 'eps' file, with the the BoundingBox information
+ stored in the file with extension '.eps.bb', and that the command
+ 'gunzip -c' will run on your platform to decompresses the file.
+
+ Such a command is specific to your platform. In addition, your TeX
+ system must allow you to run external commands; as a security
+ measure modern systems restrict running commands unless you
+ explicitly allow it. See the documentation for your TeX
+ distribution.
+
+22.3 Commands for graphics
+==========================
+
+These are the commands available with the 'graphics' and 'graphicx'
+packages.
+
+22.3.1 '\includegraphics'
+-------------------------
+
+Synopses for 'graphics' package:
+
+ \includegraphics{FILENAME}
+ \includegraphics[URX,URY]{FILENAME}
+ \includegraphics[LLX,LLY][URX,URY]{FILENAME}
+ \includegraphics*{FILENAME}
+ \includegraphics*[URX,URY]{FILENAME}
+ \includegraphics*[LLX,LLY][URX,URY]{FILENAME}
+
+ Synopses for 'graphicx' package:
+
+ \includegraphics{FILENAME}
+ \includegraphics[KEY-VALUE LIST]{FILENAME}
+ \includegraphics*{FILENAME}
+ \includegraphics*[KEY-VALUE LIST]{FILENAME}
+
+ Include a graphics file. The starred form '\includegraphics*' will
+clip the graphic to the size specified, while for the unstarred form any
+part of the graphic that is outside the box of the specified size will
+over-print the surrounding area.
+
+ This
+
+ \usepackage{graphicx} % in preamble
+ ...
+ \begin{center}
+ \includegraphics{plot.pdf}
+ \end{center}
+
+ will incorporate into the document the graphic in 'plot.pdf',
+centered and at its nominal size. You can also give a path to the file,
+as with '\includegraphics{graphics/plot.pdf}'. To specify a list of
+locations to search for the file, *note \graphicspath::.
+
+ If your filename includes spaces then put it in double quotes, as
+with '\includegraphics{"sister picture.jpg"}'.
+
+ The '\includegraphics{FILENAME}' command decides on the type of
+graphic by splitting FILENAME on the first dot. You can use FILENAME
+with no dot, as in '\includegraphics{turing}' and then LaTeX tries a
+sequence of extensions such as '.png' and '.pdf' until it finds a file
+with that extension (*note \DeclareGraphicsExtensions::).
+
+ If your file name contains dots before the extension then you can
+hide them with curly braces, as in
+'\includegraphics{{plot.2018.03.12.a}.pdf}'. Or, if you use the
+'graphicx' package then you can use the options 'type' and 'ext'; see
+below. This and other filename issues are also handled with the package
+'grffile'.
+
+ This example puts a graphic in a figure environment so LaTeX can move
+it to the next page if fitting it on the current page is awkward (*note
+figure::).
+
+ \begin{figure}
+ \centering
+ \includegraphics[width=3cm]{lungxray.jpg}
+ \caption{The evidence is overwhelming: don't smoke.} \label{fig:xray}
+ \end{figure}
+
+ This places a graphic that will not float, so it is sure to appear at
+this point in the document even if makes LaTeX stretch the text or
+resort to blank areas on the page. It will be centered and will have a
+caption.
+
+ \usepackage{caption} % in preamble
+ ...
+ \begin{center}
+ \includegraphics{pix/nix.png}
+ \captionof{figure}{The spirit of the night} \label{pix:nix} % if you want a caption
+ \end{center}
+
+ This example puts a box with a graphic side by side with one having
+text, with the two vertically centered.
+
+ \newcommand*{\vcenteredhbox}[1]{\begingroup
+ \setbox0=\hbox{#1}\parbox{\wd0}{\box0}\endgroup}
+ ...
+ \begin{center}
+ \vcenteredhbox{\includegraphics[width=0.4\textwidth]{plot}}
+ \hspace{1em}
+ \vcenteredhbox{\begin{minipage}{0.4\textwidth}
+ \begin{displaymath}
+ f(x)=x\cdot \sin (1/x)
+ \end{displaymath}
+ \end{minipage}}
+ \end{center}
+
+ If you use the 'graphics' package then the only options involve the
+size of the graphic (but see *note \rotatebox:: and *note \scalebox::).
+When one optional argument is present then it is '[URX,URY]' and it
+gives the coordinates of the top right corner of the image, as a pair of
+TeX dimensions (*note Units of length::). If the units are omitted they
+default to 'bp'. In this case, the lower left corner of the image is
+assumed to be at (0,0). If two optional arguments are present then the
+leading one is '[LLX,LLY]', specifying the coordinates of the image's
+lower left. Thus, '\includegraphics[1in,0.618in]{...}' calls for the
+graphic to be placed so it is 1 inch wide and 0.618 inches tall and so
+its origin is at (0,0).
+
+ The 'graphicx' package gives you many more options. Specify them in
+a key-value form, as here.
+
+ \begin{center}
+ \includegraphics[width=1in,angle=90]{lion}
+ \hspace{2em}
+ \includegraphics[angle=90,width=1in]{lion}
+ \end{center}
+
+ The options are read left-to-right. So the first graphic above is
+made one inch wide and then rotated, while the second is rotated and
+then made one inch wide. Thus, unless the graphic is perfectly square,
+the two will end with different widths and heights.
+
+ There are many options. The primary ones are listed first.
+
+ Note that a graphic is placed by LaTeX into a box, which is
+traditionally referred to as its bounding box (distinct from the
+PostScript BoundingBox described below). The graphic's printed area may
+go beyond this box, or sit inside this box, but when LaTeX makes up a
+page it puts together boxes and this is the box allocated for the
+graphic.
+
+'width'
+ The graphic will be shown so its bounding box is this width. An
+ example is '\includegraphics[width=1in]{plot}'. You can use the
+ standard TeX dimensions (*note Units of length::) and also
+ convenient is '\linewidth', or in a two-column document,
+ '\columnwidth' (*note Page layout parameters::). An example is
+ that by using the 'calc' package you can make the graphic be 1 cm
+ narrow than the width of the text with
+ '\includegraphics[width=\linewidth-1.0cm]{hefferon.jpg}'.
+
+'height'
+ The graphic will be shown so its bounding box is this height. You
+ can use the standard TeX dimensions (*note Units of length::), and
+ also convenient are '\pageheight' and '\textheight' (*note Page
+ layout parameters::). For instance,
+ '\includegraphics[height=0.25\textheight]{godel}' will make the
+ graphic be a quarter of the height of the text area.
+
+'totalheight'
+ The graphic will be shown so its bounding box has this height plus
+ depth. This differs from the height if the graphic was rotated.
+ For instance, if it has been rotated by -90 then it will have zero
+ height but a large depth.
+
+'keepaspectratio'
+ If set to 'true', or just specified as with
+ '\includegraphics[...,keepaspectratio,...]{...}' and you give as
+ options both 'width' and 'height' (or 'totalheight'), then LaTeX
+ will make the graphic is as large as possible without distortion.
+ That is, LaTeX will ensure that neither is the graphic wider than
+ 'width' nor taller than 'height' (or 'totalheight').
+
+'scale'
+ Factor by which to scale the graphic. Specifying
+ '\includegraphics[scale=2.0]{...}' makes the graphic twice its
+ nominal size. This number may be any value; a number between 1
+ and 0 will shrink the graphic and a negative number will reflect
+ it.
+
+'angle'
+ Rotate the picture. The angle is taken in degrees and
+ counterclockwise. The graphic is rotated about its 'origin'; see
+ that option. For a complete description of how rotated material is
+ typeset, *note \rotatebox::.
+
+'origin'
+ The point of the graphic about which the rotation happens.
+ Possible values are any string containing one or two of: 'l' for
+ left, 'r' for right, 'b' for bottom, 'c' for center, 't' for top,
+ and 'B' for baseline. Thus,
+ '\includegraphics[angle=180,origin=c]{moon}' will turn the picture
+ upside down from the center, while
+ '\includegraphics[angle=180,origin=lB]{LeBateau}' will turn its
+ picture upside down about its left baseline. (The character 'c'
+ gives the horizontal center in 'bc' or 'tc', but gives the vertical
+ center in 'lc' or 'rc'.) The default is 'lB'.
+
+ To rotate about an arbitrary point, *note \rotatebox::.
+
+ These are lesser-used options.
+
+'viewport'
+ Pick out a subregion of the graphic to show. Takes four arguments,
+ separated by spaces and given in TeX dimensions, as with
+ '\includegraphics[.., viewport=0in 0in 1in 0.618in]{...}'. The
+ dimensions default to big points, 'bp'. They are taken relative to
+ the origin specified by the bounding box. See also the 'trim'
+ option.
+
+'trim'
+ Gives parts of the graphic to not show. Takes four arguments,
+ separated by spaces, that are given in TeX dimensions, as with
+ '\includegraphics[.., trim= 0in 0.1in 0.2in 0.3in, ...]{...}'.
+ These give the amounts of the graphic not to show, that is, LaTeX
+ will crop the picture by 0 inches on the left, 0.1 inches on the
+ bottom, 0.2 inches on the right, and 0.3 inches on the top. See
+ also the 'viewport' option.
+
+'clip'
+ If set to 'true', or just specified as with
+ '\includegraphics[...,clip,...]{...}', then the graphic is cropped
+ to the bounding box. You can get this effect by instead using the
+ starred form of the command, as '\includegraphics*[...]{...}'.
+
+'page'
+ Give the page number of a multi-page PDF file. The default is
+ 'page=1'.
+
+'pagebox'
+ Specifies which bounding box to use for PDF files from among
+ 'mediabox', 'cropbox', 'bleedbox', 'trimbox', or 'artbox'. PDF
+ files do not have the BoundingBox that PostScript files have, but
+ may specify up to four predefined rectangles. The MediaBox gives
+ the boundaries of the physical medium. The CropBox is the region
+ to which the contents of the page are to be clipped when displayed.
+ The BleedBox is the region to which the contents of the page should
+ be clipped in production. The TrimBox is the intended dimensions
+ of the finished page. The ArtBox is the extent of the page's
+ meaningful content. The driver will set the image size based on
+ CropBox if present, otherwise it will not use one of the others,
+ with a driver-defined order of preference. MediaBox is always
+ present.
+
+'interpolate'
+ Enable or disable interpolation of raster images by the viewer.
+ Can be set with 'interpolate=true' or just specified as with
+ '\includegraphics[...,interpolate,...]{...}'.
+
+'quiet'
+ Do not write information to the log. You can set it with
+ 'quiet=true' or just specified it with
+ '\includegraphics[...,quite,...]{...}',
+
+'draft'
+ If you set it with 'draft=true' or just specified it with
+ '\includegraphics[...,draft,...]{...}', then the graphic will not
+ appear in the document, possibly saving color printer ink.
+ Instead, LaTeX will put an empty box of the correct size with the
+ filename printed in it.
+
+ These options address the bounding box for Encapsulated PostScript
+graphic files, which have a size specified with a line '%%BoundingBox'
+that appears in the file. It has four values, giving the lower x
+coordinate, lower y coordinate, upper x coordinate, and upper y
+coordinate. The units are PostScript points, equivalent to TeX's big
+points, 1/72 inch. For example, if an '.eps' file has the line
+'%%BoundingBox 10 20 40 80' then its natural size is 30/72 inch wide by
+60/72 inch tall.
+
+'bb'
+ Specify the bounding box of the displayed region. The argument is
+ four dimensions separated by spaces, as with '\includegraphics[..,
+ bb= 0in 0in 1in 0.618in]{...}'. Usually '\includegraphics' reads
+ the BoundingBox numbers from the EPS file automatically, so this
+ option is only useful if the bounding box is missing from that file
+ or if you want to change it.
+
+'bbllx, bblly, bburx, bbury'
+ Set the bounding box. These four are obsolete, but are retained
+ for compatibility with old packages.
+
+'natwidth, natheight'
+ An alternative for 'bb'. Setting
+ '\includegraphics[...,natwidth=1in,natheight=0.618in,...]{...}' is
+ the same as setting 'bb=0 0 1in 0.618in'.
+
+'hiresbb'
+ If set to 'true', or just specified as with
+ '\includegraphics[...,hiresbb,...]{...}', then LaTeX will look for
+ '%%HiResBoundingBox' lines instead of '%%BoundingBox' lines. (The
+ 'BoundingBox' lines use only natural numbers while the
+ 'HiResBoundingBox' lines use decimals; both use units equivalent to
+ TeX's big points, 1/72 inch.) To override a prior setting of
+ 'true', you can set it to 'false'.
+
+ These following options allow a user to override LaTeX's method of
+choosing the graphic type based on the filename extension. An example
+is that '\includegraphics[type=png,ext=.xxx,read=.xxx]{lion}' will read
+the file 'lion.xxx' as though it were 'lion.png'. For more on these,
+*note \DeclareGraphicsRule::.
+
+'type'
+ Specify the graphics type.
+
+'ext'
+ Specify the graphics extension. Only use this in conjunction with
+ the option 'type'.
+
+'read'
+ Specify the file extension of the read file. Only use this in
+ conjunction with the option 'type'.
+
+'command'
+ Specify a command to be applied to this file. Only use this in
+ conjunction with the option 'type'.
+
+22.3.2 '\rotatebox'
+-------------------
+
+Synopsis for 'graphics' package:
+
+ \rotatebox{ANGLE}{MATERIAL}
+
+ Synopses for 'graphicx' package:
+
+ \rotatebox{ANGLE}{MATERIAL}
+ \rotatebox[KEY-VALUE LIST]{ANGLE}{MATERIAL}
+
+ Put MATERIAL in a box and rotate it ANGLE degrees counterclockwise.
+
+ This example rotates the table column heads forty five degrees.
+
+ \begin{tabular}{ll}
+ \rotatebox{45}{Character} &\rotatebox{45}{NATO phonetic} \\
+ A &AL-FAH \\
+ B &BRAH-VOH
+ \end{tabular}
+
+ The MATERIAL can be anything that goes in a box, including a graphic.
+
+ \rotatebox[origin=c]{45}{\includegraphics[width=1in]{lion}}
+
+ To place the rotated material, the first step is that LaTeX sets
+MATERIAL in a box, with a reference point on the left baseline. The
+second step is the rotation, by default about the reference point. The
+third step is that LaTeX computes a box to bound the rotated material.
+Fourth, LaTeX moves this box horizontally so that the left edge of this
+new bounding box coincides with the left edge of the box from the first
+step (they need not coincide vertically). This new bounding box, in its
+new position, is what LaTeX uses as the box when typesetting this
+material.
+
+ If you use the 'graphics' package then the rotation is about the
+reference point of the box. If you use the 'graphicx' package then then
+these are the options that can go in the KEY-VALUE LIST, but note that
+you can get the same effect without needing this package, except for the
+'x' and 'y' options (*note \includegraphics::).
+
+'origin'
+ The point of the MATERIAL's box about which the rotation happens.
+ Possible values are any string containing one or two of: 'l' for
+ left, 'r' for right, 'b' for bottom, 'c' for center, 't' for top,
+ and 'B' for baseline. Thus,
+ '\includegraphics[angle=180,origin=c]{moon}' will turn the picture
+ upside down from the center, while
+ '\includegraphics[angle=180,origin=lB]{LeBateau}' will turn its
+ picture upside down about its left baseline. (The character 'c'
+ gives the horizontal center in 'bc' or 'tc' but gives the vertical
+ center in 'lc' or 'rc'.) The default is 'lB'.
+
+'x, y'
+ Specify an arbitrary point of rotation with '\rotatebox[x=TeX
+ DIMENSION,y=TeX DIMENSION]{...}' (*note Units of length::). These
+ give the offset from the box's reference point.
+
+'units'
+ This key allows you to change the default of degrees
+ counterclockwise. Setting 'units=-360' changes the direction to
+ degrees clockwise and setting 'units=6.283185' changes to radians
+ counterclockwise.
+
+22.3.3 '\scalebox'
+------------------
+
+Synopses:
+
+ \scalebox{HORIZONTAL FACTOR}{MATERIAL}
+ \scalebox{HORIZONTAL FACTOR}[VERTICAL FACTOR]{MATERIAL}
+ \reflectbox{MATERIAL}
+
+ Scale the MATERIAL.
+
+ This example halves the size, both horizontally and vertically, of
+the first text and doubles the size of the second.
+
+ \scalebox{0.5}{DRINK ME} and \scalebox{2.0}{Eat Me}
+
+ If you do not specify the optional VERTICAL FACTOR then it defaults
+to the same value as the HORIZONTAL FACTOR.
+
+ You can use this command to resize a graphic, as with
+'\scalebox{0.5}{\includegraphics{lion}}'. If you use the 'graphicx'
+package then you can accomplish the same thing with optional arguments
+to '\includegraphics' (*note \includegraphics::).
+
+ The '\reflectbox' command abbreviates '\scalebox{-1}[1]{MATERIAL}'.
+Thus, 'Able was I\reflectbox{Able was I}' will show the phrase 'Able was
+I' immediately followed by its mirror reflection.
+
+22.3.4 '\resizebox'
+-------------------
+
+Synopses:
+
+ \resizebox{HORIZONTAL LENGTH}{VERTICAL LENGTH}{MATERIAL}
+ \resizebox*{HORIZONTAL LENGTH}{VERTICAL LENGTH}{MATERIAL}
+
+ Given a size, such as '3cm', transform MATERIAL to make it that size.
+If either HORIZONTAL LENGTH or VERTICAL LENGTH is an exclamation
+point '!' then the other argument is used to determine a scale factor
+for both directions.
+
+ This example makes the graphic be a half inch wide and scales it
+vertically by the same factor to keep it from being distorted.
+
+ \resizebox{0.5in}{!}{\includegraphics{lion}}
+
+ The unstarred form '\resizebox' takes VERTICAL LENGTH to be the box's
+height while the starred form '\resizebox*' takes it to be height+depth.
+For instance, make the text have a height+depth of a quarter inch with
+'\resizebox*{!}{0.25in}{\parbox{1in}{This box has both height and
+depth.}}'.
+
+ You can use '\depth', '\height', '\totalheight', and '\width' to
+refer to the original size of the box. Thus, make the text two inches
+wide but keep the original height with '\resizebox{2in}{\height}{Two
+inches}'.
+
+23 Special insertions
*********************
LaTeX provides commands for inserting characters that have a special
meaning do not correspond to simple characters you can type.
-21.1 Reserved characters
+23.1 Reserved characters
========================
LaTeX sets aside the following characters for special purposes (for
@@ -6940,7 +8748,51 @@ circumflex use '\^{}'. A text body font backslash results from
In that example the double backslash '\\' is only there to split the
lines.
-21.2 Symbols by font position
+23.2 Upper and lower case
+=========================
+
+Synopsis:
+
+ \uppercase{TEXT}
+ \lowercase{TEXT}
+ \MakeUppercase{TEXT}
+ \MakeLowercase{TEXT}
+
+ Change the case of characters. The TeX primitives commands
+'\uppercase' and '\lowercase' only work for American characters. The
+LaTeX commands '\MakeUppercase' and '\MakeLowercase' commands also
+change characters accessed by commands such as '\ae' or '\aa'. The
+commands '\MakeUppercase' and '\MakeLowercase' are robust but they have
+moving arguments (*note \protect::).
+
+ These commands do not change the case of letters used in the name of
+a command within TEXT. But they do change the case of every other Latin
+letter inside the argument TEXT. Thus, '\MakeUppercase{Let $y=f(x)$'}
+produces 'LET Y=F(X)'. Another example is that the name of an
+environment will be changed, so that '\MakeUppercase{\begin{tabular} ...
+\end{tabular}}' will produce an error because the first half is changed
+to '\begin{TABULAR}'.
+
+ LaTeX uses the same fixed table for changing case throughout a
+document, The table used is designed for the font encoding T1; this
+works well with the standard TeX fonts for all Latin alphabets but will
+cause problems when using other alphabets.
+
+ To change the case of text that results from a macro inside TEXT you
+need to do expansion. Here the '\Schoolname' produces 'COLLEGE OF
+MATHEMATICS'.
+
+ \newcommand{\schoolname}{College of Mathematics}
+ \newcommand{\Schoolname}{\expandafter\MakeUppercase
+ \expandafter{\schoolname}}
+
+ The 'textcase' package brings some of the missing feature of the
+standard LaTeX commands '\MakeUppercase' and '\MakeLowerCase'.
+
+ To uppercase only the first letter of words, you can use the package
+'mfirstuc'.
+
+23.3 Symbols by font position
=============================
You can access any character of the current font using its number with
@@ -6952,7 +8804,7 @@ the '\verb*' command has the code decimal 32, so it can be typed as
or hexadecimal (base 16) with a '"' prefix, so the previous example
could also be written as '\symbol{'40}' or '\symbol{"20}'.
-21.3 Text symbols
+23.4 Text symbols
=================
LaTeX provides commands to generate a number of non-letter symbols in
@@ -7132,7 +8984,7 @@ available in OT1; you may need to load the 'textcomp' package.
'\textvisiblespace'
Visible space symbol.
-21.4 Accents
+23.5 Accents
============
LaTeX has wide support for many of the world's scripts and languages,
@@ -7228,7 +9080,7 @@ capital letters. These are not available with OT1.
'\capitalcaron'
Produces a ha'c<ek (check, caron) accent, as in 'o<'.
-21.5 Additional Latin letters
+23.6 Additional Latin letters
=============================
Here are the basic LaTeX commands for inserting letters (beyond A-Z)
@@ -7285,7 +9137,7 @@ English.
you need the 'fontenc' package to select an alternate font
encoding, such as T1.
-21.6 '\rule'
+23.7 '\rule'
============
Synopsis:
@@ -7304,7 +9156,7 @@ WIDTH
THICKNESS
The thickness of the rule (mandatory).
-21.7 '\today'
+23.8 '\today'
=============
The '\today' command produces today's date, in the format 'MONTH DD,
@@ -7326,7 +9178,7 @@ others, will localize '\today'. For example, the following will output
The 'datetime' package, among others, can produce a wide variety of
other date formats.
-22 Splitting the input
+24 Splitting the input
**********************
A large document requires a lot of input. Rather than putting the whole
@@ -7338,7 +9190,7 @@ when you run LaTeX.
*Note filecontents::, for an environment that allows bundling an
external file to be created with the main document.
-22.1 '\include'
+24.1 '\include'
===============
Synopsis:
@@ -7356,7 +9208,7 @@ if FILE is listed as an argument to '\includeonly'. See *note
The '\include' command may not appear in the preamble or in a file
read by another '\include' command.
-22.2 \'includeonly'
+24.2 '\includeonly'
===================
Synopsis:
@@ -7371,7 +9223,7 @@ effective.
This command can only appear in the preamble.
-22.3 '\input'
+24.3 '\input'
=============
Synopsis:
@@ -7386,10 +9238,10 @@ that point.
first tried with that extension ('foo.tex' or 'foo.bar.tex'). If that
is not found, the original FILE is tried ('foo' or 'foo.bar').
-23 Front/back matter
+25 Front/back matter
********************
-23.1 Tables of contents
+25.1 Tables of contents
=======================
A table of contents is produced with the '\tableofcontents' command.
@@ -7410,7 +9262,7 @@ contents.
The command '\nofiles' overrides these commands, and _prevents_ any
of these lists from being generated.
-23.1.1 '\addcontentsline'
+25.1.1 '\addcontentsline'
-------------------------
Synopsis:
@@ -7421,9 +9273,9 @@ Synopsis:
table where:
EXT
- The extension of the file on which information is to be written,
- typically one of: 'toc' (table of contents), 'lof' (list of
- figures), or 'lot' (list of tables).
+ The filename extension of the file on which information is to be
+ written, typically one of: 'toc' (table of contents), 'lof' (list
+ of figures), or 'lot' (list of tables).
UNIT
The name of the sectional unit being added, typically one of the
@@ -7444,7 +9296,7 @@ TEXT
'\contentsline{UNIT}{TEXT}{NUM}', where 'NUM' is the current value of
counter 'UNIT'.
-23.1.2 '\addtocontents'
+25.1.2 '\addtocontents'
-----------------------
The '\addtocontents'{EXT}{TEXT} command adds text (or formatting
@@ -7459,7 +9311,7 @@ EXT
TEXT
The text to be written.
-23.2 Glossaries
+25.2 Glossaries
===============
The command '\makeglossary' enables creating glossaries.
@@ -7474,7 +9326,7 @@ value.
The 'glossary' package on CTAN provides support for fancier
glossaries.
-23.3 Indexes
+25.3 Indexes
============
The command '\makeindex' enables creating indexes. Put this in the
@@ -7514,7 +9366,7 @@ the index.
FAQ entry on this topic,
<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind>.
-24 Letters
+26 Letters
**********
Synopsis:
@@ -7593,7 +9445,7 @@ marked as optional are typically omitted.
These commands are used with the 'letter' class.
-24.1 '\address'
+26.1 '\address'
===============
Synopsis:
@@ -7619,7 +9471,7 @@ as a personal letter.
\address{Stephen Maturin \\
The Grapes of the Savoy}
-24.2 '\cc'
+26.2 '\cc'
==========
Synopsis:
@@ -7635,7 +9487,7 @@ in:
\cc{President \\
Vice President}
-24.3 '\closing'
+26.3 '\closing'
===============
Synopsis:
@@ -7647,7 +9499,7 @@ there is a '\closing' (although this command is optional). For example,
\closing{Regards,}
-24.4 '\encl'
+26.4 '\encl'
============
Synopsis:
@@ -7662,7 +9514,7 @@ Separate multiple lines with a double backslash '\\'.
\encl{License \\
Passport }
-24.5 '\location'
+26.5 '\location'
================
Synopsis:
@@ -7672,7 +9524,7 @@ Synopsis:
The TEXT appears centered at the bottom of the each page. It only
appears if the page style is 'firstpage'.
-24.6 '\makelabels'
+26.6 '\makelabels'
==================
Synopsis:
@@ -7694,7 +9546,7 @@ returned by the macro '\returnaddress' while RECIPIENT ADDRESS is the
value passed in the argument to the 'letter' environment. By default
'\mlabel' ignores the first argument, the SENDER ADDRESS.
-24.7 '\name'
+26.7 '\name'
============
Synopsis:
@@ -7704,7 +9556,7 @@ Synopsis:
Sender's name, used for printing on the envelope together with the
return address.
-24.8 '\opening'
+26.8 '\opening'
===============
Synopsis:
@@ -7717,7 +9569,7 @@ starts your letter. For instance:
\opening{Dear John:}
-24.9 '\ps'
+26.9 '\ps'
==========
Synopsis:
@@ -7729,7 +9581,7 @@ Synopsis:
\ps{P.S. After you have read this letter, burn it. Or eat it.}
-24.10 '\signature'
+26.10 '\signature'
==================
Synopsis:
@@ -7758,7 +9610,7 @@ in the document. To have it apply to one letter only, put it inside a
'\signature{\vspace{-6\medskipamount}\includegraphics{sig.png}\\ My
name}' (this requires writing '\usepackage{graphicx}' in the preamble).
-24.11 '\telephone'
+26.11 '\telephone'
==================
Synopsis:
@@ -7770,10 +9622,10 @@ where it applies to all letters. This only appears if the 'firstpage'
pagestyle is selected. If so, it appears on the lower right of the
page.
-25 Terminal input/output
+27 Terminal input/output
************************
-25.1 '\typein[CMD]{MSG}'
+27.1 '\typein[CMD]{MSG}'
========================
Synopsis:
@@ -7787,7 +9639,7 @@ it had been included in the input file in place of the '\typein'
command. If the '\CMD' argument is present, it must be a command name.
This command name is then defined or redefined to be the typed input.
-25.2 '\typeout{MSG}'
+27.2 '\typeout{MSG}'
====================
Synopsis:
@@ -7803,7 +9655,7 @@ and ignoring spaces after a command name apply to 'msg'. A '\space'
command in 'msg' causes a single space to be printed, independent of
surrounding spaces. A '^^J' in 'msg' prints a newline.
-26 Command line
+28 Command line
***************
The input file specification indicates the file to be formatted; TeX
@@ -7973,1998 +9825,2157 @@ Concept Index
* Menu:
-* * prompt: Command line. (line 7880)
+* * prompt: Command line. (line 9743)
* *-form of environment commands: \newenvironment & \renewenvironment.
- (line 4388)
-* *-form of sectioning commands: Sectioning. (line 1842)
+ (line 5102)
+* *-form of sectioning commands: Sectioning. (line 1997)
* *-form, defining new commands: \newcommand & \renewcommand.
- (line 4228)
-* .glo file: Glossaries. (line 7523)
-* .idx file: Indexes. (line 7539)
-* .ind file: Indexes. (line 7553)
-* 'see' and 'see also' index entries: Indexes. (line 7546)
-* abstracts: abstract. (line 2011)
-* accents: Accents. (line 7194)
-* accents, mathematical: Math accents. (line 6184)
+ (line 4942)
+* .glo file: Glossaries. (line 9386)
+* .idx file: Indexes. (line 9402)
+* .ind file: Indexes. (line 9416)
+* 'see' and 'see also' index entries: Indexes. (line 9409)
+* abstracts: abstract. (line 2357)
+* accents: Accents. (line 9057)
+* accents, mathematical: Math accents. (line 6974)
* accessing any character of a font: Symbols by font position.
- (line 7002)
-* acute accent: Accents. (line 7208)
-* acute accent, math: Math accents. (line 6189)
+ (line 8865)
+* acute accent: Accents. (line 9071)
+* acute accent, math: Math accents. (line 6979)
* additional packages, loading: Additional packages.
- (line 701)
+ (line 802)
* ae ligature: Additional Latin letters.
- (line 7300)
-* align environment, from amsmath: eqnarray. (line 2376)
-* aligning equations: eqnarray. (line 2376)
-* alignment via tabbing: tabbing. (line 3121)
-* amsmath package, replacing eqnarray: eqnarray. (line 2376)
-* appendix, creating: Sectioning. (line 1848)
+ (line 9163)
+* algorithm2e package: tabbing. (line 3906)
+* align environment, from amsmath: eqnarray. (line 2744)
+* aligning equations: eqnarray. (line 2744)
+* alignment via tabbing: tabbing. (line 3768)
+* amsmath package: array. (line 2437)
+* amsmath package <1>: displaymath. (line 2613)
+* amsmath package, replacing eqnarray: eqnarray. (line 2744)
+* appendix, creating: Sectioning. (line 2003)
* aring: Additional Latin letters.
- (line 7296)
-* arrays, math: array. (line 2057)
-* arrow, left, in text: Text symbols. (line 7139)
-* arrow, right, in text: Text symbols. (line 7174)
-* ascender height: Text symbols. (line 7107)
-* ASCII circumflex, in text: Text symbols. (line 7072)
-* ASCII tilde, in text: Text symbols. (line 7075)
-* asterisk, centered, in text: Text symbols. (line 7078)
-* at clause, in font definitions: \newfont. (line 4616)
-* author, for titlepage: \maketitle. (line 6445)
-* auxiliary file: Output files. (line 382)
-* babel package: Accents. (line 7194)
-* backslash, in text: Text symbols. (line 7081)
-* bar, double vertical, in text: Text symbols. (line 7087)
-* bar, vertical, in text: Text symbols. (line 7084)
-* bar-over accent: Accents. (line 7217)
-* bar-over accent, math: Math accents. (line 6192)
-* bar-under accent: Accents. (line 7234)
-* basics of LaTeX: Overview. (line 301)
-* beamer template and class: beamer template. (line 7896)
-* beginning of document hook: \AtBeginDocument. (line 2285)
+ (line 9159)
+* arrays, math: array. (line 2403)
+* arrow, left, in text: Text symbols. (line 9002)
+* arrow, right, in text: Text symbols. (line 9037)
+* ascender height: Text symbols. (line 8970)
+* ASCII circumflex, in text: Text symbols. (line 8935)
+* ASCII tilde, in text: Text symbols. (line 8938)
+* asterisk, centered, in text: Text symbols. (line 8941)
+* at clause, in font definitions: \newfont. (line 5330)
+* author, for titlepage: \maketitle. (line 7235)
+* auxiliary file: Output files. (line 416)
+* babel package: thebibliography. (line 4302)
+* babel package <1>: Accents. (line 9057)
+* background, colored: Colored pages. (line 8035)
+* backslash, in text: Text symbols. (line 8944)
+* bar, double vertical, in text: Text symbols. (line 8950)
+* bar, vertical, in text: Text symbols. (line 8947)
+* bar-over accent: Accents. (line 9080)
+* bar-over accent, math: Math accents. (line 6982)
+* bar-under accent: Accents. (line 9097)
+* basics of LaTeX: Overview. (line 335)
+* beamer template and class: beamer template. (line 9759)
+* beginning of document hook: \AtBeginDocument. (line 2645)
* bibliography format, open: Document class options.
- (line 663)
-* bibliography, creating (automatically): Using BibTeX. (line 3645)
-* bibliography, creating (manually): thebibliography. (line 3576)
-* bibTeX, using: Using BibTeX. (line 3645)
-* big circle symbols, in text: Text symbols. (line 7090)
-* Big point: Units of length. (line 4914)
+ (line 764)
+* bibliography, creating (automatically): Using BibTeX. (line 4358)
+* bibliography, creating (manually): thebibliography. (line 4279)
+* bibTeX, using: Using BibTeX. (line 4358)
+* big circle symbols, in text: Text symbols. (line 8953)
+* Big point: Units of length. (line 5704)
* black boxes, omitting: Document class options.
- (line 649)
-* bold font: Font styles. (line 1138)
-* bold math: Font styles. (line 1197)
-* bold typewriter, avoiding: description. (line 2215)
-* box, allocating new: \newsavebox. (line 4365)
-* boxes: Boxes. (line 6795)
-* brace, left, in text: Text symbols. (line 7093)
-* brace, right, in text: Text symbols. (line 7096)
-* breaking lines: Line breaking. (line 3787)
-* breaking pages: Page breaking. (line 3930)
-* breve accent: Accents. (line 7274)
-* breve accent, math: Math accents. (line 6195)
+ (line 750)
+* bold font: Font styles. (line 1289)
+* bold math: Font styles. (line 1348)
+* bold typewriter, avoiding: description. (line 2572)
+* box, allocating new: \newsavebox. (line 5079)
+* box, colored: Colored boxes. (line 7998)
+* boxes: Boxes. (line 7640)
+* brace, left, in text: Text symbols. (line 8956)
+* brace, right, in text: Text symbols. (line 8959)
+* breaking lines: Line breaking. (line 4501)
+* breaking pages: Page breaking. (line 4644)
+* breve accent: Accents. (line 9137)
+* breve accent, math: Math accents. (line 6985)
* bug reporting: About this document.
- (line 258)
-* bullet symbol: Math symbols. (line 5289)
-* bullet, in text: Text symbols. (line 7099)
-* bulleted lists: itemize. (line 2606)
-* calligraphic letters for math: Font styles. (line 1141)
-* cap height: Text symbols. (line 7107)
-* caron accent: Accents. (line 7285)
+ (line 306)
+* bullet symbol: Math symbols. (line 6079)
+* bullet, in text: Text symbols. (line 8962)
+* bulleted lists: itemize. (line 2979)
+* calligraphic letters for math: Font styles. (line 1292)
+* cap height: Text symbols. (line 8970)
+* caron accent: Accents. (line 9148)
* catcode: \makeatletter and \makeatother.
- (line 529)
+ (line 572)
* category code, character: \makeatletter and \makeatother.
- (line 529)
-* cc list, in letters: \cc. (line 7683)
-* cedilla accent: Accents. (line 7239)
-* centered asterisk, in text: Text symbols. (line 7078)
+ (line 572)
+* cc list, in letters: \cc. (line 9546)
+* cedilla accent: Accents. (line 9102)
+* centered asterisk, in text: Text symbols. (line 8941)
* centered equations: Document class options.
- (line 653)
-* centered period, in text: Text symbols. (line 7146)
-* centering text, declaration for: \centering. (line 2166)
-* centering text, environment for: center. (line 2123)
-* Centimeter: Units of length. (line 4918)
+ (line 754)
+* centered period, in text: Text symbols. (line 9009)
+* centering text, declaration for: \centering. (line 2512)
+* centering text, environment for: center. (line 2469)
+* Centimeter: Units of length. (line 5708)
* character category code: \makeatletter and \makeatother.
- (line 529)
-* characters, accented: Accents. (line 7194)
+ (line 572)
+* characters, accented: Accents. (line 9057)
+* characters, case: Upper and lower case.
+ (line 8820)
* characters, non-English: Additional Latin letters.
- (line 7290)
+ (line 9153)
* characters, reserved: Reserved characters.
- (line 6968)
+ (line 8786)
* characters, special: Reserved characters.
- (line 6968)
-* check accent: Accents. (line 7285)
-* check accent, math: Math accents. (line 6198)
-* Cicero: Units of length. (line 4927)
-* circle symbol, big, in text: Text symbols. (line 7090)
-* circled letter, in text: Text symbols. (line 7102)
-* circumflex accent: Accents. (line 7221)
-* circumflex accent, math: Math accents. (line 6210)
-* circumflex, ASCII, in text: Text symbols. (line 7072)
-* citation key: \bibitem. (line 3607)
+ (line 8786)
+* check accent: Accents. (line 9148)
+* check accent, math: Math accents. (line 6988)
+* Cicero: Units of length. (line 5717)
+* circle symbol, big, in text: Text symbols. (line 8953)
+* circled letter, in text: Text symbols. (line 8965)
+* circumflex accent: Accents. (line 9084)
+* circumflex accent, math: Math accents. (line 7000)
+* circumflex, ASCII, in text: Text symbols. (line 8935)
+* citation key: \bibitem. (line 4320)
* class and package commands: Class and package commands.
- (line 784)
+ (line 885)
* class and package difference: Class and package construction.
- (line 726)
+ (line 827)
* class and package structure: Class and package structure.
- (line 740)
+ (line 841)
* class file example: Class and package structure.
- (line 770)
+ (line 871)
* class file layout: Class and package structure.
- (line 740)
+ (line 841)
* class options: Document class options.
- (line 604)
+ (line 703)
* class options <1>: Class and package structure.
- (line 740)
+ (line 841)
* class options <2>: Class and package commands.
- (line 831)
-* classes of documents: Document classes. (line 570)
-* closing letters: \closing. (line 7699)
-* closing quote: Text symbols. (line 7063)
-* code, typesetting: verbatim. (line 3734)
-* command line: Command line. (line 7868)
+ (line 945)
+* classes of documents: Document classes. (line 669)
+* closing letters: \closing. (line 9562)
+* closing quote: Text symbols. (line 8926)
+* code, typesetting: verbatim. (line 4447)
+* color: Color. (line 7807)
+* color <1>: Define colors. (line 7912)
+* color <2>: Colored text. (line 7932)
+* color <3>: Colored boxes. (line 7998)
+* color <4>: Colored pages. (line 8035)
+* color models: Color models. (line 7860)
+* color package commands: Commands for color. (line 7907)
+* color package options: Color package options.
+ (line 7822)
+* color, define: Define colors. (line 7912)
+* colored boxes: Colored boxes. (line 7998)
+* colored page: Colored pages. (line 8035)
+* colored text: Colored text. (line 7932)
+* command line: Command line. (line 9731)
* command syntax: LaTeX command syntax.
- (line 452)
+ (line 486)
* commands, class and package: Class and package commands.
- (line 784)
+ (line 885)
* commands, defining new ones: \newcommand & \renewcommand.
- (line 4220)
-* commands, defining new ones <1>: \providecommand. (line 4311)
+ (line 4934)
+* commands, defining new ones <1>: \providecommand. (line 5025)
* commands, document class: Class and package construction.
- (line 717)
+ (line 818)
+* commands, graphics package: Commands for graphics.
+ (line 8343)
+* commands, ignore spaces: \ignorespaces & \ignorespacesafterend.
+ (line 5400)
* commands, redefining: \newcommand & \renewcommand.
- (line 4220)
-* composite word mark, in text: Text symbols. (line 7107)
-* computer programs, typesetting: verbatim. (line 3734)
-* contents file: Output files. (line 392)
-* copyright symbol: Text symbols. (line 7020)
-* counters, a list of: Counters. (line 4683)
-* counters, defining new: \newcounter. (line 4326)
-* counters, getting value of: \value. (line 4783)
+ (line 4934)
+* commands, star-variants: \@ifstar. (line 609)
+* composite word mark, in text: Text symbols. (line 8970)
+* computer programs, typesetting: verbatim. (line 4447)
+* configuration, graphics package: Graphics package configuration.
+ (line 8157)
+* contents file: Output files. (line 426)
+* copyright symbol: Text symbols. (line 8883)
+* counters, a list of: Counters. (line 5473)
+* counters, defining new: \newcounter. (line 5040)
+* counters, getting value of: \value. (line 5573)
* counters, printing: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 4709)
-* counters, setting: \setcounter. (line 4812)
-* creating pictures: picture. (line 2813)
-* creating tables: table. (line 3212)
-* credit footnote: \maketitle. (line 6455)
-* cross references: Cross references. (line 1869)
-* cross references, resolving: Output files. (line 382)
-* cross referencing with page number: \pageref. (line 1951)
-* cross referencing, symbolic: \ref. (line 1972)
-* currency, dollar: Text symbols. (line 7118)
-* currency, euro: Text symbols. (line 7127)
-* dagger, double, in text: Text symbols. (line 7115)
-* dagger, in text: Text symbols. (line 7023)
-* dagger, in text <1>: Text symbols. (line 7112)
-* date, for titlepage: \maketitle. (line 6451)
-* date, today's: \today. (line 7366)
-* datetime package: \today. (line 7382)
+ (line 5499)
+* counters, setting: \setcounter. (line 5602)
+* creating pictures: picture. (line 3460)
+* creating tables: table. (line 3915)
+* credit footnote: \maketitle. (line 7245)
+* cross references: Cross references. (line 2215)
+* cross references, resolving: Output files. (line 416)
+* cross referencing with page number: \pageref. (line 2297)
+* cross referencing, symbolic: \ref. (line 2318)
+* currency, dollar: Text symbols. (line 8981)
+* currency, euro: Text symbols. (line 8990)
+* dagger, double, in text: Text symbols. (line 8978)
+* dagger, in text: Text symbols. (line 8886)
+* dagger, in text <1>: Text symbols. (line 8975)
+* date, for titlepage: \maketitle. (line 7241)
+* date, today's: \today. (line 9229)
+* datetime package: \today. (line 9245)
+* define color: Define colors. (line 7912)
* defining a new command: \newcommand & \renewcommand.
- (line 4220)
-* defining a new command <1>: \providecommand. (line 4311)
+ (line 4934)
+* defining a new command <1>: \providecommand. (line 5025)
* defining new environments: \newenvironment & \renewenvironment.
- (line 4380)
-* defining new fonts: \newfont. (line 4599)
-* defining new theorems: \newtheorem. (line 4487)
-* definitions: Definitions. (line 4215)
-* description lists, creating: description. (line 2198)
-* design size, in font definitions: \newfont. (line 4616)
-* Didot point: Units of length. (line 4924)
-* dieresis accent: Accents. (line 7204)
+ (line 5094)
+* defining new fonts: \newfont. (line 5313)
+* defining new theorems: \newtheorem. (line 5201)
+* definitions: Definitions. (line 4929)
+* description lists, creating: description. (line 2544)
+* design size, in font definitions: \newfont. (line 5330)
+* Didot point: Units of length. (line 5714)
+* dieresis accent: Accents. (line 9067)
* difference between class and package: Class and package construction.
- (line 726)
-* discretionary hyphenation: \discretionary. (line 3872)
-* discretionary multiplication: Math miscellany. (line 6280)
+ (line 827)
+* discretionary hyphenation: \discretionary. (line 4586)
+* discretionary multiplication: Math miscellany. (line 7070)
* displaying quoted text with paragraph indentation: quotation and quote.
- (line 3085)
+ (line 3732)
* displaying quoted text without paragraph indentation: quotation and quote.
- (line 3085)
+ (line 3732)
* document class commands: Class and package construction.
- (line 717)
+ (line 818)
* document class options: Document class options.
- (line 604)
+ (line 703)
* document class, defined: Starting and ending.
- (line 335)
-* document classes: Document classes. (line 570)
-* document templates: Document templates. (line 7889)
-* dollar sign: Text symbols. (line 7118)
-* dot accent: Accents. (line 7213)
-* dot over accent, math: Math accents. (line 6204)
-* dot-over accent: Accents. (line 7213)
-* dot-under accent: Accents. (line 7243)
-* dotless i: Accents. (line 7251)
-* dotless i, math: Math accents. (line 6213)
-* dotless j: Accents. (line 7254)
-* dotless j, math: Math accents. (line 6216)
-* double angle quotation marks: Text symbols. (line 7038)
-* double dagger, in text: Text symbols. (line 7026)
-* double dagger, in text <1>: Text symbols. (line 7115)
-* double dot accent, math: Math accents. (line 6201)
-* double guillemets: Text symbols. (line 7038)
-* double left quote: Text symbols. (line 7152)
-* double low-9 quotation mark: Text symbols. (line 7060)
-* double quote, straight base: Text symbols. (line 7168)
-* double right quote: Text symbols. (line 7155)
+ (line 369)
+* document classes: Document classes. (line 669)
+* document templates: Document templates. (line 9752)
+* dollar sign: Text symbols. (line 8981)
+* dot accent: Accents. (line 9076)
+* dot over accent, math: Math accents. (line 6994)
+* dot-over accent: Accents. (line 9076)
+* dot-under accent: Accents. (line 9106)
+* dotless i: Accents. (line 9114)
+* dotless i, math: Math accents. (line 7003)
+* dotless j: Accents. (line 9117)
+* dotless j, math: Math accents. (line 7006)
+* double angle quotation marks: Text symbols. (line 8901)
+* double dagger, in text: Text symbols. (line 8889)
+* double dagger, in text <1>: Text symbols. (line 8978)
+* double dot accent, math: Math accents. (line 6991)
+* double guillemets: Text symbols. (line 8901)
+* double left quote: Text symbols. (line 9015)
+* double low-9 quotation mark: Text symbols. (line 8923)
+* double quote, straight base: Text symbols. (line 9031)
+* double right quote: Text symbols. (line 9018)
* double spacing: Low-level font commands.
- (line 1349)
-* double vertical bar, in text: Text symbols. (line 7087)
-* e-dash: Text symbols. (line 7124)
-* e-TeX: TeX engines. (line 407)
-* ellipsis: Text symbols. (line 7044)
-* em: Units of length. (line 4932)
-* em-dash: Text symbols. (line 7121)
-* em-dash, three-quarters: Text symbols. (line 7177)
-* em-dash, two-thirds: Text symbols. (line 7183)
-* emphasis: Font styles. (line 1126)
-* enclosure list: \encl. (line 7711)
-* end of document hook: \AtEndDocument. (line 2298)
+ (line 1504)
+* double vertical bar, in text: Text symbols. (line 8950)
+* e-dash: Text symbols. (line 8987)
+* e-TeX: TeX engines. (line 441)
+* ellipsis: Text symbols. (line 8907)
+* em: Units of length. (line 5722)
+* em-dash: Text symbols. (line 8984)
+* em-dash, three-quarters: Text symbols. (line 9040)
+* em-dash, two-thirds: Text symbols. (line 9046)
+* emphasis: Font styles. (line 1277)
+* enclosure list: \encl. (line 9574)
+* end of document hook: \AtEndDocument. (line 2661)
* ending and starting: Starting and ending.
- (line 327)
-* engines, TeX: TeX engines. (line 401)
-* enlarge current page: \enlargethispage. (line 3959)
+ (line 361)
+* engines, TeX: TeX engines. (line 435)
+* enlarge current page: \enlargethispage. (line 4673)
+* enumitem package: list. (line 3085)
* environment: Starting and ending.
- (line 343)
-* environment, theorem-like: \newtheorem. (line 4487)
-* environments: Environments. (line 1994)
+ (line 377)
+* environment, theorem-like: \newtheorem. (line 5201)
+* environments: Environments. (line 2340)
* environments, defining: \newenvironment & \renewenvironment.
- (line 4380)
-* equation number, cross referencing: \ref. (line 1972)
+ (line 5094)
+* EPS files: Graphics package configuration.
+ (line 8157)
+* EPS files <1>: \includegraphics. (line 8349)
+* equation number, cross referencing: \ref. (line 2318)
* equation numbers, left vs. right: Document class options.
- (line 659)
-* equation numbers, omitting: eqnarray. (line 2411)
-* equations, aligning: eqnarray. (line 2376)
-* equations, environment for: equation. (line 2432)
+ (line 760)
+* equation numbers, omitting: eqnarray. (line 2779)
+* equations, aligning: eqnarray. (line 2744)
+* equations, environment for: equation. (line 2800)
* equations, flush left vs. centered: Document class options.
- (line 653)
+ (line 754)
* es-zet German letter: Additional Latin letters.
- (line 7336)
+ (line 9199)
* eth, Icelandic letter: Additional Latin letters.
- (line 7304)
-* euro symbol: Text symbols. (line 7127)
-* ex: Units of length. (line 4932)
-* exclamation point, upside-down: Text symbols. (line 7130)
+ (line 9167)
+* etoolbox package: Class and package commands.
+ (line 989)
+* euro symbol: Text symbols. (line 8990)
+* ex: Units of length. (line 5722)
+* exclamation point, upside-down: Text symbols. (line 8993)
* exponent: Subscripts & superscripts.
- (line 5148)
+ (line 5938)
* extended Latin: Additional Latin letters.
- (line 7290)
-* external files, writing: filecontents. (line 2503)
+ (line 9153)
+* external files, writing: filecontents. (line 2876)
* families, of fonts: Low-level font commands.
- (line 1255)
-* feminine ordinal symbol: Text symbols. (line 7143)
-* figure number, cross referencing: \ref. (line 1972)
-* figures, footnotes in: minipage. (line 2800)
-* figures, inserting: figure. (line 2450)
+ (line 1407)
+* fancyvrb package: tabbing. (line 3906)
+* feminine ordinal symbol: Text symbols. (line 9006)
+* figure number, cross referencing: \ref. (line 2318)
+* figures, footnotes in: minipage. (line 3447)
+* figures, inserting: figure. (line 2823)
* file, root: Splitting the input.
- (line 7391)
-* fixed-width font: Font styles. (line 1159)
-* float package: Floats. (line 1713)
-* float page: Floats. (line 1719)
+ (line 9254)
+* fixed-width font: Font styles. (line 1310)
+* flafter package: Floats. (line 1898)
+* float package: Floats. (line 1868)
+* float page: Floats. (line 1874)
* flush left equations: Document class options.
- (line 653)
-* flushing floats and starting a page: \clearpage. (line 3946)
+ (line 754)
+* flushing floats and starting a page: \clearpage. (line 4660)
* font catalogue: Low-level font commands.
- (line 1255)
+ (line 1407)
* font commands, low-level: Low-level font commands.
- (line 1241)
+ (line 1392)
* font size: Low-level font commands.
- (line 1333)
-* font sizes: Font sizes. (line 1215)
-* font styles: Font styles. (line 1073)
+ (line 1487)
+* font sizes: Font sizes. (line 1366)
+* font styles: Font styles. (line 1224)
* font symbols, by number: Symbols by font position.
- (line 7002)
-* fonts: Fonts. (line 1067)
-* fonts, new commands for: \newfont. (line 4599)
-* footer style: \pagestyle. (line 6490)
+ (line 8865)
+* fonts: Fonts. (line 1218)
+* fonts, new commands for: \newfont. (line 5313)
+* footer style: \pagestyle. (line 7280)
* footer, parameters for: Page layout parameters.
- (line 1535)
+ (line 1690)
* footmisc package: Footnotes in section headings.
- (line 4143)
-* footnote number, cross referencing: \ref. (line 1972)
+ (line 4857)
+* footnote number, cross referencing: \ref. (line 2318)
* footnote parameters: Footnote parameters.
- (line 4199)
-* footnotes in figures: minipage. (line 2800)
-* footnotes, creating: Footnotes. (line 3992)
-* Footnotes, in a minipage: \footnote. (line 4039)
+ (line 4913)
+* footnotes in figures: minipage. (line 3447)
+* footnotes, creating: Footnotes. (line 4706)
+* Footnotes, in a minipage: \footnote. (line 4753)
* Footnotes, in a table: Footnotes in a table.
- (line 4093)
+ (line 4807)
* footnotes, in section headings: Footnotes in section headings.
- (line 4139)
-* footnotes, symbols instead of numbers: \footnote. (line 4027)
-* formulas, environment for: equation. (line 2432)
-* formulas, math: Math formulas. (line 5111)
-* forward reference: Cross references. (line 1885)
-* forward references, resolving: Output files. (line 382)
-* fragile commands: \protect. (line 4634)
-* French quotation marks: Text symbols. (line 7038)
-* functions, math: Math functions. (line 6076)
+ (line 4853)
+* footnotes, symbols instead of numbers: \footnote. (line 4741)
+* formulas, environment for: equation. (line 2800)
+* formulas, math: Math formulas. (line 5901)
+* forward reference: Cross references. (line 2231)
+* forward references, resolving: Output files. (line 416)
+* fragile commands: \protect. (line 5348)
+* French quotation marks: Text symbols. (line 8901)
+* functions, math: Math functions. (line 6866)
* geometry package: Document class options.
- (line 638)
+ (line 737)
+* geometry package <1>: Document class options.
+ (line 741)
* global options: Document class options.
- (line 604)
+ (line 703)
* global options <1>: Additional packages.
- (line 710)
-* glossaries: Glossaries. (line 7521)
-* glossary package: Glossaries. (line 7530)
-* glue register, plain TeX: \newlength. (line 4350)
-* graphics packages: \line. (line 2976)
-* grave accent: Accents. (line 7225)
-* grave accent, math: Math accents. (line 6207)
-* greater than symbol, in text: Text symbols. (line 7133)
-* greek letters: Math symbols. (line 5181)
-* group, and environments: Environments. (line 2006)
-* ha'c<ek accent, math: Math accents. (line 6198)
-* hacek accent: Accents. (line 7285)
-* hat accent: Accents. (line 7221)
-* hat accent, math: Math accents. (line 6210)
-* header style: \pagestyle. (line 6490)
+ (line 811)
+* glossaries: Glossaries. (line 9384)
+* glossary package: Glossaries. (line 9393)
+* glue register, plain TeX: \newlength. (line 5064)
+* graphics: Graphics. (line 8056)
+* graphics <1>: Graphics package configuration.
+ (line 8157)
+* graphics <2>: \includegraphics. (line 8349)
+* graphics package: Graphics. (line 8056)
+* graphics package <1>: Graphics package configuration.
+ (line 8157)
+* graphics package <2>: \includegraphics. (line 8349)
+* graphics package commands: Commands for graphics.
+ (line 8343)
+* graphics package options: Graphics package options.
+ (line 8093)
+* graphics packages: \line. (line 3623)
+* graphics, resizing: \scalebox. (line 8723)
+* graphics, resizing <1>: \resizebox. (line 8751)
+* graphics, scaling: \scalebox. (line 8723)
+* graphics, scaling <1>: \resizebox. (line 8751)
+* grave accent: Accents. (line 9088)
+* grave accent, math: Math accents. (line 6997)
+* greater than symbol, in text: Text symbols. (line 8996)
+* greek letters: Math symbols. (line 5971)
+* group, and environments: Environments. (line 2352)
+* ha'c<ek accent, math: Math accents. (line 6988)
+* hacek accent: Accents. (line 9148)
+* hat accent: Accents. (line 9084)
+* hat accent, math: Math accents. (line 7000)
+* header style: \pagestyle. (line 7280)
* header, parameters for: Page layout parameters.
- (line 1535)
+ (line 1690)
* hello, world: Starting and ending.
- (line 327)
-* here, putting floats: Floats. (line 1713)
-* hungarian umlaut accent: Accents. (line 7247)
-* hyphenation, defining: \hyphenation. (line 3897)
-* hyphenation, discretionary: \discretionary. (line 3872)
-* hyphenation, forcing: \- (hyphenation). (line 3860)
-* hyphenation, preventing: \mbox. (line 6801)
+ (line 361)
+* here, putting floats: Floats. (line 1868)
+* hungarian umlaut accent: Accents. (line 9110)
+* hyphenation, defining: \hyphenation. (line 4611)
+* hyphenation, discretionary: \discretionary. (line 4586)
+* hyphenation, forcing: \- (hyphenation). (line 4574)
+* hyphenation, preventing: \mbox. (line 7646)
* Icelandic eth: Additional Latin letters.
- (line 7304)
+ (line 9167)
* Icelandic thorn: Additional Latin letters.
- (line 7340)
+ (line 9203)
* ij letter, Dutch: Additional Latin letters.
- (line 7316)
-* implementations of TeX: TeX engines. (line 401)
-* in-line formulas: math. (line 2773)
-* indent, forcing: \indent. (line 5029)
-* indent, suppressing: \noindent. (line 5040)
-* indentation of paragraphs, in minipage: minipage. (line 2796)
-* index entries, 'see' and 'see also': Indexes. (line 7546)
-* indexes: Indexes. (line 7536)
-* infinite horizontal stretch: \hfill. (line 6565)
-* infinite vertical stretch: \vfill. (line 6739)
+ (line 9179)
+* implementations of TeX: TeX engines. (line 435)
+* importing graphics: \includegraphics. (line 8349)
+* in-line formulas: math. (line 3420)
+* including graphics: \includegraphics. (line 8349)
+* indent, forcing: \indent. (line 5819)
+* indent, suppressing: \noindent. (line 5830)
+* indentation of paragraphs, in minipage: minipage. (line 3443)
+* index entries, 'see' and 'see also': Indexes. (line 9409)
+* indexes: Indexes. (line 9399)
+* infinite horizontal stretch: \hfill. (line 7355)
+* infinite vertical stretch: \vfill. (line 7584)
* input file: Splitting the input.
- (line 7388)
+ (line 9251)
* input/output, to terminal: Terminal input/output.
- (line 7835)
-* inserting figures: figure. (line 2450)
-* insertions of special characters: Special insertions. (line 6962)
-* italic correction: \/. (line 6648)
-* italic font: Font styles. (line 1144)
-* justification, ragged left: \raggedleft. (line 2593)
-* justification, ragged right: \raggedright. (line 2567)
-* Knuth, Donald E.: Overview. (line 301)
-* label: Cross references. (line 1872)
-* labelled lists, creating: description. (line 2198)
-* Lamport TeX: Overview. (line 319)
-* Lamport, Leslie: Overview. (line 301)
+ (line 9698)
+* inserting figures: figure. (line 2823)
+* insertions of special characters: Special insertions. (line 8780)
+* italic correction: \/. (line 7493)
+* italic font: Font styles. (line 1295)
+* JPEG files: Graphics package configuration.
+ (line 8157)
+* JPEG files <1>: \includegraphics. (line 8349)
+* JPG files: Graphics package configuration.
+ (line 8157)
+* JPG files <1>: \includegraphics. (line 8349)
+* justification, ragged left: \raggedleft. (line 2966)
+* justification, ragged right: \raggedright. (line 2940)
+* Knuth, Donald E.: Overview. (line 335)
+* label: Cross references. (line 2218)
+* labelled lists, creating: description. (line 2544)
+* Lamport TeX: Overview. (line 353)
+* Lamport, Leslie: Overview. (line 335)
* landscape orientation: Document class options.
- (line 656)
-* LaTeX logo: Text symbols. (line 7029)
-* LaTeX overview: Overview. (line 301)
+ (line 757)
+* LaTeX logo: Text symbols. (line 8892)
+* LaTeX overview: Overview. (line 335)
* LaTeX Project team: About this document.
- (line 269)
+ (line 302)
* LaTeX vs. LaTeX2e: About this document.
- (line 265)
-* LaTeX2e logo: Text symbols. (line 7032)
+ (line 298)
+* LaTeX2e logo: Text symbols. (line 8895)
* Latin letters, additional: Additional Latin letters.
- (line 7290)
-* layout commands: Layout. (line 1379)
+ (line 9153)
+* layout commands: Layout. (line 1534)
* layout, page parameters for: Page layout parameters.
- (line 1535)
-* left angle quotation marks: Text symbols. (line 7038)
-* left arrow, in text: Text symbols. (line 7139)
-* left brace, in text: Text symbols. (line 7093)
-* left quote: Text symbols. (line 7048)
-* left quote, double: Text symbols. (line 7152)
-* left quote, single: Text symbols. (line 7158)
+ (line 1690)
+* left angle quotation marks: Text symbols. (line 8901)
+* left arrow, in text: Text symbols. (line 9002)
+* left brace, in text: Text symbols. (line 8956)
+* left quote: Text symbols. (line 8911)
+* left quote, double: Text symbols. (line 9015)
+* left quote, single: Text symbols. (line 9021)
* left-hand equation numbers: Document class options.
- (line 659)
-* left-justifying text: \raggedright. (line 2567)
-* left-justifying text, environment for: flushleft. (line 2554)
-* left-to-right mode: Modes. (line 6363)
-* length command: \setlength. (line 4954)
-* lengths, adding to: \addtolength. (line 4962)
-* lengths, allocating new: \newlength. (line 4350)
-* lengths, defining and using: Lengths. (line 4872)
-* lengths, predefined: Predefined lengths. (line 5002)
-* lengths, setting: \setlength. (line 4950)
-* less than symbol, in text: Text symbols. (line 7136)
-* letters, accented: Accents. (line 7194)
+ (line 760)
+* left-justifying text: \raggedright. (line 2940)
+* left-justifying text, environment for: flushleft. (line 2927)
+* left-to-right mode: Modes. (line 7153)
+* length command: \setlength. (line 5744)
+* lengths, adding to: \addtolength. (line 5752)
+* lengths, allocating new: \newlength. (line 5064)
+* lengths, defining and using: Lengths. (line 5662)
+* lengths, predefined: Predefined lengths. (line 5792)
+* lengths, setting: \setlength. (line 5740)
+* less than symbol, in text: Text symbols. (line 8999)
+* letters, accented: Accents. (line 9057)
* letters, additional Latin: Additional Latin letters.
- (line 7290)
-* letters, ending: \closing. (line 7699)
-* letters, starting: \opening. (line 7769)
-* letters, writing: Letters. (line 7576)
-* line break, forcing: \\. (line 3798)
-* line breaking: Line breaking. (line 3787)
+ (line 9153)
+* letters, ending: \closing. (line 9562)
+* letters, starting: \opening. (line 9632)
+* letters, writing: Letters. (line 9439)
+* line break, forcing: \\. (line 4512)
+* line breaking: Line breaking. (line 4501)
* line breaks, forcing: \linebreak & \nolinebreak.
- (line 3913)
+ (line 4627)
* line breaks, preventing: \linebreak & \nolinebreak.
- (line 3913)
-* lines in tables: tabular. (line 3254)
-* lining numerals: Font styles. (line 1201)
-* lining text up in tables: tabular. (line 3254)
-* lining text up using tab stops: tabbing. (line 3121)
-* list items, specifying counter: \usecounter. (line 4757)
-* list of figures file: Output files. (line 392)
-* list of tables file: Output files. (line 392)
-* lists of items: itemize. (line 2606)
-* lists of items, generic: list. (line 2713)
-* lists of items, numbered: enumerate. (line 2314)
+ (line 4627)
+* lines in tables: tabular. (line 3957)
+* lining numerals: Font styles. (line 1352)
+* lining text up in tables: tabular. (line 3957)
+* lining text up using tab stops: tabbing. (line 3768)
+* list items, specifying counter: \usecounter. (line 5547)
+* list of figures file: Output files. (line 426)
+* list of tables file: Output files. (line 426)
+* listings package: tabbing. (line 3906)
+* lists of items: itemize. (line 2979)
+* lists of items, generic: list. (line 3067)
+* lists of items, numbered: enumerate. (line 2677)
* loading additional packages: Additional packages.
- (line 701)
-* log file: Output files. (line 377)
-* logo, LaTeX: Text symbols. (line 7029)
-* logo, LaTeX2e: Text symbols. (line 7032)
-* logo, TeX: Text symbols. (line 7069)
-* low-9 quotation marks, single and double: Text symbols. (line 7060)
+ (line 802)
+* log file: Output files. (line 411)
+* logo, LaTeX: Text symbols. (line 8892)
+* logo, LaTeX2e: Text symbols. (line 8895)
+* logo, TeX: Text symbols. (line 8932)
+* long command: Class and package commands.
+ (line 902)
+* low-9 quotation marks, single and double: Text symbols. (line 8923)
* low-level font commands: Low-level font commands.
- (line 1241)
-* LR mode: Modes. (line 6363)
-* ltugboat class: tugboat template. (line 7947)
-* LuaTeX: TeX engines. (line 424)
-* m-width: Units of length. (line 4932)
-* macro package, LaTeX as: Overview. (line 306)
-* macron accent: Accents. (line 7217)
-* macron accent, math: Math accents. (line 6192)
-* macros2e package For a comprehensive list of macros with an at-sign: \makeatletter and \makeatother.
- (line 549)
-* Madsen, Lars: eqnarray. (line 2376)
-* makeidx package: Indexes. (line 7558)
-* makeindex program: Indexes. (line 7553)
-* making a title page: titlepage. (line 3695)
-* making paragraphs: Making paragraphs. (line 5021)
-* marginal notes: Marginal notes. (line 5061)
-* masculine ordinal symbol: Text symbols. (line 7143)
-* math accents: Math accents. (line 6184)
-* math formulas: Math formulas. (line 5111)
-* math functions: Math functions. (line 6076)
-* math miscellany: Math miscellany. (line 6279)
-* math mode: Modes. (line 6363)
-* math mode, entering: Math formulas. (line 5111)
+ (line 1392)
+* Lower case: Upper and lower case.
+ (line 8820)
+* LR mode: Modes. (line 7153)
+* ltugboat class: tugboat template. (line 9810)
+* LuaTeX: TeX engines. (line 458)
+* m-width: Units of length. (line 5722)
+* macro package, LaTeX as: Overview. (line 340)
+* macron accent: Accents. (line 9080)
+* macron accent, math: Math accents. (line 6982)
+* macros2e package: \makeatletter and \makeatother.
+ (line 593)
+* Madsen, Lars: eqnarray. (line 2744)
+* makeidx package: Indexes. (line 9421)
+* makeindex program: Indexes. (line 9416)
+* making a title page: titlepage. (line 4408)
+* making paragraphs: Making paragraphs. (line 5811)
+* marginal notes: Marginal notes. (line 5851)
+* masculine ordinal symbol: Text symbols. (line 9006)
+* math accents: Math accents. (line 6974)
+* math formulas: Math formulas. (line 5901)
+* math functions: Math functions. (line 6866)
+* math miscellany: Math miscellany. (line 7069)
+* math mode: Modes. (line 7153)
+* math mode, entering: Math formulas. (line 5901)
* math mode, spacing: Spacing in math mode.
- (line 6236)
-* math symbols: Math symbols. (line 5181)
-* math, bold: Font styles. (line 1197)
-* Millimeter: Units of length. (line 4921)
-* minipage, creating a: minipage. (line 2785)
-* modes: Modes. (line 6363)
-* monospace font: Font styles. (line 1159)
-* moving arguments: \protect. (line 4644)
-* mpfootnote counter: \footnote. (line 4039)
-* mu, math unit: Units of length. (line 4943)
-* multicolumn text: \twocolumn. (line 1393)
-* multilingual support: Accents. (line 7194)
-* multind package: Indexes. (line 7569)
+ (line 7026)
+* math symbols: Math symbols. (line 5971)
+* math, bold: Font styles. (line 1348)
+* mfirstuc package: Upper and lower case.
+ (line 8859)
+* Millimeter: Units of length. (line 5711)
+* minipage, creating a: minipage. (line 3432)
+* minted package: tabbing. (line 3906)
+* modes: Modes. (line 7153)
+* monospace font: Font styles. (line 1310)
+* moving arguments: \protect. (line 5361)
+* mpfootnote counter: \footnote. (line 4753)
+* mu, math unit: Units of length. (line 5733)
+* multicolumn text: \twocolumn. (line 1548)
+* multilingual support: Accents. (line 9057)
+* multind package: Indexes. (line 9432)
* multiplication symbol, discretionary line break: Math miscellany.
- (line 6280)
-* nested \include, not allowed: \include. (line 7412)
+ (line 7070)
+* nested \include, not allowed: \include. (line 9275)
* new class commands: Class and package construction.
- (line 717)
+ (line 818)
+* new command, check: Class and package commands.
+ (line 900)
+* new command, definition: Class and package commands.
+ (line 975)
* new commands, defining: \newcommand & \renewcommand.
- (line 4220)
-* new commands, defining <1>: \providecommand. (line 4311)
+ (line 4934)
+* new commands, defining <1>: \providecommand. (line 5025)
* new line, output as input: \obeycr & \restorecr.
- (line 3830)
-* new line, starting: \\. (line 3798)
-* new line, starting (paragraph mode): \newline. (line 3839)
-* new page, starting: \newpage. (line 3953)
+ (line 4544)
+* new line, starting: \\. (line 4512)
+* new line, starting (paragraph mode): \newline. (line 4553)
+* new page, starting: \newpage. (line 4667)
* non-English characters: Additional Latin letters.
- (line 7290)
-* notes in the margin: Marginal notes. (line 5061)
-* null delimiter: Math miscellany. (line 6309)
-* numbered items, specifying counter: \usecounter. (line 4757)
-* numerals, old-style: Font styles. (line 1201)
-* oblique font: Font styles. (line 1156)
+ (line 9153)
+* notes in the margin: Marginal notes. (line 5851)
+* null delimiter: Math miscellany. (line 7099)
+* numbered items, specifying counter: \usecounter. (line 5547)
+* numerals, old-style: Font styles. (line 1352)
+* oblique font: Font styles. (line 1307)
* oe ligature: Additional Latin letters.
- (line 7332)
-* ogonek: Accents. (line 7258)
-* old-style numerals: Font styles. (line 1201)
-* one-column output: \onecolumn. (line 1384)
-* opening quote: Text symbols. (line 7048)
-* OpenType fonts: TeX engines. (line 401)
+ (line 9195)
+* ogonek: Accents. (line 9121)
+* old-style numerals: Font styles. (line 1352)
+* one-column output: \onecolumn. (line 1539)
+* opening quote: Text symbols. (line 8911)
+* OpenType fonts: TeX engines. (line 435)
* options, class: Class and package commands.
- (line 831)
+ (line 945)
+* options, color package: Color package options.
+ (line 7822)
* options, document class: Document class options.
- (line 604)
+ (line 703)
* options, document class <1>: Class and package structure.
- (line 740)
+ (line 841)
* options, global: Additional packages.
- (line 710)
+ (line 811)
+* options, graphics package: Graphics package options.
+ (line 8093)
* options, package: Class and package structure.
- (line 740)
+ (line 841)
* options, package <1>: Class and package commands.
- (line 831)
-* ordinals, feminine and masculine: Text symbols. (line 7143)
+ (line 945)
+* ordinals, feminine and masculine: Text symbols. (line 9006)
* oslash: Additional Latin letters.
- (line 7328)
-* overbar accent: Accents. (line 7217)
-* overdot accent, math: Math accents. (line 6204)
-* overview of LaTeX: Overview. (line 301)
+ (line 9191)
+* overbar accent: Accents. (line 9080)
+* overdot accent, math: Math accents. (line 6994)
+* overview of LaTeX: Overview. (line 335)
* package file layout: Class and package structure.
- (line 740)
+ (line 841)
* package options: Class and package structure.
- (line 740)
+ (line 841)
* package options <1>: Class and package commands.
- (line 831)
-* package, babel: Accents. (line 7194)
-* package, datetime: \today. (line 7382)
-* package, float: Floats. (line 1713)
+ (line 945)
+* package, algorithm2e: tabbing. (line 3906)
+* package, amsmath: array. (line 2437)
+* package, amsmath <1>: displaymath. (line 2613)
+* package, babel: thebibliography. (line 4302)
+* package, babel <1>: Accents. (line 9057)
+* package, datetime: \today. (line 9245)
+* package, enumitem: list. (line 3085)
+* package, etoolbox: Class and package commands.
+ (line 989)
+* package, fancyvrb: tabbing. (line 3906)
+* package, flafter: Floats. (line 1898)
+* package, float: Floats. (line 1868)
* package, footmisc: Footnotes in section headings.
- (line 4143)
+ (line 4857)
* package, geometry: Document class options.
- (line 638)
+ (line 737)
+* package, geometry <1>: Document class options.
+ (line 741)
+* package, listings: tabbing. (line 3906)
* package, macros2e: \makeatletter and \makeatother.
- (line 549)
-* package, makeidx: Indexes. (line 7558)
-* package, multind: Indexes. (line 7569)
-* package, picture: picture. (line 2830)
+ (line 593)
+* package, makeidx: Indexes. (line 9421)
+* package, mfirstuc: Upper and lower case.
+ (line 8859)
+* package, minted: tabbing. (line 3906)
+* package, multind: Indexes. (line 9432)
+* package, picture: picture. (line 3477)
* package, setspace: Low-level font commands.
- (line 1349)
-* package, showidx: Indexes. (line 7565)
-* package, textcomp: Font styles. (line 1201)
+ (line 1504)
+* package, showidx: Indexes. (line 9428)
+* package, textcase: Upper and lower case.
+ (line 8856)
+* package, textcomp: Font styles. (line 1352)
* package, xspace: \(SPACE) after control sequence.
- (line 6622)
+ (line 7480)
* packages, loading additional: Additional packages.
- (line 701)
+ (line 802)
* page break, forcing: \pagebreak & \nopagebreak.
- (line 3974)
+ (line 4688)
* page break, preventing: \pagebreak & \nopagebreak.
- (line 3974)
-* page breaking: Page breaking. (line 3930)
+ (line 4688)
+* page breaking: Page breaking. (line 4644)
* page layout parameters: Page layout parameters.
- (line 1535)
-* page number, cross referencing: \pageref. (line 1951)
-* page numbering style: \pagenumbering. (line 6465)
-* page styles: Page styles. (line 6433)
-* paragraph indentation, in minipage: minipage. (line 2796)
+ (line 1690)
+* page number, cross referencing: \pageref. (line 2297)
+* page numbering style: \pagenumbering. (line 7255)
+* page styles: Page styles. (line 7223)
+* page, colored: Colored pages. (line 8035)
+* paragraph indentation, in minipage: minipage. (line 3443)
* paragraph indentations in quoted text: quotation and quote.
- (line 3085)
+ (line 3732)
* paragraph indentations in quoted text, omitting: quotation and quote.
- (line 3085)
-* paragraph mode: Modes. (line 6363)
-* paragraph symbol: Text symbols. (line 7052)
-* paragraphs: Making paragraphs. (line 5021)
+ (line 3732)
+* paragraph mode: Modes. (line 7153)
+* paragraph mode <1>: \parbox. (line 7718)
+* paragraph symbol: Text symbols. (line 8915)
+* paragraphs: Making paragraphs. (line 5811)
* parameters, for footnotes: Footnote parameters.
- (line 4199)
+ (line 4913)
* parameters, page layout: Page layout parameters.
- (line 1535)
-* pdfTeX: Output files. (line 369)
-* pdfTeX engine: TeX engines. (line 407)
-* period, centered, in text: Text symbols. (line 7146)
-* pica: Units of length. (line 4908)
-* pict2e package: \line. (line 2976)
-* picture package: picture. (line 2830)
-* pictures, creating: picture. (line 2813)
-* pilcrow: Text symbols. (line 7052)
-* placement of floats: Floats. (line 1692)
-* poetry, an environment for: verse. (line 3768)
-* Point: Units of length. (line 4904)
+ (line 1690)
+* PDF graphic files: Graphics package configuration.
+ (line 8157)
+* PDF graphic files <1>: \includegraphics. (line 8349)
+* pdfTeX: Output files. (line 403)
+* pdfTeX engine: TeX engines. (line 441)
+* period, centered, in text: Text symbols. (line 9009)
+* pica: Units of length. (line 5698)
+* pict2e package: \line. (line 3623)
+* picture package: picture. (line 3477)
+* pictures, creating: picture. (line 3460)
+* pilcrow: Text symbols. (line 8915)
+* placement of floats: Floats. (line 1847)
+* PNG files: Graphics package configuration.
+ (line 8157)
+* PNG files <1>: \includegraphics. (line 8349)
+* poetry, an environment for: verse. (line 4482)
+* Point: Units of length. (line 5694)
* polish l: Additional Latin letters.
- (line 7320)
+ (line 9183)
* portrait orientation: Document class options.
- (line 656)
-* position, in picture: picture. (line 2835)
+ (line 757)
+* position, in picture: picture. (line 3482)
* positional parameter: \newcommand & \renewcommand.
- (line 4251)
-* postscript, in letters: \ps. (line 7782)
-* pounds symbol: Text symbols. (line 7056)
+ (line 4965)
+* postscript, in letters: \ps. (line 9645)
+* pounds symbol: Text symbols. (line 8919)
* preamble, defined: Starting and ending.
- (line 340)
-* predefined lengths: Predefined lengths. (line 5002)
-* prompt, *: Command line. (line 7880)
-* pronunciation: Overview. (line 319)
+ (line 374)
+* predefined lengths: Predefined lengths. (line 5792)
+* prompt, *: Command line. (line 9743)
+* pronunciation: Overview. (line 353)
* quad: Spacing in math mode.
- (line 6262)
-* question mark, upside-down: Text symbols. (line 7149)
-* quotation marks, French: Text symbols. (line 7038)
-* quote, single straight: Text symbols. (line 7164)
-* quote, straight base: Text symbols. (line 7168)
+ (line 7052)
+* question mark, upside-down: Text symbols. (line 9012)
+* quotation marks, French: Text symbols. (line 8901)
+* quote, single straight: Text symbols. (line 9027)
+* quote, straight base: Text symbols. (line 9031)
* quoted text with paragraph indentation, displaying: quotation and quote.
- (line 3085)
+ (line 3732)
* quoted text without paragraph indentation, displaying: quotation and quote.
- (line 3085)
-* ragged left text: \raggedleft. (line 2593)
-* ragged left text, environment for: flushright. (line 2580)
-* ragged right text: \raggedright. (line 2567)
-* ragged right text, environment for: flushleft. (line 2554)
+ (line 3732)
+* ragged left text: \raggedleft. (line 2966)
+* ragged left text, environment for: flushright. (line 2953)
+* ragged right text: \raggedright. (line 2940)
+* ragged right text, environment for: flushleft. (line 2927)
* redefining environments: \newenvironment & \renewenvironment.
- (line 4380)
-* reference, forward: Cross references. (line 1885)
-* references, resolving forward: Output files. (line 382)
-* registered symbol: Text symbols. (line 7171)
-* remarks in the margin: Marginal notes. (line 5061)
+ (line 5094)
+* reference, forward: Cross references. (line 2231)
+* references, resolving forward: Output files. (line 416)
+* registered symbol: Text symbols. (line 9034)
+* remarks in the margin: Marginal notes. (line 5851)
* reporting bugs: About this document.
- (line 258)
+ (line 306)
* reserved characters: Reserved characters.
- (line 6968)
-* right angle quotation marks: Text symbols. (line 7038)
-* right arrow, in text: Text symbols. (line 7174)
-* right brace, in text: Text symbols. (line 7096)
-* right quote: Text symbols. (line 7063)
-* right quote, double: Text symbols. (line 7155)
-* right quote, single: Text symbols. (line 7161)
+ (line 8786)
+* resizing: \scalebox. (line 8723)
+* resizing <1>: \resizebox. (line 8751)
+* right angle quotation marks: Text symbols. (line 8901)
+* right arrow, in text: Text symbols. (line 9037)
+* right brace, in text: Text symbols. (line 8959)
+* right quote: Text symbols. (line 8926)
+* right quote, double: Text symbols. (line 9018)
+* right quote, single: Text symbols. (line 9024)
* right-hand equation numbers: Document class options.
- (line 659)
-* right-justifying text: \raggedleft. (line 2593)
-* right-justifying text, environment for: flushright. (line 2580)
-* ring accent: Accents. (line 7263)
-* ring accent, math: Math accents. (line 6219)
-* robust commands: \protect. (line 4634)
-* roman font: Font styles. (line 1147)
+ (line 760)
+* right-justifying text: \raggedleft. (line 2966)
+* right-justifying text, environment for: flushright. (line 2953)
+* ring accent: Accents. (line 9126)
+* ring accent, math: Math accents. (line 7009)
+* robust commands: \protect. (line 5348)
+* roman font: Font styles. (line 1298)
* root file: Splitting the input.
- (line 7391)
-* rubber lengths, defining new: \newlength. (line 4350)
+ (line 9254)
+* rotating graphics: \rotatebox. (line 8658)
+* rotating text: \rotatebox. (line 8658)
+* rotation: \rotatebox. (line 8658)
+* row, tabbing: tabbing. (line 3807)
+* rubber lengths, defining new: \newlength. (line 5064)
* running header and footer: Page layout parameters.
- (line 1535)
-* running header and footer style: \pagestyle. (line 6490)
-* sans serif font: Font styles. (line 1153)
-* Scaled point: Units of length. (line 4930)
-* script letters for math: Font styles. (line 1141)
-* section number, cross referencing: \ref. (line 1972)
-* section numbers, printing: Sectioning. (line 1858)
-* section symbol: Text symbols. (line 7066)
-* sectioning commands: Sectioning. (line 1817)
+ (line 1690)
+* running header and footer style: \pagestyle. (line 7280)
+* sans serif font: Font styles. (line 1304)
+* Scaled point: Units of length. (line 5720)
+* scaling: \scalebox. (line 8723)
+* scaling <1>: \resizebox. (line 8751)
+* script letters for math: Font styles. (line 1292)
+* section number, cross referencing: \ref. (line 2318)
+* section numbers, printing: Sectioning. (line 2013)
+* section symbol: Text symbols. (line 8929)
+* section, redefining: \@startsection. (line 2025)
+* sectioning commands: Sectioning. (line 1972)
* series, of fonts: Low-level font commands.
- (line 1280)
+ (line 1434)
* setspace package: Low-level font commands.
- (line 1349)
-* setting counters: \setcounter. (line 4812)
+ (line 1504)
+* setting counters: \setcounter. (line 5602)
* shapes, of fonts: Low-level font commands.
- (line 1320)
+ (line 1474)
* sharp S letters: Additional Latin letters.
- (line 7336)
-* showidx package: Indexes. (line 7565)
-* simulating typed text: verbatim. (line 3734)
-* single angle quotation marks: Text symbols. (line 7038)
-* single guillemets: Text symbols. (line 7038)
-* single left quote: Text symbols. (line 7158)
-* single low-9 quotation mark: Text symbols. (line 7060)
-* single quote, straight: Text symbols. (line 7164)
-* single right quote: Text symbols. (line 7161)
-* sizes of text: Font sizes. (line 1215)
-* skip register, plain TeX: \newlength. (line 4350)
-* slanted font: Font styles. (line 1156)
-* small caps font: Font styles. (line 1150)
-* space, inserting vertical: \addvspace. (line 6696)
-* space, vertical: \vspace. (line 6765)
-* spaces: Spaces. (line 6533)
+ (line 9199)
+* showidx package: Indexes. (line 9428)
+* simulating typed text: verbatim. (line 4447)
+* single angle quotation marks: Text symbols. (line 8901)
+* single guillemets: Text symbols. (line 8901)
+* single left quote: Text symbols. (line 9021)
+* single low-9 quotation mark: Text symbols. (line 8923)
+* single quote, straight: Text symbols. (line 9027)
+* single right quote: Text symbols. (line 9024)
+* sizes of text: Font sizes. (line 1366)
+* skip register, plain TeX: \newlength. (line 5064)
+* slanted font: Font styles. (line 1307)
+* small caps font: Font styles. (line 1301)
+* space, inserting vertical: \addvspace. (line 7541)
+* space, vertical: \vspace. (line 7610)
+* spaces: Spaces. (line 7323)
+* spaces, ignore around commands: \ignorespaces & \ignorespacesafterend.
+ (line 5400)
* spacing within math mode: Spacing in math mode.
- (line 6236)
-* spacing, inter-sentence: \frenchspacing. (line 6628)
-* Spanish ordinals, feminine and masculine: Text symbols. (line 7143)
+ (line 7026)
+* spacing, inter-sentence: \frenchspacing. (line 7448)
+* spacing, inter-sentence <1>: \normalsfcodes. (line 7461)
+* Spanish ordinals, feminine and masculine: Text symbols. (line 9006)
* special characters: Reserved characters.
- (line 6968)
+ (line 8786)
* special characters <1>: Additional Latin letters.
- (line 7290)
-* special insertions: Special insertions. (line 6962)
-* specifier, float placement: Floats. (line 1692)
+ (line 9153)
+* special insertions: Special insertions. (line 8780)
+* specifier, float placement: Floats. (line 1847)
* splitting the input file: Splitting the input.
- (line 7388)
+ (line 9251)
* stable option to footmisc package: Footnotes in section headings.
- (line 4143)
+ (line 4857)
+* star-variants, commands: \@ifstar. (line 609)
* starred form, defining new commands: \newcommand & \renewcommand.
- (line 4228)
-* starting a new page: \newpage. (line 3953)
-* starting a new page and clearing floats: \clearpage. (line 3946)
+ (line 4942)
+* starting a new page: \newpage. (line 4667)
+* starting a new page and clearing floats: \clearpage. (line 4660)
* starting and ending: Starting and ending.
- (line 327)
-* starting on a right-hand page: \cleardoublepage. (line 3937)
-* sterling symbol: Text symbols. (line 7056)
-* straight double quote, base: Text symbols. (line 7168)
-* straight quote, base: Text symbols. (line 7168)
-* straight single quote: Text symbols. (line 7164)
-* stretch, infinite horizontal: \hfill. (line 6565)
-* stretch, infinite vertical: \vfill. (line 6739)
-* stretch, omitting vertical: \raggedbottom. (line 1524)
-* styles of text: Font styles. (line 1073)
-* styles, page: Page styles. (line 6433)
+ (line 361)
+* starting on a right-hand page: \cleardoublepage. (line 4651)
+* sterling symbol: Text symbols. (line 8919)
+* straight double quote, base: Text symbols. (line 9031)
+* straight quote, base: Text symbols. (line 9031)
+* straight single quote: Text symbols. (line 9027)
+* stretch, infinite horizontal: \hfill. (line 7355)
+* stretch, infinite vertical: \vfill. (line 7584)
+* stretch, omitting vertical: \raggedbottom. (line 1679)
+* styles of text: Font styles. (line 1224)
+* styles, page: Page styles. (line 7223)
* subscript: Subscripts & superscripts.
- (line 5148)
+ (line 5938)
* superscript: Subscripts & superscripts.
- (line 5148)
-* symbols, math: Math symbols. (line 5181)
-* symbols, text: Text symbols. (line 7014)
-* tab stops, using: tabbing. (line 3121)
+ (line 5938)
+* symbols, math: Math symbols. (line 5971)
+* symbols, text: Text symbols. (line 8877)
+* tab stops, using: tabbing. (line 3768)
* table of contents entry, manually adding: \addcontentsline.
- (line 7472)
-* table of contents file: Output files. (line 392)
+ (line 9335)
+* table of contents file: Output files. (line 426)
* table of contents, avoiding footnotes: Footnotes in section headings.
- (line 4139)
-* table of contents, creating: Tables of contents. (line 7451)
-* tables, creating: table. (line 3212)
-* template, beamer: beamer template. (line 7896)
-* template, book: book template. (line 7927)
-* template, TUGboat: tugboat template. (line 7947)
-* templates, document: Document templates. (line 7889)
+ (line 4853)
+* table of contents, creating: Tables of contents. (line 9314)
+* tables, creating: table. (line 3915)
+* template, beamer: beamer template. (line 9759)
+* template, book: book template. (line 9790)
+* template, TUGboat: tugboat template. (line 9810)
+* templates, document: Document templates. (line 9752)
* terminal input/output: Terminal input/output.
- (line 7835)
-* TeX logo: Text symbols. (line 7069)
-* text symbols: Text symbols. (line 7014)
-* textcomp package: Font styles. (line 1201)
-* thanks, for titlepage: \maketitle. (line 6455)
-* theorem-like environment: \newtheorem. (line 4487)
-* theorems, defining: \newtheorem. (line 4487)
-* theorems, typesetting: theorem. (line 3682)
+ (line 9698)
+* TeX logo: Text symbols. (line 8932)
+* text symbols: Text symbols. (line 8877)
+* text, resizing: \scalebox. (line 8723)
+* text, resizing <1>: \resizebox. (line 8751)
+* text, scaling: \scalebox. (line 8723)
+* text, scaling <1>: \resizebox. (line 8751)
+* textcase package: Upper and lower case.
+ (line 8856)
+* textcomp package: Font styles. (line 1352)
+* thanks, for titlepage: \maketitle. (line 7245)
+* theorem-like environment: \newtheorem. (line 5201)
+* theorems, defining: \newtheorem. (line 5201)
+* theorems, typesetting: theorem. (line 4395)
* thorn, Icelandic letter: Additional Latin letters.
- (line 7340)
-* three-quarters em-dash: Text symbols. (line 7177)
-* tie-after accent: Accents. (line 7269)
-* tilde accent: Accents. (line 7231)
-* tilde accent, math: Math accents. (line 6222)
-* tilde, ASCII, in text: Text symbols. (line 7075)
+ (line 9203)
+* three-quarters em-dash: Text symbols. (line 9040)
+* tie-after accent: Accents. (line 9132)
+* tilde accent: Accents. (line 9094)
+* tilde accent, math: Math accents. (line 7012)
+* tilde, ASCII, in text: Text symbols. (line 8938)
* title page, separate or run-in: Document class options.
- (line 667)
-* title pages, creating: titlepage. (line 3695)
-* title, for titlepage: \maketitle. (line 6459)
-* titles, making: \maketitle. (line 6439)
-* trademark symbol: Text symbols. (line 7180)
-* transcript file: Output files. (line 377)
-* TrueType fonts: TeX engines. (line 401)
-* TUGboat template: tugboat template. (line 7947)
-* two-column output: \twocolumn. (line 1393)
-* two-thirds em-dash: Text symbols. (line 7183)
-* type styles: Font styles. (line 1073)
-* typed text, simulating: verbatim. (line 3734)
-* typeface sizes: Font sizes. (line 1215)
-* typefaces: Fonts. (line 1067)
-* typewriter font: Font styles. (line 1159)
-* typewriter labels in lists: description. (line 2215)
-* umlaut accent: Accents. (line 7204)
-* underbar: Accents. (line 7277)
-* underscore, in text: Text symbols. (line 7186)
-* Unicode input, native: TeX engines. (line 401)
-* units, of length: Units of length. (line 4900)
+ (line 768)
+* title pages, creating: titlepage. (line 4408)
+* title, for titlepage: \maketitle. (line 7249)
+* titles, making: \maketitle. (line 7229)
+* trademark symbol: Text symbols. (line 9043)
+* transcript file: Output files. (line 411)
+* TrueType fonts: TeX engines. (line 435)
+* TUGboat template: tugboat template. (line 9810)
+* two-column output: \twocolumn. (line 1548)
+* two-thirds em-dash: Text symbols. (line 9046)
+* type styles: Font styles. (line 1224)
+* typed text, simulating: verbatim. (line 4447)
+* typeface sizes: Font sizes. (line 1366)
+* typefaces: Fonts. (line 1218)
+* typewriter font: Font styles. (line 1310)
+* typewriter labels in lists: description. (line 2572)
+* umlaut accent: Accents. (line 9067)
+* underbar: Accents. (line 9140)
+* underscore, in text: Text symbols. (line 9049)
+* Unicode input, native: TeX engines. (line 435)
+* units, of length: Units of length. (line 5690)
* unofficial nature of this manual: About this document.
- (line 269)
-* unordered lists: itemize. (line 2606)
-* using BibTeX: Using BibTeX. (line 3645)
-* UTF-8: TeX engines. (line 401)
-* variables, a list of: Counters. (line 4683)
-* vector symbol, math: Math accents. (line 6225)
-* verbatim text: verbatim. (line 3734)
-* verbatim text, inline: \verb. (line 3751)
-* vertical bar, double, in text: Text symbols. (line 7087)
-* vertical bar, in text: Text symbols. (line 7084)
-* vertical space: \addvspace. (line 6696)
-* vertical space <1>: \vspace. (line 6765)
-* vertical space before paragraphs: \parskip. (line 5055)
-* visible space: \verb. (line 3762)
-* visible space symbol, in text: Text symbols. (line 7189)
+ (line 302)
+* unordered lists: itemize. (line 2979)
+* Upper case: Upper and lower case.
+ (line 8820)
+* using BibTeX: Using BibTeX. (line 4358)
+* UTF-8: TeX engines. (line 435)
+* variables, a list of: Counters. (line 5473)
+* vector symbol, math: Math accents. (line 7015)
+* verbatim text: verbatim. (line 4447)
+* verbatim text, inline: \verb. (line 4465)
+* vertical bar, double, in text: Text symbols. (line 8950)
+* vertical bar, in text: Text symbols. (line 8947)
+* vertical space: \addvspace. (line 7541)
+* vertical space <1>: \vspace. (line 7610)
+* vertical space before paragraphs: \parskip. (line 5845)
+* visible space: \verb. (line 4476)
+* visible space symbol, in text: Text symbols. (line 9052)
* weights, of fonts: Low-level font commands.
- (line 1290)
-* white space: Spaces. (line 6533)
-* wide hat accent, math: Math accents. (line 6228)
-* wide tilde accent, math: Math accents. (line 6231)
+ (line 1444)
+* white space: Spaces. (line 7323)
+* wide hat accent, math: Math accents. (line 7018)
+* wide tilde accent, math: Math accents. (line 7021)
* widths, of fonts: Low-level font commands.
- (line 1302)
-* writing external files: filecontents. (line 2503)
-* writing letters: Letters. (line 7576)
-* x-height: Units of length. (line 4932)
-* XeTeX: TeX engines. (line 433)
-* xindy program: Indexes. (line 7553)
+ (line 1456)
+* writing external files: filecontents. (line 2876)
+* writing letters: Letters. (line 9439)
+* x-height: Units of length. (line 5722)
+* XeTeX: TeX engines. (line 467)
+* xindy program: Indexes. (line 9416)
* xspace package: \(SPACE) after control sequence.
- (line 6622)
+ (line 7480)
Command Index
*************
* Menu:
-* $: Math formulas. (line 5129)
-* &: tabular. (line 3280)
-* --help command-line option: Command line. (line 7876)
-* .aux file: Output files. (line 382)
-* .dvi file: Output files. (line 359)
-* .fd file: \newfont. (line 4609)
-* .lof file: Output files. (line 392)
-* .lof file <1>: Tables of contents. (line 7461)
-* .log file: Output files. (line 377)
-* .lot file: Output files. (line 392)
-* .lot file <1>: Tables of contents. (line 7461)
-* .pdf file: Output files. (line 369)
-* .tex, default extension: Command line. (line 7868)
-* .toc file: Output files. (line 392)
-* .toc file <1>: Tables of contents. (line 7451)
-* .xdv file: TeX engines. (line 433)
+* $: Math formulas. (line 5919)
+* &: tabular. (line 3983)
+* --help command-line option: Command line. (line 9739)
+* .aux file: Output files. (line 416)
+* .dvi file: Output files. (line 393)
+* .fd file: \newfont. (line 5323)
+* .lof file: Output files. (line 426)
+* .lof file <1>: Tables of contents. (line 9324)
+* .log file: Output files. (line 411)
+* .lot file: Output files. (line 426)
+* .lot file <1>: Tables of contents. (line 9324)
+* .pdf file: Output files. (line 403)
+* .tex, default extension: Command line. (line 9731)
+* .toc file: Output files. (line 426)
+* .toc file <1>: Tables of contents. (line 9314)
+* .xdv file: TeX engines. (line 467)
* 10pt option: Document class options.
- (line 612)
+ (line 711)
* 11pt option: Document class options.
- (line 612)
+ (line 711)
* 12pt option: Document class options.
- (line 612)
+ (line 711)
* [...] for optional arguments: LaTeX command syntax.
- (line 452)
+ (line 486)
* \ character starting commands: LaTeX command syntax.
- (line 452)
+ (line 486)
* \!: Spacing in math mode.
- (line 6259)
-* \" (umlaut accent): Accents. (line 7204)
+ (line 7049)
+* \" (umlaut accent): Accents. (line 9067)
* \#: Reserved characters.
- (line 6975)
+ (line 8793)
* \$: Reserved characters.
- (line 6975)
+ (line 8793)
* \%: Reserved characters.
- (line 6975)
+ (line 8793)
* \&: Reserved characters.
- (line 6975)
-* \' (acute accent): Accents. (line 7208)
-* \' (tabbing): tabbing. (line 3160)
-* \(: Math formulas. (line 5121)
-* \(SPACE): \(SPACE) and \@. (line 6575)
-* \): Math formulas. (line 5121)
-* \*: Math miscellany. (line 6279)
-* \+: tabbing. (line 3152)
+ (line 8793)
+* \' (acute accent): Accents. (line 9071)
+* \' (tabbing): tabbing. (line 3848)
+* \(: Math formulas. (line 5911)
+* \(SPACE): \(SPACE) and \@. (line 7416)
+* \): Math formulas. (line 5911)
+* \*: Math miscellany. (line 7069)
+* \+: tabbing. (line 3840)
* \,: Spacing in math mode.
- (line 6255)
-* \-: tabbing. (line 3156)
-* \- (hyphenation): \- (hyphenation). (line 3860)
-* \. (dot-over accent): Accents. (line 7213)
-* \/: \/. (line 6648)
+ (line 7045)
+* \-: tabbing. (line 3844)
+* \- (hyphenation): \- (hyphenation). (line 4574)
+* \. (dot-over accent): Accents. (line 9076)
+* \/: \/. (line 7493)
* \:: Spacing in math mode.
- (line 6251)
+ (line 7041)
* \;: Spacing in math mode.
- (line 6246)
-* \<: tabbing. (line 3148)
-* \= (macron accent): Accents. (line 7217)
-* \= (tabbing): tabbing. (line 3142)
-* \>: tabbing. (line 3146)
+ (line 7036)
+* \<: tabbing. (line 3836)
+* \= (macron accent): Accents. (line 9080)
+* \= (tabbing): tabbing. (line 3830)
+* \>: tabbing. (line 3834)
* \> <1>: Spacing in math mode.
- (line 6251)
-* \> (tabbing): tabbing. (line 3145)
-* \@: \(SPACE) and \@. (line 6575)
-* \@fnsymbol: \footnote. (line 4027)
-* \a (tabbing): tabbing. (line 3175)
-* \a' (acute accent in tabbing): tabbing. (line 3176)
-* \a= (macron accent in tabbing): tabbing. (line 3176)
+ (line 7041)
+* \> (tabbing): tabbing. (line 3833)
+* \@: \(SPACE) and \@. (line 7416)
+* \@beginparpenalty: list. (line 3312)
+* \@endparpenalty: list. (line 3320)
+* \@fnsymbol: \footnote. (line 4741)
+* \@ifstar: \@ifstar. (line 609)
+* \@itempenalty: list. (line 3316)
+* \@startsection: \@startsection. (line 2025)
+* \a (tabbing): tabbing. (line 3863)
+* \a' (acute accent in tabbing): tabbing. (line 3864)
+* \a= (macron accent in tabbing): tabbing. (line 3864)
* \aa (aa): Additional Latin letters.
- (line 7296)
+ (line 9159)
* \AA (AA): Additional Latin letters.
- (line 7296)
-* \acute: Math accents. (line 6188)
-* \addcontentsline: \addcontentsline. (line 7472)
-* \address: \address. (line 7656)
-* \addtocontents{EXT}{TEXT}: \addtocontents. (line 7506)
-* \addtocounter: \addtocounter. (line 4828)
-* \addtolength: \addtolength. (line 4962)
-* \addvspace: \addvspace. (line 6696)
+ (line 9159)
+* \acute: Math accents. (line 6978)
+* \addcontentsline: \addcontentsline. (line 9335)
+* \address: \address. (line 9519)
+* \addtocontents{EXT}{TEXT}: \addtocontents. (line 9369)
+* \addtocounter: \addtocounter. (line 5618)
+* \addtolength: \addtolength. (line 5752)
+* \addvspace: \addvspace. (line 7541)
* \ae (ae): Additional Latin letters.
- (line 7300)
+ (line 9163)
* \AE (AE): Additional Latin letters.
- (line 7300)
-* \aleph: Math symbols. (line 5197)
-* \Alph example: enumerate. (line 2360)
-* \alpha: Math symbols. (line 5200)
+ (line 9163)
+* \aleph: Math symbols. (line 5987)
+* \Alph example: enumerate. (line 2732)
+* \alpha: Math symbols. (line 5990)
* \alph{COUNTER}: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 4717)
+ (line 5507)
* \Alph{COUNTER}: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 4720)
-* \alsoname: Indexes. (line 7550)
-* \amalg: Math symbols. (line 5203)
-* \and for \author: \maketitle. (line 6445)
-* \angle: Math symbols. (line 5206)
-* \appendix: Sectioning. (line 1848)
-* \approx: Math symbols. (line 5211)
+ (line 5510)
+* \alsoname: Indexes. (line 9413)
+* \amalg: Math symbols. (line 5993)
+* \and for \author: \maketitle. (line 7235)
+* \angle: Math symbols. (line 5996)
+* \appendix: Sectioning. (line 2003)
+* \approx: Math symbols. (line 6001)
* \arabic{COUNTER}: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 4723)
-* \arccos: Math functions. (line 6079)
-* \arcsin: Math functions. (line 6082)
-* \arctan: Math functions. (line 6085)
-* \arg: Math functions. (line 6088)
-* \arraycolsep: array. (line 2088)
-* \arrayrulewidth: tabular. (line 3404)
-* \arraystretch: tabular. (line 3410)
-* \ast: Math symbols. (line 5214)
-* \asymp: Math symbols. (line 5223)
-* \AtBeginDocument: \AtBeginDocument. (line 2285)
+ (line 5513)
+* \arccos: Math functions. (line 6869)
+* \arcsin: Math functions. (line 6872)
+* \arctan: Math functions. (line 6875)
+* \arg: Math functions. (line 6878)
+* \arraycolsep: array. (line 2434)
+* \arrayrulewidth: tabular. (line 4107)
+* \arraystretch: tabular. (line 4113)
+* \ast: Math symbols. (line 6004)
+* \asymp: Math symbols. (line 6013)
+* \AtBeginDocument: \AtBeginDocument. (line 2645)
* \AtBeginDvi: Class and package commands.
- (line 787)
-* \AtEndDocument: \AtEndDocument. (line 2298)
+ (line 888)
+* \AtEndDocument: \AtEndDocument. (line 2661)
* \AtEndOfClass: Class and package commands.
- (line 792)
+ (line 893)
* \AtEndOfPackage: Class and package commands.
- (line 792)
-* \author{NAME \and NAME2}: \maketitle. (line 6444)
-* \a` (grave accent in tabbing): tabbing. (line 3176)
-* \b (bar-under accent): Accents. (line 7234)
-* \backslash: Math symbols. (line 5226)
-* \bar: Math accents. (line 6191)
+ (line 893)
+* \author{NAME \and NAME2}: \maketitle. (line 7234)
+* \a` (grave accent in tabbing): tabbing. (line 3864)
+* \b (bar-under accent): Accents. (line 9097)
+* \backslash: Math symbols. (line 6016)
+* \bar: Math accents. (line 6981)
* \baselineskip: Low-level font commands.
- (line 1333)
+ (line 1487)
* \baselinestretch: Low-level font commands.
- (line 1343)
-* \begin: Environments. (line 1994)
-* \beta: Math symbols. (line 5230)
-* \bf: Font styles. (line 1137)
-* \bfseries: Font styles. (line 1106)
-* \bibitem: \bibitem. (line 3601)
-* \bibliography: Using BibTeX. (line 3645)
-* \bibliographystyle: Using BibTeX. (line 3645)
-* \bigcap: Math symbols. (line 5233)
-* \bigcirc: Math symbols. (line 5237)
-* \bigcup: Math symbols. (line 5241)
-* \bigodot: Math symbols. (line 5245)
-* \bigoplus: Math symbols. (line 5248)
-* \bigotimes: Math symbols. (line 5251)
+ (line 1497)
+* \begin: Environments. (line 2340)
+* \beta: Math symbols. (line 6020)
+* \bf: Font styles. (line 1288)
+* \bfseries: Font styles. (line 1257)
+* \bibitem: \bibitem. (line 4314)
+* \bibliography: Using BibTeX. (line 4358)
+* \bibliographystyle: Using BibTeX. (line 4358)
+* \bibname: thebibliography. (line 4296)
+* \bigcap: Math symbols. (line 6023)
+* \bigcirc: Math symbols. (line 6027)
+* \bigcup: Math symbols. (line 6031)
+* \bigodot: Math symbols. (line 6035)
+* \bigoplus: Math symbols. (line 6038)
+* \bigotimes: Math symbols. (line 6041)
* \bigskip: \bigskip \medskip \smallskip.
- (line 6721)
+ (line 7566)
* \bigskipamount: \bigskip \medskip \smallskip.
- (line 6722)
-* \bigsqcup: Math symbols. (line 5262)
-* \bigtriangledown: Math symbols. (line 5254)
-* \bigtriangleup: Math symbols. (line 5258)
-* \biguplus: Math symbols. (line 5265)
-* \bigvee: Math symbols. (line 5269)
-* \bigwedge: Math symbols. (line 5272)
-* \bmod: Math functions. (line 6091)
-* \boldmath: Math formulas. (line 5134)
-* \bot: Math symbols. (line 5275)
-* \bottomfraction: Floats. (line 1755)
-* \bottomfraction <1>: Floats. (line 1756)
-* \bowtie: Math symbols. (line 5280)
-* \Box: Math symbols. (line 5283)
-* \breve: Math accents. (line 6194)
-* \bullet: Math symbols. (line 5288)
-* \c (cedilla accent): Accents. (line 7239)
-* \cal: Font styles. (line 1140)
-* \cap: Math symbols. (line 5291)
-* \capitalacute: Accents. (line 7208)
-* \capitalbreve: Accents. (line 7274)
-* \capitalcaron: Accents. (line 7285)
-* \capitalcedilla: Accents. (line 7239)
-* \capitalcircumflex: Accents. (line 7221)
-* \capitaldieresis: Accents. (line 7204)
-* \capitaldotaccent: Accents. (line 7243)
-* \capitalgrave: Accents. (line 7225)
-* \capitalhungarumlaut: Accents. (line 7247)
-* \capitalmacron: Accents. (line 7217)
-* \capitalnewtie: Accents. (line 7269)
-* \capitalogonek: Accents. (line 7258)
-* \capitalring: Accents. (line 7263)
-* \capitaltie: Accents. (line 7269)
-* \capitaltilde: Accents. (line 7231)
-* \caption: figure. (line 2484)
-* \caption <1>: table. (line 3232)
-* \cc: \cc. (line 7683)
-* \cdot: Math symbols. (line 5296)
-* \cdots: Math miscellany. (line 6298)
-* \centering: \centering. (line 2166)
-* \chapter: Sectioning. (line 1820)
-* \check: Math accents. (line 6197)
-* \chi: Math symbols. (line 5299)
-* \circ: Math symbols. (line 5302)
-* \circle: \circle. (line 2888)
-* \cite: \cite. (line 3620)
+ (line 7567)
+* \bigsqcup: Math symbols. (line 6052)
+* \bigtriangledown: Math symbols. (line 6044)
+* \bigtriangleup: Math symbols. (line 6048)
+* \biguplus: Math symbols. (line 6055)
+* \bigvee: Math symbols. (line 6059)
+* \bigwedge: Math symbols. (line 6062)
+* \bmod: Math functions. (line 6881)
+* \boldmath: Math formulas. (line 5924)
+* \bot: Math symbols. (line 6065)
+* \bottomfraction: Floats. (line 1910)
+* \bottomfraction <1>: Floats. (line 1911)
+* \bowtie: Math symbols. (line 6070)
+* \Box: Math symbols. (line 6073)
+* \breve: Math accents. (line 6984)
+* \bullet: Math symbols. (line 6078)
+* \c (cedilla accent): Accents. (line 9102)
+* \cal: Font styles. (line 1291)
+* \cap: Math symbols. (line 6081)
+* \capitalacute: Accents. (line 9071)
+* \capitalbreve: Accents. (line 9137)
+* \capitalcaron: Accents. (line 9148)
+* \capitalcedilla: Accents. (line 9102)
+* \capitalcircumflex: Accents. (line 9084)
+* \capitaldieresis: Accents. (line 9067)
+* \capitaldotaccent: Accents. (line 9106)
+* \capitalgrave: Accents. (line 9088)
+* \capitalhungarumlaut: Accents. (line 9110)
+* \capitalmacron: Accents. (line 9080)
+* \capitalnewtie: Accents. (line 9132)
+* \capitalogonek: Accents. (line 9121)
+* \capitalring: Accents. (line 9126)
+* \capitaltie: Accents. (line 9132)
+* \capitaltilde: Accents. (line 9094)
+* \caption: figure. (line 2857)
+* \caption <1>: table. (line 3935)
+* \cc: \cc. (line 9546)
+* \cdot: Math symbols. (line 6086)
+* \cdots: Math miscellany. (line 7088)
+* \centering: \centering. (line 2512)
+* \chapter: Sectioning. (line 1975)
+* \check: Math accents. (line 6987)
+* \CheckCommand: Class and package commands.
+ (line 900)
+* \CheckCommand*: Class and package commands.
+ (line 900)
+* \chi: Math symbols. (line 6089)
+* \circ: Math symbols. (line 6092)
+* \circle: \circle. (line 3535)
+* \cite: \cite. (line 4333)
* \ClassError: Class and package commands.
- (line 807)
+ (line 920)
* \ClassInfo: Class and package commands.
- (line 807)
+ (line 920)
* \ClassInfoNoLine: Class and package commands.
- (line 807)
+ (line 920)
* \ClassWarning: Class and package commands.
- (line 807)
+ (line 920)
* \ClassWarningNoLine: Class and package commands.
- (line 807)
-* \cleardoublepage: \cleardoublepage. (line 3937)
-* \clearpage: \clearpage. (line 3946)
-* \cline: \cline. (line 3537)
-* \closing: \closing. (line 7699)
-* \clubsuit: Math symbols. (line 5307)
-* \columnsep: \twocolumn. (line 1409)
+ (line 920)
+* \cleardoublepage: \cleardoublepage. (line 4651)
+* \clearpage: \clearpage. (line 4660)
+* \cline: \cline. (line 4240)
+* \closing: \closing. (line 9562)
+* \clubsuit: Math symbols. (line 6097)
+* \columnsep: \twocolumn. (line 1564)
* \columnsep <1>: Page layout parameters.
- (line 1535)
+ (line 1690)
* \columnsep <2>: Page layout parameters.
- (line 1538)
-* \columnseprule: \twocolumn. (line 1415)
+ (line 1693)
+* \columnseprule: \twocolumn. (line 1570)
* \columnseprule <1>: Page layout parameters.
- (line 1536)
+ (line 1691)
* \columnseprule <2>: Page layout parameters.
- (line 1538)
-* \columnwidth: \twocolumn. (line 1422)
+ (line 1693)
+* \columnwidth: \twocolumn. (line 1577)
* \columnwidth <1>: Page layout parameters.
- (line 1537)
+ (line 1692)
* \columnwidth <2>: Page layout parameters.
- (line 1538)
-* \complement: Math symbols. (line 5310)
-* \cong: Math symbols. (line 5316)
-* \contentsline: \addcontentsline. (line 7499)
-* \coprod: Math symbols. (line 5319)
-* \copyright: Text symbols. (line 7018)
-* \cos: Math functions. (line 6094)
-* \cosh: Math functions. (line 6097)
-* \cot: Math functions. (line 6100)
-* \coth: Math functions. (line 6103)
-* \csc: Math functions. (line 6106)
-* \cup: Math symbols. (line 5322)
+ (line 1693)
+* \complement: Math symbols. (line 6100)
+* \cong: Math symbols. (line 6106)
+* \contentsline: \addcontentsline. (line 9362)
+* \coprod: Math symbols. (line 6109)
+* \copyright: Text symbols. (line 8881)
+* \cos: Math functions. (line 6884)
+* \cosh: Math functions. (line 6887)
+* \cot: Math functions. (line 6890)
+* \coth: Math functions. (line 6893)
+* \csc: Math functions. (line 6896)
+* \cup: Math symbols. (line 6112)
* \CurrentOption: Class and package commands.
- (line 825)
-* \d (dot-under accent): Accents. (line 7243)
-* \dag: Text symbols. (line 7022)
-* \dagger: Math symbols. (line 5327)
-* \dashbox: \dashbox. (line 2943)
-* \dashv: Math symbols. (line 5330)
-* \date{TEXT}: \maketitle. (line 6450)
-* \day: \day \month \year. (line 4861)
-* \dblfloatpagefraction: \twocolumn. (line 1456)
-* \dblfloatsep: \twocolumn. (line 1462)
-* \dbltextfloatsep: \twocolumn. (line 1469)
-* \dbltopfraction: \twocolumn. (line 1434)
-* \dbltopnumber: \twocolumn. (line 1474)
-* \ddag: Text symbols. (line 7025)
-* \ddagger: Math symbols. (line 5334)
-* \ddot: Math accents. (line 6200)
-* \ddots: Math miscellany. (line 6302)
+ (line 939)
+* \d (dot-under accent): Accents. (line 9106)
+* \dag: Text symbols. (line 8885)
+* \dagger: Math symbols. (line 6117)
+* \dashbox: \dashbox. (line 3590)
+* \dashv: Math symbols. (line 6120)
+* \date{TEXT}: \maketitle. (line 7240)
+* \day: \day \month \year. (line 5651)
+* \dblfloatpagefraction: \twocolumn. (line 1611)
+* \dblfloatsep: \twocolumn. (line 1617)
+* \dbltextfloatsep: \twocolumn. (line 1624)
+* \dbltopfraction: \twocolumn. (line 1589)
+* \dbltopnumber: \twocolumn. (line 1629)
+* \ddag: Text symbols. (line 8888)
+* \ddagger: Math symbols. (line 6124)
+* \ddot: Math accents. (line 6990)
+* \ddots: Math miscellany. (line 7092)
+* \DeclareGraphicsExtensions: \DeclareGraphicsExtensions.
+ (line 8231)
+* \DeclareGraphicsRule: \DeclareGraphicsRule.
+ (line 8270)
* \DeclareOption: Class and package commands.
- (line 831)
+ (line 945)
* \DeclareOption*: Class and package commands.
- (line 831)
-* \deg: Math functions. (line 6109)
-* \Delta: Math symbols. (line 5337)
-* \delta: Math symbols. (line 5340)
-* \depth: Predefined lengths. (line 5006)
-* \det: Math functions. (line 6112)
+ (line 945)
+* \DeclareRobustCommand: Class and package commands.
+ (line 975)
+* \DeclareRobustCommand*: Class and package commands.
+ (line 975)
+* \deg: Math functions. (line 6899)
+* \Delta: Math symbols. (line 6127)
+* \delta: Math symbols. (line 6130)
+* \depth: Predefined lengths. (line 5796)
+* \det: Math functions. (line 6902)
* \dh (d): Additional Latin letters.
- (line 7304)
+ (line 9167)
* \DH (D): Additional Latin letters.
- (line 7304)
-* \Diamond: Math symbols. (line 5343)
-* \diamond: Math symbols. (line 5347)
-* \diamondsuit: Math symbols. (line 5351)
-* \dim: Math functions. (line 6115)
-* \displaystyle: Math formulas. (line 5139)
-* \div: Math symbols. (line 5354)
+ (line 9167)
+* \Diamond: Math symbols. (line 6133)
+* \diamond: Math symbols. (line 6137)
+* \diamondsuit: Math symbols. (line 6141)
+* \dim: Math functions. (line 6905)
+* \displaystyle: Math formulas. (line 5929)
+* \div: Math symbols. (line 6144)
* \dj: Additional Latin letters.
- (line 7310)
+ (line 9173)
* \DJ: Additional Latin letters.
- (line 7310)
-* \documentclass: Document classes. (line 570)
-* \dot: Math accents. (line 6203)
-* \doteq: Math symbols. (line 5357)
+ (line 9173)
+* \documentclass: Document classes. (line 669)
+* \dot: Math accents. (line 6993)
+* \doteq: Math symbols. (line 6147)
* \dotfill: \hrulefill \dotfill.
- (line 6673)
-* \dots: Text symbols. (line 7042)
-* \doublerulesep: tabular. (line 3415)
-* \downarrow: Math symbols. (line 5361)
-* \Downarrow: Math symbols. (line 5365)
-* \ell: Math symbols. (line 5369)
-* \emph: Font styles. (line 1126)
-* \emptyset: Math symbols. (line 5372)
-* \encl: \encl. (line 7711)
-* \end: Environments. (line 1994)
-* \enlargethispage: \enlargethispage. (line 3959)
-* \enumi: enumerate. (line 2350)
-* \enumii: enumerate. (line 2350)
-* \enumiii: enumerate. (line 2350)
-* \enumiv: enumerate. (line 2350)
-* \epsilon: Math symbols. (line 5376)
-* \equiv: Math symbols. (line 5382)
-* \eta: Math symbols. (line 5385)
+ (line 7518)
+* \dots: Text symbols. (line 8905)
+* \doublerulesep: tabular. (line 4118)
+* \downarrow: Math symbols. (line 6151)
+* \Downarrow: Math symbols. (line 6155)
+* \ell: Math symbols. (line 6159)
+* \emph: Font styles. (line 1277)
+* \emptyset: Math symbols. (line 6162)
+* \encl: \encl. (line 9574)
+* \end: Environments. (line 2340)
+* \enlargethispage: \enlargethispage. (line 4673)
+* \enumi: enumerate. (line 2718)
+* \enumii: enumerate. (line 2718)
+* \enumiii: enumerate. (line 2718)
+* \enumiv: enumerate. (line 2718)
+* \epsilon: Math symbols. (line 6166)
+* \equiv: Math symbols. (line 6172)
+* \eta: Math symbols. (line 6175)
* \evensidemargin: Document class options.
- (line 680)
+ (line 781)
* \evensidemargin <1>: Page layout parameters.
- (line 1596)
+ (line 1751)
* \evensidemargin <2>: Page layout parameters.
- (line 1597)
+ (line 1752)
* \ExecuteOptions: Class and package commands.
- (line 899)
-* \exists: Math symbols. (line 5388)
-* \exp: Math functions. (line 6118)
-* \extracolsep: tabular. (line 3363)
+ (line 1045)
+* \exists: Math symbols. (line 6178)
+* \exp: Math functions. (line 6908)
+* \extracolsep: tabular. (line 4066)
* \fbox: \fbox and \framebox.
- (line 6808)
+ (line 7653)
* \fboxrule: \framebox (picture).
- (line 2937)
+ (line 3584)
* \fboxrule <1>: \fbox and \framebox.
- (line 6820)
+ (line 7665)
* \fboxsep: \framebox (picture).
- (line 2937)
+ (line 3584)
* \fboxsep <1>: \fbox and \framebox.
- (line 6820)
-* \fill: \hfill. (line 6568)
-* \flat: Math symbols. (line 5391)
-* \floatpagefraction: Floats. (line 1759)
-* \floatpagefraction <1>: Floats. (line 1760)
-* \floatsep: Floats. (line 1775)
-* \floatsep <1>: Floats. (line 1776)
-* \flushbottom: \flushbottom. (line 1503)
-* \fnsymbol, and footnotes: \footnote. (line 4027)
+ (line 7665)
+* \fill: \hfill. (line 7358)
+* \flat: Math symbols. (line 6181)
+* \floatpagefraction: Floats. (line 1914)
+* \floatpagefraction <1>: Floats. (line 1915)
+* \floatsep: Floats. (line 1930)
+* \floatsep <1>: Floats. (line 1931)
+* \flushbottom: \flushbottom. (line 1658)
+* \fnsymbol, and footnotes: \footnote. (line 4741)
* \fnsymbol{COUNTER}: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 4732)
+ (line 5522)
* \fontencoding: Low-level font commands.
- (line 1246)
+ (line 1397)
* \fontfamily: Low-level font commands.
- (line 1255)
+ (line 1407)
* \fontseries: Low-level font commands.
- (line 1280)
+ (line 1434)
* \fontshape: Low-level font commands.
- (line 1320)
+ (line 1474)
* \fontsize: Low-level font commands.
- (line 1333)
-* \footnote: \footnote. (line 4010)
-* \footnotemark: \footnotemark. (line 4048)
+ (line 1487)
+* \footnote: \footnote. (line 4724)
+* \footnotemark: \footnotemark. (line 4762)
* \footnoterule: Footnote parameters.
- (line 4199)
+ (line 4913)
* \footnotesep: Footnote parameters.
- (line 4205)
-* \footnotesize: Font sizes. (line 1220)
-* \footnotetext: \footnotetext. (line 4080)
+ (line 4919)
+* \footnotesize: Font sizes. (line 1371)
+* \footnotetext: \footnotetext. (line 4794)
* \footskip: Page layout parameters.
- (line 1555)
+ (line 1710)
* \footskip <1>: Page layout parameters.
- (line 1556)
-* \forall: Math symbols. (line 5394)
-* \frac: Math miscellany. (line 6306)
-* \frac{NUM}{DEN}: Math miscellany. (line 6305)
-* \frame: \frame. (line 2958)
+ (line 1711)
+* \forall: Math symbols. (line 6184)
+* \frac: Math miscellany. (line 7096)
+* \frac{NUM}{DEN}: Math miscellany. (line 7095)
+* \frame: \frame. (line 3605)
* \framebox: \framebox (picture).
- (line 2929)
+ (line 3576)
* \framebox <1>: \fbox and \framebox.
- (line 6808)
-* \frenchspacing: \frenchspacing. (line 6628)
-* \frown: Math symbols. (line 5397)
-* \fussy: \fussy. (line 3879)
-* \Gamma: Math symbols. (line 5400)
-* \gamma: Math symbols. (line 5403)
-* \gcd: Math functions. (line 6121)
-* \ge: Math symbols. (line 5406)
-* \geq: Math symbols. (line 5410)
-* \gets: Math symbols. (line 5414)
-* \gg: Math symbols. (line 5417)
-* \glossary: Glossaries. (line 7523)
-* \glossaryentry: Glossaries. (line 7526)
-* \grave: Math accents. (line 6206)
-* \guillemotleft (<<): Text symbols. (line 7034)
-* \guillemotright (>>): Text symbols. (line 7035)
-* \guilsinglleft (<): Text symbols. (line 7036)
-* \guilsinglright (>): Text symbols. (line 7037)
-* \H (Hungarian umlaut accent): Accents. (line 7247)
-* \hat: Math accents. (line 6209)
-* \hbar: Math symbols. (line 5421)
+ (line 7653)
+* \frenchspacing: \frenchspacing. (line 7448)
+* \frown: Math symbols. (line 6187)
+* \fussy: \fussy. (line 4593)
+* \Gamma: Math symbols. (line 6190)
+* \gamma: Math symbols. (line 6193)
+* \gcd: Math functions. (line 6911)
+* \ge: Math symbols. (line 6196)
+* \geq: Math symbols. (line 6200)
+* \gets: Math symbols. (line 6204)
+* \gg: Math symbols. (line 6207)
+* \glossary: Glossaries. (line 9386)
+* \glossaryentry: Glossaries. (line 9389)
+* \graphicspath: \graphicspath. (line 8169)
+* \grave: Math accents. (line 6996)
+* \guillemotleft (<<): Text symbols. (line 8897)
+* \guillemotright (>>): Text symbols. (line 8898)
+* \guilsinglleft (<): Text symbols. (line 8899)
+* \guilsinglright (>): Text symbols. (line 8900)
+* \H (Hungarian umlaut accent): Accents. (line 9110)
+* \hat: Math accents. (line 6999)
+* \hbar: Math symbols. (line 6211)
* \headheight: Page layout parameters.
- (line 1543)
+ (line 1698)
* \headheight <1>: Page layout parameters.
- (line 1544)
+ (line 1699)
* \headsep: Page layout parameters.
- (line 1548)
+ (line 1703)
* \headsep <1>: Page layout parameters.
- (line 1549)
-* \heartsuit: Math symbols. (line 5424)
-* \height: Predefined lengths. (line 5004)
-* \hfill: \hfill. (line 6565)
-* \hline: \hline. (line 3559)
-* \hom: Math functions. (line 6124)
-* \hookleftarrow: Math symbols. (line 5427)
-* \hookrightarrow: Math symbols. (line 5430)
+ (line 1704)
+* \heartsuit: Math symbols. (line 6214)
+* \height: Predefined lengths. (line 5794)
+* \hfill: \hfill. (line 7355)
+* \hline: \hline. (line 4262)
+* \hom: Math functions. (line 6914)
+* \hookleftarrow: Math symbols. (line 6217)
+* \hookrightarrow: Math symbols. (line 6220)
* \hrulefill: \hrulefill \dotfill.
- (line 6673)
+ (line 7518)
* \hsize: Page layout parameters.
- (line 1648)
+ (line 1803)
* \hsize <1>: Page layout parameters.
- (line 1648)
-* \hspace: \hspace. (line 6538)
-* \huge: Font sizes. (line 1220)
-* \Huge: Font sizes. (line 1220)
-* \hyphenation: \hyphenation. (line 3897)
-* \i (dotless i): Accents. (line 7251)
-* \iff: Math symbols. (line 5433)
+ (line 1803)
+* \hspace: \hspace. (line 7328)
+* \huge: Font sizes. (line 1371)
+* \Huge: Font sizes. (line 1371)
+* \hyphenation: \hyphenation. (line 4611)
+* \i (dotless i): Accents. (line 9114)
+* \iff: Math symbols. (line 6223)
* \IfFileExists: Class and package commands.
- (line 861)
+ (line 1006)
+* \ignorespaces: \ignorespaces & \ignorespacesafterend.
+ (line 5400)
+* \ignorespacesafterend: \ignorespaces & \ignorespacesafterend.
+ (line 5400)
* \ij (ij): Additional Latin letters.
- (line 7316)
+ (line 9179)
* \IJ (IJ): Additional Latin letters.
- (line 7316)
-* \Im: Math symbols. (line 5437)
-* \imath: Math accents. (line 6212)
-* \in: Math symbols. (line 5440)
-* \include: \include. (line 7400)
-* \includeonly: \includeonly. (line 7418)
-* \indent: \indent. (line 5029)
-* \index: Indexes. (line 7539)
-* \indexentry: Indexes. (line 7542)
-* \indexspace: Indexes. (line 7562)
-* \inf: Math functions. (line 6127)
-* \infty: Math symbols. (line 5446)
-* \input: \input. (line 7433)
+ (line 9179)
+* \Im: Math symbols. (line 6227)
+* \imath: Math accents. (line 7002)
+* \in: Math symbols. (line 6230)
+* \include: \include. (line 9263)
+* \includegraphics: \includegraphics. (line 8349)
+* \includeonly: \includeonly. (line 9281)
+* \indent: \indent. (line 5819)
+* \index: Indexes. (line 9402)
+* \indexentry: Indexes. (line 9405)
+* \indexspace: Indexes. (line 9425)
+* \inf: Math functions. (line 6917)
+* \infty: Math symbols. (line 6236)
+* \input: \input. (line 9296)
* \InputIfFileExists: Class and package commands.
- (line 861)
-* \int: Math symbols. (line 5449)
-* \intextsep: Floats. (line 1779)
-* \intextsep <1>: Floats. (line 1780)
-* \iota: Math symbols. (line 5452)
-* \it: Font styles. (line 1143)
-* \item: description. (line 2211)
-* \item <1>: enumerate. (line 2326)
-* \item <2>: itemize. (line 2606)
-* \itemindent: itemize. (line 2649)
-* \itemsep: itemize. (line 2671)
-* \itshape: Font styles. (line 1100)
-* \j (dotless j): Accents. (line 7254)
-* \jmath: Math accents. (line 6215)
-* \Join: Math symbols. (line 5455)
-* \k (ogonek): Accents. (line 7258)
-* \kappa: Math symbols. (line 5459)
-* \ker: Math functions. (line 6130)
-* \kill: tabbing. (line 3180)
+ (line 1006)
+* \int: Math symbols. (line 6239)
+* \intextsep: Floats. (line 1934)
+* \intextsep <1>: Floats. (line 1935)
+* \iota: Math symbols. (line 6242)
+* \it: Font styles. (line 1294)
+* \item: description. (line 2567)
+* \item <1>: enumerate. (line 2700)
+* \item <2>: itemize. (line 2979)
+* \item <3>: itemize. (line 3001)
+* \itemindent: list. (line 3141)
+* \itemsep: list. (line 3145)
+* \itshape: Font styles. (line 1251)
+* \j (dotless j): Accents. (line 9117)
+* \jmath: Math accents. (line 7005)
+* \Join: Math symbols. (line 6245)
+* \k (ogonek): Accents. (line 9121)
+* \kappa: Math symbols. (line 6249)
+* \ker: Math functions. (line 6920)
+* \kill: tabbing. (line 3868)
* \l (/l): Additional Latin letters.
- (line 7320)
+ (line 9183)
* \L (/L): Additional Latin letters.
- (line 7320)
-* \label: \label. (line 1900)
-* \labelenumi: enumerate. (line 2355)
-* \labelenumii: enumerate. (line 2355)
-* \labelenumiii: enumerate. (line 2355)
-* \labelenumiv: enumerate. (line 2355)
-* \labelitemi: itemize. (line 2629)
-* \labelitemii: itemize. (line 2629)
-* \labelitemiii: itemize. (line 2629)
-* \labelitemiv: itemize. (line 2629)
-* \labelsep: itemize. (line 2652)
-* \labelwidth: itemize. (line 2655)
-* \Lambda: Math symbols. (line 5462)
-* \lambda: Math symbols. (line 5465)
-* \land: Math symbols. (line 5468)
-* \langle: Math symbols. (line 5473)
-* \large: Font sizes. (line 1220)
-* \Large: Font sizes. (line 1220)
-* \LARGE: Font sizes. (line 1220)
-* \LaTeX: Text symbols. (line 7028)
-* \LaTeXe: Text symbols. (line 7031)
-* \lbrace: Math symbols. (line 5478)
-* \lbrack: Math symbols. (line 5482)
-* \lceil: Math symbols. (line 5486)
-* \ldots: Text symbols. (line 7041)
-* \le: Math symbols. (line 5490)
-* \leadsto: Math symbols. (line 5494)
-* \left DELIM1 ... \right DELIM2: Math miscellany. (line 6308)
-* \Leftarrow: Math symbols. (line 5501)
-* \leftarrow: Math symbols. (line 5506)
-* \lefteqn: eqnarray. (line 2416)
-* \leftharpoondown: Math symbols. (line 5510)
-* \leftharpoonup: Math symbols. (line 5513)
-* \leftmargin: itemize. (line 2636)
-* \leftmargini: itemize. (line 2636)
-* \leftmarginii: itemize. (line 2636)
-* \leftmarginiii: itemize. (line 2636)
-* \leftmarginiv: itemize. (line 2636)
-* \leftmarginv: itemize. (line 2636)
-* \leftmarginvi: itemize. (line 2636)
-* \Leftrightarrow: Math symbols. (line 5516)
-* \leftrightarrow: Math symbols. (line 5521)
-* \leq: Math symbols. (line 5526)
-* \lfloor: Math symbols. (line 5530)
-* \lg: Math functions. (line 6133)
-* \lhd: Math symbols. (line 5533)
-* \lim: Math functions. (line 6136)
-* \liminf: Math functions. (line 6139)
-* \limsup: Math functions. (line 6142)
-* \line: \line. (line 2969)
+ (line 9183)
+* \label: \label. (line 2246)
+* \labelenumi: enumerate. (line 2727)
+* \labelenumii: enumerate. (line 2727)
+* \labelenumiii: enumerate. (line 2727)
+* \labelenumiv: enumerate. (line 2727)
+* \labelitemi: itemize. (line 3008)
+* \labelitemii: itemize. (line 3008)
+* \labelitemiii: itemize. (line 3008)
+* \labelitemiv: itemize. (line 3008)
+* \labelsep: list. (line 3157)
+* \labelwidth: list. (line 3162)
+* \Lambda: Math symbols. (line 6252)
+* \lambda: Math symbols. (line 6255)
+* \land: Math symbols. (line 6258)
+* \langle: Math symbols. (line 6263)
+* \large: Font sizes. (line 1371)
+* \Large: Font sizes. (line 1371)
+* \LARGE: Font sizes. (line 1371)
+* \LaTeX: Text symbols. (line 8891)
+* \LaTeXe: Text symbols. (line 8894)
+* \lbrace: Math symbols. (line 6268)
+* \lbrack: Math symbols. (line 6272)
+* \lceil: Math symbols. (line 6276)
+* \ldots: Text symbols. (line 8904)
+* \le: Math symbols. (line 6280)
+* \leadsto: Math symbols. (line 6284)
+* \left DELIM1 ... \right DELIM2: Math miscellany. (line 7098)
+* \Leftarrow: Math symbols. (line 6291)
+* \leftarrow: Math symbols. (line 6296)
+* \lefteqn: eqnarray. (line 2784)
+* \leftharpoondown: Math symbols. (line 6300)
+* \leftharpoonup: Math symbols. (line 6303)
+* \leftmargin: itemize. (line 3027)
+* \leftmargin <1>: list. (line 3182)
+* \leftmargini: itemize. (line 3027)
+* \leftmarginii: itemize. (line 3027)
+* \leftmarginiii: itemize. (line 3027)
+* \leftmarginiv: itemize. (line 3027)
+* \leftmarginv: itemize. (line 3027)
+* \leftmarginvi: itemize. (line 3027)
+* \Leftrightarrow: Math symbols. (line 6306)
+* \leftrightarrow: Math symbols. (line 6311)
+* \leq: Math symbols. (line 6316)
+* \lfloor: Math symbols. (line 6320)
+* \lg: Math functions. (line 6923)
+* \lhd: Math symbols. (line 6323)
+* \lim: Math functions. (line 6926)
+* \liminf: Math functions. (line 6929)
+* \limsup: Math functions. (line 6932)
+* \line: \line. (line 3616)
* \linebreak: \linebreak & \nolinebreak.
- (line 3913)
+ (line 4627)
* \linespread: Low-level font commands.
- (line 1356)
-* \linethickness: \linethickness. (line 2983)
+ (line 1511)
+* \linethickness: \linethickness. (line 3630)
* \linewidth: Page layout parameters.
- (line 1562)
+ (line 1717)
* \linewidth <1>: Page layout parameters.
- (line 1563)
-* \listoffigures: Tables of contents. (line 7461)
-* \listoftables: Tables of contents. (line 7461)
-* \listparindent: itemize. (line 2658)
-* \ll: Math symbols. (line 5541)
-* \ln: Math functions. (line 6145)
-* \lnot: Math symbols. (line 5545)
+ (line 1718)
+* \listoffigures: Tables of contents. (line 9324)
+* \listoftables: Tables of contents. (line 9324)
+* \listparindent: list. (line 3199)
+* \ll: Math symbols. (line 6331)
+* \ln: Math functions. (line 6935)
+* \lnot: Math symbols. (line 6335)
* \LoadClass: Class and package commands.
- (line 878)
+ (line 1023)
* \LoadClassWithOptions: Class and package commands.
- (line 878)
-* \location: \location. (line 7727)
-* \log: Math functions. (line 6148)
-* \longleftarrow: Math symbols. (line 5548)
-* \longleftrightarrow: Math symbols. (line 5553)
-* \longmapsto: Math symbols. (line 5557)
-* \longrightarrow: Math symbols. (line 5562)
-* \lor: Math symbols. (line 5567)
-* \lq: Text symbols. (line 7047)
-* \makebox: \makebox. (line 6844)
-* \makebox (for picture): \makebox (picture). (line 2901)
-* \makeglossary: Glossaries. (line 7521)
-* \makeindex: Indexes. (line 7536)
-* \makelabels: \makelabels. (line 7737)
-* \maketitle: \maketitle. (line 6439)
-* \mapsto: Math symbols. (line 5570)
-* \marginpar: Marginal notes. (line 5061)
+ (line 1023)
+* \location: \location. (line 9590)
+* \log: Math functions. (line 6938)
+* \longleftarrow: Math symbols. (line 6338)
+* \longleftrightarrow: Math symbols. (line 6343)
+* \longmapsto: Math symbols. (line 6347)
+* \longrightarrow: Math symbols. (line 6352)
+* \lor: Math symbols. (line 6357)
+* \lq: Text symbols. (line 8910)
+* \makebox: \makebox. (line 7689)
+* \makebox (for picture): \makebox (picture). (line 3548)
+* \makeglossary: Glossaries. (line 9384)
+* \makeindex: Indexes. (line 9399)
+* \makelabel: list. (line 3114)
+* \makelabels: \makelabels. (line 9600)
+* \maketitle: \maketitle. (line 7229)
+* \mapsto: Math symbols. (line 6360)
+* \marginpar: Marginal notes. (line 5851)
* \marginparpush: Page layout parameters.
- (line 1569)
+ (line 1724)
* \marginparpush <1>: Page layout parameters.
- (line 1572)
-* \marginparpush <2>: Marginal notes. (line 5091)
-* \marginparsep: Marginal notes. (line 5095)
+ (line 1727)
+* \marginparpush <2>: Marginal notes. (line 5881)
+* \marginparsep: Marginal notes. (line 5885)
* \marginparwidth: Page layout parameters.
- (line 1571)
+ (line 1726)
* \marginparwidth <1>: Page layout parameters.
- (line 1572)
-* \marginparwidth <2>: Marginal notes. (line 5099)
+ (line 1727)
+* \marginparwidth <2>: Marginal notes. (line 5889)
* \marginsep: Page layout parameters.
- (line 1570)
+ (line 1725)
* \marginsep <1>: Page layout parameters.
- (line 1572)
-* \markboth{LEFT}{RIGHT}: \pagestyle. (line 6513)
-* \markright{RIGHT}: \pagestyle. (line 6520)
-* \mathbf: Font styles. (line 1179)
-* \mathcal: Font styles. (line 1195)
-* \mathdollar: Math miscellany. (line 6313)
-* \mathellipsis: Math miscellany. (line 6316)
-* \mathnormal: Font styles. (line 1192)
-* \mathparagraph: Math miscellany. (line 6319)
-* \mathring: Math accents. (line 6218)
-* \mathrm: Font styles. (line 1176)
-* \mathsection: Math miscellany. (line 6322)
-* \mathsf: Font styles. (line 1182)
-* \mathsterling: Math miscellany. (line 6325)
-* \mathtt: Font styles. (line 1185)
-* \mathunderscore: Math miscellany. (line 6328)
-* \mathversion: Font styles. (line 1197)
-* \max: Math functions. (line 6151)
-* \mbox: \mbox. (line 6801)
-* \mbox, and LR mode: Modes. (line 6381)
-* \mdseries: Font styles. (line 1103)
+ (line 1727)
+* \markboth{LEFT}{RIGHT}: \pagestyle. (line 7303)
+* \markright{RIGHT}: \pagestyle. (line 7310)
+* \mathbf: Font styles. (line 1330)
+* \mathcal: Font styles. (line 1346)
+* \mathdollar: Math miscellany. (line 7103)
+* \mathellipsis: Math miscellany. (line 7106)
+* \mathnormal: Font styles. (line 1343)
+* \mathparagraph: Math miscellany. (line 7109)
+* \mathring: Math accents. (line 7008)
+* \mathrm: Font styles. (line 1327)
+* \mathsection: Math miscellany. (line 7112)
+* \mathsf: Font styles. (line 1333)
+* \mathsterling: Math miscellany. (line 7115)
+* \mathtt: Font styles. (line 1336)
+* \mathunderscore: Math miscellany. (line 7118)
+* \mathversion: Font styles. (line 1348)
+* \max: Math functions. (line 6941)
+* \mbox: \mbox. (line 7646)
+* \mbox, and LR mode: Modes. (line 7171)
+* \mdseries: Font styles. (line 1254)
* \medskip: \bigskip \medskip \smallskip.
- (line 6726)
+ (line 7571)
* \medskipamount: \bigskip \medskip \smallskip.
- (line 6727)
+ (line 7572)
* \medspace: Spacing in math mode.
- (line 6251)
-* \mho: Math symbols. (line 5574)
-* \mid: Math symbols. (line 5579)
-* \min: Math functions. (line 6154)
-* \models: Math symbols. (line 5589)
-* \month: \day \month \year. (line 4861)
-* \mp: Math symbols. (line 5594)
-* \mu: Math symbols. (line 5597)
-* \multicolumn: \multicolumn. (line 3430)
-* \multiput: \multiput. (line 3007)
-* \nabla: Math symbols. (line 5600)
-* \name: \name. (line 7759)
-* \natural: Math symbols. (line 5603)
-* \ne: Math symbols. (line 5606)
-* \nearrow: Math symbols. (line 5609)
+ (line 7041)
+* \mho: Math symbols. (line 6364)
+* \mid: Math symbols. (line 6369)
+* \min: Math functions. (line 6944)
+* \models: Math symbols. (line 6379)
+* \month: \day \month \year. (line 5651)
+* \mp: Math symbols. (line 6384)
+* \mu: Math symbols. (line 6387)
+* \multicolumn: \multicolumn. (line 4133)
+* \multiput: \multiput. (line 3654)
+* \nabla: Math symbols. (line 6390)
+* \name: \name. (line 9622)
+* \natural: Math symbols. (line 6393)
+* \ne: Math symbols. (line 6396)
+* \nearrow: Math symbols. (line 6399)
* \NeedsTeXFormat: Class and package commands.
- (line 909)
-* \neg: Math symbols. (line 5612)
-* \neq: Math symbols. (line 5616)
+ (line 1055)
+* \neg: Math symbols. (line 6402)
+* \neq: Math symbols. (line 6406)
* \newcommand: \newcommand & \renewcommand.
- (line 4220)
-* \newcounter: \newcounter. (line 4326)
+ (line 4934)
+* \newcounter: \newcounter. (line 5040)
* \newenvironment: \newenvironment & \renewenvironment.
- (line 4380)
-* \newfont: \newfont. (line 4599)
-* \newlength: \newlength. (line 4350)
-* \newline: \newline. (line 3839)
-* \NEWLINE: \(SPACE) and \@. (line 6575)
-* \newpage: \newpage. (line 3953)
-* \newsavebox: \newsavebox. (line 4365)
-* \newtheorem: \newtheorem. (line 4487)
-* \newtie: Accents. (line 7269)
+ (line 5094)
+* \newfont: \newfont. (line 5313)
+* \newlength: \newlength. (line 5064)
+* \newline: \newline. (line 4553)
+* \NEWLINE: \(SPACE) and \@. (line 7416)
+* \newpage: \newpage. (line 4667)
+* \newsavebox: \newsavebox. (line 5079)
+* \newtheorem: \newtheorem. (line 5201)
+* \newtie: Accents. (line 9132)
* \ng: Additional Latin letters.
- (line 7324)
+ (line 9187)
* \NG: Additional Latin letters.
- (line 7324)
-* \ni: Math symbols. (line 5619)
-* \nocite: \nocite. (line 3635)
-* \nocorr: Font styles. (line 1088)
-* \nocorrlist: Font styles. (line 1088)
-* \nofiles: Tables of contents. (line 7466)
-* \noindent: \noindent. (line 5040)
+ (line 9187)
+* \ni: Math symbols. (line 6409)
+* \nocite: \nocite. (line 4348)
+* \nocorr: Font styles. (line 1239)
+* \nocorrlist: Font styles. (line 1239)
+* \nofiles: Tables of contents. (line 9329)
+* \noindent: \noindent. (line 5830)
* \nolinebreak: \linebreak & \nolinebreak.
- (line 3913)
-* \nonfrenchspacing: \frenchspacing. (line 6628)
-* \nonumber: eqnarray. (line 2411)
+ (line 4627)
+* \nonfrenchspacing: \frenchspacing. (line 7448)
+* \nonumber: eqnarray. (line 2779)
* \nopagebreak: \pagebreak & \nopagebreak.
- (line 3974)
-* \normalfont: Font styles. (line 1124)
-* \normalmarginpar: Marginal notes. (line 5079)
-* \normalsize: Font sizes. (line 1220)
-* \not: Math symbols. (line 5624)
-* \notin: Math symbols. (line 5632)
-* \nu: Math symbols. (line 5636)
-* \nwarrow: Math symbols. (line 5639)
+ (line 4688)
+* \normalfont: Font styles. (line 1275)
+* \normalmarginpar: Marginal notes. (line 5869)
+* \normalsfcodes: \normalsfcodes. (line 7461)
+* \normalsize: Font sizes. (line 1371)
+* \not: Math symbols. (line 6414)
+* \notin: Math symbols. (line 6422)
+* \nu: Math symbols. (line 6426)
+* \nwarrow: Math symbols. (line 6429)
* \o (/o): Additional Latin letters.
- (line 7328)
+ (line 9191)
* \O (/O): Additional Latin letters.
- (line 7328)
+ (line 9191)
* \obeycr: \obeycr & \restorecr.
- (line 3830)
+ (line 4544)
* \oddsidemargin: Document class options.
- (line 680)
+ (line 781)
* \oddsidemargin <1>: Page layout parameters.
- (line 1595)
+ (line 1750)
* \oddsidemargin <2>: Page layout parameters.
- (line 1597)
-* \odot: Math symbols. (line 5642)
+ (line 1752)
+* \odot: Math symbols. (line 6432)
* \oe (oe): Additional Latin letters.
- (line 7332)
+ (line 9195)
* \OE (OE): Additional Latin letters.
- (line 7332)
-* \oint: Math symbols. (line 5647)
-* \oldstylenums: Font styles. (line 1201)
-* \Omega: Math symbols. (line 5651)
-* \omega: Math symbols. (line 5654)
-* \ominus: Math symbols. (line 5657)
-* \onecolumn: \onecolumn. (line 1384)
-* \opening: \opening. (line 7769)
-* \oplus: Math symbols. (line 5660)
+ (line 9195)
+* \oint: Math symbols. (line 6437)
+* \oldstylenums: Font styles. (line 1352)
+* \Omega: Math symbols. (line 6441)
+* \omega: Math symbols. (line 6444)
+* \ominus: Math symbols. (line 6447)
+* \onecolumn: \onecolumn. (line 1539)
+* \opening: \opening. (line 9632)
+* \oplus: Math symbols. (line 6450)
* \OptionNotUsed: Class and package commands.
- (line 927)
-* \oslash: Math symbols. (line 5664)
-* \otimes: Math symbols. (line 5667)
-* \oval: \oval. (line 3018)
-* \overbrace{MATH}: Math miscellany. (line 6331)
-* \overline{TEXT}: Math miscellany. (line 6335)
-* \owns: Math symbols. (line 5672)
-* \P: Text symbols. (line 7050)
+ (line 1071)
+* \oslash: Math symbols. (line 6454)
+* \otimes: Math symbols. (line 6457)
+* \oval: \oval. (line 3665)
+* \overbrace{MATH}: Math miscellany. (line 7121)
+* \overline{TEXT}: Math miscellany. (line 7125)
+* \owns: Math symbols. (line 6462)
+* \P: Text symbols. (line 8913)
* \PackageError: Class and package commands.
- (line 807)
+ (line 920)
* \PackageInfo: Class and package commands.
- (line 807)
+ (line 920)
* \PackageInfoNoLine: Class and package commands.
- (line 807)
+ (line 920)
* \PackageWarning: Class and package commands.
- (line 807)
+ (line 920)
* \PackageWarningNoLine: Class and package commands.
- (line 807)
+ (line 920)
* \pagebreak: \pagebreak & \nopagebreak.
- (line 3974)
-* \pagenumbering: \pagenumbering. (line 6465)
-* \pageref: \pageref. (line 1951)
-* \pagestyle: \pagestyle. (line 6490)
+ (line 4688)
+* \pagenumbering: \pagenumbering. (line 7255)
+* \pageref: \pageref. (line 2297)
+* \pagestyle: \pagestyle. (line 7280)
* \paperheight: Page layout parameters.
- (line 1608)
+ (line 1763)
* \paperheight <1>: Page layout parameters.
- (line 1609)
+ (line 1764)
* \paperwidth: Page layout parameters.
- (line 1614)
+ (line 1769)
* \paperwidth <1>: Page layout parameters.
- (line 1615)
-* \paragraph: Sectioning. (line 1825)
-* \parallel: Math symbols. (line 5677)
-* \parbox: \parbox. (line 6869)
-* \parindent: minipage. (line 2796)
-* \parindent <1>: \indent. (line 5029)
-* \parsep: itemize. (line 2676)
-* \parskip: \parskip. (line 5055)
-* \parskip example: itemize. (line 2692)
-* \part: Sectioning. (line 1819)
-* \partial: Math symbols. (line 5680)
-* \partopsep: itemize. (line 2686)
+ (line 1770)
+* \paragraph: Sectioning. (line 1980)
+* \parallel: Math symbols. (line 6467)
+* \parbox: \parbox. (line 7714)
+* \parindent: minipage. (line 3443)
+* \parindent <1>: \indent. (line 5819)
+* \parsep: list. (line 3205)
+* \parskip: \parskip. (line 5845)
+* \parskip example: itemize. (line 3046)
+* \part: Sectioning. (line 1974)
+* \partial: Math symbols. (line 6470)
+* \partopsep: list. (line 3214)
* \PassOptionsToClass: Class and package commands.
- (line 933)
+ (line 1077)
* \PassOptionsToPackage: Class and package commands.
- (line 933)
+ (line 1077)
* \pdfpageheight: Document class options.
- (line 638)
+ (line 737)
* \pdfpagewidth: Document class options.
- (line 638)
-* \perp: Math symbols. (line 5683)
-* \phi: Math symbols. (line 5688)
-* \Pi: Math symbols. (line 5692)
-* \pi: Math symbols. (line 5695)
-* \pm: Math symbols. (line 5699)
-* \pmod: Math functions. (line 6157)
-* \poptabs: tabbing. (line 3186)
-* \poptabs <1>: tabbing. (line 3187)
-* \pounds: Text symbols. (line 7054)
-* \Pr: Math functions. (line 6160)
-* \prec: Math symbols. (line 5702)
-* \preceq: Math symbols. (line 5705)
-* \prime: Math symbols. (line 5710)
-* \printindex: Indexes. (line 7558)
+ (line 737)
+* \perp: Math symbols. (line 6473)
+* \phi: Math symbols. (line 6478)
+* \Pi: Math symbols. (line 6482)
+* \pi: Math symbols. (line 6485)
+* \pm: Math symbols. (line 6489)
+* \pmod: Math functions. (line 6947)
+* \poptabs: tabbing. (line 3874)
+* \poptabs <1>: tabbing. (line 3875)
+* \pounds: Text symbols. (line 8917)
+* \Pr: Math functions. (line 6950)
+* \prec: Math symbols. (line 6492)
+* \preceq: Math symbols. (line 6495)
+* \prime: Math symbols. (line 6500)
+* \printindex: Indexes. (line 9421)
* \ProcessOptions: Class and package commands.
- (line 966)
+ (line 1111)
* \ProcessOptions*: Class and package commands.
- (line 966)
-* \prod: Math symbols. (line 5719)
-* \propto: Math symbols. (line 5722)
-* \protect: \protect. (line 4634)
-* \providecommand: \providecommand. (line 4311)
+ (line 1111)
+* \prod: Math symbols. (line 6509)
+* \propto: Math symbols. (line 6512)
+* \protect: \protect. (line 5348)
+* \providecommand: \providecommand. (line 5025)
* \ProvidesClass: Class and package commands.
- (line 1000)
+ (line 1149)
* \ProvidesFile: Class and package commands.
- (line 1031)
+ (line 1180)
* \ProvidesPackage: Class and package commands.
- (line 1000)
-* \ps: \ps. (line 7782)
-* \Psi: Math symbols. (line 5725)
-* \psi: Math symbols. (line 5728)
-* \pushtabs: tabbing. (line 3189)
-* \put: \put. (line 3045)
+ (line 1149)
+* \ps: \ps. (line 9645)
+* \Psi: Math symbols. (line 6515)
+* \psi: Math symbols. (line 6518)
+* \pushtabs: tabbing. (line 3877)
+* \put: \put. (line 3692)
* \qquad: Spacing in math mode.
- (line 6268)
+ (line 7058)
* \quad: Spacing in math mode.
- (line 6262)
-* \quotedblbase (,,): Text symbols. (line 7058)
-* \quotesinglbase (,): Text symbols. (line 7059)
-* \r (ring accent): Accents. (line 7263)
-* \raggedbottom: \raggedbottom. (line 1524)
-* \raggedleft: \raggedleft. (line 2593)
-* \raggedright: \raggedright. (line 2567)
-* \raisebox: \raisebox. (line 6912)
-* \rangle: Math symbols. (line 5731)
-* \rbrace: Math symbols. (line 5735)
-* \rbrack: Math symbols. (line 5739)
-* \rceil: Math symbols. (line 5743)
-* \Re: Math symbols. (line 5746)
-* \ref: \ref. (line 1972)
-* \refstepcounter: \refstepcounter. (line 4840)
+ (line 7052)
+* \quotedblbase (,,): Text symbols. (line 8921)
+* \quotesinglbase (,): Text symbols. (line 8922)
+* \r (ring accent): Accents. (line 9126)
+* \raggedbottom: \raggedbottom. (line 1679)
+* \raggedleft: \raggedleft. (line 2966)
+* \raggedright: \raggedright. (line 2940)
+* \raisebox: \raisebox. (line 7757)
+* \rangle: Math symbols. (line 6521)
+* \rbrace: Math symbols. (line 6525)
+* \rbrack: Math symbols. (line 6529)
+* \rceil: Math symbols. (line 6533)
+* \Re: Math symbols. (line 6536)
+* \ref: \ref. (line 2318)
+* \reflectbox: \scalebox. (line 8723)
+* \refname: thebibliography. (line 4299)
+* \refstepcounter: \refstepcounter. (line 5630)
* \renewenvironment: \newenvironment & \renewenvironment.
- (line 4380)
+ (line 5094)
* \RequirePackage: Class and package commands.
- (line 1038)
+ (line 1189)
* \RequirePackageWithOptions: Class and package commands.
- (line 1038)
+ (line 1189)
+* \resizebox: \resizebox. (line 8751)
* \restorecr: \obeycr & \restorecr.
- (line 3830)
-* \restriction: Math symbols. (line 5751)
-* \revemptyset: Math symbols. (line 5756)
-* \reversemarginpar: Marginal notes. (line 5079)
-* \rfloor: Math symbols. (line 5761)
-* \rhd: Math symbols. (line 5765)
-* \rho: Math symbols. (line 5772)
-* \right: Math miscellany. (line 6309)
-* \Rightarrow: Math symbols. (line 5776)
-* \rightarrow: Math symbols. (line 5780)
-* \rightharpoondown: Math symbols. (line 5785)
-* \rightharpoonup: Math symbols. (line 5788)
-* \rightleftharpoons: Math symbols. (line 5791)
-* \rightmargin: itemize. (line 2662)
-* \rm: Font styles. (line 1146)
-* \rmfamily: Font styles. (line 1097)
+ (line 4544)
+* \restriction: Math symbols. (line 6541)
+* \revemptyset: Math symbols. (line 6546)
+* \reversemarginpar: Marginal notes. (line 5869)
+* \rfloor: Math symbols. (line 6551)
+* \rhd: Math symbols. (line 6555)
+* \rho: Math symbols. (line 6562)
+* \right: Math miscellany. (line 7099)
+* \Rightarrow: Math symbols. (line 6566)
+* \rightarrow: Math symbols. (line 6570)
+* \rightharpoondown: Math symbols. (line 6575)
+* \rightharpoonup: Math symbols. (line 6578)
+* \rightleftharpoons: Math symbols. (line 6581)
+* \rightmargin: list. (line 3229)
+* \rm: Font styles. (line 1297)
+* \rmfamily: Font styles. (line 1248)
* \roman{COUNTER}: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 4726)
+ (line 5516)
* \Roman{COUNTER}: \alph \Alph \arabic \roman \Roman \fnsymbol.
- (line 4729)
-* \rq: Text symbols. (line 7062)
-* \rule: \rule. (line 7347)
-* \S: Text symbols. (line 7065)
-* \savebox: \savebox. (line 6928)
-* \sbox: \sbox. (line 6940)
-* \sc: Font styles. (line 1149)
-* \scriptsize: Font sizes. (line 1220)
-* \scshape: Font styles. (line 1118)
-* \searrow: Math symbols. (line 5794)
-* \sec: Math functions. (line 6163)
-* \section: Sectioning. (line 1822)
-* \seename: Indexes. (line 7550)
+ (line 5519)
+* \rotatebox: \rotatebox. (line 8658)
+* \rq: Text symbols. (line 8925)
+* \rule: \rule. (line 9210)
+* \S: Text symbols. (line 8928)
+* \savebox: \savebox. (line 7773)
+* \sbox: \sbox. (line 7785)
+* \sc: Font styles. (line 1300)
+* \scalebox: \scalebox. (line 8723)
+* \scriptsize: Font sizes. (line 1371)
+* \scshape: Font styles. (line 1269)
+* \searrow: Math symbols. (line 6584)
+* \sec: Math functions. (line 6953)
+* \section: Sectioning. (line 1977)
+* \seename: Indexes. (line 9413)
* \selectfont: Low-level font commands.
- (line 1362)
-* \setcounter: \setcounter. (line 4812)
-* \setlength: \setlength. (line 4950)
-* \setminus: Math symbols. (line 5797)
-* \settodepth: \settodepth. (line 4972)
-* \settoheight: \settoheight. (line 4982)
-* \settowidth: \settowidth. (line 4992)
-* \sf: Font styles. (line 1152)
-* \sffamily: Font styles. (line 1115)
-* \sharp: Math symbols. (line 5803)
-* \shortstack: \shortstack. (line 3055)
-* \Sigma: Math symbols. (line 5806)
-* \sigma: Math symbols. (line 5809)
-* \signature: \signature. (line 7799)
-* \sim: Math symbols. (line 5813)
-* \simeq: Math symbols. (line 5816)
-* \sin: Math functions. (line 6166)
-* \sinh: Math functions. (line 6169)
-* \sl: Font styles. (line 1155)
-* \sloppy: \sloppy. (line 3889)
-* \slshape: Font styles. (line 1112)
-* \small: Font sizes. (line 1220)
-* \smallint: Math symbols. (line 5819)
+ (line 1517)
+* \setcounter: \setcounter. (line 5602)
+* \setlength: \setlength. (line 5740)
+* \setminus: Math symbols. (line 6587)
+* \settodepth: \settodepth. (line 5762)
+* \settoheight: \settoheight. (line 5772)
+* \settowidth: \settowidth. (line 5782)
+* \sf: Font styles. (line 1303)
+* \sffamily: Font styles. (line 1266)
+* \sharp: Math symbols. (line 6593)
+* \shortstack: \shortstack. (line 3702)
+* \Sigma: Math symbols. (line 6596)
+* \sigma: Math symbols. (line 6599)
+* \signature: \signature. (line 9662)
+* \sim: Math symbols. (line 6603)
+* \simeq: Math symbols. (line 6606)
+* \sin: Math functions. (line 6956)
+* \sinh: Math functions. (line 6959)
+* \sl: Font styles. (line 1306)
+* \sloppy: \sloppy. (line 4603)
+* \slshape: Font styles. (line 1263)
+* \small: Font sizes. (line 1371)
+* \smallint: Math symbols. (line 6609)
* \smallskip: \bigskip \medskip \smallskip.
- (line 6731)
+ (line 7576)
* \smallskipamount: \bigskip \medskip \smallskip.
- (line 6732)
-* \smile: Math symbols. (line 5823)
-* \spadesuit: Math symbols. (line 5826)
-* \sqcap: Math symbols. (line 5829)
-* \sqcup: Math symbols. (line 5833)
-* \sqrt[ROOT]{ARG}: Math miscellany. (line 6339)
-* \sqsubset: Math symbols. (line 5837)
-* \sqsubseteq: Math symbols. (line 5842)
-* \sqsupset: Math symbols. (line 5847)
-* \sqsupseteq: Math symbols. (line 5852)
+ (line 7577)
+* \smile: Math symbols. (line 6613)
+* \spacefactor: \spacefactor. (line 7369)
+* \spadesuit: Math symbols. (line 6616)
+* \sqcap: Math symbols. (line 6619)
+* \sqcup: Math symbols. (line 6623)
+* \sqrt[ROOT]{ARG}: Math miscellany. (line 7129)
+* \sqsubset: Math symbols. (line 6627)
+* \sqsubseteq: Math symbols. (line 6632)
+* \sqsupset: Math symbols. (line 6637)
+* \sqsupseteq: Math symbols. (line 6642)
* \ss (ss): Additional Latin letters.
- (line 7336)
+ (line 9199)
* \SS (SS): Additional Latin letters.
- (line 7336)
-* \stackrel{TEXT}{RELATION}: Math miscellany. (line 6344)
-* \star: Math symbols. (line 5856)
-* \stepcounter: \stepcounter. (line 4854)
-* \stop: Command line. (line 7880)
-* \subparagraph: Sectioning. (line 1826)
-* \subsection: Sectioning. (line 1823)
-* \subset: Math symbols. (line 5863)
-* \subseteq: Math symbols. (line 5866)
-* \subsubsection: Sectioning. (line 1824)
-* \succ: Math symbols. (line 5869)
-* \succeq: Math symbols. (line 5873)
-* \sum: Math symbols. (line 5878)
-* \sup: Math functions. (line 6172)
-* \suppressfloats: Floats. (line 1748)
-* \supset: Math symbols. (line 5882)
-* \supseteq: Math symbols. (line 5885)
-* \surd: Math symbols. (line 5888)
-* \swarrow: Math symbols. (line 5893)
+ (line 9199)
+* \stackrel{TEXT}{RELATION}: Math miscellany. (line 7134)
+* \star: Math symbols. (line 6646)
+* \stepcounter: \stepcounter. (line 5644)
+* \stop: Command line. (line 9743)
+* \subparagraph: Sectioning. (line 1981)
+* \subsection: Sectioning. (line 1978)
+* \subset: Math symbols. (line 6653)
+* \subseteq: Math symbols. (line 6656)
+* \subsubsection: Sectioning. (line 1979)
+* \succ: Math symbols. (line 6659)
+* \succeq: Math symbols. (line 6663)
+* \sum: Math symbols. (line 6668)
+* \sup: Math functions. (line 6962)
+* \suppressfloats: Floats. (line 1903)
+* \supset: Math symbols. (line 6672)
+* \supseteq: Math symbols. (line 6675)
+* \surd: Math symbols. (line 6678)
+* \swarrow: Math symbols. (line 6683)
* \symbol: Symbols by font position.
- (line 7002)
-* \t (tie-after accent): Accents. (line 7269)
-* \TAB: \(SPACE) and \@. (line 6575)
-* \tabbingsep: tabbing. (line 3194)
-* \tabcolsep: tabular. (line 3419)
-* \tableofcontents: Tables of contents. (line 7451)
-* \tan: Math functions. (line 6175)
-* \tanh: Math functions. (line 6178)
-* \tau: Math symbols. (line 5896)
-* \telephone: \telephone. (line 7823)
-* \TeX: Text symbols. (line 7068)
-* \textascendercompwordmark: Text symbols. (line 7106)
-* \textasciicircum: Text symbols. (line 7071)
-* \textasciitilde: Text symbols. (line 7074)
-* \textasteriskcentered: Text symbols. (line 7077)
+ (line 8865)
+* \t (tie-after accent): Accents. (line 9132)
+* \TAB: \(SPACE) and \@. (line 7416)
+* \tabbingsep: tabbing. (line 3882)
+* \tabcolsep: tabular. (line 4122)
+* \tableofcontents: Tables of contents. (line 9314)
+* \tan: Math functions. (line 6965)
+* \tanh: Math functions. (line 6968)
+* \tau: Math symbols. (line 6686)
+* \telephone: \telephone. (line 9686)
+* \TeX: Text symbols. (line 8931)
+* \textascendercompwordmark: Text symbols. (line 8969)
+* \textasciicircum: Text symbols. (line 8934)
+* \textasciitilde: Text symbols. (line 8937)
+* \textasteriskcentered: Text symbols. (line 8940)
* \textbackslash: Reserved characters.
- (line 6982)
-* \textbackslash <1>: Text symbols. (line 7080)
-* \textbar: Text symbols. (line 7083)
-* \textbardbl: Text symbols. (line 7086)
-* \textbf: Font styles. (line 1106)
-* \textbigcircle: Text symbols. (line 7089)
-* \textbraceleft: Text symbols. (line 7092)
-* \textbraceright: Text symbols. (line 7095)
-* \textbullet: Text symbols. (line 7098)
-* \textcapitalcompwordmark: Text symbols. (line 7105)
-* \textcircled{LETTER}: Text symbols. (line 7101)
-* \textcompwordmark: Text symbols. (line 7104)
-* \textcopyright: Text symbols. (line 7019)
-* \textdagger: Text symbols. (line 7111)
-* \textdaggerdbl: Text symbols. (line 7114)
-* \textdollar (or \$): Text symbols. (line 7117)
-* \textellipsis: Text symbols. (line 7043)
-* \textemdash (or ---): Text symbols. (line 7120)
-* \textendash (or --): Text symbols. (line 7123)
-* \texteuro: Text symbols. (line 7126)
-* \textexclamdown (or !`): Text symbols. (line 7129)
-* \textfloatsep: Floats. (line 1784)
-* \textfloatsep <1>: Floats. (line 1785)
-* \textfraction: Floats. (line 1763)
-* \textfraction <1>: Floats. (line 1764)
-* \textgreater: Text symbols. (line 7132)
+ (line 8800)
+* \textbackslash <1>: Text symbols. (line 8943)
+* \textbar: Text symbols. (line 8946)
+* \textbardbl: Text symbols. (line 8949)
+* \textbf: Font styles. (line 1257)
+* \textbigcircle: Text symbols. (line 8952)
+* \textbraceleft: Text symbols. (line 8955)
+* \textbraceright: Text symbols. (line 8958)
+* \textbullet: Text symbols. (line 8961)
+* \textcapitalcompwordmark: Text symbols. (line 8968)
+* \textcircled{LETTER}: Text symbols. (line 8964)
+* \textcompwordmark: Text symbols. (line 8967)
+* \textcopyright: Text symbols. (line 8882)
+* \textdagger: Text symbols. (line 8974)
+* \textdaggerdbl: Text symbols. (line 8977)
+* \textdollar (or \$): Text symbols. (line 8980)
+* \textellipsis: Text symbols. (line 8906)
+* \textemdash (or ---): Text symbols. (line 8983)
+* \textendash (or --): Text symbols. (line 8986)
+* \texteuro: Text symbols. (line 8989)
+* \textexclamdown (or !`): Text symbols. (line 8992)
+* \textfloatsep: Floats. (line 1939)
+* \textfloatsep <1>: Floats. (line 1940)
+* \textfraction: Floats. (line 1918)
+* \textfraction <1>: Floats. (line 1919)
+* \textgreater: Text symbols. (line 8995)
* \textheight: Page layout parameters.
- (line 1620)
+ (line 1775)
* \textheight <1>: Page layout parameters.
- (line 1621)
-* \textit: Font styles. (line 1100)
-* \textleftarrow: Text symbols. (line 7138)
-* \textless: Text symbols. (line 7135)
-* \textmd: Font styles. (line 1103)
-* \textnormal: Font styles. (line 1124)
-* \textordfeminine: Text symbols. (line 7141)
-* \textordmasculine: Text symbols. (line 7142)
-* \textparagraph: Text symbols. (line 7051)
-* \textperiodcentered: Text symbols. (line 7145)
-* \textquestiondown (or ?`): Text symbols. (line 7148)
-* \textquotedblleft (or ``): Text symbols. (line 7151)
-* \textquotedblright (or ''): Text symbols. (line 7154)
-* \textquoteleft (or `): Text symbols. (line 7157)
-* \textquoteright (or '): Text symbols. (line 7160)
-* \textquotesingle: Text symbols. (line 7163)
-* \textquotestraightbase: Text symbols. (line 7166)
-* \textquotestraightdblbase: Text symbols. (line 7167)
-* \textregistered: Text symbols. (line 7170)
-* \textrightarrow: Text symbols. (line 7173)
-* \textrm: Font styles. (line 1097)
-* \textsc: Font styles. (line 1118)
-* \textsf: Font styles. (line 1115)
-* \textsl: Font styles. (line 1112)
-* \textsterling: Text symbols. (line 7055)
-* \textthreequartersemdash: Text symbols. (line 7176)
-* \texttrademark: Text symbols. (line 7179)
-* \texttt: Font styles. (line 1121)
-* \texttwelveudash: Text symbols. (line 7182)
-* \textunderscore: Text symbols. (line 7185)
-* \textup: Font styles. (line 1109)
-* \textvisiblespace: Text symbols. (line 7188)
+ (line 1776)
+* \textit: Font styles. (line 1251)
+* \textleftarrow: Text symbols. (line 9001)
+* \textless: Text symbols. (line 8998)
+* \textmd: Font styles. (line 1254)
+* \textnormal: Font styles. (line 1275)
+* \textordfeminine: Text symbols. (line 9004)
+* \textordmasculine: Text symbols. (line 9005)
+* \textparagraph: Text symbols. (line 8914)
+* \textperiodcentered: Text symbols. (line 9008)
+* \textquestiondown (or ?`): Text symbols. (line 9011)
+* \textquotedblleft (or ``): Text symbols. (line 9014)
+* \textquotedblright (or ''): Text symbols. (line 9017)
+* \textquoteleft (or `): Text symbols. (line 9020)
+* \textquoteright (or '): Text symbols. (line 9023)
+* \textquotesingle: Text symbols. (line 9026)
+* \textquotestraightbase: Text symbols. (line 9029)
+* \textquotestraightdblbase: Text symbols. (line 9030)
+* \textregistered: Text symbols. (line 9033)
+* \textrightarrow: Text symbols. (line 9036)
+* \textrm: Font styles. (line 1248)
+* \textsc: Font styles. (line 1269)
+* \textsf: Font styles. (line 1266)
+* \textsl: Font styles. (line 1263)
+* \textsterling: Text symbols. (line 8918)
+* \textthreequartersemdash: Text symbols. (line 9039)
+* \texttrademark: Text symbols. (line 9042)
+* \texttt: Font styles. (line 1272)
+* \texttwelveudash: Text symbols. (line 9045)
+* \textunderscore: Text symbols. (line 9048)
+* \textup: Font styles. (line 1260)
+* \textvisiblespace: Text symbols. (line 9051)
* \textwidth: Page layout parameters.
- (line 1628)
+ (line 1783)
* \textwidth <1>: Page layout parameters.
- (line 1629)
+ (line 1784)
* \th (th): Additional Latin letters.
- (line 7340)
+ (line 9203)
* \TH (TH): Additional Latin letters.
- (line 7340)
-* \thanks{TEXT}: \maketitle. (line 6454)
-* \theta: Math symbols. (line 5899)
-* \thicklines: \thicklines. (line 2993)
+ (line 9203)
+* \thanks{TEXT}: \maketitle. (line 7244)
+* \theta: Math symbols. (line 6689)
+* \thicklines: \thicklines. (line 3640)
* \thickspace: Spacing in math mode.
- (line 6246)
-* \thinlines: \thinlines. (line 3000)
+ (line 7036)
+* \thinlines: \thinlines. (line 3647)
* \thinspace: Spacing in math mode.
- (line 6255)
-* \thinspace <1>: \thinspace. (line 6641)
-* \thispagestyle: \thispagestyle. (line 6526)
-* \tilde: Math accents. (line 6221)
-* \times: Math symbols. (line 5903)
-* \tiny: Font sizes. (line 1220)
-* \title{TEXT}: \maketitle. (line 6458)
-* \to: Math symbols. (line 5907)
-* \today: \today. (line 7366)
-* \top: Math symbols. (line 5911)
-* \topfraction: Floats. (line 1768)
-* \topfraction <1>: Floats. (line 1769)
+ (line 7045)
+* \thinspace <1>: \thinspace. (line 7486)
+* \thispagestyle: \thispagestyle. (line 7316)
+* \tilde: Math accents. (line 7011)
+* \times: Math symbols. (line 6693)
+* \tiny: Font sizes. (line 1371)
+* \title{TEXT}: \maketitle. (line 7248)
+* \to: Math symbols. (line 6697)
+* \today: \today. (line 9229)
+* \top: Math symbols. (line 6701)
+* \topfraction: Floats. (line 1923)
+* \topfraction <1>: Floats. (line 1924)
* \topmargin: Page layout parameters.
- (line 1652)
-* \topsep: itemize. (line 2680)
+ (line 1807)
+* \topsep: list. (line 3234)
* \topskip: Page layout parameters.
- (line 1659)
+ (line 1814)
* \topskip <1>: Page layout parameters.
- (line 1660)
-* \totalheight: Predefined lengths. (line 5008)
-* \triangle: Math symbols. (line 5916)
-* \triangleleft: Math symbols. (line 5919)
-* \triangleright: Math symbols. (line 5925)
-* \tt: Font styles. (line 1158)
-* \ttfamily: Font styles. (line 1121)
-* \twocolumn: \twocolumn. (line 1393)
-* \typein: \typein. (line 7838)
-* \typeout: \typeout. (line 7852)
-* \u (breve accent): Accents. (line 7274)
-* \unboldmath: Math formulas. (line 5134)
-* \underbar: Accents. (line 7277)
-* \underbrace{MATH}: Math miscellany. (line 6348)
-* \underline{TEXT}: Math miscellany. (line 6352)
-* \unitlength: picture. (line 2817)
-* \unlhd: Math symbols. (line 5931)
-* \unrhd: Math symbols. (line 5938)
-* \Uparrow: Math symbols. (line 5945)
-* \uparrow: Math symbols. (line 5949)
-* \Updownarrow: Math symbols. (line 5953)
-* \updownarrow: Math symbols. (line 5958)
-* \upharpoonright: Math symbols. (line 5963)
-* \uplus: Math symbols. (line 5968)
-* \upshape: Font styles. (line 1109)
-* \Upsilon: Math symbols. (line 5975)
-* \upsilon: Math symbols. (line 5978)
-* \usebox: \usebox. (line 6952)
-* \usecounter: \usecounter. (line 4757)
+ (line 1815)
+* \totalheight: Predefined lengths. (line 5798)
+* \triangle: Math symbols. (line 6706)
+* \triangleleft: Math symbols. (line 6709)
+* \triangleright: Math symbols. (line 6715)
+* \tt: Font styles. (line 1309)
+* \ttfamily: Font styles. (line 1272)
+* \twocolumn: \twocolumn. (line 1548)
+* \typein: \typein. (line 9701)
+* \typeout: \typeout. (line 9715)
+* \u (breve accent): Accents. (line 9137)
+* \unboldmath: Math formulas. (line 5924)
+* \underbar: Accents. (line 9140)
+* \underbrace{MATH}: Math miscellany. (line 7138)
+* \underline{TEXT}: Math miscellany. (line 7142)
+* \unitlength: picture. (line 3464)
+* \unlhd: Math symbols. (line 6721)
+* \unrhd: Math symbols. (line 6728)
+* \Uparrow: Math symbols. (line 6735)
+* \uparrow: Math symbols. (line 6739)
+* \Updownarrow: Math symbols. (line 6743)
+* \updownarrow: Math symbols. (line 6748)
+* \upharpoonright: Math symbols. (line 6753)
+* \uplus: Math symbols. (line 6758)
+* \upshape: Font styles. (line 1260)
+* \Upsilon: Math symbols. (line 6765)
+* \upsilon: Math symbols. (line 6768)
+* \usebox: \usebox. (line 7797)
+* \usecounter: \usecounter. (line 5547)
* \usefont: Low-level font commands.
- (line 1370)
+ (line 1525)
* \usepackage: Additional packages.
- (line 701)
-* \v (breve accent): Accents. (line 7285)
-* \value: \value. (line 4783)
-* \vanothing: Math symbols. (line 5986)
-* \varepsilon: Math symbols. (line 5981)
-* \varphi: Math symbols. (line 5991)
-* \varpi: Math symbols. (line 5995)
-* \varrho: Math symbols. (line 5999)
-* \varsigma: Math symbols. (line 6003)
-* \vartheta: Math symbols. (line 6007)
-* \vdash: Math symbols. (line 6011)
-* \vdots: Math miscellany. (line 6357)
-* \vec: Math accents. (line 6224)
-* \vector: \vector. (line 3074)
-* \vee: Math symbols. (line 6015)
-* \verb: \verb. (line 3751)
-* \Vert: Math symbols. (line 6020)
-* \vert: Math symbols. (line 6036)
-* \vfill: \vfill. (line 6739)
-* \vline: \vline. (line 3511)
-* \vspace: \vspace. (line 6765)
-* \wedge: Math symbols. (line 6054)
-* \widehat: Math accents. (line 6227)
-* \widetilde: Math accents. (line 6230)
-* \width: Predefined lengths. (line 5002)
-* \wp: Math symbols. (line 6058)
-* \wr: Math symbols. (line 6061)
-* \Xi: Math symbols. (line 6064)
-* \xi: Math symbols. (line 6067)
-* \year: \day \month \year. (line 4861)
-* \zeta: Math symbols. (line 6070)
-* \[: Math formulas. (line 5121)
-* \\ (for center): center. (line 2131)
-* \\ (for eqnarray): eqnarray. (line 2399)
-* \\ (for flushright): flushright. (line 2586)
-* \\ (for \shortstack objects): \shortstack. (line 3069)
-* \\ (tabbing): tabbing. (line 3139)
-* \\ for flushleft: flushleft. (line 2560)
-* \\ for letters: Letters. (line 7620)
-* \\ for tabular: tabular. (line 3282)
-* \\ for verse: verse. (line 3779)
-* \\ for \author: \maketitle. (line 6445)
-* \\ for \title: \maketitle. (line 6459)
-* \\ force line break: \\. (line 3798)
-* \\* (for eqnarray): eqnarray. (line 2407)
-* \]: Math formulas. (line 5121)
+ (line 802)
+* \v (breve accent): Accents. (line 9148)
+* \value: \value. (line 5573)
+* \vanothing: Math symbols. (line 6776)
+* \varepsilon: Math symbols. (line 6771)
+* \varphi: Math symbols. (line 6781)
+* \varpi: Math symbols. (line 6785)
+* \varrho: Math symbols. (line 6789)
+* \varsigma: Math symbols. (line 6793)
+* \vartheta: Math symbols. (line 6797)
+* \vdash: Math symbols. (line 6801)
+* \vdots: Math miscellany. (line 7147)
+* \vec: Math accents. (line 7014)
+* \vector: \vector. (line 3721)
+* \vee: Math symbols. (line 6805)
+* \verb: \verb. (line 4465)
+* \Vert: Math symbols. (line 6810)
+* \vert: Math symbols. (line 6826)
+* \vfill: \vfill. (line 7584)
+* \vline: \vline. (line 4214)
+* \vspace: \vspace. (line 7610)
+* \wedge: Math symbols. (line 6844)
+* \widehat: Math accents. (line 7017)
+* \widetilde: Math accents. (line 7020)
+* \width: Predefined lengths. (line 5792)
+* \wp: Math symbols. (line 6848)
+* \wr: Math symbols. (line 6851)
+* \Xi: Math symbols. (line 6854)
+* \xi: Math symbols. (line 6857)
+* \year: \day \month \year. (line 5651)
+* \zeta: Math symbols. (line 6860)
+* \[: Math formulas. (line 5911)
+* \\ (for center): center. (line 2477)
+* \\ (for eqnarray): eqnarray. (line 2767)
+* \\ (for flushright): flushright. (line 2959)
+* \\ (for \shortstack objects): \shortstack. (line 3716)
+* \\ (tabbing): tabbing. (line 3827)
+* \\ for flushleft: flushleft. (line 2933)
+* \\ for letters: Letters. (line 9483)
+* \\ for tabular: tabular. (line 3985)
+* \\ for verse: verse. (line 4493)
+* \\ for \author: \maketitle. (line 7235)
+* \\ for \title: \maketitle. (line 7249)
+* \\ force line break: \\. (line 4512)
+* \\* (for eqnarray): eqnarray. (line 2775)
+* \]: Math formulas. (line 5911)
* \^: Reserved characters.
- (line 6982)
-* \^ (circumflex accent): Accents. (line 7221)
+ (line 8800)
+* \^ (circumflex accent): Accents. (line 9084)
* \_: Reserved characters.
- (line 6975)
-* \` (grave accent): Accents. (line 7225)
-* \` (tabbing): tabbing. (line 3166)
+ (line 8793)
+* \` (grave accent): Accents. (line 9088)
+* \` (tabbing): tabbing. (line 3854)
* \{: Reserved characters.
- (line 6975)
-* \|: Math symbols. (line 5194)
+ (line 8793)
+* \|: Math symbols. (line 5984)
* \}: Reserved characters.
- (line 6975)
+ (line 8793)
* \~: Reserved characters.
- (line 6982)
-* \~ (tilde accent): Accents. (line 7231)
+ (line 8800)
+* \~ (tilde accent): Accents. (line 9094)
* ^: Subscripts & superscripts.
- (line 5148)
+ (line 5938)
* _: Subscripts & superscripts.
- (line 5148)
+ (line 5938)
* {...} for required arguments: LaTeX command syntax.
- (line 452)
+ (line 486)
* a4paper option: Document class options.
- (line 617)
+ (line 716)
* a5paper option: Document class options.
- (line 617)
-* abstract environment: abstract. (line 2011)
-* array environment: array. (line 2057)
-* article class: Document classes. (line 575)
+ (line 716)
+* abstract environment: abstract. (line 2357)
+* array environment: array. (line 2403)
+* article class: Document classes. (line 674)
* b5paper option: Document class options.
- (line 617)
-* book class: Document classes. (line 575)
-* bottomnumber: Floats. (line 1791)
-* bottomnumber <1>: Floats. (line 1792)
-* bp: Units of length. (line 4914)
-* cc: Units of length. (line 4927)
-* center environment: center. (line 2123)
+ (line 716)
+* book class: Document classes. (line 674)
+* bottomnumber: Floats. (line 1946)
+* bottomnumber <1>: Floats. (line 1947)
+* bp: Units of length. (line 5704)
+* cc: Units of length. (line 5717)
+* center environment: center. (line 2469)
* clock option to slides class: Document class options.
- (line 695)
-* cm: Units of length. (line 4918)
-* dbltopnumber: Floats. (line 1795)
-* dbltopnumber <1>: Floats. (line 1796)
-* dd: Units of length. (line 4924)
-* description environment: description. (line 2198)
-* displaymath environment: displaymath. (line 2239)
-* displaymath environment <1>: Math formulas. (line 5111)
-* document environment: document. (line 2282)
+ (line 796)
+* cm: Units of length. (line 5708)
+* dbltopnumber: Floats. (line 1950)
+* dbltopnumber <1>: Floats. (line 1951)
+* dd: Units of length. (line 5714)
+* description environment: description. (line 2544)
+* displaymath environment: displaymath. (line 2597)
+* displaymath environment <1>: Math formulas. (line 5901)
+* document environment: document. (line 2639)
* draft option: Document class options.
- (line 645)
-* dvipdfmx command: Output files. (line 359)
-* dvips command: Output files. (line 359)
-* dvitype command: Output files. (line 359)
-* em: Units of length. (line 4932)
-* enumerate environment: enumerate. (line 2314)
-* environment, abstract: abstract. (line 2011)
-* environment, array: array. (line 2057)
-* environment, center: center. (line 2123)
-* environment, description: description. (line 2198)
-* environment, displaymath: displaymath. (line 2239)
-* environment, displaymath <1>: Math formulas. (line 5111)
-* environment, document: document. (line 2282)
-* environment, enumerate: enumerate. (line 2314)
-* environment, eqnarray: eqnarray. (line 2376)
-* environment, equation: equation. (line 2432)
-* environment, equation <1>: Math formulas. (line 5111)
-* environment, figure: figure. (line 2450)
-* environment, filecontents: filecontents. (line 2503)
-* environment, filecontents*: filecontents. (line 2503)
-* environment, flushleft: flushleft. (line 2554)
-* environment, flushright: flushright. (line 2580)
-* environment, itemize: itemize. (line 2606)
-* environment, letter: letter. (line 2708)
-* environment, list: list. (line 2713)
-* environment, math: math. (line 2773)
-* environment, math <1>: Math formulas. (line 5111)
-* environment, minipage: minipage. (line 2785)
-* environment, picture: picture. (line 2813)
+ (line 746)
+* dvipdfmx command: Output files. (line 393)
+* dvips command: Output files. (line 393)
+* dvitype command: Output files. (line 393)
+* em: Units of length. (line 5722)
+* enumerate environment: enumerate. (line 2677)
+* environment, abstract: abstract. (line 2357)
+* environment, array: array. (line 2403)
+* environment, center: center. (line 2469)
+* environment, description: description. (line 2544)
+* environment, displaymath: displaymath. (line 2597)
+* environment, displaymath <1>: Math formulas. (line 5901)
+* environment, document: document. (line 2639)
+* environment, enumerate: enumerate. (line 2677)
+* environment, eqnarray: eqnarray. (line 2744)
+* environment, equation: equation. (line 2800)
+* environment, equation <1>: Math formulas. (line 5901)
+* environment, figure: figure. (line 2823)
+* environment, filecontents: filecontents. (line 2876)
+* environment, filecontents*: filecontents. (line 2876)
+* environment, flushleft: flushleft. (line 2927)
+* environment, flushright: flushright. (line 2953)
+* environment, itemize: itemize. (line 2979)
+* environment, letter: letter. (line 3062)
+* environment, list: list. (line 3067)
+* environment, math: math. (line 3420)
+* environment, math <1>: Math formulas. (line 5901)
+* environment, minipage: minipage. (line 3432)
+* environment, picture: picture. (line 3460)
* environment, quotation: quotation and quote.
- (line 3085)
+ (line 3732)
* environment, quote: quotation and quote.
- (line 3085)
-* environment, tabbing: tabbing. (line 3121)
-* environment, table: table. (line 3212)
-* environment, tabular: tabular. (line 3254)
-* environment, thebibliography: thebibliography. (line 3576)
-* environment, theorem: theorem. (line 3682)
-* environment, titlepage: titlepage. (line 3695)
-* environment, verbatim: verbatim. (line 3734)
-* environment, verse: verse. (line 3768)
-* eqnarray environment: eqnarray. (line 2376)
-* equation environment: equation. (line 2432)
-* equation environment <1>: Math formulas. (line 5111)
-* etex command: TeX engines. (line 407)
-* ex: Units of length. (line 4932)
+ (line 3732)
+* environment, tabbing: tabbing. (line 3768)
+* environment, table: table. (line 3915)
+* environment, tabular: tabular. (line 3957)
+* environment, thebibliography: thebibliography. (line 4279)
+* environment, theorem: theorem. (line 4395)
+* environment, titlepage: titlepage. (line 4408)
+* environment, verbatim: verbatim. (line 4447)
+* environment, verse: verse. (line 4482)
+* eqnarray environment: eqnarray. (line 2744)
+* equation environment: equation. (line 2800)
+* equation environment <1>: Math formulas. (line 5901)
+* etex command: TeX engines. (line 441)
+* ex: Units of length. (line 5722)
* executivepaper option: Document class options.
- (line 617)
-* figure environment: figure. (line 2450)
-* filecontents environment: filecontents. (line 2503)
-* filecontents* environment: filecontents. (line 2503)
+ (line 716)
+* figure environment: figure. (line 2823)
+* filecontents environment: filecontents. (line 2876)
+* filecontents* environment: filecontents. (line 2876)
* final option: Document class options.
- (line 645)
+ (line 746)
* first-latex-doc document: About this document.
- (line 285)
+ (line 318)
* fleqn option: Document class options.
- (line 645)
-* flushleft environment: flushleft. (line 2554)
-* flushright environment: flushright. (line 2580)
-* <http://home.gna.org/latexrefman> home page: About this document.
- (line 258)
-* in: Units of length. (line 4911)
-* inch: Units of length. (line 4911)
-* itemize environment: itemize. (line 2606)
+ (line 746)
+* flushleft environment: flushleft. (line 2927)
+* flushright environment: flushright. (line 2953)
+* <http://puszcza.gnu.org.ua/software/latexrefman/> home page: About this document.
+ (line 291)
+* in: Units of length. (line 5701)
+* inch: Units of length. (line 5701)
+* itemize environment: itemize. (line 2979)
* landscape option: Document class options.
- (line 645)
-* latex command: Output files. (line 359)
+ (line 746)
+* latex command: Output files. (line 393)
* latex-doc-ptr document: About this document.
- (line 282)
-* <latexrefman-discuss@gna.org> email address: About this document.
- (line 269)
+ (line 315)
+* <latexrefman@tug.org> email address: About this document.
+ (line 302)
* legalpaper option: Document class options.
- (line 617)
+ (line 716)
* leqno option: Document class options.
- (line 645)
-* letter class: Document classes. (line 575)
-* letter environment: letter. (line 2708)
+ (line 746)
+* letter class: Document classes. (line 674)
+* letter environment: letter. (line 3062)
* letterpaper option: Document class options.
- (line 617)
-* list environment: list. (line 2713)
-* lR box: picture. (line 2878)
-* lrbox: lrbox. (line 6830)
+ (line 716)
+* list environment: list. (line 3067)
+* lR box: picture. (line 3525)
+* lrbox: lrbox. (line 7675)
* lshort document: About this document.
- (line 292)
-* lualatex command: TeX engines. (line 424)
-* math environment: math. (line 2773)
-* math environment <1>: Math formulas. (line 5111)
-* minipage environment: minipage. (line 2785)
-* mm: Units of length. (line 4921)
-* mu: Units of length. (line 4943)
+ (line 326)
+* lualatex command: TeX engines. (line 458)
+* math environment: math. (line 3420)
+* math environment <1>: Math formulas. (line 5901)
+* minipage environment: minipage. (line 3432)
+* mm: Units of length. (line 5711)
+* mu: Units of length. (line 5733)
* notitlepage option: Document class options.
- (line 645)
+ (line 746)
* onecolumn option: Document class options.
- (line 674)
+ (line 775)
* oneside option: Document class options.
- (line 674)
+ (line 775)
* openany option: Document class options.
- (line 674)
+ (line 775)
* openbib option: Document class options.
- (line 645)
+ (line 746)
* openright option: Document class options.
- (line 674)
-* pc: Units of length. (line 4908)
-* pdflatex command: Output files. (line 369)
-* picture environment: picture. (line 2813)
-* pt: Units of length. (line 4904)
+ (line 775)
+* pc: Units of length. (line 5698)
+* pdflatex command: Output files. (line 403)
+* picture environment: picture. (line 3460)
+* pt: Units of length. (line 5694)
* quotation environment: quotation and quote.
- (line 3085)
+ (line 3732)
* quote environment: quotation and quote.
- (line 3085)
-* report class: Document classes. (line 575)
-* secnumdepth counter: Sectioning. (line 1858)
-* slides class: Document classes. (line 575)
-* sp: Units of length. (line 4930)
-* tabbing environment: tabbing. (line 3121)
-* table environment: table. (line 3212)
-* tabular environment: tabular. (line 3254)
-* textcomp package: Text symbols. (line 7014)
-* thebibliography environment: thebibliography. (line 3576)
-* theorem environment: theorem. (line 3682)
-* titlepage environment: titlepage. (line 3695)
+ (line 3732)
+* report class: Document classes. (line 674)
+* secnumdepth counter: Sectioning. (line 2013)
+* slides class: Document classes. (line 674)
+* sp: Units of length. (line 5720)
+* tabbing environment: tabbing. (line 3768)
+* table environment: table. (line 3915)
+* tabular environment: tabular. (line 3957)
+* textcomp package: Text symbols. (line 8877)
+* thebibliography environment: thebibliography. (line 4279)
+* theorem environment: theorem. (line 4395)
+* titlepage environment: titlepage. (line 4408)
* titlepage option: Document class options.
- (line 645)
+ (line 746)
* topmargin: Page layout parameters.
- (line 1653)
-* topnumber: Floats. (line 1799)
-* topnumber <1>: Floats. (line 1800)
-* totalnumber: Floats. (line 1803)
-* totalnumber <1>: Floats. (line 1804)
+ (line 1808)
+* topnumber: Floats. (line 1954)
+* topnumber <1>: Floats. (line 1955)
+* totalnumber: Floats. (line 1958)
+* totalnumber <1>: Floats. (line 1959)
* twocolumn option: Document class options.
- (line 674)
+ (line 775)
* twoside option: Document class options.
- (line 674)
+ (line 775)
* usrguide official documentation: About this document.
- (line 288)
-* verbatim environment: verbatim. (line 3734)
-* verse environment: verse. (line 3768)
-* xdvi command: Output files. (line 359)
-* xdvipdfmx: TeX engines. (line 433)
-* xelatex command: TeX engines. (line 433)
+ (line 321)
+* verbatim environment: verbatim. (line 4447)
+* verse environment: verse. (line 4482)
+* xdvi command: Output files. (line 393)
+* xdvipdfmx: TeX engines. (line 467)
+* xelatex command: TeX engines. (line 467)