File: sec36.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (45 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (3)
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
36
37
38
39
40
41
42
43
44
45
<html>
<head><title>eqnarray</title></head>
<body>
<h1>eqnarray</h1>
<P>

</P>

<PRE>
 &#92;begin{eqnarray}
 math formula 1 &#92;&#92;
 math formula 2 &#92;&#92;
 .
 .
 .
 &#92;end{eqnarray}
</PRE>

<P>
The <CODE>eqnarray</CODE> environment is used to display a sequence of
equations or inequalities.  It is very much like a three-column
<CODE>array</CODE> environment, with consecutive rows separated by <CODE>&#92;&#92;</CODE>
and consecutive items within a row separated by an <CODE>&#38;</CODE>. 

</P>
<P>
An equation number is placed on every line unless that line has a
<CODE>&#92;nonumber</CODE> command.

</P>
<P>

</P>
<P>
The command <CODE>&#92;lefteqn</CODE> is used for splitting long formulas across
lines. It typesets its argument in display style flush left in a box of
zero width.

</P>



<p>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>