ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Michal Kvasnicka <quasar@econ.muni.cz>
Subject: Pagebreak in columns
Date: Thu, 29 Jan 2004 15:56:58 +0100	[thread overview]
Message-ID: <40191F3A.8070402@econ.muni.cz> (raw)

Good evening.

I typeset a document in two columns on a grid. Sometimes a page is one 
row longer than it should be. How can I make it not to do it? (I don't 
care for widows and things like that, I can correct them manually). I 
know this was disscussed before but I can find the text of the thread in 
any archive, just the link. Any hint?

Many thanks for any hint. Your sincerely
Michal Kvasnicka

I set it approximately like this (just major setting mentioned):

\setuplayout
        [topspace=1cm, height=19cm, lines=43,
        backspace=1cm, width=128mm,
        header=0pt, headerdistance=0pt,
        footer=2\baselineskip, footerdistance=0pt,
        grid=yes]
\setupcolumns
        [n=2, tolerance=tolerant, distance=1em]
\widowpenalty=0\relax
\clubpenalty=0\relax
\brokenpenalty=0\relax
\normalbottom

\starttext
\startcolumns
    ...
\stopcolumns
\stoptext

                 reply	other threads:[~2004-01-29 14:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=40191F3A.8070402@econ.muni.cz \
    --to=quasar@econ.muni.cz \
    --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).