ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Lars Huttar <lars_huttar@sil.org>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: a way to implement \testcolumn in mixedcolumns
Date: Wed, 20 Nov 2013 17:12:56 -0500	[thread overview]
Message-ID: <528D33E8.1030509@sil.org> (raw)
In-Reply-To: <528D2E0E.5020804@sil.org>

On 11/20/2013 4:47 PM, Lars Huttar wrote:
> However one thing we do miss from columnsets is the control over widows
> & orphans in two ways: \testcolumn, and \setupcolumnsetlines.
> \testcolumn[n] allowed us to do a conditional column break, so when we
> were about to start a new subsection heading, we could prevent it being
> an orphan at the bottom of the column; and when starting a paragraph
> with a hangaround graphic framed flushright and bottom, we could
> similarly use \testcolumn to prevent the graphic from hanging down into
> the footer (which is what sometimes happened otherwise).
>
> So I'm wondering, is there some way to achieve the equivalent of
> \testcolumn in mixedcolumns?

Here is a MWE:

\starttext


\startmixedcolumns[distance=5mm, balance=yes]

\dorecurse {20} {

\testcolumn[8]

\subsection{Subsection Heading} \input knuth \endgraf

}

\stopmixedcolumns


\stoptext


You can see that the heading for subsection 6 is an orphan at the bottom
of a column (at least, with the paper size settings I have; otherwise,
I'm sure it happens somewhere else). If \testcolumn worked, the
\testcolumn[8] would have shoved the subsection heading to the next
column, because there was not space for 8 lines left in the column at
that point.

Any thoughts on how to fix this kind of occurrence?

Thanks,
Lars

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


  reply	other threads:[~2013-11-20 22:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-20 21:47 Lars Huttar
2013-11-20 22:12 ` Lars Huttar [this message]
2013-11-22 21:59   ` Hans Hagen
2013-11-22 22:37     ` Lars Huttar
2013-11-23 11:49       ` Hans Hagen
2013-11-26 19:37         ` Lars Huttar
2013-11-28 18:34 ` Hans Hagen
2013-11-29 11:26   ` Lars Huttar (SIL gmail)
2013-11-29 11:46     ` Hans Hagen
2013-12-03 14:10   ` Lars Huttar
2013-12-03 21:40     ` Hans Hagen
2013-12-05 13:45       ` Lars Huttar (SIL gmail)

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=528D33E8.1030509@sil.org \
    --to=lars_huttar@sil.org \
    --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).