blob: 96782cb74ecdd99f266bd136572fc51c7ca8a3eb (
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
|
<html>
<head><title>Help On LaTeX center</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">center</font></h1>
<p><pre>
\begin{center}
Text on line 1 \\
Text on line 2 \\
...
...
\end{center}
</pre>
The center environment allows you to create a paragraph consisting of
lines that are centered within the left and right margins on the
current page. Each line must be terminated with the string <tt>\\.</tt>
<hr>
See also <A href="ltx-30.html"><tt>\centering</tt></A><br>
See also <a href="ltx-228.html">Flushleft</a>,
<a href="ltx-229.html">Flushright</a> Environments<br>
Return to the <a href="ltx-2.html">LaTeX Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 5 Jun 1995.
</address>
</body>
</html>
|