blob: 1712de6aff7d0cd7b9627276ff3e1ab50bccb19a (
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 quotation</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">quotation</font></h1>
<pre>
\begin{quotation}
text
\end{quotation}
</pre>
The margins of the quotation environment are indented on the left and
the right. The text is justified at both margins and there is
paragraph indentation. Leaving a blank line between text produces a
new paragraph.
<p>
For a short quote (one paragraph), use the
<a href="ltx-298.html">quote environment</a>.
<hr>
See also <A href="ltx-298.html">Quote Environment</A><br>
Return to the <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 27 Sep 1995.
</address>
</body>
</html>
|