Prev | Next |
$table
$cnext
$rnext
$tend
$table
begins a new table.
A new row and new column are automatically stated at the
beginning of every table.
$cnext
marks the end of the
current column and the beginning of the next column.
$rnext
marks
the end of the current column,
the end of the current row,
the beginning of the next row,
and the beginning of the next column.
$tend
marks the end of the current column,
the end of the current row,
and the end of the current table.
The current table corresponds to the previous $table
command in the OMhelp input stream.
(Note that $tend
is used instead of $$
to terminate a table).
$table
1 $cnext 2 $cnext 3 $rnext
4 $cnext 5 $cnext 6
$tend
results in the output
1 | 2 | 3 |
4 | 5 | 6 |
$table
$table
1 $rnext 2 $rnext 3
$tend
$cnext
$table
4 $rnext 5 $rnext 6
$tend
$tend
results in output
|
|
left
and top
.
You can use the align
command to change this alignment.
cnext
command used to be called cend
and
the rnext
command used to be called rend
.
In order to not have to change existing OMhelp input files,
the older versions of these commands still work.