ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jelle Huisman <jelle@jhnet.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: problem with two columns on a page
Date: Thu, 12 Mar 2009 15:56:44 +0000	[thread overview]
Message-ID: <49B930BC.9080507@jhnet.nl> (raw)

Hi,

I'm typesetting a dictionary using \startcolumns[n=2,balance=yes] to get 
balanced columns. I have 26 balanced columns with simple headers in 
between and a lot of situations with two columns on one page. (see 
example). As long as the number of lines of the first columns (AA) is 
fewer than a certain value around 20 the next columns (BB) will be 
placed on the same page, but if there are more lines from the first 
columns they push the second columns to the next page. Is there a way to 
control this behavior, I would like to be able to keep this second 
columns starting on this page even if there are only 5 lines of text 
available for it. (using MkII)

\starttext
\showgrid

\startalignment[center] AA \stopalignment\blank
\startcolumns[n=2,balance=yes]
\dorecurse{40}{a a a a a a a a a a a a a a a a a a a a a } % << this works
%\dorecurse{42}{a a a a a a a a a a a a a a a a a a a a a } % << this 
pushes columns (BB) to the next page
\stopcolumns

\startalignment[center] BB \stopalignment\blank
\startcolumns[n=2,balance=yes]
\dorecurse{100}{b b b b b b b b b b b b b b b b b b b b }
\stopcolumns

\stoptext

Thanks,

Jelle
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


             reply	other threads:[~2009-03-12 15:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-12 15:56 Jelle Huisman [this message]
     [not found] ` <49BA873E.20603@wxs.nl>
2009-03-13 17:26   ` Jelle Huisman
2009-03-13 18:19     ` Hans Hagen
2009-03-13 18:39       ` Jelle Huisman
2009-03-13 19:20         ` Hans Hagen
2009-03-13 19:25           ` Marcin Borkowski
2009-03-13 20:23           ` Jelle Huisman

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=49B930BC.9080507@jhnet.nl \
    --to=jelle@jhnet.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).