blob: c007e0430da54a8572c3c3586ce42178df0b36ca (
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
29
30
31
32
33
34
35
|
<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>
|