Prev | Next | align |
$align location$$
location
is one of the following:
left
,
center
,
right
,
top
,
middle
,
bottom
.
location
values
left
,
center
, and
right
set the horizontal alignment for the
data in each cell of a subsequent table.
The default value for the horizontal alignment is left
.
location
values
top
,
middle
, and
bottom
set the vertical alignment for the
data in each cell of a subsequent table.
The default value for the vertical alignment is top
.
$align center$$ $align middle$$ $table
line one
$pre
$$
column one
$align left$$ $cnext
1,2
$align bottom$$ $rnext
2,1
$align center$$ $align middle$$ $cnext
line two
$pre
$$
column two
$tend
results in
line one
column one
| 1,2 |
2,1 |
line two
column two
|
rnext
or cnext
command.
A horizontal or vertical alignment has effect until it is changed
or until the end of the current section (which ever comes first).