Changes

Jump to navigation Jump to search
448 bytes added ,  21:24, 27 November 2021
add \NS
* {{cmd|HL}} draws a horizontal rule,
* {{cmd|NC}} marks a new column (or new cell),
* {{cmd|NS}} marka a new cell that spans more than one column (LMTX only),
* {{cmd|NN}} marks a new math column/cell (see below),
* {{cmd|NR}} starts a new row,
\stopplacetable
</context>
 
=Spanning columns=
 
Only LMTX since September 2021 supports wide cells:
 
<context source=yes>
\starttabulate[|r|l|c|]
\HL
\NC 123 \NC foo \NC bar \NC\NR
\NS[2][c] LMTX \NC\NR
\NC 123 \NC baz \NC bla \NC\NR
\HL
\stoptabulate
</context>
 
The two parameters of {{cmd|NS}} are the number of additional columns (i.e. 1 of you want to span 2 columns) and the formatting for it.
=Spanning Multiple Pages=

Navigation menu