19 Feb
2019
19 Feb
'19
8:35 p.m.
Procházka Lukáš Ing. schrieb am 19.02.19 um 21:27:
Hello,
it seems that xtable setup doesn't recognize the "c" option, which is recognized successfully by TABLE setup; tested on mapping provided by "ntb-to-xtb" module:
---- \usemodule[ntb-to-xtb] \restoreTABLEfromxtable
\starttext \bTABLE \setupTABLE[c][1][width=1in] % Set 1st column width - OK with TABLE \bTR \bTD A \eTD \eTR \eTABLE
\bgroup \mapTABLEtoxtable \bTABLE \setupTABLE[c][1][width=1in] % <- This line causes error - not recognized by xtable setup
xtables don’t support row/column settings like natural table and the mapping doesn’t change this. Wolfgang