Hello,

with the latest ConTeXt, it seems, that space around \bTR, \eTR, before
\bTD and after \eTD matters. Such space seems to move the whole TABLE to
the right:

\def\XXX#1{\bTR\bTD#1\eTD\eTR}
\starttext
\centerline{\bTABLE\dorecurse{2}{\XXX{bla}}\eTABLE}
\centerline{\bTABLE\dorecurse{2}{\XXX{bla}
}\eTABLE}
\centerline{\bTABLE\dorecurse{20}{\XXX{bla} % Why does this space matter here?
}\eTABLE}
\stoptext

Is this behaviour normal and wanted?

Cheers, Peter


P.S.: What about http://context.literatesolutions.com/collector/ ?

-- 
http://pmrb.free.fr/contact/
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to