Am 13.07.2013 um 16:39 schrieb Peter Münster <pmli...@free.fr>:

> On Sat, Jul 13 2013, Pablo Rodríguez wrote:
> 
>>>    \usemodule[simplefonts]
>>>    \setmainfont[TeX Gyre Pagella]
>> 
>> If I replace those lines with \setupbodyfont[pagella,12pt], nothing
>> changes, but if I remove the first two lines quoted above, everything works.
> 
> No. You don't need those lines for a minimal example:
> 
> \setupinterlinespace[line=4ex]
> \starttext
> \dorecurse{560}{bla }
> \section{section}
> \dorecurse{30}{bla }
> \stoptext

The penalty between the heading and the following text isn’t high enough
to prevent a page break. When you set a higher value through the after key
with the \blank command the break disappears.

\setuphead[section][after={\blank[samepage,big]}]

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to