31 Jul
2016
31 Jul
'16
5:09 p.m.
Dear list, with the old tabulate macros there was the possibility to format columns as math (m for inline, M for display). Is there any possibility to typeset cells in math mode in Natural Tables? This way, the hyphen would be rendered as minus and spacing around relation and binary operators would be consistent (example below). Cheers, Henri --- \starttext \starttabulate[|m|] \NC -4.11\%<0.02\% \NC\NR \stoptabulate %\setupTABLE[???] \startTABLE \NC -4.11\%<0.02\% \NC\NR \stopTABLE \stoptext