On Wed, Jun 01 2011, Wolfgang Schuster wrote:
How can I avoid a page break here:
\setuplayout[height=2cm] \starttext \startsection[title=test] \startitemize[columns, intro] \item bla \stopitemize \stopsection \stoptext
It would help when you give ConTeXt space for the text,
Of course, this is just a minimal example. My real document has a normal layout. But this example shows, that section title and item can be broken across pages when "columns" is specified. I've also tried \setuphead[section][before={\testpage[5]}], but it does not really help in my real document. If the problem is not obvious, I can make a better example, but it would take me some time. In the meantime I use TABLE instead of itemize as workaround, but it's not so clean... -- Peter