On Thu, 31 Jan 2013, Thomas De Maet wrote:

Firstly, I'm interested in the "multicolumns table issue" raised in http://wiki.contextgarden.net/TABLE. Do you have an idea of a date for a fix ? Alternatively, it's quite a huge work to skip portions of tables at the good size, especially when an entry is added at the beginning


Can you give an example? The following splits just fine across columns:

\starttext
\startcolumns[n=2]
\bTABLE[split=yes]
\dorecurse{10}
  {\bTR
      \bTD A table with a long line.
           A table with a long line.
           A table with a long line.
           A table with a long line.
           A table with a long line.
      \eTD
      \bTD A table with a long line.
           A table with a long line.
           A table with a long line.
           A table with a long line.
           A table with a long line.
      \eTD
   \eTR}
\eTABLE
\stopcolumns
\stoptext


Aditya
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to