summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex2e-html/ltx-27.html
blob: 9746d13ae2a9964e051764e0a2951d9641e805a4 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
<html>
<head><title>Help On LaTeX Environments</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">Environments</font></h1>
<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>
Blank lines before the <tt>\begin{}</tt> or after the <tt>\end{}</tt> cause a 
paragraph break before or after the environment. 
Blank lines after the <tt>\begin{}</tt> or before the <tt>\end{}</tt> are 
ignored.
<p>
All <a href="declarations.html">declarations</a> have an environment of the 
same name.  However, the reverse does not always work.  For example, 
<tt>{\abstract Abstract text ... .}</tt> may not give correct paragraph 
breaks. 

<H2>Subtopics</H2>
<ul>
<li><a href="ltx-420.html">abstract</a>
<li><A href="ltx-202.html">array</A>
<li><A href="ltx-29.html">center</A>
<li><A href="ltx-31.html">description</A>
<li><a href="ltx-421.html">displaymath</a>
<li><A href="ltx-222.html">enumerate</A>
<li><A href="ltx-223.html">eqnarray</A>
<li><A href="ltx-224.html">equation</A>
<li><A href="ltx-225.html">figure</A>
<li><A href="ltx-228.html">flushleft</A>
<li><A href="ltx-229.html">flushright</A>
<li><A href="ltx-250.html">itemize</A>
<li><A href="ltx-260.html">list</A>
<li><a href="ltx-115.html#math">math</a>
<li><A href="ltx-267.html">minipage</A>
<li><A href="ltx-43.html">picture</A>
<li><A href="ltx-297.html">quotation</A>
<li><A href="ltx-298.html">quote</A>
<li><A href="ltx-58.html">tabbing</A>
<li><A href="ltx-67.html">table</A>
<li><A href="ltx-68.html">tabular</A>
<li><A href="ltx-73.html">thebibliography</A>
<li><A href="ltx-77.html">theorem</A>
<li><A href="ltx-78.html">titlepage</A>
<li><a href="trivlist.html">trivlist</a>
<li><A href="ltx-79.html">verbatim</A>
<li><A href="ltx-81.html">verse</A>
</ul>
<hr>
See also <a href="declarations.html">Declarations</a>,
 <a href="ltx-3.html">Counters</a><br>
Return to <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 16 Nov 1995.
</address>
</body>
</html>