Start a table.
Type & position: | command, main part |
Syntax: | !begin_table [<format>] {!hline} |
Description: | With this command a table is started. For <format> you
enter the justification of the columns of this table and the position
of vertical lines. If this command is followed by `!hline'
the table starts with a horizontal line. The example shows how to make
a table with three columns where the left column is left justified,
the second is centered and the last columns is right justified. The
table begins with a horizontal line an it has one vertical line on the
left. |
Example: | !begin_table [|lcr|] !hline |
Exists since: | Release 4 Version 0.42 |
See also: | !hline, !end_table, Tables] |