\input texinfo latex2e.info March 2018 http://puszcza.gnu.org.ua/software/latexrefman/ latexrefman@@tug.org thenelse\else\@c &latex;2e unofficial reference manual (March 2018) This document is an unofficial reference manual for &latex;, a document preparation system, version of March 2018. This manual was originally translated from LATEX.HLP v1.0a in the VMS Help Library. The pre-translation version was written by George D. Greenwade of Sam Houston State University. The &latex; 2.09 version was written by Stephen Gilmore. The &latex;2e version was adapted from this by Torsten Martinsen. Karl Berry made further updates and additions, and gratefully acknowledges using Hypertext Help with &latex;, by Sheldon Green, and &latex; Command Summary (for &latex; 2.09) by L. Botway and C. Biemesderfer (published by the &tex; Users Group as &tex;niques number 10), as reference material (no text was directly copied). Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Karl Berry.&linebreak; Copyright 1988, 1994, 2007 Stephen Gilmore.&linebreak; Copyright 1994, 1995, 1996 Torsten Martinsen. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to process this file through TeX and print the results, provided the printed document carries copying permission notice identical to this one except for the removal of this paragraph (this paragraph not being relevant to the printed manual). Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions. TeX LaTeX2e(latex2e)
Unofficial LaTeX reference manual.
&latex;2e: An unofficial reference manual March 2018 http://puszcza.gnu.org.ua/software/latexrefman/ 0pt plus 1filll utf8math@U{\utf8\} utf8math@U{\utf8\} env@findex @r{environment}, @code{\env\} @findex @code{\env\} @r{environment} pkg@cindex @r{package}, @code{\pkg\} @cindex @code{\pkg\} @r{package} Not available in plain @TeX{}. @value{NotInPlainTeX} In @LaTeX{} you need to load the @file{amssymb} package. @value{NotInPlainTeX} In @LaTeX{} you need to load the @file{stix} package. TopAbout this document(dir) &latex;2e: An unofficial reference manual This document is an unofficial reference manual (version of March 2018) for &latex;2e, a document preparation system. About this document
Bug reporting, etc.
Overview
What is &latex;?
Document classes
Some of the various classes available.
Fonts
Italic, bold, typewriter, etc.
Layout
Controlling the page layout.
Sectioning
How to section properly.
Cross references
Automatic referencing.
Environments
Such as enumerate & itemize.
Line breaking
Influencing line breaks.
Page breaking
Influencing page breaks.
Footnotes
How to produce footnotes.
Definitions
Define your own commands, etc.
Counters
Internal counters used by &latex;.
Lengths
The length commands.
Making paragraphs
Paragraph commands.
Math formulas
How to create mathematical formulas.
Modes
Paragraph, Math or LR modes.
Page styles
Various styles of page layout.
Spaces
Horizontal and vertical space.
Boxes
Making boxes.
Color
Defining and using colors.
Graphics
Importing graphics from outside &latex;.
Special insertions
Inserting reserved and special characters.
Splitting the input
Dealing with big files by splitting.
Front/back matter
Tables of contents, glossaries, indexes.
Letters
The letter class.
Terminal input/output
User interaction.
Command line
System-independent command-line behavior.
Document templates
Starter templates for various document classes.
Concept Index
General index.
Command Index
Alphabetical list of &latex; commands.
About this documentOverviewTopTop About this document http://puszcza.gnu.org.ua/software/latexrefman/ home page This is an unofficial reference manual for the &latex;2e document preparation system, which is a macro package for the &tex; typesetting program (Overview). This document&textrsquo;s home page is 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. &latex; vs.&noeos; &latex;2e In this document, we will mostly just use &textlsquo;&latex;&textrsquo; rather than &textlsquo;&latex;2e&textrsquo;, since the previous version of &latex; (2.09) was frozen decades ago. unofficial nature of this manual &latex; Project team latexrefman&arobase;tug.org email address &latex; is currently maintained by a group of volunteers (http://latex-project.org). The official documentation written by the &latex; project is available from their web site. This document is completely unofficial and has not been reviewed by the &latex; maintainers. bug reporting reporting bugs Do not send bug reports or anything else about this document to them. Instead, please send all comments to latexrefman&arobase;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 introductions. http://ctan.org/pkg/latex-doc-ptr latex-doc-ptr document Two pages of recommended references to &latex; documentation. http://ctan.org/pkg/first-latex-doc first-latex-doc document Writing your first document, with a bit of both text and math. http://ctan.org/pkg/usrguide usrguide official documentation 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 lshort document A short introduction to &latex;, translated to many languages. http://tug.org/begin.html Introduction to the &tex; system, including &latex;, with further references.
OverviewDocument classesAbout this documentTop Overview of &latex; overview of &latex; basics of &latex; Knuth, Donald E. Lamport, Leslie &latex; overview &latex; is a system for typesetting documents. It was originally created by Leslie Lamport and is now maintained by a group of volunteers (http://latex-project.org). It is widely used, particularly for complex and technical documents, such as those involving mathematics. macro package, &latex; as A &latex; user writes an input file containing text along with interspersed commands, for instance commands describing how the text should be formatted. It is implemented as a set of related commands that interface with Donald E. Knuth&textrsquo;s &tex; typesetting program (the technical term is that &latex; is a macro package for the &tex; engine). The user produces the output document by giving that input file to the &tex; engine. The term &latex; is also sometimes used to mean the language in which the document is marked up, that is, to mean the set of commands available to a &latex; user. Lamport &tex; pronunciation The name &latex; is short for &textldquo;Lamport &tex;&textrdquo;. It is pronounced LAH-teck or LAY-teck, or sometimes LAY-tecks. Inside a document, produce the logo with \LaTeX. Where use of the logo is not sensible, such as in plain text, write it as LaTeX. Starting and ending
The standard beginning and end of a document.
Output files
Files produced.
&tex; engines
Programs that can compile &tex; and  &latex;.
&latex; command syntax
General syntax of &latex; commands.
Starting and endingOutput filesOverview
Starting and ending Starting & ending starting and ending ending and starting hello, world &latex; files have a simple global structure, with a standard beginning and ending. Here is a &textldquo;hello, world&textrdquo; example:
\documentclass{article}
\begin{document}
Hello, \LaTeX\ world.
\end{document}
document class, defined Here, the article is the so-called document class, implemented in a file article.cls. Any document class can be used. A few document classes are defined by &latex; itself, and vast array of others are widely available. Document classes. preamble, defined You can include other &latex; commands between the \documentclass and the \begin{document} commands. This area is called the preamble. The \begin{document} ... \end{document} is a so-called environment environment; the document environment (and no others) is required in all &latex; documents (document). &latex; provides many environments itself, and many more are defined separately. Environments. The following sections discuss how to produce PDF or other output from a &latex; input file.
Output files&tex; enginesStarting and endingOverview
Output files &latex; produces a main output file and at least two accessory files. The main output file&textrsquo;s name ends in either .dvi or .pdf. .dvi .dvi file latex command xdvi command dvips command dvipdfmx command dvitype command If &latex; is invoked with the system command latex then it produces a DeVice Independent file, with extension .dvi. You can view this file with a command such as xdvi, or convert it to a PostScript .ps file with dvips or to a Portable Document Format .pdf file with dvipdfmx. The contents of the file can be dumped in human-readable form with dvitype. A vast array of other DVI utility programs are available (http://mirror.ctan.org/dviware). .pdf .pdf file pdf&tex; pdflatex command If &latex; is invoked via the system command pdflatex, among other commands (&tex; engines), then the main output is a Portable Document Format (PDF) file. Typically this is a self-contained file, with all fonts and images included.
&latex; also produces at least two additional files. .log transcript file log file .log file This transcript file contains summary information such as a list of loaded packages. It also includes diagnostic messages and perhaps additional information for any errors. .aux auxiliary file .aux file cross references, resolving forward references, resolving references, resolving forward Auxiliary information is used by &latex; for things such as cross references. For example, the first time that &latex; finds a forward reference&textmdash;a cross reference to something that has not yet appeared in the source&textmdash;it will appear in the output as a doubled question mark ??. When the referred-to spot does eventually appear in the source then &latex; writes its location information to this .aux file. On the next invocation, &latex; reads the location information from this file and uses it to resolve the reference, replacing the double question mark with the remembered location.
.lof file list of figures file .lot file list of tables file .toc file table of contents file contents file &latex; may produce yet more files, characterized by the filename ending. These include a .lof file that is used to make a list of figures, a .lot file used to make a list of tables, and a .toc file used to make a table of contents. A particular class may create others; the list is open-ended.
&tex; engines&latex; command syntaxOutput filesOverview
&tex; engines engines, &tex; implementations of &tex; UTF-8 Unicode input, native TrueType fonts OpenType fonts &latex; is defined to be a set of commands that are run by a &tex; implementation (Overview). This section gives a terse overview of the main programs. latex pdflatex pdf&tex; engine etex command e-&tex; In &tex; Live (http://tug.org/texlive), if &latex; is invoked via either the system command latex or pdflatex, then the pdf&tex; engine is run (http://ctan.org/pkg/pdftex). When invoked as latex, the main output is a .dvi file; as pdflatex, the main output is a .pdf file. pdf&tex; incorporates the e-&tex; extensions to Knuth&textrsquo;s original program (http://ctan.org/pkg/etex), including additional programming features and bi-directional typesetting, and has plenty of extensions of its own. e-&tex; is available on its own as the system command etex, but this is plain &tex; (and produces .dvi). In other &tex; distributions, latex may invoke e-&tex; rather than pdf&tex;. In any case, the e-&tex; extensions can be assumed to be available in &latex;. lualatex lualatex command Lua&tex; If &latex; is invoked via the system command lualatex, the Lua&tex; engine is run (http://ctan.org/pkg/luatex). This program allows code written in the scripting language Lua (http://luatex.org) to interact with &tex;&textrsquo;s typesetting. Lua&tex; handles UTF-8 Unicode input natively, can handle OpenType and TrueType fonts, and produces a .pdf file by default. There is also dvilualatex to produce a .dvi file, but this is rarely used. xelatex xelatex command Xe&tex; .xdv file xdvipdfmx If &latex; is invoked with the system command xelatex, the Xe&tex; engine is run (http://tug.org/xetex). Like Lua&tex;, Xe&tex; natively supports UTF-8 Unicode and TrueType and OpenType fonts, though the implementation is completely different, mainly using external libraries instead of internal code. Xe&tex; produces a .pdf file as output; it does not support DVI output. Internally, Xe&tex; creates an .xdv file, a variant of DVI, and translates that to PDF using the (x)dvipdfmx program, but this process is automatic. The .xdv file is only useful for debugging.
Other variants of &latex; and &tex; exist, e.g., to provide additional support for Japanese and other languages ([u]p&tex;, http://ctan.org/pkg/ptex, http://ctan.org/pkg/uptex).
&latex; command syntax&tex; enginesOverview
&latex; command syntax command syntax \ character starting commands [...] for optional arguments {...} for required arguments In the &latex; input file, a command name starts with a backslash character, \. The name itself then consists of either (a) a string of letters or (b) a single non-letter. &latex; commands names are case sensitive so that \pagebreak differs from \Pagebreak (the latter is not a standard command). Most commands are lowercase, but in any event you must enter all commands in the same case as they are defined. A command may be followed by zero, one, or more arguments. These arguments may be either required or optional. Required arguments are contained in curly braces, {...}. Optional arguments are contained in square brackets, [...]. Generally, but not universally, if the command accepts an optional argument, it comes first, before any required arguments. Inside of an optional argument, to use the character close square bracket (]) hide it inside curly braces, as in \item[closing bracket {]}]. Similarly, if an optional argument comes last, with no required argument after it, then to make the first character of the following text be an open square bracket, hide it inside curly braces. &latex; has the convention that some commands have a * form that is related to the form without a *, such as \chapter and \chapter*. 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.&noeos; bugs). Environment
Area of the source with distinct behavior.
Declaration
Change the value or meaning of a command.
\makeatletter and \makeatother
Change the status of the at-sign character.
EnvironmentDeclaration&latex; command syntax Environments Synopsis:
\begin{environment name}
  ...
\end{environment name}
An area of &latex; source, inside of which there is a distinct behavior. For instance, for poetry in &latex; put the lines between \begin{verse} and \end{verse}.
\begin{verse}
  There once was a man from Nantucket \\
  ...
\end{verse}
See Environments for a list of environments. The environment name at the beginning must exactly match that at the end. This includes the case where environment name ends in a star (*); both the \begin and \end texts must include the star. Environments may have arguments, including optional arguments. This example produces a table. The first argument is optional (and causes the table to be aligned on its top row) while the second argument is required (it specifies the formatting of columns).
\begin{tabular}[t]{r|l}
  ... rows of table ...
\end{tabular}
Declaration\makeatletter and \makeatotherEnvironment&latex; command syntax 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. \makeatletter and \makeatotherDeclaration&latex; command syntax \makeatletter and \makeatother Synopsis:
\makeatletter
  ... definition of commands with &arobase; in their name ..
\makeatother
Used to redefine internal &latex; commands. \makeatletter makes the at-sign character &arobase; have the category code of a letter, 11. \makeatother sets the category code of &arobase; to 12, its original value. As each character is read by &tex; for &latex;, it is assigned a character category code, or catcode character category code category code, character 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 &arobase;. The alteration is needed because many of &latex;&textrsquo;s commands use &arobase; in their name, to prevent users from accidentally defining a command that replaces one of &latex;&textrsquo;s own. Command names consist of a category 0 character, ordinarily backslash, followed by letters, category 11 characters (except that a command name can also consist of a category 0 character followed by a single non-letter symbol). So under the default category codes, user-defined commands cannot contain an &arobase;. But \makeatletter and \makeatother allow users to define or redefine commands named with &arobase;. Use these two commands inside a .tex file, in the preamble, when defining or redefining a command with &arobase; in its name. Don&textrsquo;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. package, macros2e macros2e package 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 below is typical. In the user&textrsquo;s class file is a command \thesis&arobase;universityname. The user wants to change the definition. These three lines should go in the preamble, before the \begin{document}.
\makeatletter
\renewcommand{\thesis&arobase;universityname}{Saint Michael's College}
\makeatother
\&arobase;ifstar
Define your own commands with *-variants.
\&arobase;ifstar\makeatletter and \makeatother \&arobase;ifstar \&arobase;ifstar commands, star-variants star-variants, commands Synopsis:
\newcommand{\mycmd}{\&arobase;ifstar{\mycmd&arobase;star}{\mycmd&arobase;nostar}}
\newcommand{\mycmd&arobase;nostar}[non-starred command number of args]{body of non-starred command} 
\newcommand{\mycmd&arobase;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&arobase;nostar and \mycmd&arobase;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 &arobase; must be enclosed inside a \makeatletter ... \makeatother block (\makeatletter and \makeatother). This example of \&arobase;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&arobase;unstarred}[1]{starry #1 sky}
\newcommand*{\ciel&arobase;starred}[1]{starry not #1 sky}
\newcommand*{\ciel}{\&arobase;ifstar{\ciel&arobase;starred}{\ciel&arobase;unstarred}}
In the next example, the starred variant takes a different number of arguments than does the unstarred one. With this definition, Agent 007&textrsquo;s ``My name is \agentsecret*{Bond}, \agentsecret{James}{Bond}.'' is equivalent to ``My name is \textsc{Bond}, \textit{James} textsc{Bond}.''
\newcommand*{\agentsecret&arobase;unstarred}[2]{\textit{#1} \textsc{#2}}
\newcommand*{\agentsecret&arobase;starred}[1]{\textsc{#1}}
\newcommand*{\agentsecret}{\&arobase;ifstar{\agentsecret&arobase;starred}{\agentsecret&arobase;unstarred}}
There are two sometimes more convenient ways to accomplish the work of \&arobase;ifstar. The suffix package allows the construct \newcommand\mycommand{unstarred version} followed by \WithSuffix\newcommand\mycommand*{starred version}. And &latex;3 has the xparse package that allows this code.
\NewDocumentCommand\foo{s}{\IfBooleanTF#1
  {starred version}%
  {unstarred version}% 
  }
Document classesFontsOverviewTop Document classes document classes classes of documents \documentclass The document&textrsquo;s overall class is defined with this command, which is normally the first command in a &latex; source file.
\documentclass[options]{class}
article class report class book class letter class slides class The following document class names are built into &latex;. (Many other document classes are available as separate packages; Overview.) article For a journal article, a presentation, and miscellaneous general use. book Full-length books, including chapters and possibly including front matter, such as a preface, and back matter, such as an appendix (Front/back matter). letter Mail, optionally including mailing labels (Letters). report For documents of length between an article and a book, such as technical reports or theses, which may contain several chapters. slides For slide presentations&textmdash;rarely used today. In its place the beamer package is perhaps the most prevalent (beamer template).
Standard options are described in the next section. Document class options
Global options.
Additional packages
Bring in packages.
Class and package construction
Create new classes and packages.
Document class optionsAdditional packagesDocument classes
Document class options document class options options, document class class options global options You can specify so-called global options or class options to the \documentclass command by enclosing them in square brackets. To specify more than one option, separate them with a comma, as in:
\documentclass[option1,option2,...]{class}
Here is the list of the standard class options. 10pt option 11pt option 12pt option All of the standard classes except slides accept the following options for selecting the typeface size (default is 10pt):
10pt  11pt  12pt
a4paper option a5paper option b5paper option executivepaper option legalpaper option letterpaper option All of the standard classes accept these options for selecting the paper size (these show height by width): a4paper 210 by 297mm (about 8.25 by 11.75 inches) a5paper 148 by 210mm (about 5.8 by 8.3 inches) b5paper 176 by 250mm (about 6.9 by 9.8 inches) executivepaper 7.25 by 10.5 inches legalpaper 8.5 by 14 inches letterpaper 8.5 by 11 inches (the default)
\pdfpagewidth \pdfpageheight package, geometry geometry package When using one of the engines pdf&latex;, Lua&latex;, or Xe&latex; (&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&textrsquo;s preamble. package, geometry geometry package The geometry package provides flexible ways of setting the print area and physical page size. draft option final option fleqn option landscape option leqno option openbib option titlepage option notitlepage option Miscellaneous other options: draft final black boxes, omitting Mark (draft) or do not mark (final) overfull boxes with a black box in the margin; default is final. fleqn flush left equations centered equations equations, flush left vs.&noeos; centered Put displayed formulas flush left; default is centered. landscape landscape orientation portrait orientation Selects landscape format; default is portrait. leqno left-hand equation numbers right-hand equation numbers equation numbers, left vs.&noeos; right Put equation numbers on the left side of equations; default is the right side. openbib bibliography format, open Use &textldquo;open&textrdquo; bibliography format. titlepage notitlepage title page, separate or run-in Specifies whether there is a separate page for the title information and for the abstract also, if there is one. The default for the report class is titlepage, for the other classes it is notitlepage.
The following options are not available with the slides class. onecolumn option twocolumn option oneside option twoside option openright option openany option onecolumn twocolumn Typeset in one or two columns; default is onecolumn. oneside twoside \evensidemargin \oddsidemargin Selects one- or two-sided layout; default is oneside, except that in the book class the default is twoside. For one-sided printing, the text is centered on the page. For two-sided printing, the \evensidemargin (\oddsidemargin) parameter determines the distance on even (odd) numbered pages between the left side of the page and the text&textrsquo;s left margin, with \oddsidemargin being 40% of the difference between \paperwidth and \textwidth, and \evensidemargin is the remainder. openright openany Determines if a chapter should start on a right-hand page; default is openright for book, and openany for report.
clock option to slides class The slides class offers the option clock for printing the time at the bottom of each note.
Additional packagesClass and package constructionDocument class optionsDocument classes
Additional packages loading additional packages packages, loading additional additional packages, loading \usepackage Load a package pkg, with the package options given in the comma-separated list options, as here.
\usepackage[options]{pkg}.
To specify more than one package you can separate them with a comma, as in \usepackage{pkg1,pkg2,...}, or use multiple \usepackage commands. global options options, global Any options given in the \documentclass command that are unknown to the selected document class are passed on to the packages loaded with \usepackage.
Class and package constructionAdditional packagesDocument classes
Class and package construction document class commands commands, document class new class commands You can create new document classes and new packages. For instance, if your memos must satisfy some local requirements, such as a standard header for each page, then you could create a new class smcmemo.cls and begin your documents with \documentclass{smcmemo}. What separates a package from a document class is that the commands in a package are useful across classes while those in a document class are specific to that class. Thus, a command to set page headers is for a package while a command to make the page headers say Memo from the SMC Math Department is for a class. class and package difference difference between class and package Inside of a class or package file you can use the at-sign &arobase; as a character in command names without having to surround the code containing that command with \makeatletter and \makeatother. \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&arobase;tolist, \smc&arobase;fromlist, etc. Class and package structure
Layout of the file.
Class and package commands
List of commands.
Class and package structureClass and package commandsClass and package construction Class and package structure class and package structure class file layout package file layout options, document class options, package class options package options 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. 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\&arobase;tolist{#1}} used in that file. 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, 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 file.
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{stub}[2017/07/06 stub to start building classes from]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions\relax
\LoadClass{article}
class file example It identifies itself, handles the class options via the default of passing them all to the article class, and then loads the article class to provide the basis for this class&textrsquo;s code. For more, see the official guide for class and package writers, the Class Guide, at http://www.latex-project.org/help/documentation/clsguide.pdf (much of the descriptions here derive from this document), or the tutorial https://www.tug.org/TUGboat/tb26-3/tb84heff.pdf.
Class and package commandsClass and package structureClass and package construction Class and package commands class and package commands commands, class and package These are the commands designed to help writers of classes or packages. \AtBeginDvi{specials} \AtBeginDvi Save in a box register things that are written to the .dvi file at the beginning of the shipout of the first page of the document. \AtEndOfClass{code} \AtEndOfPackage{code} \AtEndOfClass \AtEndOfPackage Hook to insert code to be executed when &latex; finishes processing the current class or package. You can use these hooks multiple times; the code will be executed in the order that you called it. See also \AtBeginDocument. \CheckCommand{cmd}[num][default]{definition} \CheckCommand*{cmd}[num][default]{definition} \CheckCommand \CheckCommand* new command, check Like \newcommand (\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 command 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} \PackageWarning{package name}{warning text} \ClassWarningNoLine{class name}{warning text} \PackageWarningNoLine{package name}{warning text} \ClassInfo{class name}{info text} \PackageInfo{package name}{info text} \ClassInfoNoLine{class name}{info text} \PackageInfoNoLine{package name}{info text} \ClassError \PackageError \ClassWarning \PackageWarning \ClassWarningNoLine \PackageWarningNoLine \ClassInfo \PackageInfo \ClassInfoNoLine \PackageInfoNoLine Produce an error message, or warning or informational messages. For \ClassError and \PackageError the message is error text, followed by &tex;&textrsquo;s ? error prompt. If the user then asks for help by typing h, they see the help text. The four warning commands are similar except that they write warning text on the screen with no error prompt. The four info commands write info text only in the transcript file. The NoLine versions do not show the number of the line generating the message, while the other versions do show that number. 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 when a space character does not allow it, like after a command. Note that &latex; appends a period to the messages. \CurrentOption \CurrentOption Expands to the name of the currently-being-processed option. Can only be used within the code argument of either \DeclareOption or \DeclareOption*. \DeclareOption{option}{code} \DeclareOption*{code} \DeclareOption \DeclareOption* class options package options options, class options, package 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 first page with \documentclass[logo]{smcmemo}. The class file must contain \DeclareOption{logo}{code} (and later, \ProcessOptions). If you request an option that has not been declared, by default this will produce a warning like Unused global option(s): [badoption]. Change this behaviour with the starred version \DeclareOption*{code}. For example, many classes extend an existing class, using a declaration such as \LoadClass{article}, and for passing extra options to the underlying class use code such as this.
\DeclareOption*{%
\PassOptionsToClass{\CurrentOption}{article}%
}
Another example is that the class smcmemo may allow users to keep lists of memo recipients in external files. Then the user could invoke \documentclass[math]{smcmemo} and it will read the file math.memo. This code handles the file if it exists and otherwise passes the option to the article class.
\DeclareOption*{\InputIfFileExists{\CurrentOption.memo}{}{%
    \PassOptionsToClass{\CurrentOption}{article}}}
\DeclareRobustCommand{cmd}[num][default]{definition} \DeclareRobustCommand*{cmd}[num][default]{definition} \DeclareRobustCommand \DeclareRobustCommand* new command, definition Like \newcommand and \newcommand* (\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 \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&textrsquo;s data is fragile and the command is used within a moving argument, use \newcommand. package, etoolbox etoolbox package 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: 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 They make the same distinction between \new&dots;, \renew&dots;, and \provide&dots;, 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&dots; or \provide&dots; or you get an error. \IfFileExists{file name}{true code}{false code} \InputIfFileExists{file name}{true code}{false code} \IfFileExists \InputIfFileExists 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 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 current directory do something like \IfFileExists{./filename}{true code}{false code}. If you ask for a filename without a .tex extension then &latex; will first look for the file by appending the .tex; for more on how &latex; handles file extensions see \input. \LoadClass[options list]{class name}[release date] \LoadClassWithOptions{class name}[release date] \LoadClass \LoadClassWithOptions Load a class, as with \documentclass[options list]{class name}[release info]. An example is \LoadClass[twoside]{article}. 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. The command version \LoadClassWithOptions uses the list of options for the current class. This means it ignores any options passed to it via \PassOptionsToClass. This is a convenience command that lets you build classes on existing ones, such as the standard article class, without having to track which options were passed. \ExecuteOptions{options-list} \ExecuteOptions For each option option in the options-list, in order, this command executes the command \ds&arobase;option. If this command is not defined then that option is silently ignored. It can be used to provide a default option list before \ProcessOptions. For example, if in a class file you want the default to be 11pt fonts then you could specify \ExecuteOptions{11pt}\ProcessOptions\relax. \NeedsTeXFormat{format}[format date] \NeedsTeXFormat 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}. 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 were implemented. If present it must be in the form YYYY/MM/DD. 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. \OptionNotUsed \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{option list}{class name} \PassOptionsToPackage{option list}{package name} \PassOptionsToClass \PassOptionsToPackage 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. The reason for these commands is: you may load a package any number of times with no options but if you want options then you may only supply them when you first load the package. Loading a package with options more than once will get you an error like Option clash for package foo. (&latex; throws an error even if there is no conflict between the options.) 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 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 source.) These commands are useful for general users as well as class and package writers. For instance, suppose a user wants to load the graphicx package with the option draft and also wants to use a class foo that loads the graphicx package, but without that option. The user could start their &latex; file with \PassOptionsToPackage{draft}{graphicx}\documentclass{foo}. \ProcessOptions \ProcessOptions*\&arobase;options \ProcessOptions \ProcessOptions* Execute the code for each option that the user has invoked. 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 this particular package in the options argument of \PassOptionsToPackage{options}, \usepackage[options], or \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: 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. For each remaining local option, it executes the command \ds&arobase;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 code for \DeclareOption* is \OptionNotUsed rather than an error. 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] \ProvidesClass{class name}[release date] \ProvidesPackage{package name}[release date brief additional information] \ProvidesPackage{package name}[release date] \ProvidesClass \ProvidesPackage Identifies the class or package, printing a message to the screen and the log file. When a user writes \documentclass{smcmemo} then &latex; loads the file smcmemo.cls. Similarly, a user writing \usepackage{test} prompts &latex; to load the file test.sty. If the name of the file does not match the declared class or package name then you get a warning. Thus, if you invoke \documentclass{smcmemo}, and the file smcmemo.cls has the statement \ProvidesClass{xxx} then you get a warning like You have requested document class `smcmemo', 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 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&textrsquo;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 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.) \ProvidesFile{file name}[additional information] \ProvidesFile 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 for file name equal to test.config and additional information equal to 2017/10/12 config file for test.cls. \RequirePackage[option list]{package name}[release date] \RequirePackageWithOptions{package name}[release date] \RequirePackage \RequirePackageWithOptions Load a package, like the document author command \usepackage. 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;&textrsquo;s \input; see the Class Guide. 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, on input line 9, version `2017/07/03' of package jhtest, but only version `2000/01/01' is available. The \RequirePackageWithOptions version uses the list of options for the current class. This means it ignores any options passed to it via \PassOptionsToClass. This is a convenience command to allow easily building classes on existing ones without having to track which options were passed. The difference between \usepackage and \RequirePackage is small. The \usepackage command is intended for the document file while \RequirePackage is intended for package and class files. Thus, using \usepackage before the \documentclass command causes &latex; to give error like \usepackage before \documentclass, but you can use \RequirePackage there.
FontsLayoutDocument classesTop Fonts Typefaces typefaces fonts Two important aspects of selecting a font are specifying a size and a style. The &latex; commands for doing this are described here. Font styles
Select roman, italics, etc.
Font sizes
Select point size.
Low-level font commands
Select encoding, family, series, shape.
Font stylesFont sizesFonts
Font styles font styles type styles styles of text The following type style commands are supported by &latex;. This first group of commands is typically used with an argument, as in \textit{text}. In the table below, the corresponding command in parenthesis is the &textldquo;declaration form&textrdquo;, which takes no arguments, as in {\itshape text}. The scope of the declaration form lasts until the next type style command or the end of the current group. These commands, in both the argument form and the declaration form, are cumulative; e.g., you can say either \sffamily\bfseries or \bfseries\sffamily to get bold sans serif. You can alternatively use an environment form of the declarations; for instance, \begin{ttfamily}...\end{ttfamily}. \nocorrlist \nocorr These font-switching commands automatically insert italic corrections if needed. (\/, for the details of italic corrections.) Specifically, they insert the italic correction unless the following character is in the list \nocorrlist, which by default consists of a period and a comma. To suppress the automatic insertion of italic correction, use \nocorr at the start or end of the command argument, such as \textit{\nocorr text} or \textsc{text \nocorr}. \textrm (\rmfamily) \textrm \rmfamily Roman. \textit (\itshape) \textit \itshape Italics. \textmd (\mdseries) \textmd \mdseries Medium weight (default). \textbf (\bfseries) \textbf \bfseries Boldface. \textup (\upshape) \textup \upshape Upright (default). \textsl (\slshape) \textsl \slshape Slanted. \textsf (\sffamily) \textsf \sffamily Sans serif. \textsc (\scshape) \textsc \scshape Small caps. \texttt (\ttfamily) \texttt \ttfamily Typewriter. \textnormal (\normalfont) \textnormal \normalfont Main document font.
emphasis \emph Although it also changes fonts, the \emph{text} command is semantic, for text to be emphasized, and should not be used as a substitute for \textit. For example, \emph{start text \emph{middle text} end text} will result in the start text and end text in italics, but middle text will be in roman. &latex; also provides the following commands, which unconditionally switch to the given style, that is, are not cumulative. Also, they are used differently than the above commands: {\cmd...} instead of \cmd{...}. These are two unrelated constructs. \bf\bf bold font Switch to bold face. \cal\cal script letters for math calligraphic letters for math Switch to calligraphic letters for math. \it\it italic font Italics. \rm\rm roman font Roman. \sc\sc small caps font Small caps. \sf\sf sans serif font Sans serif. \sl\sl slanted font oblique font Slanted (oblique). \tt\tt typewriter font monospace font fixed-width font Typewriter (monospace, fixed-width). The \em command is the unconditional version of \emph. (Some people consider the unconditional font-switching commands, such as \tt, obsolete and that only the cumulative commands (\texttt) should be used. Others think that both sets of commands have their place and sometimes an unconditional font switch is precisely what you want; for one example, descriptiondescription.) The following commands are for use in math mode. They are not cumulative, so \mathbf{\mathit{symbol}} does not create a boldface and italic symbol; instead, it will just be in italics. This is because typically math symbols need consistent typographic treatment, regardless of the surrounding environment. \mathrm \mathrm Roman, for use in math mode. \mathbf \mathbf Boldface, for use in math mode. \mathsf \mathsf Sans serif, for use in math mode. \mathtt \mathtt Typewriter, for use in math mode. \mathit (\mit) Italics, for use in math mode. \mathnormal \mathnormal For use in math mode, e.g., inside another type style declaration. \mathcal \mathcal Calligraphic letters, for use in math mode.
\mathversion math, bold bold math In addition, the command \mathversion{bold} can be used for switching to bold letters and symbols in formulas. \mathversion{normal} restores the default. \oldstylenums numerals, old-style old-style numerals lining numerals package, textcomp textcomp package Finally, the command \oldstylenums{numerals} will typeset so-called &textldquo;old-style&textrdquo; numerals, which have differing heights and depths (and sometimes widths) from the standard &textldquo;lining&textrdquo; numerals, which all have the same height as uppercase letters. &latex;&textrsquo;s default fonts support this, and will respect \textbf (but not other styles; there are no italic old-style numerals in Computer Modern). Many other fonts have old-style numerals also; sometimes the textcomp package must be loaded, and sometimes package options are provided to make them the default. FAQ entry: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=osf.
Font sizesLow-level font commandsFont stylesFonts
Font sizes font sizes typeface sizes sizes of text The following standard type size commands are supported by &latex;. The table shows the command name and the corresponding actual font size used (in points) with the 10pt, 11pt, and 12pt document size options, respectively (Document class options). \tiny \scriptsize \footnotesize \small \normalsize \large \Large \LARGE \huge \Huge \normalsize (default) 24.88 24.88 24.88 Command 10pt 11pt 12pt \tiny 5 6 6 \scriptsize 7 8 8 \footnotesize 8 9 10 \small 9 10 10.95 \normalsize (default) 10 10.95 12 \large 12 12 14.4 \Large 14.4 14.4 17.28 \LARGE 17.28 17.28 20.74 \huge 20.74 20.74 24.88 \Huge 24.88 24.88 24.88 The commands as listed here are &textldquo;declaration forms&textrdquo;. The scope of the declaration form lasts until the next type style command or the end of the current group. You can also use the environment form of these commands; for instance, \begin{tiny}...\end{tiny}.
Low-level font commandsFont sizesFonts
Low-level font commands low-level font commands font commands, low-level These commands are primarily intended for writers of macros and packages. The commands listed here are only a subset of the available ones. \fontencoding{encoding} \fontencoding Select the font encoding, the encoding of the output font. There are a large number of valid encodings. The most common are OT1, Knuth&textrsquo;s original encoding for Computer Modern (the default), and 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. For more, see https://ctan.org/pkg/encguide. \fontfamily{family} \fontfamily families, of fonts font catalogue Select the font family. The web page http://www.tug.dk/FontCatalogue/ provides one way to browse through many of the fonts easily used with &latex;. Here are examples of some common families: font Computer Modern Typewriter XXXX 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} \fontseries series, of fonts 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: xx Medium (normal)xx m Medium (normal) b Bold c Condensed bc Bold condensed bx Bold extended weights, of fontsThe possible values for weight, individually, are: xx Medium (normal) xx 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 widths, of fontsThe possible values for width, individually, are (the meaning and relationship of these terms varies with individual typefaces): xx Ultra condensed 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 weight and width are m, in which case use just one (m). \fontshape{shape} \fontshape shapes, of fonts Select font shape. Valid shapes are: xx Slanted (oblique)xx 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. \fontsize{size}{skip} \fontsize font size \baselineskip Set the font size and the line spacing. The unit of both parameters defaults to points (pt). The line spacing is the nominal vertical space between lines, baseline to baseline. It is stored in the parameter \baselineskip. The default \baselineskip for the Computer Modern typeface is 1.2 times the \fontsize. Changing \baselineskip directly is inadvisable since its value is reset every time a size change happens; see \baselinestretch, next. \baselinestretch \baselinestretch &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 a line skip change happen for the entire document, for instance doubling it, by doing \renewcommand{\baselinestretch}{2.0} in the preamble. package, setspace setspace package double spacing However, the best way to double-space a document is to use the setspace package. In addition to offering a number of spacing options, this package keeps the line spacing single-spaced in places where that is typically desirable, such as footnotes and figure captions. See the package documentation. \linespread{factor} \linespread Equivalent to \renewcommand{\baselinestretch}{factor}, and therefore must be followed by \selectfont to have any effect. Best specified in the preamble, or use the setspace package, as just described. \selectfont \selectfont The effects of the font commands described above do not happen until \selectfont is called, as in \fontfamily{familyname}\selectfont. It is often useful to put this in a macro:&linebreak; \newcommand*{\myfont}{\fontfamily{familyname}\selectfont}&linebreak; (\newcommand & \renewcommand). \usefont{enc}{family}{series}{shape} \usefont The same as invoking \fontencoding, \fontfamily, \fontseries and \fontshape with the given parameters, followed by \selectfont. For example:
\usefont{ot1}{cmr}{m}{n}
LayoutSectioningFontsTop Layout layout commands Commands for controlling the general page layout. \onecolumn
Use one-column layout.
\twocolumn
Use two-column layout.
\flushbottom
Make all text pages the same height.
\raggedbottom
Allow text pages of differing height.
Page layout parameters
\headheight \footskip.
Floats
Figures, tables, etc.
\onecolumn\twocolumnLayout
\onecolumn \onecolumn one-column output Start a new page and produce single-column output. If the document is given the class option onecolumn then this is the default behavior (Document class options). This command is fragile (\protect).
\twocolumn\flushbottom\onecolumnLayout
\twocolumn \twocolumn multicolumn text two-column output Synopses:
\twocolumn
\twocolumn[prelim one column text]
Start a new page and produce two-column output. If the document is given the class option twocolumn then this is the default (Document class options). If the optional prelim one column text argument is present, it is typeset in one-column mode before the two-column typesetting starts. This command is fragile (\protect). These parameters control typesetting in two-column output: \columnsep\columnsep The distance between columns. The default is 35pt. Change it with a command such as \setlength{\columnsep}{40pt} You must change it before the two column environment starts; in the preamble is a good place. \columnseprule\columnseprule The width of the rule between columns. The rule appears halfway between the two columns. The default is 0pt, meaning that there is no rule. Change it with a command such as \setlength{\columnseprule}{0.4pt}, before the two-column environment starts. \columnwidth\columnwidth The width of a single column. In one-column mode this is equal to \textwidth. In two-column mode by default &latex; sets the width of each of the two columns to be half of \textwidth minus \columnsep. In a two-column document, the starred environments table* and figure* are two columns wide, whereas the unstarred environments table and figure take up only one column (figure and table). &latex; places starred floats at the top of a page. The following parameters control float behavior of two-column output. \dbltopfraction\dbltopfraction The maximum fraction at the top of a two-column page that may be occupied by two-column wide floats. The default is 0.7, meaning that the height of a table* or figure* environment must not exceed 0.7\textheight . If the height of your starred float environment exceeds this then you can take one of the following actions to prevent it from floating all the way to the back of the document: Use the [tp] location specifier to tell LaTeX to try to put the bulky float on a page by itself, as well as at the top of a page. Use the [t!] location specifier to override the effect of \dbltopfraction for this particular float. Increase the value of \dbltopfraction to a suitably large number, to avoid going to float pages so soon. You can redefine it, for instance with \renewcommand{\dbltopfraction}{0.9}. \dblfloatpagefraction\dblfloatpagefraction For a float page of two-column wide floats, this is the minimum fraction that must be occupied by floats, limiting the amount of blank space. &latex;&textrsquo;s default is 0.5. Change it with \renewcommand. \dblfloatsep\dblfloatsep On a float page of two-column wide floats, this length is the distance between floats, at both the top and bottom of the page. The default is 12pt plus2pt minus2pt for a document set at 10pt or 11pt, and 14pt plus2pt minus4pt for a document set at 12pt. \dbltextfloatsep\dbltextfloatsep This length is the distance between a multi-column float at the top or bottom of a page and the main text. The default is 20pt plus2pt minus4pt. \dbltopnumber\dbltopnumber On a float page of two-column wide floats, this counter gives the maximum number of floats allowed at the top of the page. The &latex; default is 2. This example uses \twocolumn&textrsquo;s optional argument of to create a title that spans the two-column article:
\documentclass[twocolumn]{article}
\newcommand{\authormark}[1]{\textsuperscript{#1}}
\begin{document}
\twocolumn[{% inside this optional argument goes one-column text
  \centering
  \LARGE The Title \\[1.5em]
  \large Author One\authormark{1},
         Author Two\authormark{2},
         Author Three\authormark{1} \\[1em]
  \normalsize
  \begin{tabular}{p{.2\textwidth}&arobase;{\hspace{2em}}p{.2\textwidth}}
    \authormark{1}Department one  &\authormark{2}Department two \\ 
     School one                   &School two 
  \end{tabular}\\[3em] % space below title part
  }]

Two column text here.
\flushbottom\raggedbottom\twocolumnLayout
\flushbottom \flushbottom Make all pages in the documents after this declaration have the same height, by stretching the vertical space where necessary to fill out the page. This is most often used when making two-sided documents since the differences in facing pages can be glaring. If &tex; cannot satisfactorily stretch the vertical space in a page then you get a message like Underfull \vbox (badness 10000) has occurred while \output is active. If you get that, one option is to change to \raggedbottom (\raggedbottom). Alternatively, you can adjust the textheight to make compatible pages, or you can add some vertical stretch glue between lines or between paragraphs, as in \setlength{\parskip}{0ex plus0.1ex}. Your last option is to, in a final editing stage, adjust the height of individual pages (\enlargethispage). The \flushbottom state is the default only if you select the twoside document class option (Document class options).
\raggedbottomPage layout parameters\flushbottomLayout
\raggedbottom \raggedbottom stretch, omitting vertical Make all later pages the natural height of the material on that page; no rubber vertical lengths will be stretched. Thus, in a two-sided document the facing pages may be different heights. This command can go at any point in the document body. See \flushbottom. This is the default unless you select the twoside document class option (Document class options).
Page layout parametersFloats\raggedbottomLayout
Page layout parameters page layout parameters parameters, page layout layout, page parameters for header, parameters for footer, parameters for running header and footer \columnsep\columnsep \columnseprule\columnseprule \columnwidth\columnwidth \columnsep \columnseprule \columnwidth The distance between the two columns, the width of a rule between the columns, and the width of the columns, when the document class option twocolumn is in effect (Document class options). \twocolumn. \headheight\headheight \headheight Height of the box that contains the running head. The default in the article, report, and book classes is 12pt, at all type sizes. \headsep\headsep \headsep Vertical distance between the bottom of the header line and the top of the main text. The default in the article and report classes is 25pt. In the book class the default is: if the document is set at 10pt then it is 0.25in, and at 11pt and 12pt it is 0.275in. \footskip\footskip \footskip Distance from the baseline of the last line of text to the baseline of the page footer. The default in the article and report classes is 30pt. In the book class the default is: when the type size is 10pt the default is 0.35in, while at 11pt it is 0.38in, and at 12pt it is 30pt. \linewidth\linewidth \linewidth Width of the current line, decreased for each nested list (list). That is, the nominal value for \linewidth is to equal \textwidth but for each nested list the \linewidth is decreased by the sum of that list&textrsquo;s \leftmargin and \rightmargin (itemize). \marginparpush\marginparpush \marginsep\marginsep \marginparwidth\marginparwidth \marginparpush \marginsep \marginparwidth The minimum vertical space between two marginal notes, the horizontal space between the text body and the marginal notes, and the horizontal width of the notes. Normally marginal notes appear on the outside of the page, but the declaration \reversemarginpar changes that (and \normalmarginpar changes it back). The defaults for \marginparpush in both book and article classes are: 7pt if the document is set at 12pt, and 5pt if the document is set at 11pt or 10pt. For \marginsep, in article class the default is 10pt except if the document is set at 10pt and in two-column mode where the default is 11pt. For \marginsep in book class the default is 10pt in two-column mode and 7pt in one-column mode. For \marginparwidth in both book and article classes, in two-column mode the default is 60% of \paperwidth − \textwidth, while in one-column mode it is 50% of that distance. \oddsidemargin\oddsidemargin \evensidemargin\evensidemargin \oddsidemargin \evensidemargin The \oddsidemargin is the extra distance between the left side of the page and the text&textrsquo;s left margin, on odd-numbered pages when the document class option twoside is chosen and on all pages when oneside is in effect. When twoside is in effect, on even-numbered pages the extra distance on the left is evensidemargin. &latex;&textrsquo;s default is that \oddsidemargin is 40% of the difference between \paperwidth and \textwidth, and \evensidemargin is the remainder. \paperheight\paperheight \paperheight The height of the paper, as distinct from the height of the print area. It is normally set with a document class option, as in \documentclass[a4paper]{article} (Document class options). \paperwidth\paperwidth \paperwidth The width of the paper, as distinct from the width of the print area. It is normally set with a document class option, as in \documentclass[a4paper]{article} (Document class options). \textheight\textheight \textheight The normal vertical height of the page body. If the document is set at a nominal type size of 10pt then for an article or report the default is 43\baselineskip, while for a book it is 41\baselineskip. At a type size of 11pt the default is 38\baselineskip for all document classes. At 12pt it is 36\baselineskip for all classes. \textwidth\textwidth \textwidth The full horizontal width of the entire page body. For an article or report document, the default is 345pt when the chosen type size is 10pt, the default is 360pt at 11pt, and it is 390pt at 12pt. For a book document, the default is 4.5in at a type size of 10pt, and 5in at 11pt or 12pt. In multi-column output, \textwidth remains the width of the entire page body, while \columnwidth is the width of one column (\twocolumn). In lists (list), \textwidth remains the width of the entire page body (and \columnwidth the width of the entire column), while \linewidth may decrease for nested lists. Inside a minipage (minipage) or \parbox (\parbox), all the width-related parameters are set to the specified width, and revert to their normal values at the end of the minipage or \parbox. \hsize \hsize This entry is included for completeness: \hsize is the &tex; primitive parameter used when text is broken into lines. It should not be used in normal &latex; documents. \topmargin\topmargin topmargin Space between the top of the &tex; page (one inch from the top of the paper, by default) and the top of the header. The value is computed based on many other parameters: \paperheight − 2in − \headheight − \headsep − \textheight − \footskip, and then divided by two. \topskip\topskip \topskip Minimum distance between the top of the page body and the baseline of the first line of text. For the standard classes, the default is the same as the font size, e.g., 10pt at a type size of 10pt.
FloatsPage layout parametersLayout
Floats Some typographic elements, such as figures and tables, cannot be broken across pages. They must be typeset outside of the normal flow of text, for instance floating to the top of a later page. &latex; can have a number of different classes of floating material. The default is the two classes, figure (figure) and table (table), but you can create a new class with the package float. Within any one float class &latex; always respects the order, so that the first figure in a document source must be typeset before the second figure. However, &latex; may mix the classes, so it can happen that while the first table appears in the source before the first figure, it appears in the output after it. The placement of floats is subject to parameters, given below, that limit the number of floats that can appear at the top of a page, and the bottom, etc. If so many floats are queued that the limits prevent them all from fitting on a page then &latex; places what it can and defers the rest to the next page. In this way, floats may end up being typeset far from their place in the source. In particular, a float that is big may migrate to the end of the document. In which event, because all floats in a class must appear in sequential order, every following float in that class also appears at the end. placement of floats specifier, float placement In addition to changing the parameters, for each float you can tweak where the float placement algorithm tries to place it by using its placement argument. The possible values are a sequence of the letters below. The default for both figure and table, in both article and book classes, is tbp. t (Top)&textmdash;at the top of a text page. b (Bottom)&textmdash;at the bottom of a text page. (However, b is not allowed for full-width floats (figure*) with double-column output. To ameliorate this, use the stfloats or dblfloatfix package, but see the discussion at caveats in the FAQ: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat. h (Here)&textmdash;at the position in the text where the figure environment appears. However, h is not allowed by itself; t is automatically added. here, putting floats package, float float package To absolutely force a float to appear &textldquo;here&textrdquo;, you can \usepackage{float} and use the H specifier which it defines. For further discussion, see the FAQ entry at http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere. p float page (Page of floats)&textmdash;on a separate float page, which is a page containing no text, only floats. ! Used in addition to one of the above; for this float only, &latex; ignores the restrictions on both the number of floats that can appear and the relative amounts of float and non-float text on the page. The ! specifier does not mean &textldquo;put the float here&textrdquo;; see above.
Note: the order in which letters appear in the placement argument does not change the order in which &latex; tries to place the float; for instance, btp has the same effect as tbp. All that placement does is that if a letter is not present then the algorithm does not try that location. Thus, &latex;&textrsquo;s default of tbp is to try every location except placing the float where it occurs in the source. To prevent &latex; from moving floats to the end of the document or a chapter you can use a \clearpage command to start a new page and insert all pending floats. If a pagebreak is undesirable then you can use the afterpage package and issue \afterpage{\clearpage}. This will wait until the current page is finished and then flush all outstanding floats. package, flafter flafter package &latex; can typeset a float before where it appears in the source (although on the same output page) if there is a t specifier in the placement parameter. If this is not desired, and deleting the t is not acceptable as it keeps the float from being placed at the top of the next page, then you can prevent it by either using the flafter package or using the command \suppressfloats \suppressfloats[t], which causes floats for the top position on this page to moved to the next page. Parameters relating to fractions of pages occupied by float and non-float text (change them with \renewcommand{parameter}{decimal between 0 and 1}): \bottomfraction\bottomfraction \bottomfraction The maximum fraction of the page allowed to be occupied by floats at the bottom; default .3. \floatpagefraction\floatpagefraction \floatpagefraction The minimum fraction of a float page that must be occupied by floats; default .5. \textfraction\textfraction \textfraction Minimum fraction of a page that must be text; if floats take up too much space to preserve this much text, floats will be moved to a different page. The default is .2. \topfraction\topfraction \topfraction Maximum fraction at the top of a page that may be occupied before floats; default .7. Parameters relating to vertical space around floats (change them with \setlength{parameter}{length expression}): \floatsep\floatsep \floatsep Space between floats at the top or bottom of a page; default 12pt plus2pt minus2pt. \intextsep\intextsep \intextsep Space above and below a float in the middle of the main text; default 12pt plus2pt minus2pt for 10 point and 11 point documents, and 14pt plus4pt minus4pt for 12 point documents. \textfloatsep\textfloatsep \textfloatsep Space between the last (first) float at the top (bottom) of a page; default 20pt plus2pt minus4pt. Counters relating to the number of floats on a page (change them with \setcounter{ctrname}{natural number}): bottomnumberbottomnumber bottomnumber Maximum number of floats that can appear at the bottom of a text page; default 1. dbltopnumberdbltopnumber dbltopnumber Maximum number of full-sized floats that can appear at the top of a two-column page; default 2. topnumbertopnumber topnumber Maximum number of floats that can appear at the top of a text page; default 2. totalnumbertotalnumber totalnumber Maximum number of floats that can appear on a text page; default 3. The principal &tex; FAQ entry relating to floats http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats contains suggestions for relaxing &latex;&textrsquo;s default parameters to reduce the problem of floats being pushed to the end. A full explanation of the float placement algorithm is in Frank Mittelbach&textrsquo;s article &textldquo;How to influence the position of float environments like figure and table in &latex;?&textrdquo; (http://latex-project.org/papers/tb111mitt-float.pdf).
SectioningCross referencesLayoutTop Sectioning sectioning commands Sectioning commands provide the means to structure your text into units: \part\part \chapter\chapter (report and book class only) \section\section \subsection\subsection \subsubsection\subsubsection \paragraph\paragraph \subparagraph\subparagraph All sectioning commands take the same general form, e.g.,
\chapter[toctitle]{title}
In addition to providing the heading title in the main text, the section title can appear in two other places: The table of contents. The running head at the top of the page. You may not want the same text in these places as in the main text. To handle this, the sectioning commands have an optional argument toctitle that, when given, specifies the text for these other places. *-form of sectioning commands Also, all sectioning commands have *-forms that print title as usual, but do not include a number and do not make an entry in the table of contents. For instance:
\section*{Preamble}
\appendix appendix, creating The \appendix command changes the way following sectional units are numbered. The \appendix command itself generates no text and does not affect the numbering of parts. The normal use of this command is something like
\chapter{A Chapter}
&dots;
\appendix
\chapter{The First Appendix}
secnumdepth counter section numbers, printing Sectioning/secnumdepth The secnumdepth counter controls printing of section numbers. The setting
\setcounter{secnumdepth}{level}
suppresses heading numbers at any depth > level, where chapter is level zero. The default secnumdepth is 3 in &latex;&textrsquo;s article class and 2 in the book and report classes. (\setcounter.) \&arobase;startsection
Redefine layout of start of sections, subsections, etc.
\&arobase;startsectionSectioning
\&arobase;startsection \&arobase;startsection section, redefining Synopsis:
\&arobase;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 \&arobase;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, \&arobase;startsection has the form
\&arobase;startsection{name}{level}{indent}{beforeskip}{afterskip}{style}*[toctitle]{title}
(the star * is optional), so that issuing
\renewcommand{\section}{\&arobase;startsection{name}{level}{indent}{beforeskip}{afterskip}{style}}
redefines \section to have the form \section*[toctitle]{title} (here too, the star * is optional). Sectioning. This implies that when you write a command like \renewcommand{section}{...}, the \&arobase;startsection{...} must come last in the definition. See the examples below. name \&arobase;startsection/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 \thename displays the title number and \namemark is for the page headers. See the third example below. level \&arobase;startsection/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 &textldquo;1 Introduction&textrdquo; while \subsection{Discussion} will produce output like &textldquo;Discussion&textrdquo;, without the number prefix. 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 \&arobase;startsection/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 \&arobase;startsection/beforeskip The absolute value of this length is the amount of vertical space that is inserted before this sectioning unit&textrsquo;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 (Lengths). The full accounting of the vertical space between the baseline of the line prior to this sectioning unit&textrsquo;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 \&arobase;startsection/afterskip This is a length. If afterskip is non-negative then this is the vertical space inserted after the sectioning unit&textrsquo;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&textrsquo;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&textrsquo;s from standalone to run-in, you cannot use a negative afterskip to cancel part of the \parskip.) style \&arobase;startsection/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;&textrsquo;s defaults for the first three sectioning units that are defined with \&arobase;startsection, for the article, book, and report classes. section subsection subsubsection \&arobase;startsection/namenamename section subsection subsubsection \&arobase;startsection/levellevellevel 1 2 3 \&arobase;startsection/indentindentindent 0pt 0pt 0pt \&arobase;startsection/beforeskipbeforeskipbeforeskip -3.5ex plus -1ex minus -0.2ex -3.25ex plus -1ex minus -0.2ex -3.25ex plus -1ex minus -0.2ex \&arobase;startsection/afterskipafterskipafterskip 2.3ex plus 0.2ex 1.5ex plus 0.2ex 1.5ex plus 0.2ex \&arobase;startsection/stylestylestyle \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.) \makeatletter and \makeatother. This will put section titles in large boldface type, centered. It says \renewcommand because &latex;&textrsquo;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&arobase;section.
\renewcommand\section{%
  \&arobase;startsection{section}% \&arobase;startsection/namenamename
    {1}% \&arobase;startsection/levellevellevel
    {0pt}% \&arobase;startsection/indentindentindent
    {-3.5ex plus -1ex minus -.2ex}% \&arobase;startsection/beforeskipbeforeskipbeforeskip
    {2.3ex plus.2ex}% \&arobase;startsection/afterskipafterskipafterskip
    {\centering\normalfont\Large\bfseries}% \&arobase;startsection/stylestylestyle
  }
This will put subsection titles in small caps type, inline with the paragraph.
\renewcommand\subsection{%
  \&arobase;startsection{subsection}%  \&arobase;startsection/namenamename
    {2}% \&arobase;startsection/levellevellevel
    {0em}% \&arobase;startsection/indentindentindent
    {-1ex plus 0.1ex minus -0.05ex}% \&arobase;startsection/beforeskipbeforeskipbeforeskip
    {-1em plus 0.2em}% \&arobase;startsection/afterskipafterskipafterskip
    {\scshape}% \&arobase;startsection/stylestylestyle
  }
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.\&arobase;arabic\c&arobase;subsubparagraph}%  numbering
\newcommand{\subsubparagraph}{\&arobase;startsection
                         {subsubparagraph}%
                         {6}%
                         {0em}%
                         {\baselineskip}%
                         {0.5\baselineskip}%
                         {\normalfont\normalsize}}
\newcommand*\l&arobase;subsubparagraph{\&arobase;dottedtocline{6}{10em}{5em}}% for toc
\newcommand{\subsubparagraphmark}[1]{}% for page headers
Cross referencesEnvironmentsSectioningTop Cross references cross references One reason for numbering things such as figures and equations is to refer the reader to them, as in &textldquo;See Figure~3 for more details.&textrdquo; label Including the figure number in the source is poor practice since if that number changes as the document evolves then you must remember to update this reference by hand. Instead, &latex; has you write a label like \label{eq:GreensThm} and refer to it with See equation~\ref{eq:GreensThm}. &latex; writes the information from the labels to a file with the same name as the file containing the \label{...} but with an .aux extension. (The information has the format \newlabel{label}{{currentlabel}{pagenumber}} where currentlabel is the current value of the macro \&arobase;currentlabel that is usually updated whenever you call \refstepcounter{counter}.) forward reference reference, forward The most common side effect of the prior paragraph happens when your document has a forward reference, a \ref{key} that appears earlier than the associated \label{key}; see the example in the \pageref{...} description. &latex; gets the information for references from the .aux file. If this is the first time you are compiling the document then you will get a message LaTeX Warning: Label(s) may have changed. Rerun to get cross references right. and in the output the reference will appear as two question marks ??, in boldface. Or, if you change some things so the references change then you get the same warning and the output contains the old reference information. The solution in either case is just to compile the document a second time. \label
Assign a symbolic name to a piece of text.
\pageref
Refer to a page number.
\ref
Refer to a section, figure or similar.
\label\pagerefCross references
\label \label Synopsis:
\label{key}
Assign a reference number to key. In ordinary text \label{key} assigns to key the number of the current sectional unit. Inside an environment with numbering, such as a table or theorem environment, \label{key} assigns to key the number of that environment. Retrieve the assigned number with the \ref{key} command (\ref). A key name can consist of any sequence of letters, digits, or common punctuation characters. Upper and lowercase letters are distinguished, as usual. A common convention is to use labels consisting of a prefix and a suffix separated by a colon or period. This helps to avoid accidentally creating two labels with the same name, and makes your source more readable. Some commonly-used prefixes: ch for chapters sec for lower-level sectioning commands fig for figures tab for tables eq for equations
Thus, \label{fig:Euler} is a label for a figure with a portrait of the great man. In this example below the key sec:test will get the number of the current section and the key fig:test will get the number of the figure. (Incidentally, put labels after captions in figures and tables.)
\section{section name}
\label{sec:test}
This is Section~\ref{sec:test}.
\begin{figure}
  ...
  \caption{caption text}
  \label{fig:test}
\end{figure}
See Figure~\ref{fig:test}.
\pageref\ref\labelCross references
\pageref{key} \pageref cross referencing with page number page number, cross referencing Synopsis:
\pageref{key}
Produce the page number of the place in the text where the corresponding \label{key} command appears. In this example the \label{eq:main} is used both for the formula number and for the page number. (Note that the two references are forward references, so this document would need to be compiled twice to resolve those.)
The main result is formula~\ref{eq:main} on page~\pageref{eq:main}.
  ...
\begin{equation} \label{eq:main}
   \mathbf{P}=\mathbf{NP}
\end{equation}
\ref\pagerefCross references
\ref{key} \ref cross referencing, symbolic section number, cross referencing equation number, cross referencing figure number, cross referencing footnote number, cross referencing Synopsis:
\ref{key}
Produces the number of the sectional unit, equation, footnote, figure, &dots;, of the corresponding \label command (\label). It does not produce any text, such as the word &textlsquo;Section&textrsquo; or &textlsquo;Figure&textrsquo;, just the bare number itself. In this example, the \ref{popular} produces 2. Note that it is a forward reference since it comes before \label{popular}.
The most widely-used format is item number~\ref{popular}.
\begin{enumerate}
\item Plain \TeX
\item \label{popular} \LaTeX
\item Con\TeX t
\end{enumerate}
EnvironmentsLine breakingCross referencesTop Environments environments \begin \end &latex; provides many environments for delimiting certain behavior. An environment begins with \begin and ends with \end, like this:
\begin{environment-name}
  ...
\end{environment-name}
The environment-name at the beginning must exactly match that at the end. For instance, the input \begin{table*}...\end{table} will cause an error like: ! LaTeX Error: \begin{table*} on input line 5 ended by \end{table}. group, and environments Environments are executed within a group. abstract
Produce an abstract.
array
Math arrays.
center
Centered lines.
description
Labelled lists.
displaymath
Formulas that appear on their own line.
document
Enclose the whole document.
enumerate
Numbered lists.
eqnarray
Sequences of aligned equations.
equation
Displayed equation.
figure
Floating figures.
filecontents
Writing multiple files from the source.
flushleft
Flushed left lines.
flushright
Flushed right lines.
itemize
Bulleted lists.
letter
Letters.
list
Generic list environment.
math
In-line math.
minipage
Miniature page.
picture
Picture with text, arrows, lines and circles.
quotation and quote
Include a quotation.
tabbing
Align text arbitrarily.
table
Floating tables.
tabular
Align text in columns.
thebibliography
Bibliography or reference list.
theorem
Theorems, lemmas, etc.
titlepage
For hand crafted title pages.
verbatim
Simulating typed input.
verse
For poetry and other things.
abstractarrayEnvironments
abstract environment, abstract abstract environment abstracts Synopsis:
\begin{abstract}
...
\end{abstract}
Produce an abstract, possibly of multiple paragraphs. This environment is only defined in the article and report document classes (Document classes). Using the example below in the article class produces a displayed paragraph. Document class option titlepage causes the abstract to be on a separate page (Document class options); this is the default only in the report class.
\begin{abstract}
  We compare all known accounts of the proposal made by Porter Alexander 
  to Robert E Lee at the Appomattox Court House that the army continue
  in a guerrilla war, which Lee refused.
\end{abstract}
The next example produces a one column abstract in a two column document (for a more flexible solution, use the package abstract).
\documentclass[twocolumn]{article}
  ...
\begin{document}
\title{Babe Ruth as Cultural Progenitor: a Atavistic Approach}
\author{Smith \\ Jones \\ Robinson\thanks{Railroad tracking grant.}}
\twocolumn[
  \begin{&arobase;twocolumnfalse}
     \maketitle
     \begin{abstract}
       Ruth was not just the Sultan of Swat, he was the entire swat
       team.   
     \end{abstract}
   \end{&arobase;twocolumnfalse}
   ]
{   % by-hand insert a footnote at page bottom
 \renewcommand{\thefootnote}{\fnsymbol{footnote}}
 \footnotetext[1]{Thanks for all the fish.}
}
arraycenterabstractEnvironments
array environment, array array environment arrays, math Synopsis:
\begin{array}{cols}
  column 1 entry &column 2 entry ... &column n entry \\
  ...
\end{array}
or
\begin{array}[pos]{cols}
  column 1 entry &column 2 entry ... &column n entry \\
  ...
\end{array}
Produce a mathematical array. This environment can only be used in math mode, and normally appears within a displayed mathematics environment such as equation (equation). Column entries are separated by an ampersand (&). Rows are terminated with double-backslashes (\\). The required argument cols describes the number of columns, their alignment, and the formatting of the intercolumn regions. See tabular for the complete description of cols, and of the other common features of the two environments, including the optional pos argument. There are two ways that array diverges from tabular. The first is that array entries are typeset in math mode, in textstyle (except if the cols definition specifies the column with p{...}, which causes the entry to be typeset in text mode). The second is that, instead of tabular&textrsquo;s parameter \tabcolsep, &latex;&textrsquo;s intercolumn space in an array is governed by \arraycolsep \arraycolsep, which gives half the width between columns. The default for this is 5pt. package, amsmath amsmath package To obtain arrays with braces the standard is to use the amsmath package. It comes with environments pmatrix for an array surrounded by parentheses (...), bmatrix for an array surrounded by square brackets [...], Bmatrix for an array surrounded by curly braces {...}, vmatrix for an array surrounded by vertical bars |...|, and Vmatrix for an array surrounded by double vertical bars ||...||, along with a number of other array constructs. Here is an example of an array:
\begin{equation}
  \begin{array}{cr}
    \sqrt{y}  &12.3 \\
    x^2       &3.4       
  \end{array}
\end{equation}
The next example works if \usepackage{amsmath} is in the preamble:
\begin{equation}
  \begin{vmatrix}{cc}
    a  &b \\
    c  &d       
  \end{vmatrix}=ad-bc
\end{equation}
centerdescriptionarrayEnvironments
center environment, center center environment centering text, environment for Synopsis:
\begin{center}
  ... text ...
\end{center}
Create a new paragraph consisting of a sequence of lines that are centered within the left and right margins on the current page. Use double-backslash to get a line break at a particular spot (\\). \\ (for center) If some text environment body is too long to fit on a line, &latex; will insert line breaks that avoid hyphenation and avoid stretching or shrinking any interword space. This environment inserts space above and below the text body. See \centering to avoid such space, for example inside a figure environment. This example produces three centered lines. There is extra vertical space between the last two lines.
\begin{center}
  A Thesis Submitted in Partial Fufillment \\
  of the Requirements of \\[0.5ex]
  the School of Environmental Engineering
\end{center}
In this example, depending on the page&textrsquo;s line width, &latex; may choose a line break for the part before the double backslash. If so, it will center each of the two lines and if not it will center the single line. Then &latex; will break at the double backslash, and will center the ending.
\begin{center}
  My father considered that anyone who went to chapel and didn't drink 
  alcohol was not to be tolerated.\\ 
  I grew up in that belief.  --Richard Burton 
\end{center}
A double backslash after the final line is optional. \centering
Declaration form of the center environment.
\centeringcenter \centering \centering centering text, declaration for A declaration that causes material in its scope to be centered. It is most often used inside an environment such as figure, or in a parbox. Unlike the center environment, the \centering command does not add vertical space above and below the text. It also does not start a new paragraph; it simply changes how &latex; formats paragraph units. If ww {\centering xx \\ yy} zz is surrounded by blank lines then &latex; will create a paragraph whose first line ww xx is centered and whose second line, not centered, contains yy zz. Usually what is desired is for the scope of the declaration to contain a blank line or the \end command of an environment such as figure or table that ends the paragraph unit. Thus, if {\centering xx \\ yy\par} zz is surrounded by blank lines then it makes a new paragraph with two centered lines xx and yy, followed by a new paragraph with zz that is formatted as usual. See also the following example. This example&textrsquo;s \centering causes the graphic to be horizontally centered.
\begin{figure}
  \centering
  \includegraphics[width=0.6\textwidth]{ctan_lion.png}
  \caption{CTAN Lion}  \label{fig:CTANLion}
\end{figure}
The scope of the \centering ends with the \end{figure}.
descriptiondisplaymathcenterEnvironments
description environment, description description environment labelled lists, creating description lists, creating Synopsis:
\begin{description}
\item[label of first item] text of first item
\item[label of second item] text of second item
  ...
\end{description}
Environment to make a labeled list of items. Each item&textrsquo;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. 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}
\item Start list items with the \item command (\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. bold typewriter, avoiding typewriter labels in lists Since the labels are in bold style, if the label text calls for a font change given in argument style (see Font styles) then it 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, get the standard roman font with \item[{\rm label text}]. For other major &latex; labelled list environments, see itemize and enumerate. Unlike those environments, nesting description environments does not change the default label; it is boldface and flush left at all levels. For information about list layout parameters, including the default values, and for information about customizing list layout, see list. The package enumitem is useful for customizing lists. This example changes the description labels to small caps.
\renewcommand{\descriptionlabel}[1]{%
  {\hspace{\labelsep}\textsc{#1}}}
displaymathdocumentdescriptionEnvironments
displaymath environment, displaymath displaymath environment Synopsis:
\begin{displaymath}
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 Document class options. 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 (equation). &latex; will not break the math text across lines. package, amsmath amsmath package 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&textrsquo;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.) The output from this example is centered and alone on its line.
\begin{displaymath}
  \int_1^2 x^2\,dx=7/3
\end{displaymath}
Also, the integral sign is larger than the inline version \( \int_1^2 x^2\,dx=7/3 \) produces.
documentenumeratedisplaymathEnvironments
document environment, document document environment The document environment encloses the entire body of a document. It is required in every &latex; document. Starting and ending. \AtBeginDocument
Hook for commands at the start of the document.
\AtEndDocument
Hook for commands at the end of the document.
\AtBeginDocument\AtEndDocumentdocument \AtBeginDocument \AtBeginDocument beginning of document hook Synopsis:
\AtBeginDocument{code}
Save code and execute it when \begin{document} is executed, at the very end of the preamble. The code is executed after the font selection tables have been set up, so the normal font for the document is the current font. However, the code is executed as part of the preamble so 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.
\AtEndDocument\AtBeginDocumentdocument \AtEndDocument \AtEndDocument end of document hook Synopsis:
\AtEndDocument{code}
Save code and execute it near the end of the document. Specifically, it is executed when \end{document} is executed, before the final page is finished and before any leftover floating environments are processed. If you want some of the code to be executed after these two processes then include a \clearpage at the appropriate point in code. You can issue this command more than once; the successive code lines will be executed in the order that you gave them.
enumerateeqnarraydocumentEnvironments
enumerate environment, enumerate enumerate environment lists of items, numbered Synopsis:
\begin{enumerate}
\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 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 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}
\item Start list items with the \item command (\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 (\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 (itemize), up to four levels deep. This gives &latex;&textrsquo;s default for the format at each nesting level, where 1 is the top level, the outermost level. arabic number followed by a period: 1., 2., &dots; lower case letter inside parentheses: (a), (b) &dots; lower case roman numeral followed by a period: i., ii., &dots; upper case letter followed by a period: A., B., &dots; \enumi \enumii \enumiii \enumiv The enumerate environment uses the counters \enumi through \enumiv (Counters). For other major &latex; labeled list environments, see description and itemize. For information about list layout parameters, including the default values, and for information about customizing list layout, see list. The package enumitem is useful for customizing lists. \labelenumi \labelenumii \labelenumiii \labelenumiv To change the format of the label use \renewcommand (\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. \Alph example
\renewcommand{\labelenumi}{\textbf{\Alph{enumi}}}
\begin{enumerate}
  \item Shows as boldface A
  \item Shows as boldface B
\end{enumerate}
For a list of counter-labeling commands see \alph \Alph \arabic \roman \Roman \fnsymbol.
eqnarrayequationenumerateEnvironments
eqnarray environment, eqnarray eqnarray environment equations, aligning aligning equations align environment, from amsmath amsmath package, replacing eqnarray Madsen, Lars First, a caveat: the eqnarray environment is depreciated. It has infelicities that cannot be overcome, including spacing that is inconsistent with other mathematics elements (see the article &textldquo;Avoid eqnarray!&textrdquo;&noeos; by Lars Madsen http://tug.org/TUGboat/tb33-1/tb103madsen.pdf). New documents should include the amsmath package and use the displayed mathematics environments provided there, such as the align environment. Nevertheless, for completeness and for a reference when working with old documents, a synopsis:
\begin{eqnarray} 
  first formula left  &first formula middle  &first formula right \\
  ...
\end{eqnarray}
or
\begin{eqnarray*} 
  first formula left  &first formula middle  &first formula right \\
  ...
\end{eqnarray*}
\\ (for eqnarray) Display a sequence of equations or inequalities. The left and right sides are typeset in display mode, while the middle is typeset in text mode. It is similar to a three-column array environment, with items within a row separated by an ampersand (&), and with rows separated by double backslash  \\). \\* (for eqnarray) The starred form of line break (\\*) can also be used to separate equations, and will disallow a page break there (\\). \nonumber equation numbers, omitting The unstarred form eqnarray places an equation number on every line (using the equation counter), unless that line contains a \nonumber command. The starred form eqnarray* omits equation numbering, while otherwise being the same. \lefteqn The command \lefteqn is used for splitting long formulas across lines. It typesets its argument in display style flush left in a box of zero width. This example shows three lines. The first two lines make an inequality, while the third line has not entry on the left side.
\begin{eqnarray*}
  \lefteqn{x_1+x_2+\cdots+x_n}     \\
    &\leq &y_1+y_2+\cdots+y_n      \\
    &=    &z+y_3+\cdots+y_n
\end{eqnarray*}
equationfigureeqnarrayEnvironments
equation environment, equation equation environment equations, environment for formulas, environment for Synopsis:
\begin{equation}
  math text
\end{equation}
Make a displaymath environment (displaymath) with an 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.
figurefilecontentsequationEnvironments
figure environment, figure figure environment inserting figures figures, inserting Synopsis:
\begin{figure}[placement]
  figure body
\caption[loftitle]{title}
\label{label}
\end{figure}
or
\begin{figure*}[placement]
  figure body
\caption[loftitle]{title}
\label{label}
\end{figure*}
A class of floats (Floats). Because they cannot be split across pages, they are not typeset in sequence with the normal text but instead are &textldquo;floated&textrdquo; to a convenient place, such as the top of a following page. For the possible values of placement and their effect on the float placement algorithm, see Floats. The starred form figure* is used when a document is in double-column mode (\twocolumn). It produces a figure that spans both columns, at the top of the page. To add the possibility of placing at a page bottom see the discussion of placement b in Floats. The figure body is typeset in a parbox of width \textwidth and so it can contain text, commands, etc. The label is optional; it is used for cross references (Cross references). \caption The optional \caption command specifies caption text for the figure. By default it is numbered. If loftitle is present, it is used in the list of figures instead of title (Tables of contents). This example makes a figure out of a graphic. It requires one of the packages graphics or graphicx. The graphic, with its caption, will be placed at the top of a page or, if it is pushed to the end of the document, on a page of floats.
\begin{figure}[t]
  \centering
  \includegraphics[width=0.5\textwidth]{CTANlion.png}
  \caption{The CTAN lion, by Duane Bibby}
\end{figure}
filecontentsflushleftfigureEnvironments
filecontents: Write an external file environment, filecontents filecontents environment environment, filecontents* filecontents* environment external files, writing writing external files Synopsis:
\begin{filecontents}{filename}
  text
\end{filecontents}
or
\begin{filecontents*}{filename}
  text
\end{filecontents*}
Create a file named filename and fill it with text. The unstarred version of the environment filecontents prefixes the content of the created file with a header; see the example below. The starred version filecontents* does not include the header. This environment can be used anywhere in the preamble, although it often appears before the \documentclass command. It is typically used when a source file requires a nonstandard style or class file. The environment will write that file to the directory containing the source and thus make the source file self-contained. Another use is to include bib references in the file, again to make it self-contained. The environment checks whether a file of that name already exists and if so, does not do anything. There is a filecontents package that redefines the filecontents environment so that instead of doing nothing in that case, it will overwrite the existing file. For example, this document
\documentclass{article}
\begin{filecontents}{JH.sty}
\newcommand{\myname}{Jim Hef{}feron}
\end{filecontents}
\usepackage{JH}
\begin{document}
Article by \myname.
\end{document}
produces this file JH.sty.
%% LaTeX2e file `JH.sty'
%% generated by the `filecontents' environment
%% from source `test' on 2015/10/12.
%%
\newcommand{\myname}{Jim Hef{}feron}
flushleftflushrightfilecontentsEnvironments
flushleft environment, flushleft flushleft environment left-justifying text, environment for ragged right text, environment for
\begin{flushleft}
line1 \\
line2 \\
...
\end{flushleft}
\\ for flushleft The flushleft environment allows you to create a paragraph consisting of lines that are flush to the left-hand margin and ragged right. Each line must be terminated with the string \\. \raggedright
Declaration form of the flushleft environment.
\raggedrightflushleft \raggedright \raggedright ragged right text left-justifying text justification, ragged right The \raggedright declaration corresponds to the flushleft environment. This declaration can be used inside an environment such as quote or in a parbox. Unlike the flushleft environment, the \raggedright command does not start a new paragraph; it only changes how &latex; formats paragraph units. To affect a paragraph unit&textrsquo;s format, the scope of the declaration must contain the blank line or \end command that ends the paragraph unit.
flushrightitemizeflushleftEnvironments
flushright environment, flushright flushright environment ragged left text, environment for right-justifying text, environment for
\begin{flushright}
line1 \\
line2 \\
...
\end{flushright}
\\ (for flushright) The flushright environment allows you to create a paragraph consisting of lines that are flush to the right-hand margin and ragged left. Each line must be terminated with the control sequence \\. \raggedleft
Declaration form of the flushright environment.
\raggedleftflushright \raggedleft \raggedleft ragged left text justification, ragged left right-justifying text The \raggedleft declaration corresponds to the flushright environment. This declaration can be used inside an environment such as quote or in a parbox. Unlike the flushright environment, the \raggedleft command does not start a new paragraph; it only changes how &latex; formats paragraph units. To affect a paragraph unit&textrsquo;s format, the scope of the declaration must contain the blank line or \end command that ends the paragraph unit.
itemizeletterflushrightEnvironments
itemize environment, itemize itemize environment \item lists of items unordered lists bulleted lists Synopsis:
\begin{itemize}
\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 &textldquo;unordered&textrdquo;, &textldquo;bulleted&textrdquo; list. 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. This example gives a two-item list. As a top-level list each label would come out as a bullet, •.
\begin{itemize}
 \item Pencil and watercolor sketch by Cassandra
 \item Rice portrait 
\end{itemize}
\item Start list items with the \item command (\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 description environment. Following the \item is optional text, which may contain multiple paragraphs. \labelitemi \labelitemii \labelitemiii \labelitemiv 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 (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. • (bullet, from \textbullet) -- (bold en-dash, from \normalfont\bfseries\textendash) * (asterisk, from \textasteriskcentered) . (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$}
\leftmargin \leftmargini \leftmarginii \leftmarginiii \leftmarginiv \leftmarginv \leftmarginvi 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. For other major &latex; labeled list environments, see description and enumerate. For information about list layout parameters, including the default values, and for information about customizing list layout, see list. The package enumitem is useful for customizing lists. This example greatly reduces the margin space for outermost itemized lists.
\setlength{\leftmargini}{1.25em} % default 2.5em
\parskip example Especially for lists with short items, it may be desirable to elide space between items. Here is an example defining an itemize* environment with no extra spacing between items, or between paragraphs within a single item (\parskip is not list-specific, \parskip):
\newenvironment{itemize*}%
  {\begin{itemize}%
    \setlength{\itemsep}{0pt}%
    \setlength{\parsep}{0pt}}%
    \setlength{\parskip}{0pt}}%
  {\end{itemize}}
letterlistitemizeEnvironments
letter environment: writing letters environment, letter letter environment This environment is used for creating letters. Letters.
listmathletterEnvironments
list environment, list list environment lists of items, generic Synopsis:
\begin{list}{labeling}{spacing}
\item[optional label of first item] text of first item
\item[optional label of second item] text of second item
...
\end{list}
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 (description, enumerate, and itemize). Also, many standard &latex; environments that are not visually lists are constructed using list, including quotation, quote, center, verbatim, and plenty more (quotation and quote, center, flushright). package, enumitem enumitem package The third-party package enumitem is useful for customizing lists. Here, we describe the list environment by defining a new custom environment.
\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&textrsquo;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.]; \item. \makelabel 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 (\usecounter). Below are the spacing parameters for list formatting. See also the figure below. Each is a length (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\itemindent Extra horizontal space indentation, beyond leftmargin, of the first line each item. Its default value is 0pt. \itemsep\itemsep Vertical space between items, beyond the \parsep. The defaults for the first three levels in &latex;&textrsquo;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\labelsep Horizontal space between the label and text of an item. The default for &latex;&textrsquo;s article, book, and report classes is 0.5em. \labelwidth\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;&textrsquo;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;&textrsquo;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&textrsquo;s left edge coincide with the left margin of the enclosing environment. \leftmargin\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;&textrsquo;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\listparindent Horizontal space of additional line indentation, beyond \leftmargin, for second and subsequent paragraphs within a list item. A negative value makes this an &textldquo;outdent&textrdquo;. Its default value is 0pt. \parsep\parsep Vertical space between paragraphs within an item. In the book and article classes The defaults for the first three levels in &latex;&textrsquo;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\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;&textrsquo;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\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\topsep Vertical space added to both the top and bottom of the list, in addition to \parskip (\parskip). The defaults for the first three levels in &latex;&textrsquo;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. latex2e-figures/list3.21in.png 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 &backslash;topsep + &backslash;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&textrsquo;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 (Page layout parameters). For instance, set the list&textrsquo;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 -\&arobase;lowpenalty, that is, -51. Because it is negative, it somewhat encourages a page break at each spot. Change it with, e.g., \&arobase;beginparpenalty=9999; a value of 10000 prohibits a page break. \&arobase;beginparpenalty\&arobase;beginparpenalty The page breaking penalty for breaking before the list (default -51). \&arobase;itempenalty\&arobase;itempenalty The page breaking penalty for breaking before a list item (default -51). \&arobase;endparpenalty\&arobase;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} }
\item
An entry in a list.
trivlist
A restricted form of list.
\itemtrivlistlist \item: An entry in a list Synopsis:
\item text of item
or
\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 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. 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, {]}]. &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
  \item[sometimes] Shemp
  \item Larry
\end{enumerate}
The first item is labelled 1., the second item is labelled sometimes, and the third item is labelled 2.. Because of the optional label in the second item, the third item is not labelled 3..
trivlist\itemlist 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&textrsquo;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 (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}
mathminipagelistEnvironments
math environment, math math environment in-line formulas Synopsis:
\begin{math}
math
\end{math}
The math environment inserts given math material within the running text. \(...\) and $...$ are synonyms. Math formulas.
minipagepicturemathEnvironments
minipage environment, minipage minipage environment minipage, creating a
\begin{minipage}[position][height][inner-pos]{width}
text
\end{minipage}
The minipage environment typesets its body text in a block that will not be broken across pages. This is similar to the \parbox command (\parbox), but unlike \parbox, other paragraph-making environments can be used inside a minipage. The arguments are the same as for \parbox (\parbox). indentation of paragraphs, in minipage paragraph indentation, in minipage \parindent By default, paragraphs are not indented in the minipage environment. You can restore indentation with a command such as \setlength{\parindent}{1pc} command. footnotes in figures figures, footnotes in Footnotes in a minipage environment are handled in a way that is particularly useful for putting footnotes in figures or tables. A \footnote or \footnotetext command puts the footnote at the bottom of the minipage instead of at the bottom of the page, and it uses the \mpfootnote counter instead of the ordinary footnote counter (Counters). However, don&textrsquo;t put one minipage inside another if you are using footnotes; they may wind up at the bottom of the wrong minipage.
picturequotation and quoteminipageEnvironments
picture environment, picture picture environment creating pictures pictures, creating
\begin{picture}(width,height)(xoffset,yoffset)
&dots; picture commands &dots;
\end{picture}
\unitlength The picture environment allows you to create just about any kind of picture you want containing text, lines, arrows and circles. You tell &latex; where to put things in the picture by specifying their coordinates. A coordinate is a number that may have a decimal point and a minus sign&textmdash;a number like 5, 0.3 or -3.1416. A coordinate specifies a length in multiples of the unit length \unitlength, so if \unitlength has been set to 1cm, then the coordinate 2.54 specifies a length of 2.54 centimeters. You should only change the value of \unitlength, using the \setlength command, outside of a picture environment. The default value is 1pt. package, picture picture package The picture package redefine the picture environment so that everywhere a number is used in a picture commands to specify a coordinate, one can use alternatively a length. Be aware however that this will prevent scaling those lengths by changing \unitlength. position, in picture A position is a pair of coordinates, such as (2.4,-5), specifying the point with x-coordinate 2.4 and y-coordinate -5. Coordinates are specified in the usual way with respect to an origin, which is normally at the lower-left corner of the picture. Note that when a position appears as an argument, it is not enclosed in braces; the parentheses serve to delimit the argument. The picture environment has one mandatory argument which is a position (width,height), which specifies the size of the picture. The environment produces a rectangular box with these width and height. The picture environment also has an optional position argument (xoffset,yoffset), following the size argument, that can change the origin. (Unlike ordinary optional arguments, this argument is not contained in square brackets.) The optional argument gives the coordinates of the point at the lower-left corner of the picture (thereby determining the origin). For example, if \unitlength has been set to 1mm, the command
\begin{picture}(100,200)(10,20)
produces a picture of width 100 millimeters and height 200 millimeters, whose lower-left corner is the point (10,20) and whose upper-right corner is therefore the point (110,220). When you first draw a picture, you typically omit the optional argument, leaving the origin at the lower-left corner. If you then want to modify your picture by shifting everything, you can just add the appropriate optional argument. The environment&textrsquo;s mandatory argument determines the nominal size of the picture. This need bear no relation to how large the picture really is; &latex; will happily allow you to put things outside the picture, or even off the page. The picture&textrsquo;s nominal size is used by &latex; in determining how much room to leave for it. Everything that appears in a picture is drawn by the \put command. The command
\put (11.3,-.3){...}
puts the object specified by ... in the picture, with its reference point at coordinates (11.3,-.3). The reference points for various objects will be described below. lR box The \put command creates an LR box. You can put anything that can go in an \mbox (\mbox) in the text argument of the \put command. When you do this, the reference point will be the lower left corner of the box. The picture commands are described in the following sections. \circle
Draw a circle.
\makebox (picture)
Draw a box of the specified size.
\framebox (picture)
Draw a box with a frame around it.
\dashbox
Draw a dashed box.
\frame
Draw a frame around an object.
\line
Draw a straight line.
\linethickness
Set the line thickness.
\thicklines
A heavier line thickness.
\thinlines
The default line thickness.
\multiput
Draw multiple instances of an object.
\oval
Draw an ellipse.
\put
Place an object at a specified place.
\shortstack
Make a pile of objects.
\vector
Draw a line with an arrow.
\circle\makebox (picture)picture \circle \circle Synopsis:
\circle[*]{diameter}
The \circle command produces a circle with a diameter as close to the specified one as possible. The *-form of the command draws a solid circle. Circles up to 40pt can be drawn.
\makebox (picture)\framebox (picture)\circlepicture \makebox \makebox (for picture) Synopsis:
\makebox(width,height)[position]{text}
The \makebox command for the picture environment is similar to the normal \makebox command except that you must specify a width and height in multiples of \unitlength. The optional argument, [position], specifies the quadrant that your text appears in. You may select up to two of the following: t Moves the item to the top of the rectangle. b Moves the item to the bottom. l Moves the item to the left. r Moves the item to the right.
\makebox.
\framebox (picture)\dashbox\makebox (picture)picture \framebox \framebox Synopsis:
\framebox(width,height)[pos]{...}
The \framebox command is like \makebox (see previous section), except that it puts a frame around the outside of the box that it creates. \fboxrule \fboxsep The \framebox command produces a rule of thickness \fboxrule, and leaves a space \fboxsep between the rule and the contents of the box.
\dashbox\frame\framebox (picture)picture \dashbox \dashbox Draws a box with a dashed line. Synopsis:
\dashbox{dlen}(rwidth,rheight)[pos]{text}
\dashbox creates a dashed rectangle around text in a picture environment. Dashes are dlen units long, and the rectangle has overall width rwidth and height rheight. The text is positioned at optional pos. A dashed box looks best when the rwidth and rheight are multiples of the dlen.
\frame\line\dashboxpicture \frame \frame Synopsis:
\frame{text}
The \frame command puts a rectangular frame around text. The reference point is the bottom left corner of the frame. No extra space is put between the frame and the object.
\line\linethickness\framepicture \line \line Synopsis:
\line(xslope,yslope){length}
The \line command draws a line with the given length and slope xslope/yslope. pict2e package graphics packages Standard &latex; can only draw lines with slope = x/y, where x and y have integer values from −6 through 6. For lines of any slope, and plenty of other shapes, see pict2e and many other packages on CTAN.
\linethickness\thicklines\linepicture \linethickness \linethickness The \linethickness{dim} command declares the thickness of horizontal and vertical lines in a picture environment to be dim, which must be a positive length. \linethickness does not affect the thickness of slanted lines, circles, or the quarter circles drawn by \oval. \thicklines\thinlines\linethicknesspicture \thicklines \thicklines The \thicklines command is an alternate line thickness for horizontal and vertical lines in a picture environment; cf. \linethickness and \thinlines. \thinlines\multiput\thicklinespicture \thinlines \thinlines The \thinlines command is the default line thickness for horizontal and vertical lines in a picture environment; cf. \linethickness and \thicklines. \multiput\oval\thinlinespicture \multiput \multiput Synopsis:
\multiput(x,y)(delta_x,delta_y){n}{obj}
The \multiput command copies the object obj in a regular pattern across a picture. obj is first placed at position (x,y), then at (x+\delta x,y+\delta y), and so on, n times.
\oval\put\multiputpicture \oval \oval Synopsis:
\oval(width,height)[portion]
The \oval command produces a rectangle with rounded corners. The optional argument portion allows you to produce only half of the oval via the following: t selects the top half; b selects the bottom half; r selects the right half; l selects the left half.
It is also possible to produce only one quarter of the oval by setting portion to tr, br, bl, or tl. The &textldquo;corners&textrdquo; of the oval are made with quarter circles with a maximum radius of 20pt, so large &textldquo;ovals&textrdquo; will look more like boxes with rounded corners.
\put\shortstack\ovalpicture \put \put Synopsis:
\put(xcoord,ycoord){ ... }
The \put command places the material specified by the (mandatory) argument in braces at the given coordinate, (xcoord,ycoord).
\shortstack\vector\putpicture \shortstack \shortstack Synopsis:
\shortstack[position]{...\\...\\...}
The \shortstack command produces a stack of objects. The valid positions are: r Move the objects to the right of the stack. l Move the objects to the left of the stack c Move the objects to the centre of the stack (default)
\\ (for \shortstack objects) Objects are separated with \\.
\vector\shortstackpicture \vector \vector Synopsis:
\vector(xslope,yslope){length}
The \vector command draws a line with an arrow of the specified length and slope. The xslope and yslope values must lie between −4 and +4, inclusive.
quotation and quotetabbingpictureEnvironments
quotation and quote environment, quotation quotation environment quoted text with paragraph indentation, displaying displaying quoted text with paragraph indentation paragraph indentations in quoted text environment, quote quote environment quoted text without paragraph indentation, displaying displaying quoted text without paragraph indentation paragraph indentations in quoted text, omitting Synopsis:
\begin{quotation}
text
\end{quotation}
or
\begin{quote}
text
\end{quote}
Include a quotation. In both environments, margins are indented on both sides by \leftmargin and the text is justified at both. As with the main text, leaving a blank line produces a new paragraph. To compare the two: in the quotation environment, paragraphs are indented by 1.5em and the space between paragraphs is small, 0pt plus 1pt. In the quote environment, paragraphs are not indented and there is vertical space between paragraphs (it is the rubber length \parsep). Thus, the quotation environment may be more suitable for documents where new paragraphs are marked by an indent rather than by a vertical separation. In addition, quote may be more suitable for a short quotation or a sequence of short quotations.
\begin{quotation}
\it Four score and seven years ago
  ... shall not perish from the earth.
\hspace{1em plus 1fill}---Abraham Lincoln
\end{quotation}
tabbingtablequotation and quoteEnvironments
tabbing environment, tabbing tabbing environment tab stops, using lining text up using tab stops alignment via tabbing Synopsis:
\begin{tabbing}
row1col1 \= row1col2 ...  \\
row2col1 \> row2col2 ...  \\
...
\end{tabbing}
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 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}
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. row, tabbing 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, &dots;, 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 (Modes). The following commands can be used inside a tabbing environment. They are all fragile (\protect). \\ (tabbing)\\ (tabbing) End a tabbed line and typeset it. \= (tabbing)\= (tabbing) Sets a tab stop at the current position. \> (tabbing)\> (tabbing) \> Advances to the next tab stop. \<\< Put following text to the left of the local margin (without changing the margin). Can only be used at the start of the line. \+\+ Moves the left margin of the next and all the following commands one tab stop to the right, beginning tabbed line if necessary. \-\- Moves the left margin of the next and all the following commands one tab stop to the left, beginning tabbed line if necessary. \' (tabbing)\' (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 previous column and aligned to the right, flush against the current column&textrsquo;s tab stop. \` (tabbing)\` (tabbing) Allows you to put text flush right against any tab stop, including tab stop 0. However, it can&textrsquo;t move text to the right of the last column because there&textrsquo;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 environment. There must be no \> or \' command between the \` and the \\ or \end{tabbing} command that ends the line. \a (tabbing)\a (tabbing) \a' (acute accent in tabbing) \a` (grave accent in tabbing) \a= (macron accent in tabbing) In a tabbing environment, the commands \=, \' and \` do not produce accents as usual (Accents). Instead, use the commands \a=, \a' and \a`. \kill\kill Sets tab stops without producing text. Works just like \\ except that it throws away the current line instead of producing output for it. Any \=, \+ or \- commands in that line remain in effect. \poptabs\poptabs \poptabs Restores the tab stop positions saved by the last \pushtabs. \pushtabs\pushtabs Saves all current tab stop positions. Useful for temporarily changing tab stop positions in the middle of a tabbing environment. \tabbingsep\tabbingsep Distance of the text moved by \' to left of current tab stop. This example typesets a Pascal function:
\begin{tabbing}
function \= fact(n : integer) : integer;\\
         \> begin \= \+ \\
               \> 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;
package, algorithm2e algorithm2e package package, listings listings package package, minted minted package package, fancyvrb fancyvrb package (The above example is just for illustration of the environment. To actually typeset computer code in typewriter like this, a verbatim environment (verbatim) would normally suffice. For pretty-printed code, there are quite a few packages, including algorithm2e, fancyvrb, listings, and minted.)
tabletabulartabbingEnvironments
table environment, table table environment tables, creating creating tables Synopsis:
\begin{table}[placement]
  table body
\caption[loftitle]{title}
\label{label}
\end{table}
A class of floats (Floats). Because they cannot be split across pages, they are not typeset in sequence with the normal text but instead are &textldquo;floated&textrdquo; to a convenient place, such as the top of a following page. For the possible values of placement and their effect on the float placement algorithm, see Floats. The table body is typeset in a parbox of width \textwidth and so it can contain text, commands, etc. The label is optional; it is used for cross references (Cross references). \caption The optional \caption command specifies caption text for the table. By default it is numbered. If lottitle is present, it is used in the list of tables instead of title (Tables of contents). In this example the table and caption will float to the bottom of a page, unless it is pushed to a float page at the end.
\begin{table}[b]
  \centering
  \begin{tabular}{r|p{2in}} \hline
    One &The loneliest number \\
    Two &Can be as sad as one.
         It's the loneliest number since the number one.
  \end{tabular}
  \caption{Cardinal virtues}
  \label{tab:CardinalVirtues}
\end{table}
tabularthebibliographytableEnvironments
tabular environment, tabular tabular environment lines in tables lining text up in tables Synopsis:
\begin{tabular}[pos]{cols}
column 1 entry &column 2 entry ... &column n entry \\
  ...
\end{tabular}
or
\begin{tabular*}{width}[pos]{cols}
column 1 entry &column 2 entry ... &column n entry \\
  ...
\end{tabular*}
These environments produce a table, a box consisting of a sequence of horizontal rows. Each row consists of items that are aligned vertically in columns. This illustrates many of the features.
\begin{tabular}{l|l}
  \textit{Player name}  &\textit{Career home runs}  \\ 
  \hline
  Hank Aaron  &755 \\
  Babe Ruth   &714
\end{tabular}
The vertical format of two left-aligned columns, with a vertical bar between them, is specified in tabular&textrsquo;s argument {l|l}. & Columns are separated with an ampersand &. A horizontal rule between two rows is created with \hline. \\ for tabular The end of each row is marked with a double backslash \\. This \\ is optional after the last row unless an \hline command follows, to put a rule below the table. The required and optional arguments to tabular consist of: width Required for tabular*, not allowed for tabular. Specifies the width of the tabular* environment. The space between columns should be rubber, as with &arobase;{\extracolsep{\fill}}, to allow the table to stretch or shrink to make the specified width, or else you are likely to get the Underfull \hbox (badness 10000) in alignment ... warning. pos Optional. Specifies the table&textrsquo;s vertical position. The default is to align the table so its vertical center matches the baseline of the surrounding text. There are two other possible alignments: t aligns the table so its top row matches the baseline of the surrounding text, and b aligns on the bottom row. This only has an effect if there is other text. In the common case of a tabular alone in a center environment this option makes no difference. cols Required. Specifies the formatting of columns. It consists of a sequence of the following specifiers, corresponding to the types of column and intercolumn material.
l A column of left-aligned items. r A column of right-aligned items. c A column of centered items. | A vertical line the full height and depth of the environment. &arobase;{text or space} This inserts text or space at this location in every row. The text or space material is typeset in LR mode. This text is fragile (\protect). This specifier is optional: with no &arobase;-expression, &latex;&textrsquo;s book, article, and report classes will put on either side of each column a space of length \tabcolsep, which by default is 6pt. That is, by default adjacent columns are separated by 12pt (so \tabcolsep is misleadingly-named since it is not the separation between tabular columns). By implication, a space of 6pt also comes before the first column and after the final column, unless you put a &arobase;{...} or | there. If you override the default and use an &arobase;-expression then you must insert any desired space yourself, as in &arobase;{\hspace{1em}}. An empty expression &arobase;{} will eliminate the space, including the space at the start or end, as in the example below where the tabular lines need to lie on the left margin.
\begin{flushleft}
  \begin{tabular}{&arobase;{}l}
    ...
  \end{tabular}
\end{flushleft}
This example shows text, a decimal point, between the columns, arranged so the numbers in the table are aligned on that decimal point.
\begin{tabular}{r&arobase;{$.$}l}
  $3$ &$14$  \\
  $9$ &$80665$
\end{tabular}
\extracolsep An \extracolsep{wd} command in an &arobase;-expression causes an extra space of width wd to appear to the left of all subsequent columns, until countermanded by another \extracolsep command. Unlike ordinary intercolumn space, this extra space is not suppressed by an &arobase;-expression. An \extracolsep command can be used only in an &arobase;-expression in the cols argument. Below, &latex; inserts the right amount of intercolumn space to make the entire table 4 inches wide.
\begin{center}
  \begin{tabular*}{4in}{l&arobase;{\ \ldots\extracolsep{\fill}}l}
    Seven times down, eight times up 
    &such is life!
  \end{tabular*}
\end{center}
To insert commands that are automatically executed before a given column, load the array package and use the >{...} specifier.
p{wd} Each item in the column is typeset in a parbox of width wd. Note that a line break double backslash \\ may not appear in the item, except inside an environment like minipage, array, or tabular, or inside an explicit \parbox, or in the scope of a \centering, \raggedright, or \raggedleft declaration (when used in a p-column element these declarations must appear inside braces, as with {\centering .. \\ ..}). Otherwise &latex; will misinterpret the double backslash as ending the row. *{num}{cols} Equivalent to num copies of cols, where num is a positive integer and cols is a list of specifiers. Thus \begin{tabular}{|*{3}{l|r}|} is equivalent to \begin{tabular}{|l|rl|rl|r|}. Note that cols may contain another *-expression.
Parameters that control formatting: \arrayrulewidth\arrayrulewidth A length that is the thickness of the rule created by |, \hline, and \vline in the tabular and array environments. The default is .4pt. Change it as in \setlength{\arrayrulewidth}{0.8pt}. \arraystretch\arraystretch A factor by which the spacing between rows in the tabular and array environments is multiplied. The default is 1, for no scaling. Change it as \renewcommand{\arraystretch}{1.2}. \doublerulesep\doublerulesep A length that is the distance between the vertical rules produced by the || specifier. The default is 2pt. \tabcolsep\tabcolsep A length that is half of the space between columns. The default is 6pt. Change it with \setlength. The following commands can be used inside the body of a tabular environment, the first two inside an entry and the second two between lines: \multicolumn
Make an item spanning several columns.
\vline
Draw a vertical line.
\cline
Draw a horizontal line spanning some columns.
\hline
Draw a horizontal line spanning all columns.
\multicolumn\vlinetabular \multicolumn \multicolumn Synopsis:
\multicolumn{numcols}{cols}{text}
Make an array or tabular entry that spans several columns. The first argument numcols gives the number of columns to span. The second argument cols specifies the formatting of the entry, with c for centered, l for flush left, or r for flush right. The third argument text gives the contents of that entry. In this example, in the first row, the second and third columns are spanned by the single heading Name.
\begin{tabular}{lccl} 
  \textit{ID}       &\multicolumn{2}{c}{\textit{Name}} &\textit{Age} \\ \hline % row one 
  978-0-393-03701-2 &O'Brian &Patrick                  &55           \\        % row two 
    ...
\end{tabular}
What counts as a column is: the column format specifier for the array or tabular environment is broken into parts, where each part (except the first) begins with l, c, r, or p. So from \begin{tabular}{|r|ccp{1.5in}|} the parts are |r|, c, c, and p{1.5in}|. The cols argument overrides the array or tabular environment&textrsquo;s intercolumn area default adjoining this multicolumn entry. To affect that area, this argument can contain vertical bars | indicating the placement of vertical rules, and &arobase;{...} expressions. Thus if cols is |c| then this multicolumn entry will be centered and a vertical rule will come in the intercolumn area before it and after it. This table details the exact behavior.
\begin{tabular}{|cc|c|c|}
  \multicolumn{1}{r}{w}       % entry one
    &\multicolumn{1}{|r|}{x}  % entry two 
    &\multicolumn{1}{|r}{y}   % entry three
    &z                        % entry four
\end{tabular}
Before the first entry the output will not have a vertical rule because the \multicolumn has the cols specifier r with no initial vertical bar. Between entry one and entry two there will be a vertical rule; although the first cols does not have an ending vertical bar, the second cols does have a starting one. Between entry two and entry three there is a single vertical rule; despite that the cols in both of the surrounding multicolumn&textrsquo;s call for a vertical rule, you only get one rule. Between entry three and entry four there is no vertical rule; the default calls for one but the cols in the entry three \multicolumn leaves it out, and that takes precedence. Finally, following entry four there is a vertical rule because of the default. The number of spanned columns numcols can be 1. Besides giving the ability to change the horizontal alignment, this also is useful to override for one row the tabular definition&textrsquo;s default intercolumn area specification, including the placement of vertical rules. In the example below, in the tabular definition the first column is specified to default to left justified but in the first row the entry is centered with \multicolumn{1}{c}{\textsc{Period}}. Also in the first row, the second and third columns are spanned by a single entry with \multicolumn{2}{c}{\textsc{Span}}, overriding the specification to center those two columns on the page range en-dash.
\begin{tabular}{l|r&arobase;{--}l} 
  \multicolumn{1}{c}{\textsc{Period}}  
    &multicolumn{2}{c}{\textsc{Span}} \\ \hline
  Baroque          &1600           &1760         \\
  Classical        &1730           &1820         \\
  Romantic         &1780           &1910         \\
  Impressionistic  &1875           &1925
\end{tabular}
Note that although the tabular specification by default puts a vertical rule between the first and second columns, because there is no vertical bar in the cols of either of the first row&textrsquo;s \multicolumn commands, no rule appears in the first row.
\vline\cline\multicolumntabular \vline \vline Draw a vertical line in a tabular or array environment extending the full height and depth of an entry&textrsquo;s row. Can also be used in an &arobase;-expression, although its synonym vertical bar | is more common. This command is rarely used in the body of a table; typically a table&textrsquo;s vertical lines are specified in tabular&textrsquo;s cols argument and overridden as needed with \multicolumn. This example illustrates some pitfalls. In the first line&textrsquo;s second entry the \hfill moves the \vline to the left edge of the cell. But that is different than putting it halfway between the two columns, so in that row between the first and second columns there are two vertical rules, with the one from the {c|cc} specifier coming before the one produced by the \vline\hfill. In contrast, the first line&textrsquo;s third entry shows the usual way to put a vertical bar between two columns. In the second line, the ghi is the widest entry in its column so in the \vline\hfill the \hfill has no effect and the vertical line in that entry appears immediately next to the g, with no whitespace.
\begin{tabular}{c|cc}
  x   &\vline\hfill y   &\multicolumn{1}{|r}{z} \\  
  abc &def &\vline\hfill ghi 
\end{tabular}
\cline\hline\vlinetabular \cline \cline Synopsis:
\cline{i-j}
Draw a horizontal rule in an array or tabular environment beginning in column i and ending in column j. The dash - must appear in the mandatory argument. To span a single column use the number twice. This example puts two horizontal lines between the first and second rows, one line in the first column only, and the other spanning the third and fourth columns. The two lines are side-by-side, at the same height.
\begin{tabular}{llrr} 
  a &b &c &d \\ \cline{1-1} \cline{3-4} 
  e &f &g &h 
\end{tabular}
\hline\clinetabular \hline \hline Draws a horizontal line the width of the enclosing tabular or array environment. It&textrsquo;s most commonly used to draw a line at the top, bottom, and between the rows of a table. In this example the top of the table has two horizontal rules, one above the other, that span both columns. The bottom of the table has a single rule spanning both columns. Because of the \hline, the tabular second row&textrsquo;s line ending double backslash \\ is required.
\begin{tabular}{ll} \hline\hline
  Baseball   &Red Sox  \\
  Basketball &Celtics  \\ \hline
\end{tabular}
thebibliographytheoremtabularEnvironments
thebibliography environment, thebibliography thebibliography environment bibliography, creating (manually) Synopsis:
\begin{thebibliography}{widest-label}
\bibitem[label]{cite_key}
...
\end{thebibliography}
The thebibliography environment produces a bibliography or reference list. 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: \bibname For standard classes whose top level sectioning is \chapter (such as book and report), the label is in the macro \bibname; \refname For standard classes whose the top level sectioning is \section (such as article), the label is in macro \refname. package, babel babel package 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 is typically given as 9 for bibliographies with less than 10 references, 99 for ones with less than 100, etc. \bibitem
Specify a bibliography item.
\cite
Refer to a bibliography item.
\nocite
Include an item in the bibliography.
Using BibTeX
Automatic generation of bibliographies.
\bibitem\citethebibliography \bibitem \bibitem Synopsis:
\bibitem[label]{cite_key}
The \bibitem command generates an entry labelled by label. If the label argument is missing, a number is automatically generated using the enumi counter. The cite_key is a citation key citation key consisting in any sequence of letters, numbers, and punctuation symbols not containing a comma. This command writes an entry to the .aux file containing the item&textrsquo;s cite_key and label. When the .aux file is read by the \begin{document} command, the item&textrsquo;s label is associated with cite_key, causing references to cite_key with a \cite command (\cite) to produce the associated label.
\cite\nocite\bibitemthebibliography \cite \cite Synopsis:
\cite[subcite]{keys}
The keys argument is a list of one or more citation keys (\bibitem), separated by commas. This command generates an in-text citation to the references associated with keys by entries in the .aux file. The text of the optional subcite argument appears after the citation. For example, \cite[p.~314]{knuth} might produce [Knuth, p. 314].
\nociteUsing BibTeX\citethebibliography \nocite \nocite Synopsis:
\nocite{keys}
The \nocite command produces no text, but writes keys, which is a list of one or more citation keys, to the .aux file.
Using BibTeX\nocitethebibliography Using Bib&tex; using Bib&tex; bib&tex;, using bibliography, creating (automatically) \bibliographystyle \bibliography If you use the Bib&tex; program by Oren Patashnik (highly recommended if you need a bibliography of more than a couple of titles) to maintain your bibliography, you don&textrsquo;t use the thebibliography environment (thebibliography). Instead, you include the lines
\bibliographystyle{bibstyle}
\bibliography{bibfile1,bibfile2}
The \bibliographystyle command does not produce any output of its own. Rather, it defines the style in which the bibliography will be produced: bibstyle refers to a file bibstyle.bst, which defines how your citations will look. The standard bibstyle names distributed with Bib&tex; are: alpha Sorted alphabetically. Labels are formed from name of author and year of publication. plain Sorted alphabetically. Labels are numeric. unsrt Like plain, but entries are in order of citation. abbrv Like plain, but more compact labels.
In addition, numerous other Bib&tex; style files exist tailored to the demands of various publications. See http://mirror.ctan.org/biblio/bibtex/contrib. The \bibliography command is what actually produces the bibliography. The argument to \bibliography refers to files named bibfile1.bib, bibfile2.bib, &dots;, which should contain your database in Bib&tex; format. Only the entries referred to via \cite and \nocite will be listed in the bibliography.
theoremtitlepagethebibliographyEnvironments
theorem environment, theorem theorem environment theorems, typesetting Synopsis:
\begin{theorem}
theorem-text
\end{theorem}
The theorem environment produces &textldquo;Theorem n&textrdquo; in boldface followed by theorem-text, where the numbering possibilities for n are described under \newtheorem (\newtheorem).
titlepageverbatimtheoremEnvironments
titlepage environment, titlepage titlepage environment making a title page title pages, creating Synopsis:
\begin{titlepage}
  ... text and spacing ...
\end{titlepage}
Create a title page, a page with no printed page number or heading. The following page will be numbered page one. To instead produce a standard title page without a titlepage environment you can use \maketitle (\maketitle). Notice in this example that all formatting, including vertical spacing, is left to the author.
\begin{titlepage}
\vspace*{\stretch{1}}
\begin{center}
  {\huge\bfseries Thesis \\[1ex] 
                  title}                  \\[6.5ex]
  {\large\bfseries Author name}           \\
  \vspace{4ex}
  Thesis  submitted to                    \\[5pt]
  \textit{University name}                \\[2cm]
  in partial fulfilment for the award of the degree of \\[2cm]
  \textsc{\Large Doctor of Philosophy}    \\[2ex]
  \textsc{\large Mathematics}             \\[12ex]
  \vfill
  Department of Mathematics               \\
  Address                                 \\
  \vfill
  \today
\end{center}
\vspace{\stretch{2}}
\end{titlepage}
verbatimversetitlepageEnvironments
verbatim environment, verbatim verbatim environment verbatim text simulating typed text typed text, simulating code, typesetting computer programs, typesetting Synopsis:
\begin{verbatim}
literal-text
\end{verbatim}
The verbatim environment is a paragraph-making environment in which &latex; produces exactly what you type in; for instance the \ character 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 environment uses a monospaced typewriter-like font (\tt). \verb
The macro form of the verbatim environment.
\verbverbatim \verb \verb verbatim text, inline Synopsis:
\verbcharliteral-textchar
\verb*charliteral-textchar
The \verb command typesets literal-text as it is input, including special characters and spaces, using the typewriter (\tt) font. No spaces are allowed between \verb or \verb* and the delimiter char, which begins and ends the verbatim text. The delimiter must not appear in literal-text. visible space The *-form differs only in that spaces are printed with a &textldquo;visible space&textrdquo; character.
verseverbatimEnvironments
verse environment, verse verse environment poetry, an environment for Synopsis:
\begin{verse}
line1 \\
line2 \\
...
\end{verse}
The verse environment is designed for poetry, though you may find other uses for it. \\ for verse The margins are indented on the left and the right, paragraphs are not indented, and the text is not justified. Separate the lines of each stanza with \\, and use one or more blank lines to separate the stanzas.
Line breakingPage breakingEnvironmentsTop Line breaking line breaking breaking lines The first thing &latex; does when processing ordinary text is to translate your input file into a sequence of glyphs and spaces. To produce a printed document, this sequence must be broken into lines (and these lines must be broken into pages). &latex; usually does the line (and page) breaking in the text body for you but in some environments you manually force line breaks. \\
Start a new line.
\obeycr & \restorecr
Make each input line start a new output line.
\newline
Break the line
\- (hyphenation)
Insert explicit hyphenation.
\discretionary
Insert explicit hyphenation with control of hyphen character.
\fussy
Be fussy about line breaking.
\sloppy
Be sloppy about line breaking.
\hyphenation
Tell &latex; how to hyphenate a word.
\linebreak & \nolinebreak
Forcing & avoiding line breaks.
\\\obeycr & \restorecrLine breaking
\\ \\ force line break new line, starting line break, forcing Synopsis:
\\[morespace]
or
\\*[morespace]
Start a new line. The optional argument morespace specifies extra vertical space to be insert before the next line. This can be a negative length. The text before the break is set at its normal length, that is, it is not stretched to fill out the line width. Explicit line breaks in the text body are unusual in &latex;. In particular, to start a new paragraph instead leave a blank line. This command is mostly used outside of the main flow of text such as in a tabular or array environment. Under ordinary circumstances (e.g., outside of a p{...} column in a tabular environment) the \newline command is a synonym for \\ (\newline). In addition to starting a new line, the starred form \\* tells &latex; not to start a new page between the two lines, by issuing a \nobreak.
\title{My story: \\[0.25in]
       a tale of woe}
\obeycr & \restorecr\newline\\Line breaking
\obeycr & \restorecr \obeycr \restorecr new line, output as input The \obeycr command makes a return in the input file (^^M, internally) the same as \\ (followed by \relax). So each new line in the input will also be a new line in the output. \restorecr restores normal line-breaking behavior.
\newline\- (hyphenation)\obeycr & \restorecrLine breaking
\newline \newline new line, starting (paragraph mode) In ordinary text this is equivalent to double-backslash (\\); it breaks a line, with no stretching of the text before it. Inside a tabular or array environment, in a column with a specifier producing a paragraph box, like typically p{...}, \newline will insert a line break inside of the column, that is, it does not break the entire row. To break the entire row use \\ or its equivalent \tabularnewline. This will print Name: and Address: as two lines in a single cell of the table.
\begin{tabular}{p{1in}{\hspace{2in}}p{1in}}
  Name: \newline Address: &Date: \\ \hline
\end{tabular}
The Date: will be baseline-aligned with Name:.
\- (hyphenation)\discretionary\newlineLine breaking
\- (discretionary hyphen) \- (hyphenation) hyphenation, forcing The \- command tells &latex; that it may hyphenate the word at that point. &latex; is pretty good at hyphenating, and usually finds most of the correct hyphenation points, while almost never using an incorrect one. The \- command is used for the exceptional cases. When you insert \- commands in a word, the word will only be hyphenated at those points and not at any of the hyphenation points that &latex; might otherwise have chosen.
\discretionary\fussy\- (hyphenation)Line breaking
\discretionary (generalized hyphenation point) hyphenation, discretionary discretionary hyphenation Synopsis:
\discretionary{pre-break-text}{post-break-text}{no-break-text}
\fussy\sloppy\discretionaryLine breaking
\fussy \fussy The declaration \fussy (which is the default) makes &tex; picky about line breaking. This usually avoids too much space between words, at the cost of an occasional overfull box. This command cancels the effect of a previous \sloppy command (\sloppy).
\sloppy\hyphenation\fussyLine breaking
\sloppy \sloppy The declaration \sloppy makes &tex; less fussy about line breaking. This will avoid overfull boxes, at the cost of loose interword spacing. Lasts until a \fussy command is issued (\fussy).
\hyphenation\linebreak & \nolinebreak\sloppyLine breaking
\hyphenation \hyphenation hyphenation, defining Synopsis:
\hyphenation{word-one word-two}
The \hyphenation command declares allowed hyphenation points with a - character in the given words. The words are separated by spaces. &tex; will only hyphenate if the word matches exactly, no inflections are tried. Multiple \hyphenation commands accumulate. Some examples (the default &tex; hyphenation patterns misses the hyphenations in these words):
\hyphenation{ap-pen-dix col-umns data-base data-bases}
\linebreak & \nolinebreak\hyphenationLine breaking
\linebreak & \nolinebreak \linebreak \nolinebreak line breaks, forcing line breaks, preventing Synopses:
\linebreak[priority]
\nolinebreak[priority]
By default, the \linebreak (\nolinebreak) command forces (prevents) a line break at the current position. For \linebreak, the spaces in the line are stretched out so that it extends to the right margin as usual. With the optional argument priority, you can convert the command from a demand to a request. The priority must be a number from 0 to 4. The higher the number, the more insistent the request.
Page breakingFootnotesLine breakingTop Page breaking page breaking breaking pages &latex; starts new pages asynchronously, when enough material has accumulated to fill up a page. Usually this happens automatically, but sometimes you may want to influence the breaks. \cleardoublepage
Start a new right-hand page.
\clearpage
Start a new page.
\newpage
Start a new page.
\enlargethispage
Enlarge the current page a bit.
\pagebreak & \nopagebreak
Forcing & avoiding page breaks.
\cleardoublepage\clearpagePage breaking
\cleardoublepage \cleardoublepage starting on a right-hand page The \cleardoublepage command ends the current page and causes all the pending floating figures and tables that have so far appeared in the input to be printed. In a two-sided printing style, it also makes the next page a right-hand (odd-numbered) page, producing a blank page if necessary.
\clearpage\newpage\cleardoublepagePage breaking
\clearpage \clearpage flushing floats and starting a page starting a new page and clearing floats The \clearpage command ends the current page and causes all the pending floating figures and tables that have so far appeared in the input to be printed.
\newpage\enlargethispage\clearpagePage breaking
\newpage \newpage new page, starting starting a new page The \newpage command ends the current page, but does not clear floats (\clearpage).
\enlargethispage\pagebreak & \nopagebreak\newpagePage breaking
\enlargethispage \enlargethispage enlarge current page \enlargethispage{size} \enlargethispage*{size} Enlarge the \textheight for the current page by the specified amount; e.g., \enlargethispage{\baselineskip} will allow one additional line. The starred form tries to squeeze the material together on the page as much as possible. This is normally used together with an explicit \pagebreak.
\pagebreak & \nopagebreak\enlargethispagePage breaking
\pagebreak & \nopagebreak \pagebreak \nopagebreak page break, forcing page break, preventing Synopses:
\pagebreak[priority]
\nopagebreak[priority]
By default, the \pagebreak (\nopagebreak) command forces (prevents) a page break at the current position. With \pagebreak, the vertical space on the page is stretched out where possible so that it extends to the normal bottom margin. With the optional argument priority, you can convert the \pagebreak command from a demand to a request. The number must be a number from 0 to 4. The higher the number, the more insistent the request is.
FootnotesDefinitionsPage breakingTop Footnotes footnotes, creating Place a numbered footnote at the bottom of the current page, as here.
Noel Coward quipped that having to read a footnote is like having
to go downstairs to answer the door, while in the midst of making
love.\footnote{I wouldn't know, I don't read footnotes.}
You can place multiple footnotes on a page. If the text becomes too long it will flow to the next page. You can also produce footnotes by combining the \footnotemark and the \footnotetext commands, which is useful in special circumstances. To make bibliographic references come out as footnotes you need to include a bibliographic style with that behavior. \footnote
Insert a footnote.
\footnotemark
Insert footnote mark only.
\footnotetext
Insert footnote text only.
Footnotes in a table
Table footnotes.  
Footnotes in section headings
Chapter or section titles.  
Footnotes of footnotes
Multiple classes of footnotes.  
Multiple reference to footnotes
Referring to a footnote more than once.  
Footnote parameters
Parameters for footnote formatting.
\footnote\footnotemarkFootnotes
\footnote \footnote Synopsis:
\footnote[number]{text}
Place a numbered footnote text at the bottom of the current page.
There are over a thousand footnotes in Gibbon's 
\textit{Decline and Fall of the Roman Empire}.\footnote{After
reading an early version with endnotes David Hume complained, 
``One is also plagued with his Notes, according to the present Method 
of printing the Book'' and suggested that they ``only to be printed 
at the Margin or the Bottom of the Page.''}
The optional argument number allows you to specify the footnote number. If you use this option then the footnote number counter is not incremented, and if you do not use it then the counter is incremented. footnotes, symbols instead of numbers \fnsymbol, and footnotes \&arobase;fnsymbol Change how &latex; shows the footnote counter with something like \renewcommand{\thefootnote}{\fnsymbol{footnote}}, which uses a sequence of symbols (\alph \Alph \arabic \roman \Roman \fnsymbol). To make this change global put that in the preamble. If you make the change local then you may want to reset the counter with \setcounter{footnote}{0}. By default &latex; uses arabic numbers. &latex;&textrsquo;s default puts many restrictions on where you can use a \footnote; for instance, you cannot use it in an argument to a sectioning command such as \chapter (it can only be used in outer paragraph mode). There are some workarounds; see following sections. Footnotes, in a minipage mpfootnote counter In a minipage environment the \footnote command uses the mpfootnote counter instead of the footnote counter, so they are numbered independently. They are shown at the bottom of the environment, not at the bottom of the page. And by default they are shown alphabetically. minipage.
\footnotemark\footnotetext\footnoteFootnotes
\footnotemark \footnotemark Synopsis, one of:
\footnotemark
\footnotemark[number]
Put the current footnote number in the text. (See \footnotetext for giving the text of the footnote separately.) The version with the optional argument number uses that number to determine the mark printed. This command can be used in inner paragraph mode. This example gives the same institutional affiliation to both the first and third authors (\thanks is a version of footnote).
\title{A Treatise on the Binomial Theorem}
\author{J Moriarty\thanks{University of Leeds} 
  \and A C Doyle\thanks{Durham University} 
  \and S Holmes\footnotemark[1]}
\begin{document}
\maketitle
If you use \footnotemark without the optional argument then it increments the footnote counter but if you use the optional number then it does not. This produces several consecutive footnote markers referring to the same footnote.
The first theorem\footnote{Due to Gauss.} 
and the second theorem\footnotemark[\value{footnote}] 
and the third theorem.\footnotemark[\value{footnote}]
\footnotetextFootnotes in a table\footnotemarkFootnotes
\footnotetext \footnotetext Synopsis, one of:
\footnotetext{text}
\footnotetext[number]{text}
Place text at the bottom of the page as a footnote. This command can come anywhere after the \footnotemark command. The optional argument number changes the displayed footnote number. The \footnotetext command must appear in outer paragraph mode.
Footnotes in a tableFootnotes in section headings\footnotetextFootnotes
Footnotes in a table Footnotes, in a table Inside a table environment the \footnote command does not work. For instance, if the code below appears on its own then the footnote simply disappears; there is a footnote mark in the table cell but nothing is set at the bottom of the page.
\begin{center}
     \begin{tabular}{l|l}
     \textsc{Ship}  &\textsc{Book} \\ \hline 
     \textit{HMS Sophie}     &Master and Commander  \\ 
     \textit{HMS Polychrest} &Post Captain  \\  
     \textit{HMS Lively}     &Post Captain \\
     \textit{HMS Surprise}   &A number of books\footnote{Starting with
                                HMS Surprise.}
     \end{tabular}
\end{center}
The solution is to surround the tabular environment with a minipage environment, as here (minipage).
\begin{center}
  \begin{minipage}{.5\textwidth}
    ... tabular material ...
  \end{minipage}
\end{center}
The same technique will work inside a floating table environment (table). To get the footnote at the bottom of the page use the tablefootnote package, as illustrated in this example. If you put \usepackage{tablefootnote} in the preamble and use the code shown then the footnote appears at the bottom and is numbered in sequence with other footnotes.
\begin{table}
  \centering
     \begin{tabular}{l|l}
     \textsc{Date}  &\textsc{Campaign} \\ \hline 
     1862           &Fort Donelson \\ 
     1863           &Vicksburg     \\  
     1865           &Army of Northern Virginia\footnote{Ending the war.}
     \end{tabular}
    \caption{Forces captured by US Grant}
\end{table}
Footnotes in section headingsFootnotes of footnotesFootnotes in a tableFootnotes
Footnotes in section headings footnotes, in section headings table of contents, avoiding footnotes Putting a footnote in a section heading, as in:
\section{Full sets\protect\footnote{This material due to ...}}
package, footmisc footmisc package stable option to footmisc package causes the footnote to appear at the bottom of the page where the section starts, as usual, but also at the bottom of the table of contents, where it is not likely to be desired. To have it not appear on the table of contents use the package footmisc with the stable option.
\usepackage[stable]{footmisc}
...
\begin{document}
...
\section{Full sets\footnote{This material due to ...}}
Note that the \protect is gone; including it would cause the footnote to reappear on the table of contents.
Footnotes of footnotesMultiple reference to footnotesFootnotes in section headingsFootnotes
Footnotes of footnotes Particularly in the humanities, authors can have multiple classes of footnotes, including having footnotes of footnotes. The package bigfoot extends &latex;&textrsquo;s default footnote mechanism in many ways, including allow these two, as in this example.
\usepackage{bigfoot}
\DeclareNewFootnote{Default}
\DeclareNewFootnote{from}[alph]   % create class \footnotefrom{}
 ...
\begin{document}
...
The third theorem is a partial converse of the 
second.\footnotefrom{First noted in Wilson.\footnote{Second edition only.}}
...
Multiple reference to footnotesFootnote parametersFootnotes of footnotesFootnotes
Multiple references to footnotes You can refer to a single footnote more than once. This example uses the package cleverref.
\usepackage{cleveref}[2012/02/15]   % this version of package or later 
\crefformat{footnote}{#2\footnotemark[#1]#3}
...
\begin{document}
...
The theorem is from Evers.\footnote{\label{fn:TE}Tinker and Evers, 1994.}
The corollary is from Chance.\footnote{Evers and Chance, 1990.}
But the key lemma is from Tinker.\cref{fn:TE}
...
This solution will work with the package hyperref. See \footnotemark for a simpler solution in the common case of multiple authors with the same affiliation.
Footnote parametersMultiple reference to footnotesFootnotes
Footnote parameters footnote parameters parameters, for footnotes \footnoterule\footnoterule Produces the rule separating the main text on a page from the page&textrsquo;s footnotes. Default dimensions: 0.4pt thick (or wide), and 0.4\columnwidth long in the standard document classes (except slides, where it does not appear). \footnotesep\footnotesep The height of the strut placed at the beginning of the footnote. By default, this is set to the normal strut for \footnotesize fonts (Font sizes), therefore there is no extra space between footnotes. This is 6.65pt for 10pt, 7.7pt for 11pt, and 8.4pt for 12pt.
DefinitionsCountersFootnotesTop Definitions definitions &latex; has support for making new commands of many different kinds. \newcommand & \renewcommand
(Re)define a new command.
\providecommand
Define a new command, if name not used.
\newcounter
Define a new counter.
\newlength
Define a new length.
\newsavebox
Define a new box.
\newenvironment & \renewenvironment
Define a new environment.
\newtheorem
Define a new theorem-like environment.
\newfont
Define a new font name.
\protect
Using tricky commands.
\ignorespaces & \ignorespacesafterend
Discard extra spaces.
\newcommand & \renewcommand\providecommandDefinitions
\newcommand & \renewcommand \newcommand commands, defining new ones commands, redefining defining a new command new commands, defining \newcommand and \renewcommand define and redefine a command, respectively. Synopses:
  \newcommand{\cmd}[nargs][optargdefault]{defn}
  \newcommand*{\cmd}[nargs][optargdefault]{defn}
\renewcommand{\cmd}[nargs][optargdefault]{defn}
\renewcommand*{\cmd}[nargs][optargdefault]{defn}
starred form, defining new commands *-form, defining new commands The starred form of these two commands requires that the arguments not contain multiple paragraphs of text (not \long, in plain &tex; terms). cmd Required; \cmd is the command name. For \newcommand, it must not be already defined and must not begin with \end. For \renewcommand, it must already be defined. nargs Optional; an integer from 0 to 9, specifying the number of arguments that the command can take, including any optional argument. If this argument is not present, the default is for the command to have no arguments. When redefining a command, the new version can have a different number of arguments than the old version. optargdefault Optional; if this argument is present then the first argument of defined command \cmd is optional, with default value optargdefault (which may be the empty string). If this argument is not present then \cmd does not take an optional argument. positional parameter That is, if \cmd is used with square brackets following, as in \cmd[myval], then within defn the first positional parameter #1 expands myval. On the other hand, if \cmd is called without square brackets following, then within defn the positional parameter #1 expands to the default optargdefault. In either case, any required arguments will be referred to starting with #2. Omitting [myval] in a call is different from having the square brackets with no contents, as in []. The former results in #1 expanding to optargdefault; the latter results in #1 expanding to the empty string. defn The text to be substituted for every occurrence of \cmd; the positional parameter #n in defn is replaced by the text of the nth argument.
&tex; ignores spaces in the source following an alphabetic control sequence, as in \cmd . If you actually want a space there, one solution is to type {} after the command (\cmd{} ; another solution is to use an explicit control space (\cmd\ ). A simple example of defining a new command: \newcommand{\RS}{Robin Smith} results in \RS being replaced by the longer text. Redefining an existing command is similar: \renewcommand{\qedsymbol}{{\small QED}}. Here&textrsquo;s a command definition with one required argument:
\newcommand{\defref}[1]{Definition~\ref{#1}}
Then, \defref{def:basis} expands to Definition~\ref{def:basis}, which will ultimately expand to something like Definition~3.14. An example with two required arguments: \newcommand{\nbym}[2]{$#1 \times #2$} is invoked as \nbym{2}{k}. An example with an optional argument:
\newcommand{\salutation}[1][Sir or Madam]{Dear #1:}
Then, \salutation gives Dear Sir or Madam: while \salutation[John] gives Dear John:. And \salutation[] gives Dear :. The braces around defn do not define a group, that is, they do not delimit the scope of the result of expanding defn. So \newcommand{\shipname}[1]{\it #1} is problematic; in this sentence,
The \shipname{Monitor} met the \shipname{Merrimac}.
the words met the would incorrectly be in italics. Another pair of braces in the definition is needed, like this: \newcommand{\shipname}[1]{{\it #1}}. Those braces are part of the definition and thus do define a group.
\providecommand\newcounter\newcommand & \renewcommandDefinitions
\providecommand \providecommand commands, defining new ones defining a new command new commands, defining Defines a command, as long as no command of this name already exists. Synopses:
\providecommand{cmd}[nargs][optargdefault]{defn}
\providecommand*{cmd}[nargs][optargdefault]{defn}
If no command of this name already exists then this has the same effect as \newcommand (\newcommand & \renewcommand). If a command of this name already exists then this definition does nothing. This is particularly useful in a style file, or other file that may be loaded more than once.
\newcounter\newlength\providecommandDefinitions
\newcounter: Allocating a counter \newcounter counters, defining new Synopsis, one of:
\newcounter{countername}
\newcounter{countername}[supercounter]
Globally defines a new counter named countername and initialize the new counter to zero. The name countername must consists of letters only, and does not begin with a backslash. This name must not already be in use by another counter. When you use the optional argument [supercounter] then countername will be numbered within, or subsidiary to, the existing counter supercounter. For example, ordinarily subsection is numbered within section so that any time supercounter is incremented with \stepcounter (\stepcounter) or \refstepcounter (\refstepcounter) then countername is reset to zero. Counters, for more information about counters.
\newlength\newsavebox\newcounterDefinitions
\newlength: Allocating a length \newlength lengths, allocating new rubber lengths, defining new skip register, plain &tex; glue register, plain &tex; Allocate a new length register. Synopsis:
\newlength{\arg}
This command takes one required argument, which must begin with a backslash (\). It creates a new length register named \arg, which is a place to hold (rubber) lengths such as 1in plus.2in minus.1in (what plain &tex; calls a skip register). The register gets an initial value of zero. The control sequence \arg must not already be defined. Lengths, for more about lengths.
\newsavebox\newenvironment & \renewenvironment\newlengthDefinitions
\newsavebox: Allocating a box \newsavebox box, allocating new Allocate a &textldquo;bin&textrdquo; for holding a box. Synopsis:
\newsavebox{\cmd}
Defines \cmd to refer to a new bin for storing boxes. Such a box is for holding typeset material, to use multiple times (Boxes) or to measure or manipulate. The name \cmd must start with a backslash (\), and must not be already defined. The allocation of a box is global. This command is fragile (\protect).
\newenvironment & \renewenvironment\newtheorem\newsaveboxDefinitions
\newenvironment & \renewenvironment \newenvironment \renewenvironment environments, defining defining new environments redefining environments These commands define or redefine an environment env, that is, \begin{env} body \end{env}. Synopses:
   \newenvironment{env}[nargs][optargdefault]{begdefn}{enddefn}
  \newenvironment*{env}[nargs][optargdefault]{begdefn}{enddefn}
 \renewenvironment{env}[nargs][optargdefault]{begdefn}{enddefn}
\renewenvironment*{env}[nargs][optargdefault]{begdefn}{enddefn}
*-form of environment commands The starred form of these commands requires that the arguments not contain multiple paragraphs of text. The body of these environments can still contain multiple paragraphs. env Required; the environment name. It consists only of letters or the * character, and thus does not begin with backslash (\). It must not begin with the string end. For \newenvironment, the name env must not be the name of an already existing environment, and also the command \env must be undefined. For \renewenvironment, env must be the name of an existing environment. nargs Optional; an integer from 0 to 9 denoting the number of arguments of that the environment will take. When the environment is used these arguments appear after the \begin, as in \begin{env}{arg1}&dots;{argn}. If this argument is not present then the default is for the environment to have no arguments. When redefining an environment, the new version can have a different number of arguments than the old version. optargdefault Optional; if this argument is present then the first argument of the defined environment is optional, with default value optargdefault (which may be the empty string). If this argument is not present then the environment does not take an optional argument. That is, when [optargdefault] is present in the environment definition, if \begin{env} is used with square brackets following, as in \begin{env}[myval], then, within begdefn, the positional parameter #1 expands to myval. If \begin{env} is called without square brackets following, then, within within begdefn, the positional parameter #1 expands to the default optargdefault. In either case, any required arguments will be referred to starting with #2. Omitting [myval] in the call is different from having the square brackets with no contents, as in []. The former results in #1 expanding to optargdefault; the latter results in #1 expanding to the empty string. begdefn Required; the text expanded at every occurrence of \begin{env}. Within begdef, the nth positional parameter (i.e., #n) is replaced by the text of the nth argument. enddefn Required; the text expanded at every occurrence of \end{env}. This may not contain any positional parameters, so #n cannot be used here (but see the final example below).
All environments, that is to say the begdefn code, the environment body and the enddefn code, are processed within a group. Thus, in the first example below, the effect of the \small is limited to the quote and does not extend to material following the environment. This example gives an environment like &latex;&textrsquo;s quotation except that it will be set in smaller type:
\newenvironment{smallquote}{%
  \small\begin{quotation}
}{%
  \end{quotation}
}
This one shows the use of arguments; it gives a quotation environment that cites the author:
\newenvironment{citequote}[1][Shakespeare]{%
  \begin{quotation}
  \noindent\textit{#1}: 
}{%
  \end{quotation}
}
The author&textrsquo;s name is optional, and defaults to Shakespeare. In the document, use the environment like this:
\begin{citequote}[Lincoln]
  ...
\end{citequote}
The final example shows how to save the value of an argument to use in enddefn, in this case in a box (\sbox):
\newsavebox{\quoteauthor}
\newenvironment{citequote}[1][Shakespeare]{%
  \sbox\quoteauthor{#1}%
  \begin{quotation} 
}{%
  \hspace{1em plus 1fill}---\usebox{\quoteauthor}
  \end{quotation}
}
\newtheorem\newfont\newenvironment & \renewenvironmentDefinitions
\newtheorem \newtheorem theorems, defining defining new theorems theorem-like environment environment, theorem-like Define a new theorem-like environment. Synopses:
\newtheorem{name}{title}
\newtheorem{name}{title}[numbered_within]
\newtheorem{name}[numbered_like]{title}
Using the first form, \newtheorem{name}{title} creates an environment that will be labelled with title. See the first example below. The second form \newtheorem{name}{title}[numbered_within] creates an environment whose counter is subordinate to the existing counter numbered_within (its counter will be reset when numbered_within is reset). The third form \newtheorem{name}[numbered_like]{title}, with optional argument between the two required arguments, will create an environment whose counter will share the previously defined counter numbered_like. You can specify one of numbered_within and numbered_like, or neither, but not both. This command creates a counter named name. In addition, unless the optional argument numbered_like is used, inside of the theorem-like environment the current \ref value will be that of \thenumbered_within (\ref). This declaration is global. It is fragile (\protect). Arguments: name The name of the environment. It must not begin with a backslash (\). It must not be the name of an existing environment; indeed, the command name \name must not already be defined as anything. title The text printed at the beginning of the environment, before the number. For example, Theorem. numbered_within Optional; the name of an already defined counter, usually a sectional unit such as chapter or section. When the numbered_within counter is reset then the name environment&textrsquo;s counter will also be reset. If this optional argument is not used then the command \thename is set to \arabic{name}. numbered_like Optional; the name of an already defined theorem-like environment. The new environment will be numbered in sequence with numbered_like.
Without any optional arguments the environments are numbered sequentially. The example below has a declaration in the preamble that results in Definition 1 and Definition 2 in the output.
\newtheorem{defn}{Definition}
\begin{document}
\section{...}
\begin{defn}
  First def 
\end{defn}

\section{...}
\begin{defn}
  Second def
\end{defn}
Because the next example specifies the optional argument numbered_within to \newtheorem as section, the example, with the same document body, gives Definition 1.1 and Definition 2.1.
\newtheorem{defn}{Definition}[section]
\begin{document}
\section{...}
\begin{defn}
  First def 
\end{defn}

\section{...}
\begin{defn}
  Second def
\end{defn}
In the next example there are two declarations in the preamble, the second of which calls for the new thm environment to use the same counter as defn. It gives Definition 1.1, followed by Theorem 2.1 and Definition 2.2.
\newtheorem{defn}{Definition}[section]
\newtheorem{thm}[defn]{Theorem}
\begin{document}
\section{...}
\begin{defn}
  First def 
\end{defn}

\section{...}
\begin{thm}
  First thm
\end{thm}

\begin{defn}
  Second def
\end{defn}
\newfont\protect\newtheoremDefinitions
\newfont: Define a new font (obsolete) \newfont fonts, new commands for defining new fonts \newfont, now obsolete, defines a command that will switch fonts. Synopsis:
\newfont{\cmd}{font description}
This defines a control sequence \cmd that will change the current font. &latex; will look on your system for a file named fontname.tfm. The control sequence must must not already be defined. It must begin with a backslash (\). .fd file This command is obsolete. It is a low-level command for setting up an individual font. Today fonts are almost always defined in families (which allows you to, for example, associate a boldface with a roman) through the so-called &textldquo;New Font Selection Scheme&textrdquo;, either by using .fd files or through the use of an engine that can access system fonts such as Xe&latex; (&tex; engines). at clause, in font definitions design size, in font definitions But since it is part of &latex;, here is an explanation: the font description consists of a fontname and an optional at clause; this can have the form either at dimen or scaled factor, where a factor of 1000 means no scaling. For &latex;&textrsquo;s purposes, all this does is scale all the character and other font dimensions relative to the font&textrsquo;s design size, which is a value defined in the .tfm file. This example defines two equivalent fonts and typesets a few characters in each:
\newfont{\testfontat}{cmb10 at 11pt}
\newfont{\testfontscaled}{cmb10 scaled 1100}
\testfontat abc
\testfontscaled abc
\protect\ignorespaces & \ignorespacesafterend\newfontDefinitions
\protect \protect fragile commands robust commands 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 there for use elsewhere in the document such as in the table of contents. Any argument that is internally expanded by &latex; without typesetting it directly is referred to as a moving arguments moving argument. A command is fragile if it can expand during this process into invalid &tex; code. Some examples of moving arguments are those that appear in the \caption{...} command (figure), in the \thanks{...} command (\maketitle), and in &arobase;-expressions in the tabular and array environments (tabular). If you get strange errors from commands used in moving arguments, try preceding it with \protect. Every fragile commands must be protected with their own \protect. Although usually a \protect command doesn&textrsquo;t hurt, length commands are robust and should not be preceded by a \protect command. Nor can a \protect command be used in the argument to \addtocounter or \setcounter command. In this example the \caption command gives a mysterious error about an extra curly brace. Fix the problem by preceding each \raisebox command with \protect.
\begin{figure}
  ...
  \caption{Company headquarters of A\raisebox{1pt}{B}\raisebox{-1pt}{C}}
\end{figure}
In the next example the \tableofcontents command gives an error because the \(..\) in the section title expands to illegal &tex; in the .toc file. You can solve this by changing \(..\) to \protect\(..\protect\).
\begin{document}
\tableofcontents
...
\section{Einstein's \( e=mc^2 \)}
...
\ignorespaces & \ignorespacesafterend\protectDefinitions
\ignorespaces & \ignorespacesafterend \ignorespaces \ignorespacesafterend spaces, ignore around commands commands, ignore spaces 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\&arobase;honorific{#1}} % remember title
\newcommand{\fullname}[1]{\&arobase;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\&arobase;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}.
CountersLengthsDefinitionsTop Counters counters, a list of variables, a list of Everything &latex; numbers for you has a counter associated with it. The name of the counter is often the same as the name of the environment or command associated with the number, except that the counter&textrsquo;s name has no backslash \. Thus, associated with the \chapter command is the chapter counter that keeps track of the chapter number. Below is a list of the counters used in &latex;&textrsquo;s standard document classes to control numbering.
part            paragraph       figure          enumi
chapter         subparagraph    table           enumii
section         page            footnote        enumiii
subsection      equation        mpfootnote      enumiv
subsubsection
The mpfootnote counter is used by the \footnote command inside of a minipage (minipage). The counters enumi through enumiv are used in the enumerate environment, for up to four levels of nesting (enumerate). New counters are created with \newcounter. \newcounter. \alph \Alph \arabic \roman \Roman \fnsymbol
Print value of a counter.
\usecounter
Use a specified counter in a list environment.
\value
Use the value of a counter in an expression.  
\setcounter
Set the value of a counter.
\addtocounter
Add a quantity to a counter.
\refstepcounter
Add to a counter.
\stepcounter
Add to a counter, resetting subsidiary counters.
\day \month \year
Numeric date values.
\alph \Alph \arabic \roman \Roman \fnsymbol\usecounterCounters
\alph \Alph \arabic \roman \Roman \fnsymbol: Printing counters counters, printing Print the value of a counter, in a specified style. For instance, if the counter counter has the value 1 then a \alph{counter} in your source will result in a lower case letter a appearing in the output. All of these commands take a single counter as an argument, for instance, \alph{enumi}. Note that the counter name does not start with a backslash. \alph{counter}\alph{counter} Print the value of counter in lowercase letters: &textlsquo;a&textrsquo;, &textlsquo;b&textrsquo;, &enddots; \Alph{counter}\Alph{counter} Print in uppercase letters: &textlsquo;A&textrsquo;, &textlsquo;B&textrsquo;, &enddots; \arabic{counter}\arabic{counter} Print in Arabic numbers: &textlsquo;1&textrsquo;, &textlsquo;2&textrsquo;, &enddots; \roman{counter}\roman{counter} Print in lowercase roman numerals: &textlsquo;i&textrsquo;, &textlsquo;ii&textrsquo;, &enddots; \Roman{counter}\Roman{counter} Print in uppercase roman numerals: &textlsquo;I&textrsquo;, &textlsquo;II&textrsquo;, &enddots; \fnsymbol{counter}\fnsymbol{counter} Prints the value of counter in a specific sequence of nine symbols (conventionally used for labeling footnotes). The value of counter must be between 1 and 9, inclusive. Here are the symbols: NameCommandEquivalent Unicode symbol and/or numeric code point asterisk\ast* dagger\dagger2020 ddagger\ddagger2021 section-sign\S00A7 paragraph-sign\P00B6 double-vert\parallel2016 double-asterisk\ast\ast** double-dagger\dagger\dagger20202020 double-ddagger\ddagger\ddagger20212021
\usecounter\value\alph \Alph \arabic \roman \Roman \fnsymbolCounters
\usecounter{counter} \usecounter list items, specifying counter numbered items, specifying counter Synopsis:
\usecounter{counter}
In the list environment, when used in the second argument, this command sets up counter to number the list items. It initializes counter to zero, and arranges that when \item is called without its optional argument then counter is incremented by \refstepcounter, making its value be the current ref value. This command is fragile (\protect). Put in the preamble, this makes a new list environment enumerated with testcounter:
\newcounter{testcounter}
\newenvironment{test}{%
  \begin{list}{}{%
    \usecounter{testcounter}
  }
}{%
  \end{list}
}
\value\setcounter\usecounterCounters
\value{counter} \value counters, getting value of Synopsis:
\value{counter}
This command expands to the value of counter. It is often used in \setcounter or \addtocounter, but \value can be used anywhere that &latex; expects a number. It must not be preceded by \protect (\protect). The \value command is not used for typesetting the value of the counter. \alph \Alph \arabic \roman \Roman \fnsymbol. This example outputs Test counter is 6. Other counter is 5..
\newcounter{test} \setcounter{test}{5}
\newcounter{other} \setcounter{other}{\value{test}}
\addtocounter{test}{1}

Test counter is \arabic{test}.
Other counter is \arabic{other}.
This example inserts \hspace{4\parindent}.
\setcounter{myctr}{3} \addtocounter{myctr}{1}
\hspace{\value{myctr}\parindent}
\setcounter\addtocounter\valueCounters
\setcounter{counter}{value} \setcounter counters, setting setting counters Synopsis:
\setcounter{counter}{value}
The \setcounter command globally sets the value of counter to the value argument. Note that the counter name does not start with a backslash. In this example the section value appears as V.
\setcounter{section}{5}
Here it is in Roman: \Roman{section}.
\addtocounter\refstepcounter\setcounterCounters
\addtocounter{counter}{value} \addtocounter The \addtocounter command globally increments counter by the amount specified by the value argument, which may be negative. In this example the section value appears as VII.
\setcounter{section}{5}
\addtocounter{section}{2}
Here it is in Roman: \Roman{section}.
\refstepcounter\stepcounter\addtocounterCounters
\refstepcounter{counter} \refstepcounter The \refstepcounter command works in the same way as \stepcounter (\stepcounter): it globally increments the value of counter by one and resets the value of any counter numbered within it. (For the definition of &textldquo;counters numbered within&textrdquo;, \newcounter.) In addition, this command also defines the current \ref value to be the result of \thecounter. While the counter value is set globally, the \ref value is set locally, i.e., inside the current group.
\stepcounter\day \month \year\refstepcounterCounters
\stepcounter{counter} \stepcounter The \stepcounter command globally adds one to counter and resets all counters numbered within it. (For the definition of &textldquo;counters numbered within&textrdquo;, \newcounter.)
\day \month \year\stepcounterCounters
\day \month \year: Predefined counters \day \month \year &latex; defines counters for the day of the month (\day, 1&textndash;31), month of the year (\month, 1&textndash;12), and year (\year, Common Era). When &tex; starts up, they are set to the current values on the system where &tex; is running. They are not updated as the job progresses. The related command \today produces a string representing the current day (\today).
LengthsMaking paragraphsCountersTop Lengths lengths, defining and using A length is a measure of distance. Many &latex; commands take a length as an argument. Lengths come in two types. A rigid length (what Plain &tex; calls a dimen) such as 10pt cannot contain a plus or minus component. A rubber length (what Plain &tex; calls a skip) can contain those, as with 1cm plus0.05cm minus0.01cm. These give the ability to stretch or shrink; the length in the prior sentence could appear in the output as long as 1.05 cm or as short as 0.99 cm, depending on what &tex;&textrsquo;s typesetting algorithm finds optimum. The plus or minus component of a rubber length can contain a fill component, as in 1in plus2fill. This gives the length infinite stretchability or shrinkability, so that the length in the prior sentence can be set by &tex; to any distance greater than or equal to 1 inch. &tex; actually provides three infinite glue components fil, fill, and filll, such that the later ones overcome the earlier ones, but only the middle value is ordinarily used. \hfill, \vfill. Multiplying an entire rubber length by a number turns it into a rigid length, so that after \setlength{\ylength}{1in plus 0.2in} and \setlength{\zlength}{3\ylength} then the value of \zlength is 3in. Units of length
The units that &latex; knows.
\setlength
Set the value of a length.
\addtolength
Add a quantity to a length.
\settodepth
Set a length to the depth of something.
\settoheight
Set a length to the height of something.
\settowidth
Set a length to the width of something.
Predefined lengths
Lengths that are, like, predefined.
Units of length\setlengthLengths
Units of length units, of length &tex; and &latex; know about these units both inside and outside of math mode. pt pt Point Point 1/72.27 inch. The conversion to metric units, to two decimal places, is 1point = 2.85mm = 28.45cm. pc pica pc Pica, 12 pt in in inch Inch, 72.27 pt bp bp Big point Big point, 1/72 inch. This length is the definition of a point in PostScript and many desktop publishing systems. cm Centimeter cm Centimeter mm Millimeter mm Millimeter dd Didot point dd Didot point, 1.07 pt cc Cicero cc Cicero, 12 dd sp Scaled point sp Scaled point, 1/65536 pt
ex x-height ex m-width em em Two other lengths that are often used are values set by the designer of the font. The x-height of the current font ex, traditionally the height of the lower case letter x, is often used for vertical lengths. Similarly em, traditionally the width of the capital letter M, is often used for horizontal lengths (there is also \enspace, which is 0.5em). Use of these can help make a definition work better across font changes. For example, a definition of the vertical space between list items given as \setlength{\itemsep}{1ex plus 0.05ex minus 0.01ex} is more likely to still be reasonable if the font is changed than a definition given in points. mu, math unit mu In math mode, many definitions are expressed in terms of the math unit mu given by 1 em = 18 mu, where the em is taken from the current math symbols family. Spacing in math mode.
\setlength\addtolengthUnits of lengthLengths
\setlength \setlength lengths, setting Synopsis:
\setlength{\len}{amount}
The \setlength sets the value of length command length command \len to the value argument which can be expressed in any units that &latex; understands, i.e., inches (in), millimeters (mm), points (pt), big points (bp), etc.
\addtolength\settodepth\setlengthLengths
\addtolength \addtolength lengths, adding to Synopsis:
\addtolength{\len}{amount}
The \addtolength command increments a length command \len by the amount specified in the amount argument, which may be negative.
\settodepth\settoheight\addtolengthLengths
\settodepth \settodepth Synopsis:
\settodepth{\len}{text}
The \settodepth command sets the value of a length command \len equal to the depth of the text argument.
\settoheight\settowidth\settodepthLengths
\settoheight \settoheight Synopsis:
\settoheight{\len}{text}
The \settoheight command sets the value of a length command \len equal to the height of the text argument.
\settowidthPredefined lengths\settoheightLengths
\settowidth{\len}{text} \settowidth Synopsis:
\settowidth{\len}{text}
The \settowidth command sets the value of the command \len to the width of the text argument.
Predefined lengths\settowidthLengths
Predefined lengths lengths, predefined predefined lengths \width \width \height \height \depth \depth \totalheight \totalheight These length parameters can be used in the arguments of the box-making commands (Boxes). They specify the natural width, etc., of the text in the box. \totalheight equals &backslashchar;height + &backslashchar;depth. To make a box with the text stretched to double the natural size, e.g., say
\makebox[2\width]{Get a stretcher}
Making paragraphsMath formulasLengthsTop Making paragraphs making paragraphs paragraphs A paragraph is ended by one or more completely blank lines&textmdash;lines not containing even a %. A blank line should not appear where a new paragraph cannot be started, such as in math mode or in the argument of a sectioning command. \indent
Indent this paragraph.
\noindent
Do not indent this paragraph.
\parskip
Space added before paragraphs.
Marginal notes
Putting remarks in the margin.
\indent\noindentMaking paragraphs
\indent \indent \parindent indent, forcing \indent produces a horizontal space whose width equals to the \parindent length, the normal paragraph indentation. It is used to add paragraph indentation where it would otherwise be suppressed. The default value for \parindent is 1em in two-column mode, otherwise 15pt for 10pt documents, 17pt for 11pt, and 1.5em for 12pt.
\noindent\parskip\indentMaking paragraphs
\noindent \noindent indent, suppressing When used at the beginning of the paragraph, this command suppresses any paragraph indentation, as in this example.
... end of the prior paragraph.

\noindent This paragraph is not indented.
It has no effect when used in the middle of a paragraph. To eliminate paragraph indentation in an entire document, put \setlength{\parindent}{0pt} in the preamble.
\parskipMarginal notes\noindentMaking paragraphs
\parskip \parskip vertical space before paragraphs \parskip is a rubber length defining extra vertical space added before each paragraph. The default is 0pt plus1pt.
Marginal notes\parskipMaking paragraphs
Marginal notes marginal notes notes in the margin remarks in the margin \marginpar Synopsis:
\marginpar[left]{right}
The \marginpar command creates a note in the margin. The first line of the note will have the same baseline as the line in the text where the \marginpar occurs. When you only specify the mandatory argument right, the text will be placed in the right margin for one-sided layout (option oneside, see Document class options); in the outside margin for two-sided layout (option twoside, see Document class options); in the nearest margin for two-column layout (option twocolumn, see Document class options). \reversemarginpar \normalmarginpar The command \reversemarginpar places subsequent marginal notes in the opposite (inside) margin. \normalmarginpar places them in the default position. When you specify both arguments, left is used for the left margin, and right is used for the right margin. The first word will normally not be hyphenated; you can enable hyphenation there by beginning the node with \hspace{0pt}. These parameters affect the formatting of the note: \marginparpush\marginparpush Minimum vertical space between notes; default 7pt for 12pt documents, 5pt else. \marginparsep\marginparsep Horizontal space between the main text and the note; default 11pt for 10pt documents, 10pt else. \marginparwidth\marginparwidth Width of the note itself; default for a one-sided 10pt document is 90pt, 83pt for 11pt, and 68pt for 12pt; 17pt more in each case for a two-sided document. In two column mode, the default is 48pt. The standard &latex; routine for marginal notes does not prevent notes from falling off the bottom of the page.
Math formulasModesMaking paragraphsTop Math formulas math formulas formulas, math math mode, entering environment, math math environment environment, displaymath displaymath environment environment, equation equation environment There are three environments that put &latex; in math mode: math For formulas that appear right in the text. displaymath For formulas that appear on their own line. equation The same as the displaymath environment except that it adds an equation number in the right margin.
\( \) \[ \] The math environment can be used in both paragraph and LR mode, but the displaymath and equation environments can be used only in paragraph mode. The math and displaymath environments are used so often that they have the following short forms:
\(...\)   instead of   \begin{math}...\end{math}
\[...\]   instead of   \begin{displaymath}...\end{displaymath}
$ In fact, the math environment is so common that it has an even shorter form:
$ ... $   instead of   \(...\)
\boldmath \unboldmath The \boldmath command changes math letters and symbols to be in a bold font. It is used outside of math mode. Conversely, the \unboldmath command changes math glyphs to be in a normal font; it too is used outside of math mode. \displaystyle The \displaystyle declaration forces the size and style of the formula to be that of displaymath, e.g., with limits above and below summations. For example:
$\displaystyle \sum_{n=0}^\infty x_n $
Subscripts & superscripts
Also known as exponent or index.
Math symbols
Various mathematical squiggles.
Math functions
Math function names like sin and exp.
Math accents
Accents in math.
Spacing in math mode
Thick, medium, thin and negative spaces.
Math miscellany
Stuff that doesn&textrsquo;t fit anywhere else.
Subscripts & superscriptsMath symbolsMath formulas
Subscripts & superscripts superscript subscript exponent _ ^ In math mode, use the caret character ^ to make the exp appear as a superscript: ^{exp}. Similarly, in math mode, underscore _{exp} makes a subscript out of exp. In this example the 0 and 1 appear as subscripts while the 2 is a superscript.
\( (x_0+x_1)^2 \)
To have more than one character in exp use curly braces as in e^{-2x}. &latex; handles superscripts on superscripts, and all of that stuff, in the natural way, so expressions such as e^{x^2} and x_{a_0} will look right. It also does the right thing when something has both a subscript and a superscript. In this example the 0 appears at the bottom of the integral sign while the 10 appears at the top.
\int_0^{10} x^2 \,dx
You can put a superscript or subscript before a symbol with a construct such as {}_t K^2 in math mode (the initial {} prevents the prefixed subscript from being attached to any prior symbols in the expression). Outside of math mode, a construct like A test$_\textnormal{subscript}$ will produce a subscript typeset in text mode, not math mode. Note that there are packages specialized for writing Chemical formulas such as mhchem.
Math symbolsMath functionsSubscripts & superscriptsMath formulas
Math symbols math symbols symbols, math greek letters &latex; provides almost any mathematical symbol you&textrsquo;re likely to need. For example, if you include $\pi$ in your source, you will get the pi symbol 03C0. Below is a list of commonly-available symbols. It is by no means an exhaustive list. Each symbol here is described with a short phrase, and its symbol class (which determines the spacing around it) is given in parenthesis. Unless said otherwise, the commands for these symbols can be used only in math mode. To redefine a command so that it can be used whatever the current mode, see \ensuremath. \|\| 2225 Parallel (relation). Synonym: \parallel. \aleph\aleph 2135 Aleph, transfinite cardinal (ordinary). \alpha\alpha 03B1 Lower case Greek letter alpha (ordinary). \amalg\amalg 2A3F Disjoint union (binary) \angle\angle 2220 Geometric angle (ordinary). Similar: less-than sign < and angle bracket \langle. \approx\approx 2248 Almost equal to (relation). \ast\ast 2217 Asterisk operator, convolution, six-pointed (binary). Synonym: *, which is often a superscript or subscript, as in the Kleene star. Similar: \star, which is five-pointed, and is sometimes used as a general binary operation, and sometimes reserved for cross-correlation. \asymp\asymp 224D Asymptotically equivalent (relation). \backslash\backslash \ Backslash (ordinary). Similar: set minus \setminus, and \textbackslash for backslash outside of math mode. \beta\beta 03B2 Lower case Greek letter beta (ordinary). \bigcap\bigcap 22C2 Variable-sized, or n-ary, intersection (operator). Similar: binary intersection \cap. \bigcirc\bigcirc 26AA Circle, larger (binary). Similar: function composition \circ. \bigcup\bigcup 22C3 Variable-sized, or n-ary, union (operator). Similar: binary union \cup. \bigodot\bigodot 2A00 Variable-sized, or n-ary, circled dot operator (operator). \bigoplus\bigoplus 2A01 Variable-sized, or n-ary, circled plus operator (operator). \bigotimes\bigotimes 2A02 Variable-sized, or n-ary, circled times operator (operator). \bigtriangledown\bigtriangledown 25BD Variable-sized, or n-ary, open triangle pointing down (operator). \bigtriangleup\bigtriangleup 25B3 Variable-sized, or n-ary, open triangle pointing up (operator). \bigsqcup\bigsqcup 2A06 Variable-sized, or n-ary, square union (operator). \biguplus\biguplus 2A04 Variable-sized, or n-ary, union operator with a plus (operator). (Note that the name has only one p.) \bigvee\bigvee 22C1 Variable-sized, or n-ary, logical-and (operator). \bigwedge\bigwedge 22C0 Variable-sized, or n-ary, logical-or (operator). \bot\bot 22A5 Up tack, bottom, least element of a partially ordered set, or a contradiction (ordinary). See also \top. \bowtie\bowtie 22C8 Natural join of two relations (relation). \Box\Box 25A1 Modal operator for necessity; square open box (ordinary). Not available in plain &tex;. In &latex; you need to load the amssymb package. \bullet\bullet bullet symbol 2022 Bullet (binary). Similar: multiplication dot \cdot. \cap\cap 2229 Intersection of two sets (binary). Similar: variable-sized operator \bigcap. \cdot\cdot 22C5 Multiplication (binary). Similar: Bullet dot \bullet. \chi\chi 03C7 Lower case Greek chi (ordinary). \circ\circ 2218 Function composition, ring operator (binary). Similar: variable-sized operator \bigcirc. \clubsuit\clubsuit 2663 Club card suit (ordinary). \complement\complement 2201 Set complement, used as a superscript as in $S^\complement$ (ordinary). Not available in plain &tex;. In &latex; you need to load the amssymb package. Also used: $S^{\mathsf{c}}$ or $\bar{S}$. \cong\cong 2245 Congruent (relation). \coprod\coprod 2210 Coproduct (operator). \cup\cup 222A Union of two sets (binary). Similar: variable-sized operator \bigcup. \dagger\dagger 2020 Dagger relation (binary). \dashv\dashv 22A3 Dash with vertical, reversed turnstile (relation). Similar: turnstile \vdash. \ddagger\ddagger 2021 Double dagger relation (binary). \Delta\Delta 0394 Greek upper case delta, used for increment (ordinary). \delta\delta 03B4 Greek lower case delta (ordinary). \Diamond\Diamond 25C7 Large diamond operator (ordinary). Not available in plain &tex;. In &latex; you need to load the amssymb package. \diamond\diamond 22C4 Diamond operator, or diamond bullet (binary). Similar: large diamond \Diamond, circle bullet \bullet. \diamondsuit\diamondsuit 2662 Diamond card suit (ordinary). \div\div 00F7 Division sign (binary). \doteq\doteq 2250 Approaches the limit (relation). Similar: geometrically equal to \Doteq. \downarrow\downarrow 2193 Down arrow, converges (relation). Similar: double line down arrow \Downarrow. \Downarrow\Downarrow 21D3 Double line down arrow (relation). Similar: single line down arrow \downarrow. \ell\ell 2113 Lowercase cursive letter l (ordinary). \emptyset\emptyset 2205 Empty set symbol (ordinary). The variant form is \varnothing. \epsilon\epsilon 03F5 Lower case lunate epsilon (ordinary). Similar to Greek text letter. More widely used in mathematics is the script small letter epsilon \varepsilon 03B5. Related: the set membership relation \in 2208. \equiv\equiv 2261 Equivalence (relation). \eta\eta 03B7 Lower case Greek letter (ordinary). \exists\exists 2203 Existential quantifier (ordinary). \flat\flat 266D Musical flat (ordinary). \forall\forall 2200 Universal quantifier (ordinary). \frown\frown 2322 Downward curving arc (ordinary). \Gamma\Gamma 0393 Upper case Greek letter (ordinary). \gamma\gamma 03B3 Lower case Greek letter (ordinary). \ge\ge 2265 Greater than or equal to (relation). This is a synonym for \geq. \geq\geq 2265 Greater than or equal to (relation). This is a synonym for \ge. \gets\gets 2190 Is assigned the value (relation). Synonym: \leftarrow. \gg\gg 226B Much greater than (relation). Similar: much less than \ll. \hbar\hbar 210F Planck constant over two pi (ordinary). \heartsuit\heartsuit 2661 Heart card suit (ordinary). \hookleftarrow\hookleftarrow 21A9 Hooked left arrow (relation). \hookrightarrow\hookrightarrow 21AA Hooked right arrow (relation). \iff\iff 27F7 If and only if (relation). It is \Longleftrightarrow with a \thickmuskip on either side. \Im\Im 2111 Imaginary part (ordinary). See: real part \Re. \in\in 2208 Set element (relation). See also: lower case lunate epsilon \epsilon03F5 and small letter script epsilon \varepsilon. \infty\infty 221E Infinity (ordinary). \int\int 222B Integral (operator). \iota\iota 03B9 Lower case Greek letter (ordinary). \Join\Join 2A1D Condensed bowtie symbol (relation). Not available in Plain &tex;. \kappa\kappa 03BA Lower case Greek letter (ordinary). \Lambda\Lambda 039B Upper case Greek letter (ordinary). \lambda\lambda 03BB Lower case Greek letter (ordinary). \land\land 2227 Logical and (binary). This is a synonym for \wedge. See also logical or \lor. \langle\langle 27E8 Left angle, or sequence, bracket (opening). Similar: less-than <. Matches \rangle. \lbrace\lbrace 007B Left curly brace (opening). Synonym: \{. Matches \rbrace. \lbrack\lbrack 005B Left square bracket (opening). Synonym: [. Matches \rbrack. \lceil\lceil 2308 Left ceiling bracket, like a square bracket but with the bottom shaved off (opening). Matches \rceil. \le\le 2264 Less than or equal to (relation). This is a synonym for \leq. \leadsto\leadsto 21DD Squiggly right arrow (relation). Not available in plain &tex;. In &latex; you need to load the amssymb package. To get this symbol outside of math mode you can put \newcommand*{\Leadsto}{\ensuremath{\leadsto}} in the preamble and then use \Leadsto instead. \Leftarrow\Leftarrow 21D0 Is implied by, double-line left arrow (relation). Similar: single-line left arrow \leftarrow. \leftarrow\leftarrow 2190 Single-line left arrow (relation). Synonym: \gets. Similar: double-line left arrow \Leftarrow. \leftharpoondown\leftharpoondown 21BD Single-line left harpoon, barb under bar (relation). \leftharpoonup\leftharpoonup 21BC Single-line left harpoon, barb over bar (relation). \Leftrightarrow\Leftrightarrow 21D4 Bi-implication; double-line double-headed arrow (relation). Similar: single-line double headed arrow \leftrightarrow. \leftrightarrow\leftrightarrow 2194 Single-line double-headed arrow (relation). Similar: double-line double headed arrow \Leftrightarrow. \leq\leq 2264 Less than or equal to (relation). This is a synonym for \le. \lfloor\lfloor 230A Left floor bracket (opening). Matches: \floor. \lhd\lhd 25C1 Arrowhead, that is, triangle, pointing left (binary). Not available in plain &tex;. In &latex; you need to load the amssymb package. For the normal subgroup symbol you should load amssymb and use \vartriangleleft (which is a relation and so gives better spacing). \ll\ll 226A Much less than (relation). Similar: much greater than \gg. \lnot\lnot 00AC Logical negation (ordinary). Synonym: \neg. \longleftarrow\longleftarrow 27F5 Long single-line left arrow (relation). Similar: long double-line left arrow \Longleftarrow. \longleftrightarrow\longleftrightarrow 27F7 Long single-line double-headed arrow (relation). Similar: long double-line double-headed arrow \Longleftrightarrow. \longmapsto\longmapsto 27FC Long single-line left arrow starting with vertical bar (relation). Similar: shorter version \mapsto. \longrightarrow\longrightarrow 27F6 Long single-line right arrow (relation). Similar: long double-line right arrow \Longrightarrow. \lor\lor 2228 Logical or (binary). Synonym: wedge \wedge. \mapsto\mapsto 21A6 Single-line left arrow starting with vertical bar (relation). Similar: longer version \longmapsto. \mho\mho 2127 Conductance, half-circle rotated capital omega (ordinary). Not available in plain &tex;. In &latex; you need to load the amssymb package. \mid\mid 2223 Single-line vertical bar (relation). A typical use of \mid is for a set \{\, x \mid x\geq 5 \,\}. Similar: \vert and | produce the same single-line vertical bar symbol but without any spacing (they fall in class ordinary) and you should not use them as relations but instead only as ordinals, i.e., footnote symbols. For absolute value, see the entry for \vert and for norm see the entry for \Vert. \models\models 22A8 Entails, or satisfies; double turnstile, short double dash (relation). Similar: long double dash \vDash. \mp\mp 2213 Minus or plus (relation). \mu\mu 03BC Lower case Greek letter (ordinary). \nabla\nabla 2207 Hamilton&textrsquo;s del, or differential, operator (ordinary). \natural\natural 266E Musical natural notation (ordinary). \ne\ne 2260 Not equal (relation). Synonym: \neq. \nearrow\nearrow 2197 North-east arrow (relation). \neg\neg 00AC Logical negation (ordinary). Synonym: \lnot. Sometimes instead used for negation: \sim. \neq\neq 2260 Not equal (relation). Synonym: \ne. \ni\ni 220B Reflected membership epsilon; has the member (relation). Synonym: \owns. Similar: is a member of \in. \not\not 002000A00338 Long solidus, or slash, used to overstrike a following operator (relation). Many negated operators that don&textrsquo;t require \not are available, particularly with the amssymb package. For example, \notin is probably typographically preferable to \not\in. \notin\notin 2209 Not an element of (relation). Similar: not subset of \nsubseteq. \nu\nu 03BD Lower case Greek letter (ordinary). \nwarrow\nwarrow 2196 North-west arrow (relation). \odot\odot 2299 Dot inside a circle (binary). Similar: variable-sized operator \bigodot. \oint\oint 222E Contour integral, integral with circle in the middle (operator). \Omega\Omega 03A9 Upper case Greek letter (ordinary). \omega\omega 03C9 Lower case Greek letter (ordinary). \ominus\ominus 2296 Minus sign, or dash, inside a circle (binary). \oplus\oplus 2295 Plus sign inside a circle (binary). Similar: variable-sized operator \bigoplus. \oslash\oslash 2298 Solidus, or slash, inside a circle (binary). \otimes\otimes 2297 Times sign, or cross, inside a circle (binary). Similar: variable-sized operator \bigotimes. \owns\owns 220B Reflected membership epsilon; has the member (relation). Synonym: \ni. Similar: is a member of \in. \parallel\parallel 2225 Parallel (relation). Synonym: \|. \partial\partial 2202 Partial differential (ordinary). \perp\perp 27C2 Perpendicular (relation). Similar: \bot uses the same glyph but the spacing is different because it is in the class ordinary. \phi\phi 03D5 Lower case Greek letter (ordinary). The variant form is \varphi 03C6. \Pi\Pi 03A0 Upper case Greek letter (ordinary). \pi\pi 03C0 Lower case Greek letter (ordinary). The variant form is \varpi 03D6. \pm\pm 00B1 Plus or minus (binary). \prec\prec 227A Precedes (relation). Similar: less than <. \preceq\preceq 2AAF Precedes or equals (relation). Similar: less than or equals \leq. \prime\prime 2032 Prime, or minute in a time expression (ordinary). Typically used as a superscript: $f^\prime$; $f^\prime$ and $f'$ produce the same result. An advantage of the second is that $f'''$ produces the desired symbol, that is, the same result as $f^{\prime\prime\prime}$, but uses rather less typing. You can only use \prime in math mode. Using the right single quote ' in text mode produces a different character (apostrophe). \prod\prod 220F Product (operator). \propto\propto 221D Is proportional to (relation) \Psi\Psi 03A8 Upper case Greek letter (ordinary). \psi\psi 03C8 Lower case Greek letter (ordinary). \rangle\rangle 27E9 Right angle, or sequence, bracket (closing). Similar: greater than >. Matches:\langle. \rbrace\rbrace 007D Right curly brace (closing). Synonym: \}. Matches \lbrace. \rbrack\rbrack 005D Right square bracket (closing). Synonym: ]. Matches \lbrack. \rceil\rceil 2309 Right ceiling bracket (closing). Matches \lceil. \Re\Re 211C Real part, real numbers, cursive capital R (ordinary). Related: double-line, or blackboard bold, R \mathbb{R}; to access this, load the amsfonts package. \restriction\restriction 21BE Restriction of a function (relation). Synonym: \upharpoonright. Not available in plain &tex;. In &latex; you need to load the amssymb package. \revemptyset\revemptyset 29B0 Reversed empty set symbol (ordinary). Related: \varnothing. Not available in plain &tex;. In &latex; you need to load the stix package. \rfloor\rfloor 230B Right floor bracket, a right square bracket with the top cut off (closing). Matches \lfloor. \rhd\rhd 25C1 Arrowhead, that is, triangle, pointing right (binary). Not available in plain &tex;. In &latex; you need to load the amssymb package. For the normal subgroup symbol you should instead load amssymb and use \vartriangleright (which is a relation and so gives better spacing). \rho\rho 03C1 Lower case Greek letter (ordinary). The variant form is \varrho 03F1. \Rightarrow\Rightarrow 21D2 Implies, right-pointing double line arrow (relation). Similar: right single-line arrow \rightarrow. \rightarrow\rightarrow 2192 Right-pointing single line arrow (relation). Synonym: \to. Similar: right double line arrow \Rightarrow. \rightharpoondown\rightharpoondown 21C1 Right-pointing harpoon with barb below the line (relation). \rightharpoonup\rightharpoonup 21C0 Right-pointing harpoon with barb above the line (relation). \rightleftharpoons\rightleftharpoons 21CC Right harpoon up above left harpoon down (relation). \searrow\searrow 2198 Arrow pointing southeast (relation). \setminus\setminus 29F5 Set difference, reverse solidus or slash, like \ (binary). Similar: backslash \backslash and also \textbackslash outside of math mode. \sharp\sharp 266F Musical sharp (ordinary). \Sigma\Sigma 03A3 Upper case Greek letter (ordinary). \sigma\sigma 03C3 Lower case Greek letter (ordinary). The variant form is \varsigma 03C2. \sim\sim 223C Similar, in a relation (relation). \simeq\simeq 2243 Similar or equal to, in a relation (relation). \smallint\smallint 222B Integral sign that does not change to a larger size in a display (operator). \smile\smile 2323 Upward curving arc, smile (ordinary). \spadesuit\spadesuit 2660 Spade card suit (ordinary). \sqcap\sqcap 2293 Square intersection symbol (binary). Similar: intersection cap. \sqcup\sqcup 2294 Square union symbol (binary). Similar: union cup. Related: variable-sized operator \bigsqcup. \sqsubset\sqsubset 228F Square subset symbol (relation). Similar: subset \subset. Not available in plain &tex;. In &latex; you need to load the amssymb package. \sqsubseteq\sqsubseteq 2291 Square subset or equal symbol (binary). Similar: subset or equal to \subseteq. \sqsupset\sqsupset 2290 Square superset symbol (relation). Similar: superset \supset. Not available in plain &tex;. In &latex; you need to load the amssymb package. \sqsupseteq\sqsupseteq 2292 Square superset or equal symbol (binary). Similar: superset or equal \supseteq. \star\star 22C6 Five-pointed star, sometimes used as a general binary operation but sometimes reserved for cross-correlation (binary). Similar: the synonyms asterisk * and \ast, which are six-pointed, and more often appear as a superscript or subscript, as with the Kleene star. \subset\subset 2282 Subset (occasionally, is implied by) (relation). \subseteq\subseteq 2286 Subset or equal to (relation). \succ\succ 227B Comes after, succeeds (relation). Similar: is less than >. \succeq\succeq 2AB0 Succeeds or is equal to (relation). Similar: less than or equal to \leq. \sum\sum 2211 Summation (operator). Similar: Greek capital sigma \Sigma. \supset\supset 2283 Superset (relation). \supseteq\supseteq 2287 Superset or equal to (relation). \surd\surd 221A Radical symbol (ordinary). The &latex; command \sqrt{...} typesets the square root of the argument, with a bar that extends to cover the argument. \swarrow\swarrow 2199 Southwest-pointing arrow (relation). \tau\tau 03C4 Lower case Greek letter (ordinary). \theta\theta 03B8 Lower case Greek letter (ordinary). The variant form is \vartheta 03D1. \times\times 00D7 Primary school multiplication sign (binary). See also \cdot. \to\to 2192 Right-pointing single line arrow (relation). Synonym: \rightarrow. \top\top 22A4 Top, greatest element of a partially ordered set (ordinary). See also \bot. \triangle\triangle 25B3 Triangle (ordinary). \triangleleft\triangleleft 25C1 Not-filled triangle pointing left (binary). Similar: \lhd. For the normal subgroup symbol you should load amssymb and use \vartriangleleft (which is a relation and so gives better spacing). \triangleright\triangleright 25B7 Not-filled triangle pointing right (binary). For the normal subgroup symbol you should instead load amssymb and use \vartriangleright (which is a relation and so gives better spacing). \unlhd\unlhd 22B4 Left-pointing not-filled underlined arrowhead, that is, triangle, with a line under (binary). Not available in plain &tex;. In &latex; you need to load the amssymb package. For the normal subgroup symbol load amssymb and use \vartrianglelefteq (which is a relation and so gives better spacing). \unrhd\unrhd 22B5 Right-pointing not-filled underlined arrowhead, that is, triangle, with a line under (binary). Not available in plain &tex;. In &latex; you need to load the amssymb package. For the normal subgroup symbol load amssymb and use \vartrianglerighteq (which is a relation and so gives better spacing). \Uparrow\Uparrow 21D1 Double-line upward-pointing arrow (relation). Similar: single-line up-pointing arrow \uparrow. \uparrow\uparrow 2191 Single-line upward-pointing arrow, diverges (relation). Similar: double-line up-pointing arrow \Uparrow. \Updownarrow\Updownarrow 21D5 Double-line upward-and-downward-pointing arrow (relation). Similar: single-line upward-and-downward-pointing arrow \updownarrow. \updownarrow\updownarrow 2195 Single-line upward-and-downward-pointing arrow (relation). Similar: double-line upward-and-downward-pointing arrow \Updownarrow. \upharpoonright\upharpoonright 21BE Up harpoon, with barb on right side (relation). Synonym: &backslashchar;restriction. Not available in plain &tex;. In &latex; you need to load the amssymb package. \uplus\uplus 228E Multiset union, a union symbol with a plus symbol in the middle (binary). Similar: union \cup. Related: variable-sized operator \biguplus. \Upsilon\Upsilon 03A5 Upper case Greek letter (ordinary). \upsilon\upsilon 03C5 Lower case Greek letter (ordinary). \varepsilon\varepsilon 03B5 Small letter script epsilon (ordinary). This is more widely used in mathematics than the non-variant lunate epsilon form \epsilon 03F5. Related: set membership \in. \vanothing\vanothing 2205 Empty set symbol. Similar: \emptyset. Related: \revemptyset. Not available in plain &tex;. In &latex; you need to load the amssymb package. \varphi\varphi 03C6 Variant on the lower case Greek letter (ordinary). The non-variant form is \phi 03D5. \varpi\varpi 03D6 Variant on the lower case Greek letter (ordinary). The non-variant form is \pi 03C0. \varrho\varrho 03F1 Variant on the lower case Greek letter (ordinary). The non-variant form is \rho 03C1. \varsigma\varsigma 03C2 Variant on the lower case Greek letter (ordinary). The non-variant form is \sigma 03C3. \vartheta\vartheta 03D1 Variant on the lower case Greek letter (ordinary). The non-variant form is \theta 03B8. \vdash\vdash 22A2 Provable; turnstile, vertical and a dash (relation). Similar: turnstile rotated a half-circle \dashv. \vee\vee 2228 Logical or; a downwards v shape (binary). Related: logical and \wedge. Similar: variable-sized operator \bigvee. \Vert\Vert 2016 Vertical double bar (ordinary). Similar: vertical single bar \vert. For a norm symbol, you can use the mathtools package and add \DeclarePairedDelimiter\norm{\lVert}{\rVert} to your preamble. This gives you three command variants for double-line vertical bars that are correctly horizontally spaced: if in the document body you write the starred version $\norm*{M^\perp}$ then the height of the vertical bars will match the height of the argument, whereas with \norm{M^\perp} the bars do not grow with the height of the argument but instead are the default height, and \norm[size command]{M^\perp} also gives bars that do not grow but are set to the size given in the size command, e.g., \Bigg. \vert\vert 007C Single line vertical bar (ordinary). Similar: double-line vertical bar \Vert. For such that, as in the definition of a set, use \mid because it is a relation. For absolute value you can use the mathtools package and add \DeclarePairedDelimiter\abs{\lvert}{\rvert} to your preamble. This gives you three command variants for single-line vertical bars that are correctly horizontally spaced: if in the document body you write the starred version $\abs*{\frac{22}{7}}$ then the height of the vertical bars will match the height of the argument, whereas with \abs{\frac{22}{7}} the bars do not grow with the height of the argument but instead are the default height, and \abs[size command]{\frac{22}{7}} also gives bars that do not grow but are set to the size given in the size command, e.g., \Bigg. \wedge\wedge 2227 Logical and (binary). Synonym: \land. See also logical or \vee. Similar: variable-sized operator \bigwedge. \wp\wp 2118 Weierstrass p (ordinary). \wr\wr 2240 Wreath product (binary). \Xi\Xi 039E Upper case Greek letter (ordinary). \xi\xi 03BE Lower case Greek letter (ordinary). \zeta\zeta 03B6 Lower case Greek letter (ordinary).
Math functionsMath accentsMath symbolsMath formulas
Math functions math functions functions, math These commands produce roman function names in math mode with proper spacing. \arccos\arccos \arccos \arcsin\arcsin \arcsin \arctan\arctan \arctan \arg\arg \arg \bmod\bmod Binary modulo operator (x \bmod y) \cos\cos \cos \cosh\cosh \cosh \cot\cot \cot \coth\coth \coth \csc\csc \csc \deg\deg \deg \det\det \det \dim\dim \dim \exp\exp \exp \gcd\gcd \gcd \hom\hom \hom \inf\inf \inf \ker\ker \ker \lg\lg \lg \lim\lim \lim \liminf\liminf \liminf \limsup\limsup \limsup \ln\ln \ln \log\log \log \max\max \max \min\min \min \pmod\pmod parenthesized modulus, as in (\pmod 2^n - 1) \Pr\Pr \Pr \sec\sec \sec \sin\sin \sin \sinh\sinh \sinh \sup\sup \sup \tan\tan \tan \tanh\tanh \tanh
Math accentsSpacing in math modeMath functionsMath formulas
Math accents math accents accents, mathematical &latex; provides a variety of commands for producing accented letters in math. These are different from accents in normal text (Accents). \acute\acute acute accent, math Math acute accent: \acute{x}. \bar\bar bar-over accent, math macron accent, math Math bar-over accent: \bar{x}. \breve\breve breve accent, math Math breve accent: \breve{x}. \check\check check accent, math hacek accent, math Math hacek (check) accent: \check{x}. \ddot\ddot double dot accent, math Math dieresis accent: \ddot{x}. \dot\dot overdot accent, math dot over accent, math Math dot accent: \dot{x}. \grave\grave grave accent, math Math grave accent: \grave{x}. \hat\hat hat accent, math circumflex accent, math Math hat (circumflex) accent: \hat{x}. \imath\imath dotless i, math Math dotless i. \jmath\jmath dotless j, math Math dotless j. \mathring\mathring ring accent, math Math ring accent: x. \tilde\tilde tilde accent, math Math tilde accent: \tilde{x}. \vec\vec vector symbol, math Math vector symbol: \vec{x}. \widehat\widehat wide hat accent, math Math wide hat accent: \widehat{x+y}. \widetilde\widetilde wide tilde accent, math Math wide tilde accent: \widetilde{x+y}.
Spacing in math modeMath miscellanyMath accentsMath formulas
Spacing in math mode spacing within math mode math mode, spacing In a math environment, &latex; ignores the spaces that you use in the source, and instead puts in the spacing according to the normal rules for mathematics texts. Many math mode spacing definitions are expressed in terms of the math unit mu given by 1 em = 18 mu, where the em is taken from the current math symbols family (Units of length). &latex; provides the following commands for use in math mode: \; \; \thickspace Normally 5.0mu plus 5.0mu. The longer name is \thickspace. Math mode only. \: \> \: \> \medspace Normally 4.0mu plus 2.0mu minus 4.0mu. The longer name is \medspace. Math mode only. \, \, \thinspace Normally 3mu. The longer name is \thinspace. This can be used in both math mode and text mode. \thinspace. \! \! A negative thin space. Normally -3mu. Math mode only. \quad quad \quad This is 18mu, that is, 1em. This is often used for space surrounding equations or expressions, for instance for the space between two equations inside a displaymath environment. It is available in both text and math mode. \qquad \qquad A length of 2 quads, that is, 36mu = 2em. It is available in both text and math mode.
In this example a thinspace separates the function from the infinitesimal.
\int_0^1 f(x)\,dx
Math miscellanySpacing in math modeMath formulas
Math miscellany math miscellany \*\* discretionary multiplication multiplication symbol, discretionary line break A discretionary multiplication symbol, at which a line break is allowed. Without the break multiplication is implicitly indicated by a space, while in the case of a break a 00D7 symbol is printed immediately before the break. So
\documentclass{article}
\begin{document}
Now \(A_3 = 0\), hence the product of all terms \(A_1\) 
through \(A_4\), that is \(A_1\* A_2\* A_3 \* A_4\), is 
equal to zero.
\end{document}
will make that sort of output (the ellipsis [&dots;] is here to show the line break at the same place as in a &tex; output) : Now A_3 = 0, [&dots;] A_1 through A_4, that is A_1 A_2 \times&linebreak;A_3 A_4, is equal to zero.
\cdots\cdots A horizontal ellipsis with the dots raised to the center of the line. \ddots\ddots A diagonal ellipsis: \ddots. \frac{num}{den}\frac{num}{den} \frac Produces the fraction num divided by den. \left delim1 ... \right delim2\left delim1 ... \right delim2 \right null delimiter The two delimiters need not match; . acts as a null delimiter, producing no output. The delimiters are sized according to the math in between. Example: \left( \sum_{i=1}^{10} a_i \right]. \mathdollar\mathdollar Dollar sign in math mode: $. \mathellipsis\mathellipsis Ellipsis (spaced for text) in math mode: &dots;. \mathparagraph\mathparagraph Paragraph sign (pilcrow) in math mode: 00B6. \mathsection\mathsection Section sign in math mode. \mathsterling\mathsterling Sterling sign in math mode: £. \mathunderscore\mathunderscore Underscore in math mode: _. \overbrace{math}\overbrace{math} Generates a brace over math. For example, \overbrace{x+\cdots+x}^{k \;\textrm{times}}. \overline{text}\overline{text} Generates a horizontal line over tex. For example, \overline{x+y}. \sqrt[root]{arg}\sqrt[root]{arg} Produces the representation of the square root of arg. The optional argument root determines what root to produce. For example, the cube root of x+y would be typed as \sqrt[3]{x+y}. \stackrel{text}{relation}\stackrel{text}{relation} Puts text above relation. For example, \stackrel{f}{\longrightarrow}. \underbrace{math}\underbrace{math} Generates math with a brace underneath. For example, \underbrace{x+y+z}_{>\,0} \underline{text}\underline{text} Causes text, which may be either math mode or not, to be underlined. The line is always below the text, taking account of descenders. \vdots\vdots Produces a vertical ellipsis.
ModesPage stylesMath formulasTop Modes modes paragraph mode math mode left-to-right mode LR mode When &latex; is processing your input text, it is always in one of three modes: Paragraph mode Math mode Left-to-right mode, called LR mode for short Mode changes occur only when entering or leaving an environment, or when &latex; is processing the argument of certain text-producing commands. Paragraph mode is the most common; it&textrsquo;s the one &latex; is in when processing ordinary text. In this mode, &latex; breaks the input text into lines and breaks the lines into pages. &latex; is in math mode when it&textrsquo;s generating a mathematical formula, either displayed math or within a line. \mbox, and LR mode In LR mode, as in paragraph mode, &latex; considers the output that it produces to be a string of words with spaces between them. However, unlike paragraph mode, &latex; keeps going from left to right; it never starts a new line in LR mode. Even if you put a hundred words into an \mbox, &latex; would keep typesetting them from left to right inside a single box (and then most likely complain because the resulting box was too wide to fit on the line). &latex; is in LR mode when it starts making a box with an \mbox command. You can get it to enter a different mode inside the box&textmdash;for example, you can make it enter math mode to put a formula in the box. There are also several text-producing commands and environments for making a box that put &latex; into paragraph mode. The box made by one of these commands or environments will be called a parbox. When &latex; is in paragraph mode while making a box, it is said to be in &textldquo;inner paragraph mode&textrdquo; (no page breaks). Its normal paragraph mode, which it starts out in, is called &textldquo;outer paragraph mode&textrdquo;. \ensuremath
Ensure that math mode is active
\ensuremathModes
\ensuremath Synopsis:
\ensuremath{formula}
The \ensuremath command ensures that formula is typeset in math mode whatever the current mode in which the command is used. For instance:
\documentclass{report}
\newcommand{\ab}{\ensuremath{(\delta, \varepsilon)}}
\begin{document}
Now, the \ab\ pair is equal to \(\ab = (\frac{1}{\pi}, 0)\), ...
\end{document}
One can redefine commands that can be used only in math mode so that they ca be used in any mode like in the following example given for \leadsto:
\documentclass{report}
\usepackage{amssymb}
\newcommand{\originalMeaningOfLeadsTo}{}
\let\originalMeaningOfLeadsTo\leadsto
\renewcommand\leadsto{\ensuremath{\originalMeaningOfLeadsTo}}
\begin{document}
All roads \leadsto\ Rome.
\end{document}
Page stylesSpacesModesTop Page styles styles, page page styles The \documentclass command determines the size and position of the page&textrsquo;s head and foot. The page style determines what goes in them. \maketitle
Generate a title page.
\pagenumbering
Set the style used for page numbers.
\pagestyle
Change the headings/footings style.
\thispagestyle
Change the headings/footings style for this page.
\maketitle\pagenumberingPage styles
\maketitle titles, making \maketitle The \maketitle command generates a title on a separate title page&textmdash;except in the article class, where the title is placed at the top of the first page. Information used to produce the title is obtained from the following declarations: \author{name \and name2}\author{name \and name2} author, for titlepage \\ for \author \and for \author The \author command declares the document author(s), where the argument is a list of authors separated by \and commands. Use \\ to separate lines within a single author&textrsquo;s entry&textmdash;for example, to give the author&textrsquo;s institution or address. \date{text}\date{text} date, for titlepage The \date command declares text to be the document&textrsquo;s date. With no \date command, the current date (\today) is used. \thanks{text}\thanks{text} thanks, for titlepage credit footnote The \thanks command produces a \footnote to the title, usually used for credit acknowledgements. \title{text}\title{text} title, for titlepage \\ for \title The \title command declares text to be the title of the document. Use \\ to force a line break, as usual.
\pagenumbering\pagestyle\maketitlePage styles
\pagenumbering \pagenumbering page numbering style Synopsis:
\pagenumbering{style}
Specifies the style of page numbers, according to style; also resets the page number to 1. The style argument is one of the following: arabic arabic numerals roman lowercase Roman numerals Roman uppercase Roman numerals alph lowercase letters Alph uppercase letters
\pagestyle\thispagestyle\pagenumberingPage styles
\pagestyle \pagestyle header style footer style running header and footer style Synopsis:
\pagestyle{style}
The \pagestyle command specifies how the headers and footers are typeset from the current page onwards. Values for style: plain Just a plain page number. empty Empty headers and footers, e.g., no page numbers. headings Put running headers on each page. The document style specifies what goes in the headers. myheadings Custom headers, specified via the \markboth or the \markright commands.
Here are the descriptions of \markboth and \markright: \markboth{left}{right}\markboth{left}{right} Sets both the left and the right heading. A &textldquo;left-hand heading&textrdquo; (left) is generated by the last \markboth command before the end of the page, while a &textldquo;right-hand heading&textrdquo; (right) is generated by the first \markboth or \markright that comes on the page if there is one, otherwise by the last one before the page. \markright{right}\markright{right} Sets the right heading, leaving the left heading unchanged.
\thispagestyle\pagestylePage styles
\thispagestyle{style} \thispagestyle The \thispagestyle command works in the same manner as the \pagestyle command (see previous section) except that it changes to style for the current page only.
SpacesBoxesPage stylesTop Spaces spaces white space &latex; has many ways to produce white (or filled) space.
Horizontal space 
\hspace
Fixed horizontal space.  
\hfill
Stretchable horizontal space.  
\spacefactor
Stretchability of following space
\(SPACE) after control sequence
Space (gobbling) after a control sequence.
\thinspace
One-sixth of an em.  
\/
Insert italic correction.
\hrulefill \dotfill
Stretchable horizontal rule or dots.
Vertical space
\addvspace
Add arbitrary vertical space if needed.
\bigskip \medskip \smallskip
Fixed vertical spaces.
\vfill
Infinitely stretchable vertical space.
\vspace
Add arbitrary vertical space.
\hspace\hfillSpaces
\hspace \hspace Synopsis:
\hspace{length}
\hspace*{length}
Add the horizontal space given by length. The length is a rubber length, that is, it may contain a plus or minus component, in any unit that &latex; understands (Lengths). This command can add both positive and negative space; adding negative space is like backspacing. Normally when &tex; breaks a paragraph into lines it discards white space (glues and kerns) that would come at the start of a line, so you get an inter-word space or a line break between words but not both. This command&textrsquo;s starred version \hspace*{...} puts a non-discardable invisible item in front of the space, so the space appears in the output. This example make a one-line paragraph that puts Name: an inch from the right margin.
\noindent\makebox[\linewidth]{\hspace{\fill}Name:\hspace{1in}}
\hfill\spacefactor\hspaceSpaces
\hfill \hfill stretch, infinite horizontal infinite horizontal stretch Produce a rubber length which has no natural space but can stretch horizontally as far as needed (Lengths). \fill The command \hfill is equivalent to \hspace{\fill}. For space that does not disappear at line breaks use \hspace*{\fill} instead (\hspace).
\spacefactor\(SPACE) after control sequence\hfillSpaces
\spacefactor Synopsis:
\spacefactor=integer
\spacefactor 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;&textrsquo;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&textrsquo;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&textrsquo;s extra space value (for Computer Modern Roman 10 point this is 1.11111 points), and then the font&textrsquo;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, \(SPACE) and \&arobase;. \(SPACE) and \&arobase;
Space after a period.  
\frenchspacing
Equal interword and inter-sentence space.
\normalsfcodes
Restore space factor settings to the default.
\(SPACE) and \&arobase;\frenchspacing\spacefactor \(SPACE) and \&arobase; \(SPACE) \TAB \NEWLINE \&arobase; \AT 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. \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 (~) or a \&arobase;. Examples are Nat.\ Acad.\ Science, and Mr.~Bean, and (manure, etc.\&arobase;) for sale (note that in the last the \&arobase; comes before the closing parenthesis). In the opposite situation, if you have a capital letter followed by a period that does end the sentence, then put \&arobase; before the period. For example, book by the MAA\&arobase;. will have correct inter-sentence spacing after the period. For another use of \(SPACE), \(SPACE) after control sequence. \frenchspacing\normalsfcodes\(SPACE) and \&arobase;\spacefactor \frenchspacing \frenchspacing \nonfrenchspacing spacing, inter-sentence 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. \normalsfcodes\frenchspacing\spacefactor \normalsfcodes \normalsfcodes spacing, inter-sentence Reset the &latex; space factor values to the default.
\(SPACE) after control sequence\thinspace\spacefactorSpaces
\ after control sequence The \ command is often used after control sequences to keep them from gobbling the space that follows, as in \TeX\ is nice. And, under normal circumstances, \tab and \newline are equivalent to \ . For another use of \ , see also \(SPACE) and \&arobase;. Some people prefer to use {} for the same purpose, as in \TeX{} is nice. This has the advantage that you can always write it the same way, namely \TeX{}, whether it is followed by a space or by a punctuation mark. Compare:
\TeX\ is a nice system. \TeX, a nice system.&linebreak;
\TeX{} is a nice system. \TeX{}, a nice system.
package, xspace xspace package Some individual commands, notably those defined with the xspace, package do not follow the standard behavior.
\thinspace\/\(SPACE) after control sequenceSpaces
\thinspace: Insert 1/6em \thinspace \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 &textrsquo;&textrdquo;.
\/\hrulefill \dotfill\thinspaceSpaces
\/: Insert italic correction \/ italic correction The \/ command produces an italic correction. This is a small space defined by the font designer for a given character, to avoid the character colliding with whatever follows. The italic f character typically has a large italic correction value. If the following character is a period or comma, it&textrsquo;s not necessary to insert an italic correction, since those punctuation symbols have a very small height. However, with semicolons or colons, as well as normal letters, it can help. Compare f: f; (in the &tex; output, the &textlsquo;f&textrsquo;s are nicely separated) with f: f;. When changing fonts with commands such as \textit{italic text} or {\itshape italic text}, &latex; will automatically insert an italic correction if appropriate (Font styles). Despite the name, roman characters can also have an italic correction. Compare pdf&tex; (in the &tex; output, there is a small space after the &textlsquo;f&textrsquo;) with pdf&tex;. There is no concept of italic correction in math mode; spacing is done in a different way.
\hrulefill \dotfill\addvspace\/Spaces
\hrulefill \dotfill \hrulefill \dotfill Produce an infinite rubber length (Lengths) filled with a horizontal rule (that is, a line) or with dots, instead of just white space. When placed between blank lines this example creates a paragraph that is left and right justified, where the space in the middle is filled with evenly spaced dots.
\noindent Jack Aubrey\dotfill Melbury Lodge
To make the rule or dots go to the line&textrsquo;s end use \null at the start or end. To change the rule&textrsquo;s thickness, copy the definition and adjust it, as with \renewcommand{\hrulefill}{\leavevmode\leaders\hrule height 1pt\hfill\kern\z&arobase;}, which changes the default thickness of 0.4pt to 1pt. Similarly, adjust the dot spacing as with \renewcommand{\dotfill}{\leavevmode\cleaders\hb&arobase;xt&arobase; 1.00em{\hss .\hss }\hfill\kern\z&arobase;}, which changes the default length of 0.33em to 1.00em.
\addvspace\bigskip \medskip \smallskip\hrulefill \dotfillSpaces
\addvspace \addvspace vertical space space, inserting vertical \addvspace{length} Add a vertical space of height length, which is a rubber length (Lengths). However, if vertical space has already been added to the same point in the output by a previous \addvspace command then this command will not add more space than what is needed to make the natural length of the total vertical space equal to length. Use this command to adjust the vertical space above or below an environment that starts a new paragraph. For instance, a Theorem environment is defined to begin and end with \addvspace{...} so that two consecutive Theorem&textrsquo;s are separated by one vertical space, not two. This command is fragile (\protect). The error Something's wrong--perhaps a missing \item means that you were not in vertical mode when you invoked this command; one way to change that is to precede this command with a \par command.
\bigskip \medskip \smallskip\vfill\addvspaceSpaces
\bigskip \medskip \smallskip These commands produce a given amount of space, specified by the document class. \bigskip\bigskip \bigskipamount The same as \vspace{\bigskipamount}, ordinarily about one line space, with stretch and shrink (the default for the book and article classes is 12pt plus 4pt minus 4pt). \medskip\medskip \medskipamount The same as \vspace{\medskipamount}, ordinarily about half of a line space, with stretch and shrink (the default for the book and article classes is 6pt plus 2pt minus 2pt). \smallskip\smallskip \smallskipamount The same as \vspace{\smallskipamount}, ordinarily about a quarter of a line space, with stretch and shrink (the default for the book and article classes is 3pt plus 1pt minus 1pt).
\vfill\vspace\bigskip \medskip \smallskipSpaces
\vfill \vfill stretch, infinite vertical infinite vertical stretch End the current paragraph and insert a vertical rubber length (Lengths) that is infinite, so it can stretch or shrink as far as needed. It is often used in the same way as \vspace{\fill}, except that \vfill ends the current paragraph, whereas \vspace{\fill} adds the infinite vertical space below its line irrespective of the paragraph structure. In both cases that space will disappear at a page boundary; to circumvent this see \vspace. In this example the page is filled, so the top and bottom lines contain the text Lost Dog! and the third Lost Dog! is exactly halfway between them.
\begin{document}
Lost Dog!
\vfill
Lost Dog!
\vfill
Lost Dog!
\end{document}
\vspace\vfillSpaces
\vspace{length} \vspace vertical space space, vertical Synopsis, one of these two:
\vspace{length}
\vspace*{length}
Add the vertical space length. This can be negative or positive, and is a rubber length (Lengths). &latex; removes the vertical space from \vspace at a page break, that is, at the top or bottom of a page. The starred version \vspace*{...} causes the space to stay. If \vspace is used in the middle of a paragraph (i.e., in horizontal mode), the space is inserted after the line with the \vspace command. A new paragraph is not started. In this example the two questions will be evenly spaced vertically on the page, with at least one inch of space below each.
\begin{document}
1) Who put the bomp in the bomp bah bomp bah bomp?
\vspace{1in plus 1fill}

2) Who put the ram in the rama lama ding dong?
\vspace{1in plus 1fill}
\end{document}
BoxesColorSpacesTop Boxes boxes All the predefined length parameters (Predefined lengths) can be used in the arguments of the box-making commands. \mbox
Horizontal boxes.
\fbox and \framebox
Put a frame around a box.
lrbox
An environment like \sbox.
\makebox
Box, adjustable position.
\parbox
Box with text in paragraph mode.
\raisebox
Raise or lower text.
\savebox
Like \makebox, but save the text for later use.
\sbox
Like \mbox, but save the text for later use.
\usebox
Print saved text.
\mbox\fbox and \frameboxBoxes
\mbox{text} \mbox hyphenation, preventing The \mbox command creates a box just wide enough to hold the text created by its argument. The text is not broken into lines, so it can be used to prevent hyphenation.
\fbox and \frameboxlrbox\mboxBoxes
\fbox and \framebox \fbox \framebox Synopses:
\fbox{text}
\framebox[width][position]{text}
The \fbox and \framebox commands are like \mbox, except that they put a frame around the outside of the box being created. In addition, the \framebox command allows for explicit specification of the box width with the optional width argument (a dimension), and positioning with the optional position argument. \fboxrule \fboxsep Both commands produce a rule of thickness \fboxrule (default 0.4pt), and leave a space of \fboxsep (default 3pt) between the rule and the contents of the box. \framebox (picture), for the \framebox command in the picture environment.
lrbox\makebox\fbox and \frameboxBoxes
lrbox lrbox Synopsis:
\begin{lrbox}{\cmd} 
  text 
\end{lrbox}
This is the environment form of \sbox\sbox. The text inside the environment is saved in the box \cmd, which must have been declared with \newsavebox.
\makebox\parboxlrboxBoxes
\makebox \makebox Synopsis:
\makebox[width][position]{text}
The \makebox command creates a box just wide enough to contain the text specified. The width of the box can be overridden by the optional width argument. The position of the text within the box is determined by the optional position argument, which may take the following values: c Centered (default). l Flush left. r Flush right. s Stretch (justify) across entire width; text must contain stretchable space for this to work.
\makebox is also used within the picture environment \makebox (picture).
\parbox\raisebox\makeboxBoxes
\parbox \parbox Synopsis:
\parbox[position][height][inner-pos]{width}{text}
paragraph mode 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, with nothing fancy inside. In particular, you shouldn&textrsquo;t use any paragraph-making environments inside a \parbox argument. For larger pieces of text, including ones containing a paragraph-making environment, you should use a minipage environment (minipage). \parbox has two mandatory arguments: width the width of the parbox; text the text that goes inside the parbox.
By default &latex; will position vertically a parbox so its center lines up with the center of the surrounding text line. When the optional position argument is present and equal either to t or b, this allows you respectively to align either the top or bottom line in the parbox with the baseline of the surrounding text. You may also specify m for position to get the default behaviour. The optional height argument overrides the natural height of the box. The inner-pos argument controls the placement of the text inside the box, as follows; if it is not specified, position is used. t text is placed at the top of the box. c text is centered in the box. b text is placed at the bottom of the box. s stretch vertically; the text must contain vertically stretchable space for this to work.
\raisebox\savebox\parboxBoxes
\raisebox \raisebox Synopsis:
\raisebox{distance}[height][depth]{text}
The \raisebox command raises or lowers text. The first mandatory argument specifies how high text is to be raised (or lowered if it is a negative amount). text itself is processed in LR mode. The optional arguments height and depth are dimensions. If they are specified, &latex; treats text as extending a certain distance above the baseline (height) or below (depth), ignoring its natural height and depth.
\savebox\sbox\raiseboxBoxes
\savebox \savebox Synopsis:
\savebox{\boxcmd}[width][pos]{text}
This command typeset text in a box just as with \makebox (\makebox), except that instead of printing the resulting box, it saves it in the box labeled \boxcmd, which must have been declared with \newsavebox (\newsavebox).
\sbox\usebox\saveboxBoxes
\sbox{\boxcmd}{text} \sbox Synopsis:
\sbox{\boxcmd}{text}
\sbox types text in a box just as with \mbox (\mbox) except that instead of the resulting box being included in the normal output, it is saved in the box labeled \boxcmd. \boxcmd must have been previously declared with \newsavebox (\newsavebox).
\usebox\sboxBoxes
\usebox{\boxcmd} \usebox Synopsis:
\usebox{\boxcmd}
\usebox produces the box most recently saved in the bin \boxcmd by a \savebox command (\savebox).
ColorGraphicsBoxesTop Color 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;&textrsquo;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. Color package options
Options when you load the standard package.
Color models
How colors are represented.
Commands for color
The available commands.
Color package optionsColor modelsColor
Color package options color package options options, color package 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&textrsquo;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&textrsquo;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.
Color modelsCommands for colorColor package optionsColor
Color models color models A color model is a way of representing colors. &latex;&textrsquo;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 Color package options).
Commands for colorColor modelsColor
Commands for color color package commands These are the commands available with the color package. Define colors
Give a color a name.
Colored text
Text or rules in color.
Colored boxes
A box of color, to write over.
Colored pages
A whole page colored.
Define colorsColored textCommands for color Define colors color define color color, define 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&textrsquo;s colors are defined in the preamble, or in the class or style, rather than in the document body.
Colored textColored boxesDefine colorsCommands for color Colored text color 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 (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.
Colored boxesColored pagesColored textCommands for color Colored boxes color colored boxes box, colored 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 (\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;&textrsquo;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.}}
Colored pagesColored boxesCommands for color Colored pages color colored page page, colored background, colored 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 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
GraphicsSpecial insertionsColorTop Graphics graphics graphics package 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 (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. Graphics package options
Options when you load the package.
Graphics package configuration
Where to look for files, which file types.
Commands for graphics
The available commands.
Graphics package optionsGraphics package configurationGraphics
Graphics package options graphics package options options, graphics package 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&textrsquo;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.
Graphics package configurationCommands for graphicsGraphics package optionsGraphics
Graphics package configuration graphics graphics package configuration, graphics package EPS files JPEG files JPG files PDF graphic files PNG files 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&textrsquo;s documentation. \graphicspath
Directories to search.
\DeclareGraphicsExtensions
File types, such as JPG or EPS.
\DeclareGraphicsRule
How to handle file types.
\graphicspath\DeclareGraphicsExtensionsGraphics package configuration \graphicspath \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&textrsquo;t include it then &latex;&textrsquo;s default is to search all of the places that it usually looks for a file (it uses &latex;&textrsquo;s \input&arobase;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&arobase;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.
\DeclareGraphicsExtensions\DeclareGraphicsRule\graphicspathGraphics package configuration \DeclareGraphicsExtensions \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 (\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&arobase;extensions}\makeatother.
\DeclareGraphicsRule\DeclareGraphicsExtensionsGraphics package configuration \DeclareGraphicsRule \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.
Commands for graphicsGraphics package configurationGraphics
Commands for graphics graphics package commands commands, graphics package These are the commands available with the graphics and graphicx packages. \includegraphics
Using a graphic in your document.
\rotatebox
Rotating boxes, including graphics.
\scalebox
Scaling boxes, including graphics.
\resizebox
Scaling boxes, including graphics, to a set size.
\includegraphics\rotateboxCommands for graphics \includegraphics graphics graphics package including graphics importing graphics EPS files JPEG files JPG files PDF graphic files PNG files \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, \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 (\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 (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 \rotatebox and \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 (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&textrsquo;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&textrsquo;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 (Units of length) and also convenient is \linewidth, or in a two-column document, \columnwidth (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 (Units of length), and also convenient are \pageheight and \textheight (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, \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, \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&textrsquo;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;&textrsquo;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;&textrsquo;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;&textrsquo;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, \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.
\rotatebox\scalebox\includegraphicsCommands for graphics \rotatebox rotation rotating graphics rotating text \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 (\includegraphics). origin The point of the material&textrsquo;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]{...} (Units of length). These give the offset from the box&textrsquo;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.
\scalebox\resizebox\rotateboxCommands for graphics \scalebox graphics, scaling graphics, resizing scaling resizing text, scaling text, resizing \scalebox \reflectbox 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 (\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.
\resizebox\scaleboxCommands for graphics \resizebox graphics, scaling graphics, resizing scaling resizing text, scaling text, resizing \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&textrsquo;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}.
Special insertionsSplitting the inputGraphicsTop Special insertions special insertions insertions of special characters &latex; provides commands for inserting characters that have a special meaning do not correspond to simple characters you can type. Reserved characters
Inserting # $ % & { } _ ~ ^ \
Upper and lower case
Make text upper or lower case.
Symbols by font position
Inserting font symbols by number.
Text symbols
Inserting other non-letter symbols in text.
Accents
Inserting accents.
Additional Latin letters
Inserting other non-English characters.
\rule
Inserting lines and rectangles.
\today
Inserting today&textrsquo;s date.
Reserved charactersUpper and lower caseSpecial insertions
Reserved characters reserved characters characters, reserved special characters characters, special &latex; sets aside the following characters for special purposes (for example, the percent sign % is for comments) so they are called reserved characters or special characters.
# $ % & { } _ ~ ^ \ 
\# \$ \% \& \_ \{ \} If you want a reserved character to be printed as itself, in the text body font, for all but the final three characters in that list simply put a backslash \ in front of the character. Thus, \$1.23 will produce $1.23 in your output. \~ \^ \textbackslash As to the last three characters, to get a tilde in the text body font use \~{} (omitting the curly braces would result in the next character receiving a tilde accent). Similarly, to get a get a text body font circumflex use \^{}. A text body font backslash results from \textbackslash{}. To produce the reserved characters in a typewriter font use \verb!!, as below.
\begin{center}
  \# \$ \% \& \{ \} \_ \~{} \^{} \textbackslash \\
  \verb!# $ % & { } _ ~ ^ \!
\end{center}
In that example the double backslash \\ is only there to split the lines.
Upper and lower caseSymbols by font positionReserved charactersSpecial insertions
Upper and lower case Upper case Lower case characters, 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 (\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}}
package, textcase textcase package The textcase package brings some of the missing feature of the standard &latex; commands \MakeUppercase and \MakeLowerCase. package, mfirstuc mfirstuc package To uppercase only the first letter of words, you can use the package mfirstuc.
Symbols by font positionText symbolsUpper and lower caseSpecial insertions
Symbols by font position \symbol accessing any character of a font font symbols, by number You can access any character of the current font using its number with the \symbol command. For example, the visible space character used in the \verb* command has the code decimal 32, so it can be typed as \symbol{32}. You can also specify numbers in octal (base 8) by using a ' prefix, or hexadecimal (base 16) with a " prefix, so the previous example could also be written as \symbol{'40} or \symbol{"20}.
Text symbolsAccentsSymbols by font positionSpecial insertions
Text symbols text symbols symbols, text textcomp package &latex; provides commands to generate a number of non-letter symbols in running text. Some of these, especially the more obscure ones, are not available in OT1; you may need to load the textcomp package. \copyright\copyright \textcopyright\textcopyright copyright symbol The copyright symbol, ©right;. \dag\dag dagger, in text The dagger symbol (in text). \ddag\ddag double dagger, in text The double dagger symbol (in text). \LaTeX\LaTeX &latex; logo logo, &latex; The &latex; logo. \LaTeXe\LaTeXe &latex;2e logo logo, &latex;2e The &latex;2e logo. \guillemotleft («)\guillemotleft («) \guillemotright (»)\guillemotright (») \guilsinglleft (‹)\guilsinglleft (‹) \guilsinglright (›)\guilsinglright (›) double guillemets single guillemets left angle quotation marks right angle quotation marks double angle quotation marks single angle quotation marks French quotation marks quotation marks, French Double and single angle quotation marks, commonly used in French: «, », ‹, ›. \ldots\ldots \dots\dots \textellipsis\textellipsis ellipsis An ellipsis (three dots at the baseline): &textlsquo;&dots;&textrsquo;. \ldots and \dots also work in math mode. \lq\lq left quote opening quote Left (opening) quote: &textlsquo;. \P\P \textparagraph\textparagraph paragraph symbol pilcrow Paragraph sign (pilcrow): 00B6. \pounds\pounds \textsterling\textsterling pounds symbol sterling symbol English pounds sterling: £. \quotedblbase („)\quotedblbase („) \quotesinglbase (‚)\quotesinglbase (‚) double low-9 quotation mark single low-9 quotation mark low-9 quotation marks, single and double Double and single quotation marks on the baseline: „ and ‚. \rq\rq right quote closing quote Right (closing) quote: &textrsquo;. \S\S \itemx \textsection section symbol Section sign: 00A7. \TeX\TeX &tex; logo logo, &tex; The &tex; logo. \textasciicircum\textasciicircum circumflex, ASCII, in text ASCII circumflex, in text ASCII circumflex: ^. \textasciitilde\textasciitilde tilde, ASCII, in text ASCII tilde, in text ASCII tilde: ~. \textasteriskcentered\textasteriskcentered asterisk, centered, in text centered asterisk, in text Centered asterisk: *. \textbackslash\textbackslash backslash, in text Backslash: \. \textbar\textbar vertical bar, in text bar, vertical, in text Vertical bar: |. \textbardbl\textbardbl vertical bar, double, in text bar, double vertical, in text double vertical bar, in text Double vertical bar. \textbigcircle\textbigcircle big circle symbols, in text circle symbol, big, in text Big circle symbol. \textbraceleft\textbraceleft left brace, in text brace, left, in text Left brace: {. \textbraceright\textbraceright right brace, in text brace, right, in text Right brace: }. \textbullet\textbullet bullet, in text Bullet: •. \textcircled{letter}\textcircled{letter} circled letter, in text letter in a circle, as in ®istered;. \textcompwordmark\textcompwordmark \textcapitalcompwordmark\textcapitalcompwordmark \textascendercompwordmark\textascendercompwordmark composite word mark, in text cap height ascender height Composite word mark (invisible). The \textcapital... form has the cap height of the font, while the \textascender... form has the ascender height. \textdagger\textdagger dagger, in text Dagger: \dag. \textdaggerdbl\textdaggerdbl dagger, double, in text double dagger, in text Double dagger: \ddag. \textdollar (or \$)\textdollar (or \$) dollar sign currency, dollar Dollar sign: $. \textemdash (or ---)\textemdash (or ---) em-dash Em-dash: &textmdash; (for punctuation). \textendash (or --)\textendash (or --) e-dash En-dash: &textndash; (for ranges). \texteuro\texteuro euro symbol currency, euro The Euro symbol: €. \textexclamdown (or !`)\textexclamdown (or !`) exclamation point, upside-down Upside down exclamation point: ¡. \textgreater\textgreater greater than symbol, in text Greater than: >. \textless\textless less than symbol, in text Less than: <. \textleftarrow\textleftarrow arrow, left, in text left arrow, in text Left arrow. \textordfeminine\textordfeminine \textordmasculine\textordmasculine feminine ordinal symbol masculine ordinal symbol ordinals, feminine and masculine Spanish ordinals, feminine and masculine Feminine and masculine ordinal symbols: ª, º. \textperiodcentered\textperiodcentered period, centered, in text centered period, in text Centered period: 00B7. \textquestiondown (or ?`)\textquestiondown (or ?`) question mark, upside-down Upside down question mark: ¿. \textquotedblleft (or ``)\textquotedblleft (or ``) left quote, double double left quote Double left quote: &textldquo;. \textquotedblright (or '')\textquotedblright (or '') right quote, double double right quote Double right quote: &textrdquo;. \textquoteleft (or `)\textquoteleft (or `) left quote, single single left quote Single left quote: &textlsquo;. \textquoteright (or ')\textquoteright (or ') right quote, single single right quote Single right quote: &textrsquo;. \textquotesingle\textquotesingle quote, single straight straight single quote single quote, straight Straight single quote. (From TS1 encoding.) \textquotestraightbase\textquotestraightbase \textquotestraightdblbase\textquotestraightdblbase quote, straight base straight quote, base double quote, straight base straight double quote, base Single and double straight quotes on the baseline. \textregistered\textregistered registered symbol Registered symbol: ®istered;. \textrightarrow\textrightarrow arrow, right, in text right arrow, in text Right arrow. \textthreequartersemdash\textthreequartersemdash three-quarters em-dash em-dash, three-quarters &textldquo;Three-quarters&textrdquo; em-dash, between en-dash and em-dash. \texttrademark\texttrademark trademark symbol Trademark symbol: 2122. \texttwelveudash\texttwelveudash two-thirds em-dash em-dash, two-thirds &textldquo;Two-thirds&textrdquo; em-dash, between en-dash and em-dash. \textunderscore\textunderscore underscore, in text Underscore: _. \textvisiblespace\textvisiblespace visible space symbol, in text Visible space symbol.
AccentsAdditional Latin lettersText symbolsSpecial insertions
Accents accents characters, accented letters, accented package, babel babel package multilingual support &latex; has wide support for many of the world&textrsquo;s scripts and languages, through the babel package and related support. This section does not attempt to cover all that support. It merely lists the core &latex; commands for creating accented characters. The \capital... commands produce alternative forms for use with capital letters. These are not available with OT1. \" \capitaldieresis \" (umlaut accent) \capitaldieresis umlaut accent dieresis accent Produces an umlaut (dieresis), as in o. \' \capitalacute \' (acute accent) \capitalacute acute accent Produces an acute accent, as in o. In the tabbing environment, pushes current column to the right of the previous column (tabbing). \. \. (dot-over accent) dot accent dot-over accent Produces a dot accent over the following, as in o. \= \capitalmacron \= (macron accent) \capitalmacron macron accent overbar accent bar-over accent Produces a macron (overbar) accent over the following, as in o. \^ \capitalcircumflex \^ (circumflex accent) \capitalcircumflex circumflex accent hat accent Produces a circumflex (hat) accent over the following, as in o. \` \capitalgrave \` (grave accent) \capitalgrave grave accent Produces a grave accent over the following, as in o. In the tabbing environment, move following text to the right margin (tabbing). \~ \capitaltilde \~ (tilde accent) \capitaltilde tilde accent Produces a tilde accent over the following, as in n. \b \b (bar-under accent) bar-under accent Produces a bar accent under the following, as in o. See also \underbar hereinafter. \c \capitalcedilla \c (cedilla accent) \capitalcedilla cedilla accent Produces a cedilla accent under the following, as in c. \d \capitaldotaccent \d (dot-under accent) \capitaldotaccent dot-under accent Produces a dot accent under the following, as in o. \H \capitalhungarumlaut \H (Hungarian umlaut accent) \capitalhungarumlaut hungarian umlaut accent Produces a long Hungarian umlaut accent over the following, as in o. \i \i (dotless i) dotless i Produces a dotless i, as in &textlsquo;i&textrsquo;. \j \j (dotless j) dotless j Produces a dotless j, as in &textlsquo;j&textrsquo;. \k \capitalogonek \k (ogonek) \capitalogonek ogonek Produces a letter with ogonek, as in &textlsquo;o&textrsquo;. Not available in the OT1 encoding. \r \capitalring \r (ring accent) \capitalring ring accent Produces a ring accent, as in &textlsquo;o&textrsquo;. \t \capitaltie \newtie \capitalnewtie \t (tie-after accent) \capitaltie \newtie \capitalnewtie tie-after accent Produces a tie-after accent, as in &textlsquo;oo&textrsquo;. The \newtie form is centered in its box. \u \capitalbreve \u (breve accent) \capitalbreve breve accent Produces a breve accent, as in &textlsquo;o&textrsquo;. \underbar \underbar underbar Not exactly an accent, this produces a bar under the argument text. The argument is always processed in horizontal mode. The bar is always a fixed position under the baseline, thus crossing through descenders. See also \underline in Math miscellany. See also \b above. \v \capitalcaron \v (breve accent) \capitalcaron hacek accent check accent caron accent Produces a hacek (check, caron) accent, as in &textlsquo;o&textrsquo;.
Additional Latin letters\ruleAccentsSpecial insertions
Additional Latin letters Non-English characters Latin letters, additional letters, additional Latin extended Latin special characters non-English characters characters, non-English Here are the basic &latex; commands for inserting letters (beyond A&textndash;Z) extending the Latin alphabet, used primarily in languages other than English. \aa \AA \aa (å) \AA (Å) aring å and Å. \ae \AE \ae (æ) \AE (Æ) ae ligature æ and Æ. \dh \DH \dh (ð) \DH (Ð) Icelandic eth eth, Icelandic letter Icelandic letter eth: ð and Ð. Not available with OT1 encoding, you need the fontenc package to select an alternate font encoding, such as T1. \dj \DJ \dj \DJ Crossed d and D, a.k.a.&noeos; capital and small letter d with stroke. Not available with OT1 encoding, you need the fontenc package to select an alternate font encoding, such as T1. \ij \IJ \ij (ij) \IJ (IJ) ij letter, Dutch ij and IJ (except somewhat closer together than appears here). \l \L \l (&lslash;) \L (&Lslash;) polish l &lslash; and &Lslash;. \ng \NG \ng \NG Lappish letter eng, also used in phonetics. \o \O \o (ø) \O (Ø) oslash ø and Ø. \oe \OE \oe (œ) \OE (Œ) oe ligature œ and Œ. \ss \SS \ss (ß) \SS (SS) es-zet German letter sharp S letters ß and SS. \th \TH \th (þ) \TH (Þ) Icelandic thorn thorn, Icelandic letter Icelandic letter thorn: þ and Þ. Not available with OT1 encoding, you need the fontenc package to select an alternate font encoding, such as T1.
\rule\todayAdditional Latin lettersSpecial insertions
\rule \rule Synopsis:
\rule[raise]{width}{thickness}
The \rule command produces rules, that is, lines or rectangles. The arguments are: raise How high to raise the rule (optional). width The length of the rule (mandatory). thickness The thickness of the rule (mandatory).
\today\ruleSpecial insertions
\today \today date, today&textrsquo;s The \today command produces today&textrsquo;s date, in the format month dd, yyyy; for example, July 4, 1976. It uses the predefined counters \day, \month, and \year (\day \month \year) to do this. It is not updated as the program runs. Multilingual packages like babel or classes like lettre, among others, will localize \today. For example, the following will output 4 juillet 1976:
\year=1976 \month=7 \day=4
\documentclass{minimal}
\usepackage[french]{babel}
\begin{document}
\today
\end{document}
package, datetime datetime package The datetime package, among others, can produce a wide variety of other date formats.
Splitting the inputFront/back matterSpecial insertionsTop Splitting the input splitting the input file input file A large document requires a lot of input. Rather than putting the whole input in a single large file, it&textrsquo;s more efficient to split it into several smaller ones. Regardless of how many separate files you use, there is one that is the root file file, root root file; it is the one whose name you type when you run &latex;. filecontents, for an environment that allows bundling an external file to be created with the main document. \include
Conditionally include a file.
\includeonly
Determine which files are included.
\input
Unconditionally include a file.
\include\includeonlySplitting the input
\include \include Synopsis:
\include{file}
If no \includeonly command is present, the \include command executes \clearpage to start a new page (\clearpage), then reads file, then does another \clearpage. Given an \includeonly command, the \include actions are only run if file is listed as an argument to \includeonly. See \includeonly. nested \include, not allowed The \include command may not appear in the preamble or in a file read by another \include command.
\includeonly\input\includeSplitting the input
\includeonly \includeonly Synopsis:
\includeonly{file1,file2,...}
The \includeonly command controls which files will be read by subsequent \include commands. The list of filenames is comma-separated. Each element file1, file2, &dots; must exactly match a filename specified in a \include command for the selection to be effective. This command can only appear in the preamble.
\input\includeonlySplitting the input
\input \input Synopsis:
\input{file}
The \input command causes the specified file to be read and processed, as if its contents had been inserted in the current file at that point. If file does not end in .tex (e.g., foo or foo.bar), it is 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).
Front/back matterLettersSplitting the inputTop Front/back matter Tables of contents
Glossaries
Indexes
Tables of contentsGlossariesFront/back matter
Tables of contents table of contents, creating \tableofcontents .toc file A table of contents is produced with the \tableofcontents command. You put the command right where you want the table of contents to go; &latex; does the rest for you. A previous run must have generated a .toc file. The \tableofcontents command produces a heading, but it does not automatically start a new page. If you want a new page after the table of contents, write a \newpage command after the \tableofcontents command. \listoffigures \listoftables .lof file .lot file The analogous commands \listoffigures and \listoftables produce a list of figures and a list of tables (from .lof and .lot files), respectively. Everything works exactly the same as for the table of contents. \nofiles The command \nofiles overrides these commands, and prevents any of these lists from being generated. \addcontentsline
Add an entry to table of contents, etc.
\addtocontents
Add text directly to table of contents file, etc.
\addcontentsline\addtocontentsTables of contents \addcontentsline \addcontentsline table of contents entry, manually adding Synopsis:
\addcontentsline{ext}{unit}{text}
The \addcontentsline command adds an entry to the specified list or table where: ext 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 following, matching the value of the ext argument:
toc The name of the sectional unit: part, chapter, section, subsection, subsubsection. lof For the list of figures: figure. lot For the list of tables: table.
text The text of the entry. \contentsline What is written to the .ext file is the command \contentsline{unit}{text}{num}, where num is the current value of counter unit.
\addtocontents\addcontentslineTables of contents \addtocontents \addtocontents{ext}{text} The \addtocontents{ext}{text} command adds text (or formatting commands) directly to the .ext file that generates the table of contents or lists of figures or tables. 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). text The text to be written.
GlossariesIndexesTables of contentsFront/back matter
Glossaries glossaries \makeglossary The command \makeglossary enables creating glossaries. \glossary .glo file The command \glossary{text} writes a glossary entry for text to an auxiliary file with the .glo extension. \glossaryentry Specifically, what gets written is the command \glossaryentry{text}{pageno}, where pageno is the current \thepage value. glossary package The glossary package on CTAN provides support for fancier glossaries.
IndexesGlossariesFront/back matter
Indexes indexes \makeindex The command \makeindex enables creating indexes. Put this in the preamble. \index .idx file The command \index{text} writes an index entry for text to an auxiliary file named with the .idx extension. \indexentry Specifically, what gets written is the command \indexentry{text}{pageno}, where pageno is the current \thepage value. &textlsquo;see&textrsquo; and &textlsquo;see also&textrsquo; index entries index entries, &textlsquo;see&textrsquo; and &textlsquo;see also&textrsquo; To generate a index entry for &textlsquo;bar&textrsquo; that says &textlsquo;See foo&textrsquo;, use a vertical bar: \index{bar|see{foo}}. Use seealso instead of see to make a &textlsquo;See also&textrsquo; entry. \seename \alsoname The text &textlsquo;See&textrsquo; is defined by the macro \seename, and &textlsquo;See also&textrsquo; by the macro \alsoname. These can be redefined for other languages. makeindex program xindy program .ind file The generated .idx file is then sorted with an external command, usually either makeindex (http://mirror.ctan.org/indexing/makeindex) or (the multi-lingual) xindy (http://xindy.sourceforge.net). This results in a .ind file, which can then be read to typeset the index. \printindex package, makeidx makeidx package The index is usually generated with the \printindex command. This is defined in the makeidx package, so \usepackage{makeidx} needs to be in the preamble. \indexspace The rubber length \indexspace is inserted before each new letter in the printed index; its default value is 10pt plus5pt minus3pt. package, showidx showidx package The showidx package causes each index entries to be shown in the margin on the page where the entry appears. This can help in preparing the index. package, multind multind package The multind package supports multiple indexes. See also the &tex; FAQ entry on this topic, http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind.
LettersTerminal input/outputFront/back matterTop Letters letters, writing writing letters Synopsis:
\documentclass{letter}
\address{sender address}
\signature{sender name}
\begin{document}
\begin{letter}{recipient address}
\opening{salutation}
  letter body
\closing{closing text}
\end{letter}
...  more letters ...
\end{document}
Produce one or more letters. Each letter is in a separate letter environment, whose argument recipient address often contains multiple lines separated with a double backslash (\\). For example, you might have:
 \begin{letter}{Mr. Joe Smith \\ 
      2345 Princess St. \\ 
      Edinburgh, EH1 1AA}
   ...
 \end{letter}
The start of the letter environment resets the page number to 1, and the footnote number to 1 also. The sender address and sender name are common to all of the letters, whether there is one or more, so these are best put in the preamble. As with the recipient address, often sender address contains multiple lines separated by a double backslash (\\). &latex; will put the sender name under the closing, after a vertical space for the traditional hand-written signature; it also can contain multiple lines. Each letter environment body begins with a required \opening command such as \opening{Dear Madam or Sir:}. The letter body text is ordinary &latex; so it can contain everything from enumerated lists to displayed math, except that commands such as \chapter that make no sense in a letter are turned off. Each letter environment body typically ends with a \closing command such as \closing{Yours,}. \\ for letters Additional material may come after the \closing. You can say who is receiving a copy of the letter with a command like \cc{the Boss \\ the Boss's Boss}. There&textrsquo;s a similar \encl command for a list of enclosures. And, you can add a postscript with \ps. &latex;&textrsquo;s default is to indent the signature and the \closing above it by a length of \longindentation. By default this is 0.5\textwidth. To make them flush left, put \setlength{\longindentation}{0em} in your preamble. To set a fixed date use something like \renewcommand{\today}{2015-Oct-12}. If put in your preamble then it will apply to all the letters. This example shows only one letter environment. The three lines marked as optional are typically omitted.
\documentclass{letter}
\address{Sender's street \\ Sender's town}
\signature{Sender's name \\ Sender's title}
% optional: \location{Mailbox 13}
% optional: \telephone{(102) 555-0101}
\begin{document}
\begin{letter}{Recipient's name \\ Recipient's address}
\opening{Sir:}
% optional: \thispagestyle{firstpage}
I am not interested in entering a business arrangement with you.
\closing{Your most humble, etc.,}
\end{letter}
\end{document}
These commands are used with the letter class. \address
Sender&textrsquo;s return address.
\cc
Carbon copy list.
\closing
Saying goodbye.
\encl
List of enclosed material.
\location
Sender&textrsquo;s organizational location.
\makelabels
Make address labels.
\name
Sender&textrsquo;s name, for the return address.
\opening
Saying hello.
\ps
Adding a postscript.
\signature
Sender&textrsquo;s signature.

\telephone
Sender&textrsquo;s phone number.
\address\ccLetters
\address \address Synopsis:
\address{senders address}
Specifies the return address as it appears on the letter and on the envelope. Separate multiple lines in senders address with a double backslash \\. Because it can apply to multiple letters this declaration is often put in the preamble. However, it can go anywhere, including inside an individual letter environment. This command is optional: without the \address declaration the letter is formatted with some blank space on top, for copying onto pre-printed letterhead paper. (Overview, for details on your local implementation.) With the \address declaration, it is formatted as a personal letter. Here is an example.
\address{Stephen Maturin \\
         The Grapes of the Savoy}
\cc\closing\addressLetters
\cc \cc cc list, in letters Synopsis:
\cc{first name \\ 
     ... }
Produce a list of names to which copies of the letter were sent. This command is optional. If it appears then typically it comes after \closing. Separate multiple lines with a double backslash \\, as in:
\cc{President \\
    Vice President}
\closing\encl\ccLetters
\closing \closing letters, ending closing letters Synopsis:
\closing{text}
Usually at the end of a letter, above the handwritten signature, there is a \closing (although this command is optional). For example,
\closing{Regards,}
\encl\location\closingLetters
\encl \encl enclosure list Synopsis:
\encl{first enclosed object \\ 
       ... }
Produce a list of things included with the letter. This command is optional; when it is used, it typically is put after \closing. Separate multiple lines with a double backslash \\.
\encl{License \\
       Passport }
\location\makelabels\enclLetters
\location \location Synopsis:
\location{text}
The text appears centered at the bottom of the each page. It only appears if the page style is firstpage.
\makelabels\name\locationLetters
\makelabels \makelabels Synopsis:
\makelabels
Create a sheet of address labels from the recipient addresses, one for each letter. This sheet will be output before the letters, with the idea that you can copy it to a sheet of peel-off labels. This command goes in the preamble. Customize the labels by redefining the commands \startlabels, \mlabel, and \returnaddress in the preamble. The command \startlabels sets the width, height, number of columns, etc., of the page onto which the labels are printed. The command \mlabel{sender address}{recipient address} produces the two labels (or one, if you choose to ignore the sender address). The sender address is the value 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.
\name\opening\makelabelsLetters
\name \name Synopsis:
\name{name}
Sender&textrsquo;s name, used for printing on the envelope together with the return address.
\opening\ps\nameLetters
\opening \opening letters, starting Synopsis:
\opening{text}
This command is required. It starts a letter, following the \begin{letter}{...}. The mandatory argument text is the text that starts your letter. For instance:
\opening{Dear John:}
\ps\signature\openingLetters
\ps \ps postscript, in letters Synopsis:
\ps{text}
Add a postscript. This command is optional and usually is used after \closing.
\ps{P.S. After you have read this letter, burn it. Or eat it.}
\signature\telephone\psLetters
\signature Synopsis:
\signature{first line \\
            ... }
\signature The sender&textrsquo;s name. This command is optional, although its inclusion is usual. The argument text appears at the end of the letter, after the closing and after a vertical space for the traditional hand-written signature. Separate multiple lines with a double backslash \\. For example:
\signature{J Fred Muggs \\
           White House}
&latex;&textrsquo;s default for the vertical space from the \closing text down to the \signature text is 6\medskipamount, which is six times 0.7em. This command is usually in the preamble, to apply to all the letters in the document. To have it apply to one letter only, put it inside a letter environment and before the \closing. You can include a graphic in the signature, for instance with \signature{\vspace{-6\medskipamount}\includegraphics{sig.png}\\ My name} (this requires writing \usepackage{graphicx} in the preamble).
\telephone\signatureLetters
\telephone \telephone Synopsis:
\telephone{number}
The sender&textrsquo;s telephone number. This is typically in the preamble, 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.
Terminal input/outputCommand lineLettersTop Terminal input/output input/output, to terminal terminal input/output \typein
Read text from the terminal.
\typeout
Write text to the terminal.
\typein\typeoutTerminal input/output
\typein[cmd]{msg} \typein Synopsis:
\typein[\cmd]{msg}
\typein prints msg on the terminal and causes &latex; to stop and wait for you to type a line of input, ending with return. If the optional \cmd argument is omitted, the typed input is processed as if 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.
\typeout\typeinTerminal input/output
\typeout{msg} \typeout Synopsis:
\typeout{msg}
Prints msg on the terminal and in the log file. Commands in msg that are defined with \newcommand or \renewcommand (among others) are replaced by their definitions before being printed. &latex;&textrsquo;s usual rules for treating multiple spaces as a single space 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.
Command lineDocument templatesTerminal input/outputTop Command line command line .tex, default extension The input file specification indicates the file to be formatted; &tex; uses .tex as a default file extension. If you omit the input file entirely, &tex; accepts input from the terminal. You can also specify arbitrary &latex; input by starting with a backslash. For example, this processes foo.tex without pausing after every error:
latex '\nonstopmode\input foo.tex'
--help command-line option With many, but not all, implementations, command-line options can also be specified in the usual Unix way, starting with - or --. For a list of those options, try latex --help. * prompt prompt, * \stop If &latex; stops in the middle of the document and gives you a * prompt, it is waiting for input. You can type \stop (and return) and it will prematurely end the document. &tex; engines, for other system commands invoking &latex;.
Document templatesConcept IndexCommand lineTop Document templates document templates templates, document Although not reference material, perhaps these document templates will be useful. Additional template resources are listed at http://tug.org/interest.html#latextemplates. beamer template
book template
tugboat template
beamer templatebook templateDocument templates
beamer template beamer template and class template, beamer The beamer class creates presentation slides. It has a vast array of features, but here is a basic template: \documentclass{beamer} \title{Beamer Class template} \author{Alex Author} \date{July 31, 2007} \begin{document} \maketitle % without [fragile], any {verbatim} code gets mysterious errors. \begin{frame}[fragile] \frametitle{First Slide} \begin{verbatim} This is \verbatim! \end{verbatim} \end{frame} \end{document} One web resource for this: http://robjhyndman.com/hyndsight/beamer/.
book templatetugboat templatebeamer templateDocument templates
book template template, book \documentclass{book} \title{Book Class Template} \author{Alex Author} \begin{document} \maketitle \chapter{First} Some text. \chapter{Second} Some other text. \section{A subtopic} The end. \end{document}
tugboat templatebook templateDocument templates
tugboat template template, TUGboat TUGboat template ltugboat class TUGboat is the journal of the &tex; Users Group, http://tug.org/TUGboat. \documentclass{ltugboat} \usepackage{graphicx} \usepackage{ifpdf} \ifpdf \usepackage[breaklinks,hidelinks]{hyperref} \else \usepackage{url} \fi %%% Start of metadata %%% \title{Example \TUB\ article} % repeat info for each author. \author{First Last} \address{Street Address \\ Town, Postal \\ Country} \netaddress{user (at) example dot org} \personalURL{http://example.org/~user/} %%% End of metadata %%% \begin{document} \maketitle \begin{abstract} This is an example article for \TUB{}. Please write an abstract. \end{abstract} \section{Introduction} This is an example article for \TUB, linked from \url{http://tug.org/TUGboat/location.html}. We recommend the \texttt{graphicx} package for image inclusions, and the \texttt{hyperref} package if active urls are desired (in the \acro{PDF} output). Nowadays \TUB\ is produced using \acro{PDF} files exclusively. The \texttt{ltugboat} class provides these abbreviations (and many more): % verbatim blocks are often better in \small \begin{verbatim}[\small] \AllTeX \AMS \AmS \AmSLaTeX \AmSTeX \aw \AW \BibTeX \CTAN \DTD \HTML \ISBN \ISSN \LaTeXe \mf \MFB \plain \POBox \PS \SGML \TANGLE \TB \TP \TUB \TUG \tug \UNIX \XeT \WEB \WEAVE \, \bull \Dash \dash \hyph \acro{FRED} -> {\small[er] fred} % please use! \cs{fred} -> \fred \meta{fred} -> <fred> \nth{n} -> 1st, 2nd, ... \sfrac{3/4} -> 3/4 \booktitle{Book of Fred} \end{verbatim} For references to other \TUB\ issue, please use the format \textsl{volno:issno}, e.g., ``\TUB\ 32:1'' for our \nth{100} issue. This file is just a template. The \TUB\ style documentation is the \texttt{ltubguid} document at \url{http://ctan.org/pkg/tugboat}. (For \CTAN\ references, where sensible we recommend that form of url, using \texttt{/pkg/}; or, if you need to refer to a specific file location, \texttt{http://mirror.ctan.org/\textsl{path}}.) Email \verb|tugboat@tug.org| if problems or questions. \bibliographystyle{plain} % we recommend the plain bibliography style \nocite{book-minimal} % just making the bibliography non-empty \bibliography{xampl} % xampl.bib comes with BibTeX \makesignature \end{document}
Concept IndexCommand IndexDocument templatesTop Concept Index Command IndexConcept IndexTop Command Index