File: sec67.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 (25 lines) | stat: -rw-r--r-- 677 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
<html>
<head><title>&#92;multicolumn</title></head>
<body>
<h1>&#92;multicolumn</h1>
<P>

</P>
<P>
<CODE>&#92;multicolumn{cols}{pos}{text}</CODE>

</P>
<P>
The <CODE>&#92;multicolumn</CODE> is used to make an entry that spans several
columns.  The first mandatory argument, <CODE>cols</CODE>, specifies the
number of columns to span.  The second mandatory argument, <CODE>pos</CODE>,
specifies the formatting of the entry; <CODE>c</CODE> for centred, <CODE>l</CODE>
for flushleft, <CODE>r</CODE> for flushright.  The third mandatory argument,
<CODE>text</CODE>, specifies what text is to make up the entry.

</P>


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