1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
<html>
<head><title>Environments</title></head>
<body>
<h1>Environments</h1>
<P>
</P>
<P>
LaTeX provides a number of different paragraph-making environments.
Each environment begins and ends in the same manner.
</P>
<PRE>
\begin{environment-name}
.
.
.
\end{environment-name}
</PRE>
<UL>
<LI><A href="sec31.html">array</A>: Math arrays.
<LI><A href="sec32.html">center</A>: Centred lines.
<LI><A href="sec34.html">description</A>: Labelled lists.
<LI><A href="sec35.html">enumerate</A>: Numbered lists.
<LI><A href="sec36.html">eqnarray</A>: Sequences of aligned equations.
<LI><A href="sec37.html">equation</A>: Displayed equation.
<LI><A href="sec38.html">figure</A>: Floating figures.
<LI><A href="sec39.html">flushleft</A>: Flushed left lines.
<LI><A href="sec41.html">flushright</A>: Flushed right lines.
<LI><A href="sec43.html">itemize</A>: Bulleted lists.
<LI><A href="sec44.html">letter</A>: Letters.
<LI><A href="sec45.html">list</A>: Generic list environment.
<LI><A href="sec46.html">minipage</A>: Miniature page.
<LI><A href="sec47.html">picture</A>: Picture with text, arrows, lines and circles.
<LI><A href="sec60.html">quotation</A>: Indented environment with paragraph indentation.
<LI><A href="sec61.html">quote</A>: Indented environment with no paragraph indentation.
<LI><A href="sec62.html">tabbing</A>: Align text arbitrarily.
<LI><A href="sec63.html">table</A>: Floating tables.
<LI><A href="sec64.html">tabular</A>: Align text in columns.
<LI><A href="sec69.html">thebibliography</A>: Bibliography or reference list.
<LI><A href="sec74.html">theorem</A>: Theorems, lemmas, etc.
<LI><A href="sec75.html">titlepage</A>: For hand crafted title pages.
<LI><A href="sec76.html">verbatim</A>: Simulating typed input.
<LI><A href="sec78.html">verse</A>: For poetry and other things.
</UL>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|