File: sec30.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (54 lines) | stat: -rw-r--r-- 1,924 bytes parent folder | download | duplicates (3)
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>
        &#92;begin{environment-name}
        .
        .
        .
        &#92;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>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>