• Tidak ada hasil yang ditemukan

SDCARD 16MB

N/A
N/A
Protected

Academic year: 2017

Membagikan "SDCARD 16MB"

Copied!
14
0
0

Teks penuh

(1)

This listing contains short descriptions of the control sequences that are likely to be handy for users of LATEX v2.09 layered on TEX v2.0. Some of these commands are LATEX macros, while oth-ers belong to plain TEX; no attempt to differen-tiate them is made.

\ — ordinary space after period. \!— negative thin space =1

6 quad; xx\!xyieldsxxx(math mode). \"makes an umlaut, as ¨o. \#prints a pound sign: #. \$prints a dollar sign: $. \%prints a percent sign: %. \&prints an ampersand: &.

\’intabbingenvironment moves current column to the right of the previous column. Elsewhere, acute accent, as ´o.

\(— start math mode. Same as\begin{math} or$.

\)— end math mode. Same as\end{math}or$. \*is a discretionary multiplication sign, at which

a line break is allowed.

\+moves left margin to the right by one tab stop. Begin tabbed line.

\,— thin space = 1

6 quad;xx\,xyieldsxx x. It is not restricted to math mode.

\-intabbingenvironment, moves left margin to the left by one tab stop. Elsewhere, optional hyphenation.

\.puts a dot accent over a letter, as ˙o. \/inserts italics adjustment space.

\:— medium space =29 quad;xx\:xyieldsxx x (math mode).

\;— thick space = 5

18 quad;xx\;xyields xx x (math mode).

\<intabbingenvironment, puts text to left of local left margin.

\=intabbingenvironment, sets a tab stop. Elsewhere, makes a macron accent, as ¯o. \>intabbingenvironment is a forward tab.

Otherwise, medium space = 2

9 quad (math mode).

\@declares the period that follows is to be a sentence-ending period.

\[— same as\begin{displaymath}or $$. \\terminates a line.

\^makes a circumflex, as ˆo.

\_is an underscore, as inhours worked.

\‘intabbingenvironment moves all text which follows (up to\\) to the right margin.

Elsewhere, grave accent , as `o. \{prints a curly left brace: {. \|isk (math mode).

\}prints a curly right brace: }. \~makes a tilde, as ˜n.

\a’makes an acute accent intabbing environment, as ´o.

\a‘makes a grave accent in tabbing environment, as `o.

\a=makes a macron accent intabbing environment, as ¯o.

\aais ˚a. \AAis ˚A.

\acutemakes an acute accent: ´a(math mode).

\addcontentsline{toc}{section}{name}adds the command\contentsline{section}{name} to the.tocfile.

\address{text}declares the return address in theletterdocument style.

\addtocontents{toc}{text}writestextto the .tocfile.

\addtocounter{name}{amount}addsamountto countername.

\addtolength{\nl}{length}addslengthto length command\nl. See also\setlength, \newlength,\settowidth.

\aeis æ. \AEis Æ. \alephisℵ(math mode).

\alph{counter}printscounteras lower-case letters. \Alph{counter}prints upper-case letters.

\alphaisα(math mode). \amalgis∐(math mode).

\andseparates multiple authors for the \maketitlecommand.

\angleis6 (math mode).

\appendixstarts appendices. \approxis≈(math mode).

\arabic{counter}printscounteras arabic numerals 1, 2, etc.

(2)

\arctanis arctan (math mode). \argis arg (math mode).

\arraycolsep— width of the space between columns in anarrayenvironment.

\arrayrulewidth— width of the rule created in tabularorarrayenvironment by|,\hline, or\vline.

\arraystretch— scale factor for interrow spacing inarrayandtabularenvironments. \astis (math mode).

\asympis≍(math mode).

\author{names}declares author(s) for the \maketitlecommand.

\bis a “bar-under” accent, as o ¯. \backslashis\(math mode).

\barputs a macron over a letter: ¯a(math mode). \baselineskip— distance from bottom of one

line of a paragraph to bottom of the next line. \baselinestretch— factor by which

\baselineskipis multiplied each time a type size changing command is executed.

\begin{environment}— always paired with \end{environment}. Following are the assorted environments.

\begin{abstract}starts an environment for producing an abstract.

\begin{array}{lrc}starts array environment with 3 columns, left-justified, right-justified, and centered. Separate columns with&, and end lines with\\. @{text}betweenl,ror c arguments putstextbetween columns. \begin{center}starts an environment in which

every line is centered. End lines with\\. \begin{description}starts a labeled list. Items

are indicated by\item[label].

\begin{displaymath}sets mathematics on lines of its own. Same as\[or$$.

\begin{document}starts the actual text of a document. Required.

\begin{enumerate}starts a numbered list. \begin{eqnarray}starts adisplaymath

environment in which more than one equation can be accommodated. Separate equations with \\or\\*; use\nonumberto suppress

numbering a particular equation.

\begin{eqnarray*}begins an environment like theeqnarrayenvironment except that the equations aren’t numbered.

\begin{equation}starts adisplaymath environment and adds an equation number.

\begin{figure}[pos]begins a floating

environment, which may be optionally placed atpos(seepositionson page 8). Document stylesreportandarticleuse the defaulttbp. \begin{figure*}[pos]begins a

two-column-wide figure. See\begin{figure}. \begin{flushleft}starts environment with

ragged right-hand margin. Separate lines with \\. See\raggedright.

\begin{flushright}starts environment with ragged left-hand margin. Separate lines with \\. See\raggedleft.

\begin{itemize}starts a “bulleted” (•) list. Start each item with\item.

\begin{list}{labeling}{spacing}starts a general list environment. labelingspecifies how items are labeled when\itemhas no argument. spacingis an optional list of spacing parameters.

\begin{math}starts a math display like this: x2+y2, within text. Same as

$or \(.

\begin{minipage}[pos]{vsize}starts a box of heightvsize. Text will be positioned according topos(seepositionson page 8).

\begin{picture}(x, y)(xl, yl) starts a picture

environment whose width isxunits, height isy units, and lower-left corner is the point (xl, yl).

Set units with\unitlength.

\begin{quotation}starts an environment with wider margins, normal paragraph indenting, and offset from the text at top and bottom. \begin{quote}starts an environment with wider

margins, no paragraph indenting, and offset from the text at top and bottom.

\begin{tabbing}starts a columnar environment. Use commands\=(set tab),\>(tab), \< (backtab),\+(indent one tab stop), \-(outdent one tab stop),\‘(flush right),\’ (flush left),\pushtabs,\poptabs,\kill,\\. \begin{table}[pos]begins a floating

environment, which may be optionally placed atpos(seepositionson page 8). Document stylesreportandarticleuse the defaulttbp. \begin{table*}[pos]begins a two-column-wide

table. See\begin{table}.

(3)

\begin{theorem}— see\newtheorem.

\begin{titlepage}is an environment with no page number, and causes following page to be numbered “1”.

\begin{verbatim}starts an environment which will be typeset exactly as you type it, carriage returns and all, usually intypewriterfont. \begin{verse}starts an environment for poetry

with wider margins, no paragraph indenting, and ragged right margin.

\betaisβ (math mode). \bfswitches tobold facetype.

\bibitem{ref} textcreates a bibliography entry text, numbers it, and labels it with reference labelref.

\bibliography{file}— insert bibliography from filename.bibat this point in text. \bibliographystyle{style}— a format

specifier, like\documentstyle. \bigcapisT(math mode). \bigcircis(math mode). \bigcupisS(math mode). \bigodotisJ(math mode). \bigoplusisL(math mode). \bigotimesisN(math mode). \bigtriangledownis(math mode). \bigtriangleupis(math mode). \bigskip— standard “big” vertical skip. \bigskipamount— default length for\bigskip. \bigsqcupisF(math mode).

\biguplusisU(math mode). \bigveeisW(math mode). \bigwedgeisV(math mode).

\bmodis binary modulo expressionumodm (math mode).

\boldmathchanges math italics and math symbols to boldface. Should be usedoutsideof math mode.

\botis⊥(math mode).

\bottomfraction— maximum fraction of page occupied by floats at the bottom.

\bowtieis⊲⊳(math mode). \Boxis✷ (math mode).

\brevemakes a breve accent: ˘a(math mode). \bulletis•(math mode).

\cis a cedilla, as ¸c.

\calproduces calligraphic letters, asB (math mode).

\capis(math mode).

\caption[loftitle]{text}creates a numbered caption in afigureortableenvironment. Optionalloftitlecontains entry for the list of figures if different fromtext.

\cc{text}declares list of copy recipients for letterdocument style.

\cdotis·(math mode).

\cdotsmakes three dots centered on the line: · · · (cf.\ldots) (math mode).

\centeringdeclares that all text following is to be centered (cf.\begin{center}).

\chapter[toctitle]{text}begins a new section, automatically headed and numbered. Optionaltoctitlecontains entry for the table of contents if different fromtext.

\chapter*{title}is like\chapter{title}, but adds no chapter number or table of contents entry.

\checkmakes a h´aˇcek, as ˇa(math mode). \chiisχ (math mode).

\circis (math mode).

\circle{diameter}as a valid argument for \put in apictureenvironment, draws a circle. \circle*{diameter}is like\circle, but draws

a solid circle.

\cite[subcit]{ref}produces a reference, in square brackets, to a bibliographic item created with\bibitem{ref}. Optional sub-citation subcitcan be inserted in the entry. \cleardoublepageforces next page to be a

right-hand, odd-numbered page.

\clearpageends a page where it is, and puts pending figures or tables on separate float pages with no text.

\cline{i-j}draws a horizontal line across columnsithroughjinclusive inarrayor tabularenvironments.

\closing{text}declares the closing inletter document style.

\clubsuitis(math mode).

\columnsep— distance between columns in two-column text.

\columnseprule— width of the rule between columns on two-column pages.

\columnwidth— width of the current column. Equals\textwidthin single-column text. \congis∼= (math mode).

(4)

\copyrightis c. \cosis cos (math mode). \coshis cosh (math mode). \cotis cot (math mode). \cothis coth (math mode). \cscis csc (math mode). \cupis(math mode).

\dis a “dot under” accent, as o.. \dagis.

\daggeris(math mode).

\dashbox{dwid}(width,height)[pos]{text} creates a dashed rectangle aroundtextin a pictureenvironment. Dashes aredwidunits wide; dimensions of rectangle arewidthand height; text is positioned at optionalpos(see positionson page 8).

\dashvis⊣(math mode).

\date{adate}declares the date for the

\maketitlecommand. The default is\today. \day— current day of the month.

\dblfloatpagefraction— minimum fraction of a float page that must be occupied by floats, for two-column float pages.

\dblfloatsep— distance between floats at the top or bottom of a two-column float page. \dbltextfloatsep— distance between

double-width floats at the top or bottom of a two-column page and the text on that page. \dbltopfraction— maximum fraction at the

top of a two-column page that may be occupied by floats.

\ddagis.

\ddaggeris(math mode).

\ddotmakes a dieresis over a letter: ¨a(math mode).

\ddotsproduces a diagonal ellipsis . .. (math mode).

\degis deg (math mode).

\deltaisδ. \Deltais ∆ (math mode). \detis det (math mode).

\diamondis. \Diamondis✸(both math mode).

\diamondsuitis(math mode). \dimis dim (math mode).

\displaystyleswitches todisplaymathor equationenvironment typesetting (math mode).

\divis÷(math mode).

\documentstyle[substy]{sty}determines default font, headings, etc., for document of stylesty(and optional substyle substy). Styles: article,book,letter,report, slides. Substyles: 11pt,12pt,acm,draft, fleqn,leqno,twocolumn,twoside.

\dotmakes a dot over a letter: ˙a(math mode). \doteqis= (math mode)..

\dotfillexpands to fill horizontal space with row of dots.

\doublerulesep— horizontal distance between vertical rules created by||in tabularor arrayenvironment.

\downarrowis. \Downarrowis(math mode). \ellisℓ (math mode).

\emtoggles between roman and italicfonts for emphasis.

\emptysetis∅ (math mode).

\encl{text}declares a list of enclosures for letterdocument style.

\end{environment}ends an environment begun by\begin{environment}(q.v.).

\epsilonisǫ(math mode). \equivis(math mode).

\etaisη (math mode).

\evensidemargin— distance between left side of page and text’s normal left margin, for

even-numbered pages in two-sided printing. \existsis(math mode).

\expis exp (math mode).

\fbox{text}makes a framed box aroundtext. \fboxrule— thickness of ruled frame for \fbox

and\framebox.

\fboxsep— space between frame and text for \fboxand\framebox.

\fill— rubber length (glue) that can stretch to arbitrary length. Usually used to justify text a particular way.

\flatis♭(math mode).

\floatpagefraction— minimum fraction of a float page occupied by floats.

\floatsep— distance between floats that appear at the top or bottom of a text page.

\flushbottomcauses pages to be stretched to \textheight.

(5)

\footheight— height of box at bottom of page that holds page number.

\footnote{text}creates a footnote oftext. \footnotemarkputs a footnote number into the

text.

\footnotesep— height of strut placed at beginning of footnote.

\footnotesizeswitches to footnote-sized type. \footskip— vertical distance between bottom of

last line of text and bottom of page footing. \footnotetext{text}specifies the text for a

footnote which was indicated by a \footnotemark.

\forallis∀(math mode).

\frac{numerator}{denominator}produces a fraction inmathenvironments.

\frame{text}makes a framed (outlined) box aroundtext, with no margin between the text and the frame.

\framebox[size][pos]{text}produces a framed box of dimensionsizecontaining text, optionallypositionedlorr.

Inpictureenvironment,

\framebox(width,height)[pos]{text} creates a rectangle aroundtext; dimensions of rectangle arewidthandheight; text is positioned at optionalpos(seepositionson page 8).

\frownis⌢(math mode).

\fussyis the default declaration for the line-breaking algorithm (cf. \sloppy). \gammaisγ. \Gammais Γ (math mode). \gcdis gcd (math mode).

\geis (math mode). \geqis≥(math mode).

\getsis(math mode). \ggis (math mode).

\glossary{text}appendstextto the.glofile by writing a\glossaryentrycommand.

\glossaryentry{text}{ref}is written to the .glofile for\glossary{text}occurring at referenceref.

\gravemakes a grave accent: `a(math mode). \Hprints a long Hungarian umlaut, as ˝o. \hatmakes a circumflex: ˆa(math mode). \hbaris ¯h(math mode).

\headheight— height of box at top of page that holds running head.

\headsep— vertical distance between bottom of head and top of text.

\heartsuitis♥(math mode).

\hfillis\hspace{\fill}(cf. \fill).

\hlinedraws a horizontal line across all columns of atabularorarrayenvironment.

\homis hom (math mode).

\hookleftarrowis֓(math mode). \hookrightarrowis ֒→(math mode).

\hrulefillexpands to fill horizontal space with horizontal rule.

\hspace{len}leaves a horizontal space of dimensionlen.

\hspace*{len}is like\hspace{len}but space is not removed at the beginning or end of a line. \hugeswitches to a very large typeface. \Hugeis

even bigger.

\hyphenation{wordlist}declares hyphenation as indicated;wordlistcontains words separated by spaces, with hyphens indicated (e.g. “aard-vark cal-i-bra-tion”). \iis ı.

\iffis ⇐⇒ (math mode). \Imis(math mode). \imathisı(math mode). \inis(math mode).

\include{filename}brings infilenametext at that point.

\includeonly{file1,file2,...}limits recognition of\includefiles.

\index{text}appendstextto the.idxfile by writing an\indexentrycommand.

\indexentry{text}{ref}is written to the.idx file for\index{text}occurring at reference ref.

\indexspaceputs blank space before first index entry starting with a new letter.

\infis inf (math mode). \inftyis(math mode).

\input{file}brings in text fromfile.texat that point.

\intisR (math mode).

\intextsep— vertical space placed above and below float in middle of text.

\iotaisι(math mode). \itswitches toItalic type.

(6)

\itemindent— extra indentation before label in list item. Default is0mm.

\itemsep— vertical space between successive list items.

\jis .

\jmathis(math mode). \Joinis✶(math mode).

\kappaisκ(math mode). \keris ker (math mode).

\kill— in a\tabbingenvironment, deletes previous line so tabs can be set without outputting text.

\lis l. \Lis L.

\label{text}provides a reference point that is accessed with\ref{text}or\pageref{text}. \labelwidth— width of box containing list item

label.

\labelsep— space between box containing list item label and text of the item.

\lambdaisλ. \Lambdais Λ (math mode). \landis∧(math mode).

\langleish(math mode).

\large,\Large, and\LARGEswitch to successively larger than\normalsizetype sizes.

\LaTeXproduces the LATEX logo. \lbraceis{(math mode). \lbrackis [ (math mode). \lceilis(math mode).

\ldotsmakes three dots at the base of the line: . . .(cf.\cdots).

\leis≤(math mode). \leadstois❀(math mode).

\left*(where*is a delimiter) must be paired with\right*(not necessarily using the same delimiter). ‘.’ acts as a null delimiter (math mode).

\leftarrowis. \Leftarrowis(math mode).

\lefteqn{formula}is used in theeqnarray environment to break a longformulaacross lines.

\leftharpoondownis↽(math mode). \leftharpoonupis↼(math mode).

\leftmargin, inlistenvironment, horizontal distance between left margin of enclosing environment and left margin of list. Settable for nesting levels 1 through 6, as\leftmargini through\leftmarginvi.

\leftrightarrowis . \Leftrightarrowis (math mode).

\leqis≤(math mode). \lflooris(math mode). \lgis lg (math mode). \lhdis< (math mode). \limis lim (math mode). \liminfis lim inf (math mode). \limsupis lim sup (math mode).

\line(x,y){len}in pictureenvironment, in \putcommand, draws line from\putargument with lengthlenand slope(x,y).

\linebreak[n]forces a line to break exactly at this point, and adjusts line just terminated (cf. newline). nis optional: 0 is an optional break, 4 is a mandatory break, 1, 2 and 3 are

intermediate levels of insistence.

\linethickness{dimen}sets the thickness for all lines in apicture.

\linewidthis the width of the current line in a paragraph.

\listoffiguresbegins a list of figures with heading.

\listoftablesbegins a list of tables with heading.

\listparindent— extra indentation added to first line of every paragraph of an item after the first, inlistenvironment.

\llis(math mode). \lnis ln (math mode). \lnotis¬(math mode). \logis log (math mode).

\longleftarrowis←−. \Longleftarrowis= (math mode).

\longleftrightarrowis←→.

\Longleftrightarrowis⇐⇒(math mode). \longmapstois7−→(math mode).

\longrightarrowis −→. \Longrightarrowis =(math mode).

\loris(math mode). \lqis a left-quote: ‘.

\makebox[size][pos]{text}creates a box of dimensionsizecontainingtextat optional pos. \makebox(width,height)[pos]{text} putstextin a box; dimensions of box are widthandheight;textis positioned at optionalpos(seepositionson page 8). \makeglossaryenables writing of

(7)

\makeindexenables writing of\indexentry commands to a.idxfile.

\maketitleproduces a title with\title, \author, and, optionally,\date. \mapstois7→(math mode).

\marginpar{text}putstextin the margin as a note.

\marginparpush— minimum amount of vertical space between two marginal notes.

\marginparsep— horizontal space between margin and marginal note.

\marginparwidth— width of a marginal note. \markboth{lhd}{rhd}defines the left-hand

headinglhdand the right-hand headingrhdfor theheadingsand myheadingspage styles. \markright{rhd}defines the right-hand heading

rhdfor theheadingsandmyheadingspage styles.

\maxis max (math mode).

\mbox{text}placestextinto a horizontal box. \medskip— standard “medium” vertical skip. \medskipamount— default length for\medskip. \mhois✵(math mode).

\midis| (math mode). \minis min (math mode).

\mitis “math italic” as in Π (math mode). \modelsis|= (math mode).

\month— current month of the year. \mpis(math mode).

\muisµ(math mode).

\multicolumn{noc}{fmt}{text}intabular environment putstextacrossnoccolumns using positioning formatfmt(c,r,l, and/or|). \multiput(x, y)(∆x,∆y){n}{obj}is

\put(x, y){obj}

\put(x+ ∆x, y+ ∆y){obj} · · ·

\put(x+ (n1)∆x, y+ (n1)∆y){obj}. \nablais (math mode).

\naturalis♮(math mode). \neis6= (math mode). \nearrowisր(math mode). \negis¬ (math mode). \neqis6= (math mode).

\newcommand{\cs}[narg]{def}defines a new control sequence\cswith definitiondef. Optionally,nargis the number of arguments, indicated indefas#1,#2, etc.

\newcounter{counter}[name]defines acounter optionally to be zeroed whenever thename counter is incremented.

\newenvironment{envname}[narg]{def1}{def2} defines a new environment, optionally with some number of argumentsnarg. def1is executed when the environment in entered and def2is executed when it is exited.

\newfont{cs}{name}defines a control sequence \csthat chooses the font name.

\newlength{\nl}sets up\nlas a length of0in. See also\setlength,\addtolength,

\settowidth.

\newlinebreaks a line right where it is, with no stretching of terminated line (cf.\linebreak). \newpageends a page where it appears. (cf.

\clearpage).

\newsavebox{\binname}declares a newbinto hold a\savebox.

\newtheorem{env}[env2]{label}[sectyp] defines a new theorem environmentenv

(optionally with the same numbering scheme as environmentenv2) with labelslabel.

Optionally, theorem numbers can be related to document sectionsectyp.

\niis (math mode).

\nofilessuppresses writing of auxiliary files .idx,.toc, etc.

\noindentsuppresses indentation of first line of paragraph.

\nolinebreak[n]prevents a line break at that point (cf.\linebreakon page 6).

\nonumberis used in aneqnarrayenvironment to suppress equation numbering.

\nopagebreak[n]prevents a page break at that point (cf.\linebreakon page 6).

\normalmarginparis default declaration for placement of marginal notes (cf.

\reversemarginpar).

\normalsizeis the default type size for the document.

\notputs a slash through a relational operator: \not=is6= (math mode).

\notinis/ (math mode). \nuis ν (math mode).

\nwarrowisտ(math mode). \ois ø. \Ois Ø.

(8)

\oddsidemargin— distance between left side of page and text’s normal left margin.

\odotis(math mode). \oeis œ. \OEis Œ. \ointisH (math mode).

\omegaisω. \Omegais Ω (math mode).

\ominusis⊖(math mode).

\onecolumnsets text in single column (default) (cf.\twocolumn.

\opening{text}declares an opening forletter document style.

\oplusis(math mode). \oslashis(math mode). \otimesis(math mode).

\oval(x,y)as an argument to\putdraws an oval x units wide and y units high.

\overbrace{text}givesz}|{text (math mode).

\overline{text}givestext (math mode). \ownsis(math mode).

\Pis.

\pagebreak[n]forces a page break at that point (cf.\linebreakon page 6).

\pagenumbering{style}determines page number style;stylemay bearabic(3), roman (iii),Roman(III),alph(c),Alph(C).

\pageref{text}is the page number on which \label{text}occurs.

\pagestyle{sty}determines characteristics of a page’s head and foot. stymay beplain(page number only),empty(no page number), headings(running headings on each page), myheadings(user headings).

\paragraph[toctitle]{text}begins a new paragraph, automatically headed and

numbered. Optionaltoctitlecontains entry for the table of contents if different fromtext. \paragraph*{text}begins a paragraph and

prints a title, but doesn’t include a number or make a table of contents entry.

\parallelisk(math mode).

\parbox[pos]{size}{text}is a box created in paragraph mode. textis positioned optionally atpos(seepositionson page 8). Width is size.

\parindent— horizontal indentation added at beginning of paragraph.

\parsep— extra vertical space between paragraphs within a list item.

\parskip— extra vertical space between paragraphs, normally.

\part[toctitle]{text}begins a new part, automatically headed and numbered. Optional toctitlecontains entry for the table of contents if different fromtext.

\part*{text}begins a part and prints a title, but doesn’t include a number or make a table of contents entry.

\partialis∂(math mode).

\partopsep— extra vertical space added before first list item if environment starts a new paragraph.

\perpis(math mode).

\phiisφ. \Phiis Φ (math mode). \piisπ. \Piis Π (math mode). \pmis±(math mode).

\pmod{modulus}is “parenthesized” modulo expressionu (mod 2ej−1) (math mode).

\poptabsundoes the previous\pushtabs command (restore prior tab settings). positions, for boxing commands: t=top,

b=bottom,h=here,l=left,c=center,r=right, p=new page (figureenvironment),p=parbox (tabularenvironment).

\poundsis£.

\Pris Pr (math mode). \precis(math mode). \preceqis(math mode). \primeis′(math mode). \prodisQ(math mode). \proptois(math mode).

\protectpermits the use of “dangerous” commands in@-expressions, or in sectioning command and\captionarguments.

\psin letterdocument style permits additional text after\closing.

\psiisψ. \Psiis Ψ (math mode).

\pushtabsin tabbingenvironment lets you stack tab stop definitions. Undo with\poptabs. \put(x,y){stuff}is the basic picture-drawing

command. (x,y)is thereference point, whose meaning varies for differentstuff. stuffmay be anything that goes in an\mbox.

\raggedbottomcauses pages to assume natural height.

\raggedleftdeclares all text that follows is to be flush against the right margin (cf.

(9)

\raggedrightdeclares all text that follows is to be flush against the left margin (cf.

\begin{flushleft}).

\raisebox{dim}[d2][d3]{text}movestextup bydim(which may be negative). Optionald2 makes system think thattextextendsd2above the baseline (and optionallyd3below it). \rangleisi(math mode).

\rbraceis}(math mode).

\rbrackis ] (math mode).

\rceilis(math mode).

\Reis(math mode).

\ref{text}is the section number in which \label{text}occurs.

\renewcommand{\cs}[narg]{def}redefines an existing control sequence \cswith definition def. Optionally,nargis the number of arguments, indicated indefas#1,#2, etc.

\renewenvironment{envname}[narg]{def1}{def2} redefines an existing environment. See

\newenvironment.

\restorecrundoes the\obeycrcommand (makes carriage return a space-producing character).

\reversemarginparcauses opposite margin to be used for marginal notes (e.g., left margin on odd-numbered pages).

\rflooris(math mode).

\rhdis >(math mode).

\rhoisρ(math mode).

\right*(where*is a delimiter) must be paired with\left*(not necessarily using the same delimiter). ‘.’ acts as a null delimiter (math mode).

\rightarrowis. \Rightarrowis(math mode).

\rightharpoondownis⇁(math mode).

\rightharpoonupis⇀(math mode).

\rightleftharpoonsis⇀↽(math mode).

\rightmargin— in listenvironment, horizontal distance between right margin of enclosing environment and right margin of list. Default 0in.

\rmswitches to Roman type.

\roman{counter}printscounterin lower-case roman numerals. \Roman{counter}prints upper-case roman numerals.

\rqis a right-quote: ’.

\rule[height]{length}{width}makes a rectangular blob of inklengthlong,width wide, with optionalheightabove baseline. \Sis§.

\savebox{\binname}[width][pos]{text}is exactly like\makebox(q.v.), but saves box definition in bin\binname. Access with \usebox{\binname}.

\sbox{\binname}{text}savestextin box \binname(see\savebox, above).

\scswitches to caps and small caps font. \scriptsizeswitches subscript size type. \scriptstyleswitches to sub- or

superscript-sized typesetting.

\scriptscriptstyleswitches to second-level (very small) sub- or superscript-sized

typesetting (math mode). \searrowisց(math mode). \secis sec (math mode).

\section[toctitle]{text}begins a new section, automatically headed and numbered. Optionaltoctitlecontains entry for the table of contents if different fromtext.

\section*{text}begins a section, prints a title, but doesn’t include a number or make a table of contents entry.

\setcounter{counter}{value}resets the value ofcounter.

\setlength{\nl}{length}sets value of length command\nlto length. See also

\addtolength,\newlength,\settowidth. \setminusis\ (math mode).

\settowidth{\nl}{text}sets value of length command\nlto the width oftext. See also \setlength,\newlength,\addtolength. \sfswitches tosans seriffont.

\sharpis♯(math mode).

\shortstack[pos]{x\\yy\\zzz}yields x yy zzz, a one-column tabular arrangement of its

arguments. Optionalposcan belorrfor text position.

\sigmaisσ. \Sigmais Σ (math mode). \signature{text}declares a signature for

(10)

\slswitches to slantedtypeface.

\sloppyrelaxes the line-breaking algorithm to allow more or less distance between words. Default is\fussy.

\smallswitches to smaller than normalsize typeface.

\smallintis (math mode).

\smallskip— standard “small” vertical skip. \smallskipamount— default length for

\smallskip.

\smileis⌣(math mode). \spadesuitis(math mode). \sqcapis(math mode). \sqcupis(math mode).

\sqrt[3]{arg}is √3arg. 3(root) is optional.

\sqsubsetis❁(math mode).

\sqsubseteqis(math mode). \sqsupsetis❂(math mode).

\sqsupseteqis(math mode). \ssis ß.

\stackrel{stuff}{delim}puts stuffabove the delimiter;\stackrel{f}{\longrightarrow} yields−→f (math mode).

\staris⋆ (math mode).

\stop— type this if TEX stops with a*and no error message.

\subparagraph[toctitle]{text}begins a subparagraphs, automatically headed and numbered. Optionaltoctitlecontains entry for the table of contents if different fromtext. \subparagraph*{text}begins a subparagraph

and prints a title, but doesn’t include a number or make a table of contents entry.

\subsection[toctitle]{text},

\subsubsection[toctitle]{text}begin new subsections, automatically headed and

numbered. Optionaltoctitlecontains entry for the table of contents if different fromtext. \subsection*{text},\subsubsection*{text}

begin subsections, but suppress section number and table of contents entry.

\subsetis(math mode). \subseteqis⊆(math mode). \succis(math mode). \succeqis(math mode). \sumisP(math mode). \supis sup (math mode). \supsetis⊃(math mode).

\supseteqis(math mode). \surdis√ (math mode). \swarrowisւ(math mode).

\symbol{cc}produces the symbol (glyph) character codeccin the current font. \tprints a “tie-after” accent, as⁀oo.

\tabbingsep— distance to left of a tab stop moved by\’.

\tabcolsep— half the width of the space between columns intabularenvironment. \tableofcontentsproduces a table of contents.

A.tocfile must have been generated during a previous LATEX run.

\tanis tan (math mode). \tanhis tanh (math mode). \tauisτ (math mode). \TeXproduces the TEX logo.

\textfloatsep— distance between floats at the top or bottom of a single-column page and the text on that page.

\textfraction— minimum fraction of a text page that must contain text.

\textheightis the normal vertical dimension of the body of the page.

\textstyleswitches tomathenvironment typesetting (math mode).

\textwidthis the normal horizontal dimension of the body of the page.

\thanks{footnote}adds an acknowledgement footnote to an author’s name used in a \maketitlecommand.

\thetaisθ. \Thetais Θ (math mode). \thicklinesis an alternate line thickness for

lines in apictureenvironment. See also linethickness.

\thinlinesis the default declaration for line thicknesses in apictureenvironment. See \thicklines.

\thinspaceis the proper space between single and double quotes, as in ’ ”.

\thispagestyle{sty}determines characteristics of head and foot for the current page only. Used to override\pagestyle(q.v.) temporarily. \tildemakes a tilde, as: ˜a(math mode). \timesis×(math mode).

\tinyswitches to a very small typeface. \title{text}declares a document title for the

(11)

\todaygenerates today’s date. \topis⊤(math mode).

\topfraction— maximum fraction at the top of a single-column page that may be occupied by floats.

\topmargin— space between top of TEX page (1 inch from top of paper) and top of header. \topsep— extra vertical space added before first

list item and after last list item.

\topskip— minimum distance between top of page body to bottom of first line of text. \triangleis(math mode).

\triangleleftis⊳ (math mode). \trianglerightis⊲(math mode). \ttswitches to typewritertype.

\twocolumn[text]declares a two-column page, with optional full-page width headingtext. \typein[\cs]{text}displaystexton the screen

and waits for you to enter stuff which will be put in the document at that point. Optional control sequence\cscan be assigned the value of your input, to be used later.

\typeout{text}displaystexton the screen and writes it to the.lisfile.

\uprints a breve accent, as ˘o.

\unboldmathunemboldens math italics and math symbols. Should be usedoutsideof math mode. \underbrace{text}givestext|{z}(math mode).

\underline{text}gives text (math mode or not).

\unitlength— length of coordinate units for pictureenvironment.

\unlhdis (math mode). \unrhdis (math mode).

\uparrowis. \Uparrowis(math mode). \updownarrowisl. \Updownarrowism(math

mode).

\uplusis⊎(math mode).

\upsilonisυ. \Upsilonis Υ (math mode). \usebox{\binname}recalls box definition saved

in box\binname.

\usecounter{counter}is used in alist environment to causecounterto be used to number the items.

\vprints a h´aˇcek, as ˇo.

\value{counter}produces the numeric value of counter.

\varepsilonisε(math mode).

\varphiisϕ(math mode). \varpiis̟ (math mode). \varrhois̺(math mode). \varsigmaisς (math mode). \varthetaisϑ(math mode). \vdashis(math mode).

\vdotsis... (math mode).

\vecputs a vector over a letter: ~a(math mode). \vector(x,y){len}in pictureenvironment, in

\putcommand, draws vector from\put argument with lengthlenand slope(x,y), with arrowhead.

\veeis(math mode).

\verb/text/creates a localverbatim

environment fortext, printed in typewriter font. Note thattextisnotin curly braces; it is between two identical delimiters, neither of which appears intext.

\verb*/text/is like\verb/text/, but spaces print out as .

\vertis|. \Vertisk (math mode). \vfillis\vspace{\fill}(cf. \fill). \vspace{len}leaves a vertical space of

dimensionlen.

\vspace*{len}is like\vspace{len}but space is not removed at the beginning or end of a page. \wedgeis(math mode).

\widehat{arg}isargd(math mode). \widetilde{arg}isgarg(math mode). \wpis ℘(math mode).

\wris ≀(math mode).

(12)

LATEX typefaces

\rm Roman \it Italic \bf Boldface \sl Slanted \sf Sans serif

\sc Small Caps

\tt Typewriter

Dimensions or lengths

pt point (72.27 pt/in) pc pica (12 pt/pc) in inch

bp big point (72 bp/in) cm centimeter (2.54 cm/in) mm millimeter (10 mm/cm)

dd didˆot point (1157 dd = 1238 pt) cc cicero (12 dd/cc)

sp scaled point (65536 sp/pt) em font-dependent; “quad” width ex font-dependent; “x”-height

LATEX environments

abstract figure quote array flushleft tabbing center flushright table description itemize tabular displaymath list theorem enumerate math titlepage eqnarray minipage verbatim equation picture verse

quotation

Text-mode accents

`o \‘{o} ¯o \={o} ⁀oo \t{oo} ´o \’{o} ˙o \.{o} ¸o \c{o} ˆo \^{o} ˘o \u{o} o. \d{o} ¨o \"{o} ˇo \v{o} o

¯ \b{o} ˜o \~{o} ˝o \H{o}

National symbols

œ \oe ˚a \aa l \l

Œ \OE ˚A \AA L \L

æ \ae ø \o ß \ss

Æ \AE Ø \O

Miscellaneous symbols

† \dag § \S c \copyright

‡ \ddag \P £ \pounds

Math-mode accents

ˆ

a \hat{a} a˙ \dot{a} ˇ

a \check{a} ¨a \ddot{a} ˜

a \tilde{a} ˘a \breve{a} ´

a \acute{a} ¯a \bar{a} `

a \grave{a} ~a \vec{a}

Greek letters (math mode)

α \alpha ν \nu

β \beta ξ \xi

γ \gamma o o

δ \delta π \pi

ǫ \epsilon ρ \rho

ζ \zeta σ \sigma

η \eta τ \tau

θ \theta υ \upsilon

ι \iota φ \phi

κ \kappa χ \chi

λ \lambda ψ \psi

µ \mu ω \omega

ε \varepsilon ς \varsigma ϑ \vartheta ϕ \varphi ̺ \varrho

Γ \Gamma Σ \Sigma

∆ \Delta Υ \Upsilon

Θ \Theta Φ \Phi

Λ \Lambda Ψ \Psi

Ξ \Xi Ω \Omega

(13)

Binary operations (math mode)

± \pm \cap

∓ \mp \cup

\ \setminus \uplus

· \cdot \sqcap

× \times \sqcup

∗ \ast ⊳ \triangleleft

⋆ \star ⊲ \triangleright

⋄ \diamond \wr

◦ \circ \bigcirc

• \bullet \bigtriangleup ÷ \div \bigtriangledown

< \lhd > \rhd

∨ \vee ⊙ \odot

∧ \wedge † \dagger

⊕ \oplus ‡ \ddagger

⊖ \ominus \amalg

⊗ \otimes \unlhd

⊘ \oslash \unrhd

Relations (math mode)

≤ \leq \geq

≺ \prec \succ

\preceq \succeq

≪ \ll \gg

⊂ \subset \supset

⊆ \subseteq \supseteq

\sqsubset\sqsupset

⊑ \sqsubseteq \sqsupseteq

∈ \in \ni

⊢ \vdash \dashv

⌣ \smile | \mid

⌢ \frown k \parallel

6

= \neq ⊥ \perp

≡ \equiv ∼= \cong

∼ \sim ⊲⊳ \bowtie

≃ \simeq \propto

≍ \asymp |= \models

≈ \approx =. \doteq

\Join

Variable-sized symbols (math mode)

P X

\sum T \ \bigcap

Q Y

\prod S [ \bigcup

` a

\coprod F G \bigsqcup R Z

\int W _ \bigvee

H I

\oint V ^ \bigwedge

J K

\bigodot N O \bigotimes L M

\bigoplus U ] \biguplus

Delimiters (math mode)

( ( ) )

[ [ ] ]

{ \{ } \}

⌊ \lfloor \rfloor

⌈ \lceil \rceil

h \langle i \rangle

/ / \ \backslash

| \vert k \Vert

↑ \uparrow ⇑ \Uparrow ↓ \downarrow \Downarrow l \updownarrow m \Updownarrow

“Log-like” functions (math mode)

\arccos \csc \ker \min \arcsin \deg \lg \Pr \arctan \det \lim \sec \arg \dim \liminf \sin \cos \exp \limsup \sinh

\cosh \gcd \ln \sup

\cot \hom \log \tan

(14)

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 ′ \prime

¯

h \hbar ∅ \emptyset ı \imath \nabla

 \jmath √ \surd

ℓ \ell \top

℘ \wp \bot

ℜ \Re k \|

ℑ \Im 6 \angle

∂ \partial \triangle ∞ \infty \ \backslash

\Box\Diamond

∀ \forall ♯ \sharp ∃ \exists \clubsuit

¬ \neg \diamondsuit

♭ \flat \heartsuit ♮ \natural \spadesuit

Gambar

table. See \begin{table}.

Referensi

Garis besar

Dokumen terkait

 Ketika Anda membuat perubahan pada tata letak dan master slide seperti, mengubah dan memformat konten (teks, video, gambar, bagan, bentuk, clip art, latar belakang, dll.)

Program Youth Discovery untuk Peningkatan Psychological Well-Being Mahasiswa Universitas Pendidikan Indonesia | repository.upi.edu |

Sebanyak 120 mahasiswa Fakultas Hukum Universitas Widya Mataram Yogyakarta / UWMY / selama 3 hari / dari tanggal 2 hingga 4 Mei 2005 / berada di Pulau Bali / dalam rangka PLKH /

Since this book addresses project and risk management as well as organization and structure and the impact on behavior and actions of project teams, I want to summarize some of

Denoting the (response) variables of interest by Y and the.. When p and q are large, n must be larger still to provide enough predictive power. Of course, it is well known

Adapun gambaran nilai-nilai pendidikan Islam pada peserta didik di Madrasah Aliyah Kota Manado, apabila ditinjau dari aspek kedisiplinannya dalam mengikuti kegiatan

Tujuan dari direkomendasikanya aktivitas fisik adalah utuk merangsang kembali sensitifitas dari sel terhadap insulin serta pengurangan lemak sentral dan perubahan

Penelitian ini bertujuan untuk mengetahui apakah nilai tukar rupiah, harga minyak mentah, PDB, dan krisis ekonomi memiliki pengaruh terhadap ekspor migas dan non