File: sec31.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 (54 lines) | stat: -rw-r--r-- 1,051 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
46
47
48
49
50
51
52
53
54
<html>
<head><title>array</title></head>
<body>
<h1>array</h1>
<P>

</P>

<PRE>
&#92;begin{array}{col1col2...coln}
column 1 entry &#38; column 2 entry ... &#38; column n entry &#92;&#92;
 .
 .
 .
&#92;end{array}
</PRE>

<P>
Math arrays are produced with the array environment.  It has a single
mandatory argument describing the number of columns and the alignment
within them.  Each column, <CODE>coln</CODE>, is specified by a single letter
that tells how items in that row should be formatted.

</P>

<UL>
<LI>

<CODE>c</CODE> -- for centred
<LI>

<CODE>l</CODE> -- for flush left
<LI>

<CODE>r</CODE> -- for flush right
</UL>

<P>
Column entries must be separated by an <CODE>&#38;</CODE>.  Column entries may
include other LaTeX commands.  Each row of the array must be terminated
with the string <CODE>&#92;&#92;</CODE>.

</P>
<P>
Note that the <CODE>array</CODE> environment can only be used in math mode, so
normally it is used inside an <CODE>equation</CODE> environment.

</P>



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