5 May
2010
5 May
'10
5:37 p.m.
Am 05.05.10 19:21, schrieb Peter Münster:
What is setups=*strict supposed to do? In the following example, the page break is even before section 7:
\showframe \setuplayout[setups=*strict] \def\mySection{\section{bla}\dorecurse{40}{text }} \starttext \dorecurse8{\mySection} % try \dorecurse7 here \stoptext
The *strict prevents widows and orphans (comment \setuplayout in this example) but the important setting here is \setupalign[line]. \showframe \setuplayout[setups=*strict] \setupalign[line] \def\mySection{\section{bla}\dorecurse{40}{text }} \starttext \dorecurse8{\mySection} % try \dorecurse7 here \vfil\stoptext Wolfgang