Re: [NTG-context] filling page to bottom

2019-05-15 Thread Wolfgang Schuster

Hans van der Meer schrieb am 15.05.2019 um 09:24:
I find that the current (default) settings tend to break pages early, 
leaving a fairly large amount of whitespace at the bottom of the 
pages. Obviously in order to avoid breaking paragraphs or to avoid 
small parts of a paragraph at the top of the page.


What parameters do I have to tweak to fill the pages more completely? 
Because I planned already to examine all pages individually for their 
appearance, inserting breaks by hand is not the problem here.


You have to change the penalty values for orphans, widows etc.

\startsetups [hvdm]
  \directsetup{*reset}
  \nopenalties
\stopsetups

\showgrid

\starttext

\dorecurse{10}{\samplefile{knuth}}

\page

\setuplayout[setups=hvdm]

\dorecurse{10}{\samplefile{knuth}}

\stoptext

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] filling page to bottom

2019-05-15 Thread Hans van der Meer
I find that the current (default) settings tend to break pages early, leaving a 
fairly large amount of whitespace at the bottom of the pages. Obviously in 
order to avoid breaking paragraphs or to avoid small parts of a paragraph at 
the top of the page.

What parameters do I have to tweak to fill the pages more completely? Because I 
planned already to examine all pages individually for their appearance, 
inserting breaks by hand is not the problem here.

dr. Hans van der Meer


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___