On Mon, Jun 6, 2011 at 1:48 PM, Peter Münster <pmli...@free.fr> wrote:
> Hello,
>
> How can one avoid these bad page breaks here:
>
> \starttext
> \dorecurse{10}{
>  \startsection[title=test]
>    \startitemize[columns, intro]
>    \item bla
>    \stopitemize
>    \input tufte
>  \stopsection
> }
> \stoptext


\setuphead[section][before={\testpage[5]\blank}]
\starttext
\dorecurse{10}{
 \startsection[title=test]
   \startitemize[columns, intro]
   \item bla
   \stopitemize
   \input tufte
 \stopsection
}
\stoptext



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