Changes

Jump to navigation Jump to search
The examples with \bTABLE ... \eTABLE are not broken any more
If you need a proper table (the one above only had one column), use <code>\bTABLE ... \eTABLE</code> or similar instead of <code>1\\2\\3</code>. See [[Tables Overview]] for more possibilities.
 
 
A broken example (for the second box):
 
<context>
\setupTABLE[frame=on]
\setupTABLE[c][1,2][align=lohi]
\bTABLE
\bTR\bTD
a midaligned parbox:
\eTD\bTD[offset=0pt,width=1em]
1 2 3
\eTD\eTR
\eTABLE
</context>

Navigation menu