At 10:42 26/09/2003 +0200, you wrote:
Dear colisters, is there a way to tel Context to be dumb about pagebreaks? I mean to say "fill every page with the exact same number of lines, no matter what, regardless of clubs, widows, women and children"? Here's my setup: \setuplayout[lines=17,footer=0.7cm] \starttext \clubpenalty=0 \widowpenalty=0 Nevertheless, some pages are 1 or even three lines shorter than the rest (there are no tables, floats, pictures etc.). Can this be prevented?
\def\defaultwidowpenalty{0} \def\defaultclubpenalty{0} or maybe: setuplayout[grid=yes] or in the beta i just posted: \startsetups [NeverMind] \setups[*reset] \widowpenalty\zerocount \clubpenalty \zerocount \stopsetups \setuplayout[setups=NeverMind] or ... Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------