Changes

Jump to navigation Jump to search
520 bytes added ,  23:11, 26 June 2011
no edit summary
\stoptabulate
</texcode>
 
=Using math mode=
 
If you want to display numerics, you can simply use <cmd>NN</cmd> for a new column instead of <cmd>NC</cmd>. 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|]
\HL
\NN 10e-3 \NN 10e+3 \NR
\HL
\stoptabulate
</texcode>
 
instead of
 
<texcode>
\starttabulate[|l|l|]
\HL
\NC $10\cdot 10^{-3}$ \NC $10 \cdot 10^3$ \NR
\HL
\stoptabulate
</texcode>
 
although both variants does work.
=See also=
12

edits

Navigation menu