blob: a2f26a22b284e23f6fc39e8dde5cbeae69dc3764 (
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
|
<html>
<head><title>Help On LaTeX Abstract Environment</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">Abstract environment</font></h1>
In the article or report <a href="ltx-22.html">document style</a>, the
abstract is produced by the abstract environment:
<pre>
<tt>\begin{abstract}
Abstract text, set in the usual
LaTeX paragraph mode.
An empy line, for example, specifies
a new paragraph
\end{abstract}</tt>
</pre>
The abstract is typically set with a narrower page margin.
<hr>
See also <a href="ltx-27.html">LaTeX environments</a><br>
Back to the <a href="ltx-2.html">Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 8 May 1995.
</address>
</body>
</html>
|