[NTG-context] bad page breaks with \startitemize[columns]

2011-06-06 Thread Peter Münster
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

TIA for any hints,

-- 
   Peter
___
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
___


Re: [NTG-context] bad page breaks with \startitemize[columns]

2011-06-06 Thread luigi scarso
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
___

Re: [NTG-context] bad page breaks with \startitemize[columns]

2011-06-06 Thread Peter Münster
On Mon, Jun 06 2011, luigi scarso wrote:

 \starttext
 \dorecurse{10}{
  \startsection[title=test]
    \startitemize[columns, intro]
    \item bla
    \stopitemize
    \input tufte
  \stopsection
 }
 \stoptext


 \setuphead[section][before={\testpage[5]\blank}]

I've already tried that...

Please see here:

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

-- 
   Peter
___
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
___