Re: [NTG-context] Pagebreaks

2003-09-26 Thread Thomas A . Schmitz
On Friday, September 26, 2003, at 06:15  PM, Hans Hagen wrote:

  \def\defaultwidowpenalty{0}
  \def\defaultclubpenalty{0}

Thanks! This command alleviated the problem without eliminating all the 
"shorter" pages. \setuplayout[grid=yes] actually made it a lot worse; 
almost every page was several lines short. I suspect it might have 
something to with itemizations (of which there are quite a few); this 
seems to confuse (Con)TeX(t).

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Pagebreaks

2003-09-26 Thread Hans Hagen
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 | [EMAIL PROTECTED]
  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
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Pagebreaks

2003-09-26 Thread Thomas A . Schmitz
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?
Thanks
Thomas

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context