Christoph Reller <mailto:christoph.rel...@gmail.com>
16. Juni 2016 um 15:31
On Fri, 10 Jun 2016 14:00:01, Christoph Reller

This must have something to do with page breaking in conjunction with
table splitting. The following MWE produces no error:

\starttext
\dorecurse{9}{\input ward}
\testpage[10]
\startplacetable[location=split]
\bTABLE
\bTR \bTD \input tufte \eTD \eTR
\eTABLE
\stopplacetable
\stoptext

On the other hand the following MWE produces the error, and of course
here, a testpage will not help:

\starttext
\dorecurse{11}{\input ward}
\pagebreak[disable]
\placetable[split]{}{
\bTABLE
\bTR \bTD Ups \eTD \eTR
\eTABLE
}
\stoptext

This is a long standing issue and I would very much appreciate any
comment on this.
The problem has been fixed.

Wolfgang
___________________________________________________________________________________
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