diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-29.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-29.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-29.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-29.html new file mode 100644 index 00000000000..96782cb74ec --- /dev/null +++ b/Master/texmf-doc/doc/english/latex2e-html/ltx-29.html @@ -0,0 +1,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> |