Dear list members,

Table are constructed row after row like in the code below:

Building up a table row after row
\par
\bTABLE
    \bTR
        \bTC Row 1, Column 1 \eTC
        \bTC Row 1, Column 2 \eTC
    \eTR
    \bTR
        \bTC Row 2, Column 1 \eTC
        \bTC Row 2, Column 2 \eTC
    \eTR
\eTABLE

But is it possible to construct tables column after column?
(The code below does not generate output. I merely switched the xTC and xTR to 
illustate the idea)

Building up a table column after column
\par
\bTABLE
    \bTC
        \bTR Column 1, Row 1 \eTR
        \bTR Column 1, Row 2 \eTR
    \eTC
    \bTC
        \bTR Column 2, Row 1 \eTR
        \bTR Column 2, Row 2 \eTR
    \eTC
\eTABLE

Kind regards,
Jan Willem Flamma
___________________________________________________________________________________
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