On Wed, 21 Mar 2007, luigi scarso wrote:
in the following example, there is a page-break after the second section title. \page[no] does not help.
Is this normal or a bug? Normal, I believe
Too bad. I think, there can be still some enhancements: in LaTeX, there is never a page break after a section header, but with ConTeXt there is sometimes by surprise...
try this %%%%%%%%%%%%%%%%%% \showframe \starttext \section{bla} \dorecurse{36}{bla\par} \section{bla} \page[no] \startitemize \dorecurse{5}{\item bla} \stopitemize \stoptext %%%%%%%%%%%%%%%%%%%%%
There is still a page break + a frame.
and this %%%%%%%%%%%%%%%%5 \showframe \starttext \section{bla} \dorecurse{34}{bla\par}%%%% not 35 or 36 ! \section{bla} \page[no] \startitemize \dorecurse{5}{\item bla} \stopitemize \stoptext %%%%%%%%%%%%%%%%%%%
No more page break after the section head, but that's normal: you changed the number of lines. Cheers, Peter -- http://pmrb.free.fr/contact/