ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Hans van der Meer <havdmeer@ziggo.nl>
Subject: Re: filling page to bottom
Date: Wed, 15 May 2019 20:54:54 +0200	[thread overview]
Message-ID: <61ee058d-7952-202e-1caf-5fbc144ac64b@gmail.com> (raw)
In-Reply-To: <FD313116-9472-40DE-A550-9A8474E3E0F7@ziggo.nl>


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

      reply	other threads:[~2019-05-15 18:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-15  7:24 Hans van der Meer
2019-05-15 18:54 ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=61ee058d-7952-202e-1caf-5fbc144ac64b@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=havdmeer@ziggo.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).