Start a table.
Type & position: | command, main part |
Syntax: | !begin_table [<format>] {!hline} |
Description: | Mit diesem Kommando wird eine Tabelle eingeleitet. Für
<format>geben Sie an, wie die Spalten der Tabelle ausgerichtet werden sollen und vor bzw. nach welcher Spalte vertikale Linien gezogen werden sollen. Wird zum Schluss noch !hline angegeben, so beginnt die Tabelle mit einer horizontalen Linie. Im Beispiel sehen Sie eine Tabelle, die mit links, rechts und oben mit einer Linie versehen ist und die Spalten linksbündig, zentriert und rechtsbündig ausgerichtet werden. |
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
!hlinethe 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] |