Changes

Jump to navigation Jump to search
19 bytes added ,  13:22, 9 August 2020
m
Text replacement - "<cmd>" to "{{cmd|"
|}
* <{{cmd>|HL}} draws a horizontal rule,* <{{cmd>|NC}} marks a new column (or new cell),* <{{cmd>|NN}} marks a new math column/cell (see below),* <{{cmd>|NR}} starts a new row,* <{{cmd>|NB}} starts a new row as a block (avoids page breaking inside of a block, to keep some lines together<!--; available since beta of 2011-12-21-->);* <{{cmd>|TB}} (= "Table Blank") adds some vertical space between rows -- see an example bellow,* <{{cmd>|VL}} (instead of <{{cmd>|NC}}) draws a vertical rule -- for more info see below.
When using fixed width, you can use values relative to the
===Vertical Rules===
The <{{cmd>|VL}} command serves as a replacement for <{{cmd>|NC}}
to mark a cell border wherever a vertical rule may be desired (if
they are to be desired at all from a typographical point of
For ''horizontal rules'' see above.
For ''vertical rules'', <{{cmd>|VL}} takes a defined color as an
optional argument.
There are five color-specific control sequences:
{|
|<{{cmd>|CR}} || color is applied to the background of the text and the remaining space on the right.
|-
|<{{cmd>|CC}} || color is applied to the background of the text only.
|-
|<{{cmd>|CM}} || color is applied to the background of the text and the remaining space on both sides.
|-
|<{{cmd>|CL}} || color is applied to the background of the text and the remaining space on the left.
|-
|<{{cmd>|CT}} || color is applied to the text itself - in other words, the "foreground color."
|}
These are to complement the normal table layout expression (the
Those control sequences, if applied within the table body, can
replace the ordinary <{{cmd>|NC}}, allowing individual cells to
be colorized.
<texcode>
=Using math mode=
If you want to display numerics, you can simply use <{{cmd>|NN}} for a new column instead of <{{cmd>|NC}}. This command works similar to the [http://www.pragma-ade.com/general/magazines/mag-0003.pdf digit-module]. Therefore you can also abbreviate:
<texcode>\starttabulate[|l|l|]

Navigation menu