Вы находитесь на странице: 1из 14

LATEX Command Summary \\* terminates a line, but disallows a pagebreak.

\] | same as \end{displaymath} or $$.


This listing contains short descriptions of the \^ makes a circum ex, as ^ o.
control sequences that are likely to be handy for
\_ is an underscore, as in hours worked.
users of LATEX v2.09 layered on TEX v2.0. Some
of these commands are LATEX macros, while oth- \` in tabbing environment moves all text which
ers belong to plain TEX; no attempt to di eren- follows (up to \\) to the right margin.
tiate them is made. Elsewhere, grave accent , as o.
\{ prints a curly left brace: f.
\ | ordinary space after period. \| is k (math mode).
\! | negative thin space = 16 quad; \} prints a curly right brace: g.
xx\!x yields xxx (math mode). \~ makes a tilde, as n~.
\" makes an umlaut, as  o. \a' makes an acute accent in tabbing
\# prints a pound sign: #. environment, as o.
\$ prints a dollar sign: $. \a` makes a grave accent in tabbing
\% prints a percent sign: %. environment, as o.
\& prints an ampersand: &. \a= makes a macron accent in tabbing
\' in tabbing environment moves current column environment, as o.
to the right of the previous column. Elsewhere, a. \AA is 
\aa is  A.
acute accent, as o. \acute makes an acute accent: a  (math mode).
\( | start math mode. Same as \begin{math}
\addcontentsline{toc}{section}{name} adds
or $. the command \contentsline{section}{name}
\) | end math mode. Same as \end{math} or $. to the .toc le.
\* is a discretionary multiplication sign, at which \address{text} declares the return address in
a line break is allowed. the letter document style.
\+ moves left margin to the right by one tab stop. \addtocontents{toc}{text} writes text to the
Begin tabbed line. .toc le.
\, | thin space = 61 quad; xx\,x yields xx x. It \addtocounter{name}{amount} adds amount to
is not restricted to math mode. counter name.
\- in tabbing environment, moves left margin to \addtolength{\nl}{length} adds length to
the left by one tab stop. Elsewhere, optional length command \nl. See also \setlength,
hyphenation. \newlength, \settowidth.
\. puts a dot accent over a letter, as o_ . \ae is . \AE is .
\/ inserts italics adjustment space. \aleph is @ (math mode).
\: | medium space = 29 quad; xx\:x yields xx x \alph{counter} prints counter as lower-case
(math mode). letters. \Alph{counter} prints upper-case
\; | thick space = 18 5 quad; xx\;x yields xx x letters.
(math mode). \alpha is (math mode).
\< in tabbing environment, puts text to left of \amalg is q (math mode).
local left margin.
\and separates multiple authors for the
\= in tabbing environment, sets a tab stop. \maketitle command.
Elsewhere, makes a macron accent, as o.
\angle is (math mode).
\> in tabbing environment is a forward tab.
6

Otherwise, medium space = 29 quad (math \appendix starts appendices.


mode). \approx is  (math mode).
\@ declares the period that follows is to be a \arabic{counter} prints counter as arabic
sentence-ending period. numerals 1, 2, etc.
\[ | same as \begin{displaymath} or $$. \arccos is arccos (math mode).
\\ terminates a line. \arcsin is arcsin (math mode).
2 LATEX Command Summary

\arctan is arctan (math mode). \begin{figure}[pos] begins a oating


\arg is arg (math mode). environment, which may be optionally placed
\arraycolsep | width of the space between
at pos (see positions on page 8). Document
columns in an array environment. styles report and article use the default tbp.
\begin{figure*}[pos] begins a
\arrayrulewidth | width of the rule created in
tabular or array environment by |, \hline,
two-column-wide gure. See \begin{figure}.
or \vline. \begin{flushleft} starts environment with
\arraystretch | scale factor for interrow
ragged right-hand margin. Separate lines with
\\. See \raggedright.
spacing in array and tabular environments.
\begin{flushright} starts environment with
\ast is  (math mode).
ragged left-hand margin. Separate lines with
\asymp is  (math mode). \\. See \raggedleft.
\author{names} declares author(s) for the \begin{itemize} starts a \bulleted" () list.
\maketitle command. Start each item with \item.
\b is a \bar-under" accent, as o. \begin{list}{labeling}{spacing} starts a

\backslash is n (math mode). general list environment. labeling speci es
\bar puts a macron over a letter: a  (math mode). how items are labeled when \item has no
\baselineskip | distance from bottom of one
argument. spacing is an optional list of
line of a paragraph to bottom of the next line. spacing parameters.
\begin{math} starts a math display like this:
\baselinestretch | factor by which
\baselineskip is multiplied each time a type x2 + y2 , within text. Same as $ or \(.
size changing command is executed. \begin{minipage}[pos]{vsize} starts a box of
\begin{environment } | always paired with height vsize. Text will be positioned according
\end{environment }. Following are the assorted to pos (see positions on page 8).
environments. \begin{picture}(x; y)(xl; yl ) starts a picture
\begin{abstract} starts an environment for environment whose width is x units, height is y
producing an abstract. units, and lower-left corner is the point (xl ; yl ).
\begin{array}{lrc} starts array environment
Set units with \unitlength.
with 3 columns, left-justi ed, right-justi ed, \begin{quotation} starts an environment with
and centered. Separate columns with &, and wider margins, normal paragraph indenting,
end lines with \\. @{text} between l, r or c and o set from the text at top and bottom.
arguments puts text between columns. \begin{quote} starts an environment with wider
\begin{center} starts an environment in which margins, no paragraph indenting, and o set
every line is centered. End lines with \\. from the text at top and bottom.
\begin{description} starts a labeled list. Items \begin{tabbing} starts a columnar environment.
are indicated by \item[label]. Use commands \= (set tab), \> (tab), \<
\begin{displaymath} sets mathematics on lines
(backtab), \+ (indent one tab stop), \-
of its own. Same as \[ or $$. (outdent one tab stop), \` ( ush right), \'
( ush left), \pushtabs, \poptabs, \kill, \\.
\begin{document} starts the actual text of a
\begin{table}[pos] begins a oating
document. Required. environment, which may be optionally placed
\begin{enumerate} starts a numbered list. at pos (see positions on page 8). Document
\begin{eqnarray} starts a displaymath styles report and article use the default tbp.
environment in which more than one equation \begin{table*}[pos] begins a two-column-wide
can be accommodated. Separate equations with table. See \begin{table}.
\\ or \\*; use \nonumber to suppress
\begin{tabular}{arg} starts an array
numbering a particular equation. environment which can be used in or out of
\begin{eqnarray*} begins an environment like math mode. arg contains column text
the eqnarray environment except that the positioning commands r, l, c, @{...},
equations aren't numbered. p{length} (see positions on page 8).
\begin{equation} starts a displaymath | produces vertical line between columns.
environment and adds an equation number. *{7}{r|l|} repeats that entry 7 times.
November 21, 1994 3

\begin{theorem} | see \newtheorem. \cap is \ (math mode).


\begin{titlepage} is an environment with no \caption[loftitle]{text} creates a numbered
page number, and causes following page to be caption in a
figure or
table environment.
numbered \1". Optionalloftitle contains entry for the list of
\begin{verbatim} starts an environment which gures if di erent from
text .
will be typeset exactly as you type it, carriage \cc{text} declares list of copy recipients for
returns and all, usually in typewriter font. letter document style.
\begin{verse} starts an environment for poetry \cdot is  (math mode).
with wider margins, no paragraph indenting, \cdots makes three dots centered on the line:   
and ragged right margin. (cf. \ldots) (math mode).
\beta is (math mode).
\centering declares that all text following is to
\bf switches to bold face type. be centered (cf. \begin{center}).
\bibitem{ref} text creates a bibliography entry \chapter[toctitle]{text} begins a new
text, numbers it, and labels it with reference section, automatically headed and numbered.
label ref. Optional toctitle contains entry for the table
\bibliography{file} | insert bibliography of contents if di erent from text.
from le name.bib at this point in text. \chapter*{title} is like \chapter{title}, but
\bibliographystyle{style} | a format adds no chapter number or table of contents
speci er, like \documentstyle. entry.
\bigcap is
T (math mode).
\check makes a h acek, as a (math mode).
\bigcirc is (math mode). \chi is  (math mode).
\bigcup is
S (math mode).
J (math mode). \circ is  (math mode).
\bigodot is \circle{diameter} as a valid argument for \put
\bigoplus is
L (math mode). in a picture environment, draws a circle.
\bigotimes is
N (math mode).
\circle*{diameter} is like \circle, but draws
\bigtriangledown is 5 (math mode). a solid circle.
\bigtriangleup is 4 (math mode). \cite[subcit]{ref} produces a reference, in
\bigskip | standard \big" vertical skip. square brackets, to a bibliographic item created
\bigskipamount | default length for \bigskip.
with \bibitem{ref}. Optional sub-citation
\bigsqcup is
F (math mode). subcit can be inserted in the entry.

\biguplus is
U (math mode). \cleardoublepage forces next page to be a
W (math mode). right-hand, odd-numbered page.
\bigvee is \clearpage ends a page where it is, and puts
\bigwedge is
V (math mode).
pending gures or tables on separate oat
\bmod is binary modulo expression u mod m pages with no text.
(math mode). \cline{i-j} draws a horizontal line across
\boldmath changes math italics and math columns i through j inclusive in array or
symbols to boldface. Should be used outside of tabular environments.
math mode. \closing{text} declares the closing in letter
\bot is ? (math mode). document style.
\bottomfraction | maximum fraction of page \clubsuit is | (math mode).
occupied by oats at the bottom. \columnsep | distance between columns in
\bowtie is ./ (math mode). two-column text.
\Box is 2 (math mode). \columnseprule | width of the rule between
\breve makes a breve accent: a  (math mode). columns on two-column pages.
\bullet is  (math mode). \columnwidth | width of the current column.
\c is a cedilla, as c. Equals \textwidth in single-column text.
\cal produces calligraphic letters, as B (math \cong is 
= (math mode).
mode). \coprod is
` (math mode).
4 LATEX Command Summary

\copyright is c . \documentstyle[substy]{sty} determines


\cos is cos (math mode). default font, headings, etc., for document of
\cosh is cosh (math mode).
style sty (and optional substyle substy).
Styles: article, book, letter, report,
\cot is cot (math mode). slides. Substyles: 11pt, 12pt, acm, draft,
\coth is coth (math mode). fleqn, leqno, twocolumn, twoside.
\csc is csc (math mode). \dot makes a dot over a letter: a_ (math mode).
\cup is [ (math mode).
:
\doteq is = (math mode).
\d is a \dot under" accent, as o.. \dotfill expands to ll horizontal space with
\dag is y. row of dots.
\dagger is y (math mode). \doublerulesep | horizontal distance between
vertical rules created by || in tabular or
array environment.
\dashbox{dwid}(width,height)[pos]{text}
creates a dashed rectangle around
text in a
picture environment. Dashes are
dwid units \downarrow is #. \Downarrow is + (math mode).
wide; dimensions of rectangle are
width and \ell is ` (math mode).
height ; text is positioned at optional
pos (see \em toggles between roman and italic fonts for
positions on page 8). emphasis.
\dashv is a (math mode). \emptyset is ; (math mode).
\date{adate} declares the date for the \encl{text} declares a list of enclosures for
\maketitle command. The default is \today. letter document style.
\day | current day of the month. \end{environment } ends an environment begun
\dblfloatpagefraction | minimum fraction of by \begin{environment } (q.v.).
a oat page that must be occupied by oats, for \epsilon is  (math mode).
two-column oat pages.
\equiv is  (math mode).
\dblfloatsep | distance between oats at the
top or bottom of a two-column oat page. \eta is  (math mode).

\dbltextfloatsep | distance between \evensidemargin | distance between left side of


double-width oats at the top or bottom of a page and text's normal left margin, for
two-column page and the text on that page. even-numbered pages in two-sided printing.
\dbltopfraction | maximum fraction at the \exists is 9 (math mode).
top of a two-column page that may be occupied \exp is exp (math mode).
by oats. \fbox{text} makes a framed box around text.
\ddag is z.
\fboxrule | thickness of ruled frame for \fbox
\ddagger is z (math mode). and \framebox.
\ddot makes a dieresis over a letter: a  (math \fboxsep | space between frame and text for
mode). \fbox and \framebox.
.
\ddots produces a diagonal ellipsis . . (math \fill | rubber length (glue) that can stretch to
mode). arbitrary length. Usually used to justify text a
\deg is deg (math mode).
particular way.
\flat is [ (math mode).
\delta is . \Delta is  (math mode).
\floatpagefraction | minimum fraction of a
\det is det (math mode).
oat page occupied by oats.
\diamond is . \Diamond is 3 (both math mode).
\floatsep | distance between oats that appear
\diamondsuit is } (math mode). at the top or bottom of a text page.
\dim is dim (math mode). \flushbottom causes pages to be stretched to
\displaystyle switches to displaymath or \textheight.
equation environment typesetting (math \fnsymbol{counter} prints counter as one of
mode). the set of \footnote symbols". counter must
\div is  (math mode). be less than 10.
November 21, 1994 5

\footheight | height of box at bottom of page \headsep | vertical distance between bottom of
that holds page number. head and top of text.
\footnote{text} creates a footnote of text. \heartsuit is ~ (math mode).
\footnotemark puts a footnote number into the \hfill is \hspace{\fill} (cf. \fill).
text. \hline draws a horizontal line across all columns
\footnotesep | height of strut placed at of a tabular or array environment.
beginning of footnote. \hom is hom (math mode).
\footnotesize switches to footnote-sized type. \hookleftarrow is - (math mode).
\footskip | vertical distance between bottom of \hookrightarrow is ,! (math mode).
last line of text and bottom of page footing. \hrulefill expands to ll horizontal space with
\footnotetext{text} speci es the text for a horizontal rule.
footnote which was indicated by a \hspace{len} leaves a horizontal space of
\footnotemark. dimension len.
\forall is 8 (math mode). \hspace*{len} is like \hspace{len} but space is
\frac{numerator}{denominator} produces a not removed at the beginning or end of a line.
fraction in math environments. \huge switches to a very large typeface. \Huge is
\frame{text} makes a framed (outlined) box even bigger.
around text, with no margin between the text \hyphenation{wordlist} declares hyphenation
and the frame. as indicated; wordlist contains words
\framebox[size][pos]{text} produces a separated by spaces, with hyphens indicated
framed box of dimension size containing (e.g. \aard-vark cal-i-bra-tion").
text, optionally positioned l or r. \i is .
In picture environment, \iff is () (math mode).
\framebox(width,height)[pos]{text}
\Im is = (math mode).
creates a rectangle around
text ; dimensions of
rectangle are
width and
height ; text is \imath is { (math mode).
positioned at optional
pos (see
positions on \in is 2 (math mode).
page 8). \include{filename} brings in filename text at
\frown is _ (math mode). that point.
\fussy is the default declaration for the \includeonly{file1,file2,...} limits
line-breaking algorithm (cf. \sloppy). recognition of \include les.
\gamma is . \Gamma is (math mode). \index{text} appends text to the .idx le by
\gcd is gcd (math mode). writing an \indexentry command.
\indexentry{text}{ref} is written to the .idx
\ge is  (math mode).
le for \index{text} occurring at reference
\geq is  (math mode). ref.
\gets is (math mode). \indexspace puts blank space before rst index
\gg is  (math mode). entry starting with a new letter.
\glossary{text} appends text to the .glo le \inf is inf (math mode).
by writing a \glossaryentry command. \infty is 1 (math mode).
\glossaryentry{text}{ref} is written to the \input{file} brings in text from file.tex at
.glo le for \glossary{text} occurring at that point.
reference ref. \int is
R (math mode).
\grave makes a grave accent: a  (math mode). \intextsep | vertical space placed above and
\H prints a long Hungarian umlaut, as } o. below oat in middle of text.
\hat makes a circum ex: ^ a (math mode). \iota is  (math mode).
\hbar is 
h (math mode). \it switches to Italic type.
\headheight | height of box at top of page that \item[text] indicates a list entry. text is
holds running head. optional, used in description environment.
6 LATEX Command Summary

\itemindent | extra indentation before label in \leftrightarrow is $. \Leftrightarrow is ,


list item. Default is 0mm. (math mode).
\itemsep | vertical space between successive list \leq is  (math mode).
items. \lfloor is b (math mode).
\j is . \lg is lg (math mode).
\jmath is | (math mode). \lhd is < (math mode).
\Join is 1 (math mode). \lim is lim (math mode).
\kappa is  (math mode). \liminf is lim inf (math mode).
\ker is ker (math mode). \limsup is lim sup (math mode).
\kill | in a \tabbing environment, deletes
\line(x,y){len} in picture environment, in
previous line so tabs can be set without \put command, draws line from \put argument
outputting text. with length len and slope (x,y).
\l is l. \L is L.
\linebreak[n] forces a line to break exactly at
\label{text} provides a reference point that is this point, and adjusts line just terminated (cf.
accessed with \ref{text} or \pageref{text}. newline). n is optional: 0 is an optional break,
\labelwidth | width of box containing list item 4 is a mandatory break, 1, 2 and 3 are
label. intermediate levels of insistence.
\labelsep | space between box containing list \linethickness{dimen} sets the thickness for all
item label and text of the item. lines in a picture.
\lambda is . \Lambda is  (math mode). \linewidth is the width of the current line in a
\land is ^ (math mode). paragraph.
\langle is h (math mode). \listoffigures begins a list of gures with

\large, \Large, and \LARGE switch to


heading.
successively larger than \normalsize type \listoftables begins a list of tables with
sizes. heading.
\LaTeX produces the LATEX logo. \listparindent | extra indentation added to
\lbrace is f (math mode).
rst line of every paragraph of an item after the
rst, in list environment.
\lbrack is [ (math mode).
\ll is  (math mode).
\lceil is d (math mode).
\ln is ln (math mode).
\ldots makes three dots at the base of the line:
\lnot is : (math mode).
: : :(cf. \cdots).
\log is log (math mode).
\le is  (math mode).
\leadsto is ; (math mode). \longleftarrow is . \Longleftarrow is (=
\left* (where * is a delimiter) must be paired
(math mode).
with \right* (not necessarily using the same \longleftrightarrow is !.
delimiter). `.' acts as a null delimiter (math \Longleftrightarrow is () (math mode).
mode). \longmapsto is 7 ! (math mode).
\leftarrow is . \Leftarrow is ( (math \longrightarrow is !. \Longrightarrow is
mode). =) (math mode).
\lefteqn{formula} is used in the eqnarray \lor is _ (math mode).
environment to break a long formula across \lq is a left-quote: `.
lines. \makebox[size][pos]{text} creates a box of
\leftharpoondown is ) (math mode). dimension size containing text at optional
\leftharpoonup is ( (math mode). pos. \makebox(width,height)[pos]{text}
\leftmargin, in list environment, horizontal puts text in a box; dimensions of box are
distance between left margin of enclosing width and height; text is positioned at
environment and left margin of list. Settable optional pos (see positions on page 8).
for nesting levels 1 through 6, as \leftmargini \makeglossary enables writing of
through \leftmarginvi. \glossaryentry commands to a .glo le.
November 21, 1994 7

\makeindex enables writing of \indexentry \newcounter{counter}[name] de nes a counter


commands to a .idx le. optionally to be zeroed whenever the name
\maketitle produces a title with \title, counter is incremented.
\author, and, optionally, \date. \newenvironment{envname}[narg]{def1}{def2}
\mapsto is 7! (math mode). de nes a new environment, optionally with
\marginpar{text} puts text in the margin as a
some number of arguments narg. def1 is
note. executed when the environment in entered and
def2 is executed when it is exited.
\marginparpush | minimum amount of vertical
\newfont{cs}{name} de nes a control sequence
space between two marginal notes. \cs that chooses the font name.
\marginparsep | horizontal space between
margin and marginal note. \newlength{\nl} sets up \nl as a length of 0in.
See also \setlength, \addtolength,
\marginparwidth | width of a marginal note.
\settowidth.
\markboth{lhd}{rhd} de nes the left-hand
\newline breaks a line right where it is, with no
heading lhd and the right-hand heading rhd for stretching of terminated line (cf. \linebreak).
the headings and myheadings page styles.
\newpage ends a page where it appears. (cf.
\markright{rhd} de nes the right-hand heading
\clearpage).
rhd for the headings and myheadings page
styles. \newsavebox{\binname} declares a new bin to

\max is max (math mode).


hold a \savebox.
\mbox{text} places text into a horizontal box.
\newtheorem{env}[env2]{label}[sectyp]
de nes a new theorem environment
env
\medskip | standard \medium" vertical skip. (optionally with the same numbering scheme as
\medskipamount | default length for \medskip. environment env2) with labels label.
\mho is 0 (math mode). Optionally, theorem numbers can be related to
\mid is j (math mode).
document section sectyp.
\ni is 3 (math mode).
\min is min (math mode).
\mit is \math italic" as in  (math mode). \nofiles suppresses writing of auxiliary les
.idx, .toc, etc.
\models is j= (math mode).
\noindent suppresses indentation of rst line of
\month | current month of the year.
paragraph.
\mp is  (math mode).
\nolinebreak[n] prevents a line break at that
\mu is  (math mode). point (cf. \linebreak on page 6).
\multicolumn{noc}{fmt}{text} in tabular \nonumber is used in an eqnarray environment to
environment puts text across noc columns suppress equation numbering.
using positioning format fmt (c, r, l, and/or |). \nopagebreak[n] prevents a page break at that
\multiput(x; y)(x; y){n}{obj} is point (cf. \linebreak on page 6).
\put(x; y){obj}
\put(x + x; y + y){obj} \normalmarginpar is default declaration for
 placement of marginal notes (cf.
\put( x + (n 1)x; y + (n 1)y){obj}. \reversemarginpar).

\nabla is r (math mode). \normalsize is the default type size for the

\natural is \ (math mode).


document.
\not puts a slash through a relational operator:
\ne is 6= (math mode).
\not= is 6= (math mode).
\nearrow is % (math mode).
\notin is 2 = (math mode).
\neg is : (math mode).
\nu is  (math mode).
\neq is 6= (math mode).
\nwarrow is - (math mode).
\newcommand{\cs}[narg]{def} de nes a new
control sequence \cs with de nition def. \o is . \O is .
Optionally, narg is the number of arguments, \obeycr makes embedded carriage returns act
indicated in def as #1, #2, etc. like line terminators.
8 LATEX Command Summary

\oddsidemargin | distance between left side of \parskip | extra vertical space between
page and text's normal left margin. paragraphs, normally.
\odot is (math mode). \part[toctitle]{text} begins a new part,
\oe is . \OE is . automatically headed and numbered. Optional
\oint is
H (math mode). toctitle contains entry for the table of
contents if di erent from text.
\omega is !. \Omega is
(math mode). \part*{text} begins a part and prints a title,
\ominus is (math mode). but doesn't include a number or make a table
\onecolumn sets text in single column (default) of contents entry.
(cf. \twocolumn. \partial is @ (math mode).
\opening{text} declares an opening for letter \partopsep | extra vertical space added before
document style. rst list item if environment starts a new
\oplus is  (math mode). paragraph.
\oslash is (math mode). \perp is ? (math mode).

\otimes is
(math mode). \phi is . \Phi is  (math mode).

\oval(x,y) as an argument to \put draws an \pi is . \Pi is  (math mode).


oval x units wide and y units high. \pm is  (math mode).
z}|{ \pmod{modulus} is \parenthesized" modulo
\overbrace{text} gives text (math mode).
expression u (mod 2e 1) (math mode).
j

\overline{text} gives text (math mode).


\poptabs undoes the previous \pushtabs
\owns is 3 (math mode). command (restore prior tab settings).
\P is {. positions, for boxing commands: t=top,
\pagebreak[n] forces a page break at that point b=bottom, h=here, l=left, c=center, r=right,
(cf. \linebreak on page 6). p=new page (figure environment), p=parbox
\pagenumbering{style} determines page (tabular environment).
number style; style may be arabic (3), roman \pounds is $.
(iii), Roman (III), alph (c), Alph (C). \Pr is Pr (math mode).
\pageref{text} is the page number on which \prec is  (math mode).
\label{text} occurs.
\preceq is  (math mode).
\pagestyle{sty} determines characteristics of a \prime is 0 (math mode).
page's head and foot. sty may be plain (page
\prod is
Q (math mode).
number only), empty (no page number),
headings (running headings on each page), \propto is / (math mode).
myheadings (user headings). \protect permits the use of \dangerous"
\paragraph[toctitle]{text} begins a new commands in @-expressions, or in sectioning
paragraph, automatically headed and command and \caption arguments.
numbered. Optional toctitle contains entry \ps in letter document style permits additional
for the table of contents if di erent from text. text after \closing.
\paragraph*{text} begins a paragraph and \psi is . \Psi is (math mode).
prints a title, but doesn't include a number or \pushtabs in tabbing environment lets you stack
make a table of contents entry. tab stop de nitions. Undo with \poptabs.
\parallel is k (math mode). \put(x,y){stuff} is the basic picture-drawing
\parbox[pos]{size}{text} is a box created in command. (x,y) is the reference point, whose
paragraph mode. text is positioned optionally meaning varies for di erent stuff. stuff may
at pos (see positions on page 8). Width is be anything that goes in an \mbox.
size. \raggedbottom causes pages to assume natural
\parindent | horizontal indentation added at height.
beginning of paragraph. \raggedleft declares all text that follows is to be
\parsep | extra vertical space between ush against the right margin (cf.
paragraphs within a list item. \begin{flushright}).
November 21, 1994 9

\raggedright declares all text that follows is to \rule[height]{length}{width} makes a


be ush against the left margin (cf. rectangular blob of ink
length long, width
\begin{flushleft}). wide, with optional
height above baseline.
\raisebox{dim}[d2][d3]{text} moves text up \S is x.
by dim (which may be negative). Optional d2 \savebox{\binname}[width][pos]{text} is
makes system think that text extends d2 above exactly like
\makebox (q.v.), but saves box
the baseline (and optionally d3 below it). de nition in bin
\binname . Access with
\rangle is i (math mode). \usebox{\binname} .
\rbrace is g (math mode). \sbox{\binname}{text} saves text in box
\rbrack is ] (math mode).
\binname (see
\savebox , above).
\sc switches to caps and small caps font.
\rceil is e (math mode).
\scriptsize switches subscript size type.
\Re is < (math mode).
\scriptstyle switches to sub- or
\ref{text} is the section number in which
\label{text} occurs.
superscript-sized typesetting.
\scriptscriptstyle switches to second-level
\renewcommand{\cs}[narg]{def} rede nes an (very small) sub- or superscript-sized
existing control sequence \cs with de nition typesetting (math mode).
def. Optionally, narg is the number of \searrow is & (math mode).
arguments, indicated in def as #1, #2, etc.
\sec is sec (math mode).
\renewenvironment{envname}[narg]{def1}{def2}
\section[toctitle]{text} begins a new
rede nes an existing environment. See
\newenvironment . section, automatically headed and numbered.
Optional toctitle contains entry for the table
\restorecr undoes the \obeycr command of contents if di erent from text.
(makes carriage return a space-producing \section*{text} begins a section, prints a title,
character). but doesn't include a number or make a table
\reversemarginpar causes opposite margin to be of contents entry.
used for marginal notes (e.g., left margin on \setcounter{counter}{value} resets the value
odd-numbered pages). of counter.
\rfloor is c (math mode).
\setlength{\nl}{length} sets value of length
\rhd is > (math mode). command \nl to length. See also
\rho is  (math mode). \addtolength, \newlength, \settowidth.

\right* (where * is a delimiter) must be paired \setminus is n (math mode).


with \left* (not necessarily using the same \settowidth{\nl}{text} sets value of length
delimiter). `.' acts as a null delimiter (math command \nl to the width of text. See also
mode). \setlength, \newlength, \addtolength.
\rightarrow is !. \Rightarrow is ) (math \sf switches to sans serif font.
mode). \sharp is ] (math mode).
\rightharpoondown is + (math mode). x
yy
\rightharpoonup is * (math mode). \shortstack[pos]{x\\yy\\zzz} yields zzz, a
\rightleftharpoons is * ) (math mode). one-column tabular arrangement of its
arguments. Optional pos can be l or r for text
\rightmargin | in list environment, horizontal position.
distance between right margin of enclosing \sigma is . \Sigma is  (math mode).
environment and right margin of list. Default
0in. \signature{text} declares a signature for
letter document style.
\rm switches to Roman type.
\sim is  (math mode).
\roman{counter} prints counter in lower-case
roman numerals. \Roman{counter} prints \simeq is ' (math mode).
upper-case roman numerals. \sin is sin (math mode).
\rq is a right-quote: '. \sinh is sinh (math mode).
10 LATEX Command Summary

\sl switches to slanted typeface. \supseteq is  (math mode).


p
\sloppy relaxes the line-breaking algorithm to \surd is (math mode).
allow more or less distance between words. \swarrow is . (math mode).
Default is \fussy. \symbol{cc} produces the symbol (glyph)
\small switches to smaller than normalsize character code cc in the current font.
typeface. \t prints a \tie-after" accent, as oo.
\smallint is s (math mode).
\tabbingsep | distance to left of a tab stop
\smallskip | standard \small" vertical skip. moved by \'.
\smallskipamount | default length for \tabcolsep | half the width of the space
\smallskip. between columns in tabular environment.
\smile is ^ (math mode). \tableofcontents produces a table of contents.
\spadesuit is  (math mode). A .toc le must have been generated during a
\sqcap is u (math mode). previous LATEX run.
\sqcup is t (math mode). \tan is tan (math mode).
p
\sqrt[3]{arg} is 3 arg. 3 (root) is optional. \tanh is tanh (math mode).

\sqsubset is < (math mode). \tau is  (math mode).

\sqsubseteq is v (math mode). \TeX produces the TEX logo.

\sqsupset is = (math mode). \textfloatsep | distance between oats at the

\sqsupseteq is w (math mode).


top or bottom of a single-column page and the
text on that page.
\ss is .
\textfraction | minimum fraction of a text
\stackrel{stuff}{delim} puts stuff above the page that must contain text.
delimiter; \stackrel{f}{\longrightarrow}
\textheight is the normal vertical dimension of
yields f! (math mode). the body of the page.
\star is ? (math mode). \textstyle switches to math environment
\stop | type this if TEX stops with a * and no typesetting (math mode).
error message. \textwidth is the normal horizontal dimension of
\subparagraph[toctitle]{text} begins a the body of the page.
subparagraphs, automatically headed and \thanks{footnote} adds an acknowledgement
numbered. Optional toctitle contains entry footnote to an author's name used in a
for the table of contents if di erent from text. \maketitle command.
\subparagraph*{text} begins a subparagraph \theta is . \Theta is  (math mode).
and prints a title, but doesn't include a number \thicklines is an alternate line thickness for
or make a table of contents entry. lines in a picture environment. See also
\subsection[toctitle]{text}, linethickness.
\subsubsection[toctitle]{text} begin new \thinlines is the default declaration for line
subsections, automatically headed and thicknesses in a picture environment. See
numbered. Optional toctitle contains entry \thicklines.
for the table of contents if di erent from text. \thinspace is the proper space between single
\subsection*{text}, \subsubsection*{text} and double quotes, as in '".
begin subsections, but suppress section number \thispagestyle{sty} determines characteristics
and table of contents entry. of head and foot for the current page only. Used
\subset is  (math mode). to override \pagestyle (q.v.) temporarily.
\subseteq is  (math mode). \tilde makes a tilde, as: ~ a (math mode).
\succ is  (math mode). \times is  (math mode).
\succeq is  (math mode). \tiny switches to a very small typeface.
\sum is
P (math mode).
\title{text} declares a document title for the
\sup is sup (math mode). \maketitle command.
\supset is  (math mode). \to is ! (math mode).
November 21, 1994 11

\today generates today's date. \varphi is ' (math mode).


\top is > (math mode). \varpi is $ (math mode).
\topfraction | maximum fraction at the top of \varrho is % (math mode).
a single-column page that may be occupied by \varsigma is & (math mode).
oats. \vartheta is # (math mode).
\topmargin | space between top of TEX page (1
\vdash is ` (math mode).
inch from top of paper) and top of header.
.
\topsep | extra vertical space added before rst \vdots is .. (math mode).
list item and after last list item. \vec puts a vector over a letter: ~a (math mode).
\topskip | minimum distance between top of
\vector(x,y){len} in picture environment, in
page body to bottom of rst line of text. \put command, draws vector from \put
\triangle is 4 (math mode). argument with length len and slope (x,y),
\triangleleft is / (math mode). with arrowhead.
\triangleright is . (math mode). \vee is _ (math mode).
\tt switches to typewriter type. \verb/text/ creates a local verbatim
\twocolumn[text] declares a two-column page, environment for text, printed in typewriter
with optional full-page width heading text. font. Note that text is not in curly braces; it is
between two identical delimiters, neither of
\typein[\cs]{text} displays text on the screen
which appears in text.
and waits for you to enter stu which will be
put in the document at that point. Optional \verb*/text/ is like \verb/text/, but spaces
control sequence \cs can be assigned the value print out as .
of your input, to be used later. \vert is j. \Vert is k (math mode).
\typeout{text} displays text on the screen and \vfill is \vspace{\fill} (cf. \fill).
writes it to the .lis le. \vspace{len} leaves a vertical space of
\u prints a breve accent, as  o. dimension len.
\unboldmath unemboldens math italics and math \vspace*{len} is like \vspace{len} but space is
symbols. Should be used outside of math mode. not removed at the beginning or end of a page.
\underbrace{text} gives text \wedge is ^ (math mode).
|{z} (math mode).
\underline{text} gives text (math mode or \widehat{arg} is a drg (math mode).
not). \widetilde{arg} is a grg (math mode).
\unitlength | length of coordinate units for \wp is } (math mode).
picture environment. \wr is o (math mode).
\unlhd is  (math mode). \xi is . \Xi is  (math mode).
\unrhd is  (math mode). \year | current year (A.D.).
\uparrow is ". \Uparrow is * (math mode). \zeta is  (math mode).
\updownarrow is l. \Updownarrow is m (math
mode).
\uplus is ] (math mode).
\upsilon is . \Upsilon is  (math mode).
\usebox{\binname} recalls box de nition saved
in box \binname.
\usecounter{counter} is used in a list
environment to cause counter to be used to
number the items.
\v prints a hacek, as o.
\value{counter} produces the numeric value of
counter.
\varepsilon is " (math mode).
12 LATEX Command Summary

LATEX typefaces
\rm Roman Miscellaneous symbols
\it Italic
\bf Boldface
\sl Slanted y \dag x \S c
\copyright
\sf Sans serif z \ddag { \P $ \pounds
\sc Small Caps
\tt Typewriter

Dimensions or lengths
pt point (72.27 pt/in) Math-mode accents
pc pica (12 pt/pc)
in inch a^ \hat{a} a_ \dot{a}
bp big point (72 bp/in) a \check{a} a \ddot{a}
cm centimeter (2.54 cm/in) a~ \tilde{a} a \breve{a}
mm millimeter (10 mm/cm) a \acute{a} a \bar{a}
dd did^ot point (1157 dd = 1238 pt) a \grave{a} ~a \vec{a}
cc cicero (12 dd/cc)
sp scaled point (65536 sp/pt)
em font-dependent; \quad" width
ex font-dependent; \x"-height

LATEX environments Greek letters (math mode)


abstract gure quote \alpha  \nu
array ushleft tabbing \beta  \xi
center ushright table \gamma o o
description itemize tabular  \delta  \pi
displaymath list theorem  \epsilon  \rho
enumerate math titlepage  \zeta  \sigma
eqnarray minipage verbatim  \eta  \tau
equation picture verse  \theta  \upsilon
quotation  \iota  \phi
 \kappa  \chi
 \lambda \psi
Text-mode accents  \mu ! \omega

o \`{o} o \={o} oo \t{oo} " \varepsilon & \varsigma


o \'{o} o_ \.{o} o \c{o} # \vartheta ' \varphi
^o \^{o} o \u{o} o. \d{o} % \varrho
o \"{o} o \v{o} o \b{o}
~o \~{o} }o \H{o}
\Gamma  \Sigma
 \Delta  \Upsilon
National symbols  \Theta  \Phi
 \Lambda \Psi
 \oe a \aa l \l  \Xi
\Omega
 \OE 
A \AA L \L  \Pi
 \ae  \o  \ss
 \AE  \O
November 21, 1994 13

Binary operations (math mode) Variable-sized symbols (math mode)

 \pm \ \cap
P X T \
\sum \bigcap
 \mp [ \cup Q Y S [
\prod \bigcup
n \setminus ] \uplus ` a F G
 u

\cdot
\times t
\sqcap
\sqcup R Z \coprod
W _
\bigsqcup

 \ast / \triangleleft
I
\int \bigvee
? \star . \triangleright H V ^
\oint \bigwedge


\diamond
\circ
o

\wr
\bigcirc
J K N O
\bigodot \bigotimes
 \bullet 4 \bigtriangleup L M U ]
\bigoplus \biguplus
 \div 5 \bigtriangledown
< \lhd > \rhd
_ \vee \odot
^ \wedge y \dagger
 \oplus z \ddagger
\ominus q \amalg

\otimes  \unlhd
\oslash  \unrhd
Delimiters (math mode)
( ( ) )
[ [ ] ]
f \{ g \}
b \lfloor c \rfloor
d \lceil e \rceil
h \langle i \rangle
Relations (math mode) = / n \backslash
j \vert k \Vert
 \leq  \geq " \uparrow * \Uparrow
 \prec  \succ # \downarrow + \Downarrow
 \preceq  \succeq l \updownarrow m \Updownarrow
 \ll  \gg
 \subset  \supset
 \subseteq  \supseteq
< \sqsubset = \sqsupset
v \sqsubseteq w \sqsupseteq
2 \in 3 \ni
` a
^
\vdash
\smile j
\dashv
\mid
\Log-like" functions (math mode)
_ \frown k \parallel \arccos \csc \ker \min
6 = \neq ? \perp \arcsin \deg \lg \Pr
 \equiv =
 \cong \arctan \det \lim \sec
 \sim ./ \bowtie \arg \dim \liminf \sin
' \simeq / \propto \cos \exp \limsup \sinh
 \asymp j= \models
=:
\cosh \gcd \ln \sup
 \approx \doteq \cot \hom \log \tan
1 \Join \coth \inf \max \tanh
14 LATEX Command Summary

Arrows (math mode)


\leftarrow \longleftarrow
( \Leftarrow (= \Longleftarrow
! \rightarrow ! \longrightarrow
) \Rightarrow =) \Longrightarrow
$ \leftrightarrow ! \longleftrightarrow
, \Leftrightarrow () \Longleftrightarrow
7 ! \mapsto 7 ! \longmapsto
- \hookleftarrow ,! \hookrightarrow
( \leftharpoonup * \rightharpoonup
) \leftharpoondown + \rightharpoondown
*
) \rightleftharpoons ; \leadsto
" \uparrow m \Updownarrow
* \Uparrow % \nearrow
# \downarrow & \searrow
+ \Downarrow . \swarrow
l \updownarrow - \nwarrow

Miscellaneous symbols (math mode)


@ \aleph 0 \prime
h \hbar ; \emptyset
{ \imath r
p
\nabla
| \jmath \surd
` \ell > \top
} \wp ? \bot
< \Re k \|
= \Im 6

\angle
@ \partial 4 \triangle
1 \infty n \backslash
2 \Box 3 \Diamond
8 \forall ] \sharp
9 \exists | \clubsuit
: \neg } \diamondsuit
[ \flat ~ \heartsuit
\ \natural  \spadesuit
0 \mho

Вам также может понравиться