summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex2e-html/ltx-27.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-27.html')
-rw-r--r--Master/texmf-doc/doc/english/latex2e-html/ltx-27.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-27.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-27.html
new file mode 100644
index 00000000000..9746d13ae2a
--- /dev/null
+++ b/Master/texmf-doc/doc/english/latex2e-html/ltx-27.html
@@ -0,0 +1,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>
+