Am 29.09.2010 um 10:29 schrieb Steffen Wolfrum:
Am 29.09.2010 um 10:21 schrieb Andreas Harder:
Hi all,
please have a look at the following example:
\starttext \showframe \section{test} \dorecurse{36}{test\par} \section{test} \startitemize \dorecurse{12}{\item #1} \stopitemize % \dorecurse{12}{• #1\blank} \stoptext
I would like to prevent the page break after the second section. It works okay if the head is followed by normal text.
Is there a key I have not found yet? I tried all kind of combinations …
Just add a \testpage[4] before the second \section{test}
Thank you! This works. So I will try \setuphead[section][before={\testpage[4]\blank[2*big]}]. But I'm curious, why do it work with normal text? \starttext \showframe \section{test} \dorecurse{36}{test\par} \section{test} \dorecurse{12}{• #1\blank} \stoptext Andreas