29 Sep
2010
29 Sep
'10
10:29 a.m.
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} Steffen