On Wed, 19 Apr 2006, Hans Hagen wrote:
\starttext \section{bla} \subsection{bla} \startitemize \dorecurse{21}{\item bla} \stopitemize \placetable{a table}{\vbox to 8cm{bla}}
\section{bla} \subsection{bla} \synchronizeoutput % this does not help here... \bTABLE[split=repeat] \bTABLEhead\bTR\bTH bla\eTH\eTR\eTABLEhead \bTABLEbody\dorecurse{100}{\bTR\bTD bla\eTD\eTR}\eTABLEbody \eTABLE \stoptext
it's a boundary case: when the subsection is placed, the pagetotal is pretty large because the previous page is not yet flushed, so ther eis no room for a table piece
you can put something
\strut \vskip-\lineheight \nobreak
This does not work...
before the table, which triggers the otr
or say:
\setuphead[section][before={\testpage[10]\blank}]
Thanks for your fast answer, this works very well! Cheers, Peter -- http://pmrb.free.fr/contact/