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
      \bTR
        \bTD A
        \eTD
      \eTR
    \eTABLE
  \egroup
\stoptext
----

Gives:

"
...
setup           > error in line 1, namespace 'xtable', key 'c'
setup           > error in line 1, namespace 'xtable', key 'c'
setup           > error in line 1, namespace 'xtable', key 'c'
...
"

It might be useful to extend the module to understand "c" setup option as well.

Best regards,

Lukas


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.      | mailto:pon...@pontex.cz | http://www.pontex.cz | IDDS: 
nrpt3sn | IČO: 40763439
Bezová 1658
147 14 Praha 4

Mob.: +420 702 033 396

Attachment: Ntb2Xtb.log
Description: Binary data

Attachment: Ntb2Xtb.mkiv
Description: Binary data

Attachment: Ntb2Xtb.pdf
Description: Adobe PDF document

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to