Transcription of LTEX2 Cheat Sheet Justi cation Environment Declaration
{{id}} {{{paragraph}}}
LATEX 2 Cheat Sheet Lists Justification \begin{enumerate} Numbered list. Environment Declaration Document classes \begin{itemize} Bulleted list. \begin{center} \centering book Default is two-sided. \begin{description}Description list. \begin{flushleft} \raggedright report No \part divisions. \item text Add an item. \begin{flushright} \raggedleft article No \part or \chapter divisions. \item[x ] text Use x instead of normal bullet or number. letter Letter (?). Required for descriptions. Miscellaneous slides Large sans-serif font. References \linespread{x} changes the line spacing by the multiplier x. Used at the very beginning of a document: \label{marker } Set a marker for cross-reference, often of the \documentclass{class}.
tabular column speci cation l Left-justi ed column. c Centered column. r Right-justi ed column. p{width} Same as \parbox[t]{width}. @{decl} Insert decl instead of inter-column space. | Inserts a vertical line between columns. tabular elements \hline Horizontal line between rows. \cline{x-y} Horizontal line across columns xthrough y.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}