diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-224.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-224.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-224.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-224.html deleted file mode 100644 index c007e0430da..00000000000 --- a/Master/texmf-doc/doc/english/latex2e-html/ltx-224.html +++ /dev/null @@ -1,35 +0,0 @@ -<html> -<head><title>Help On LaTeX equation</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">equation</font></h1> -<pre> - \begin{equation} - math formula - \label{eqno1} - \end{equation} -</pre> - - The equation environment centers your equation on the page and places - the equation number in the right margin. -<p> - The <a href="ltx-252.html"><tt>\label</tt></a> command is required - only if you want to use a <a href="ltx-303.html"><tt>\ref</tt></a> - command to refer to the number assigned to this equation. -<p> -The <a href="ltx-421.html">Display Math</a> environment gives the -same effect without the equation number. -<hr> -Related topics -<ul> -<li><A href="ltx-27.html">Environments</A> -<li><a href="ltx-130.html">LaTeX Modes</a> -<li><a href="ltx-223.html">Eqnarray Environment</a> -<li><a href="ltx-115.html">Math Formulas</a> -</ul> -Return to <a href="ltx-2.html">LaTeX Table of Contents</a> -<hr> -<address> -Revised: Sheldon Green, 31 May 1995. -</address> -</body> -</html> |