ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* filling page to bottom
@ 2019-05-15  7:24 Hans van der Meer
  2019-05-15 18:54 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Hans van der Meer @ 2019-05-15  7:24 UTC (permalink / raw)
  To: NTG ConTeXt


[-- Attachment #1.1: Type: text/plain, Size: 488 bytes --]

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



[-- Attachment #1.2: Type: text/html, Size: 1654 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: filling page to bottom
  2019-05-15  7:24 filling page to bottom Hans van der Meer
@ 2019-05-15 18:54 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2019-05-15 18:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Hans van der Meer


[-- Attachment #1.1: Type: text/plain, Size: 814 bytes --]

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


[-- Attachment #1.2: Type: text/html, Size: 1384 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-15 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15  7:24 filling page to bottom Hans van der Meer
2019-05-15 18:54 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).