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>,
	Denis Maier <denis.maier.lists@mailbox.org>
Subject: Re: Blank page inserted when text reaches column's end
Date: Mon, 9 Dec 2019 18:23:14 +0100	[thread overview]
Message-ID: <fb89463a-9b47-0a61-2b71-97832eeee73b@gmail.com> (raw)
In-Reply-To: <359d5b27-9981-67a5-b244-c755fa0566a9@mailbox.org>

Denis Maier schrieb am 09.12.2019 um 09:41:
> Am 09.12.2019 um 00:44 schrieb Thangalin:
>> When text reaches the end of a column, it appears to trigger inserting
>> a blank page. In the following code, \dorecurse{3} causes a blank page
>> to appear but \dorecurse{2} does not. The only difference is that when
>> set to 3, the additional text is written on the last line of the last
>> column. This scenario results in a blank page.
>>
>> Any ideas how the blank page can be suppressed?
>>
>> \showgrid
>> \setuplayout[grid=yes]
>>
>> \starttext
>>    \startcolumnset[n=2]
>>      \input knuth \input lorem \input lorem \input knuth
>>      \dorecurse{3}{No TV and no beer make Homer something something.}
>>    \stopcolumnset
>> \stoptext
>>
>> Version:
>>
>> $ context --version
>> mtx-context     | ConTeXt Process Management 1.03
>> mtx-context     |
>> mtx-context     | main context file:
>> /opt/context/tex/texmf-context/tex/context/base/mkiv/context.mkiv
>> mtx-context     | current version: 2019.06.11 19:20
>>
>> Thank you!
>>
> What about:
> \installpagebreakhandler{last}{}
>
> (I have this in most of my documents, but I'm not sure it works with 
> columnsets.)

Better use this setup to get rid of the extra page in a doublesided 
document.

\setuppagenumbering[page=no]

Wolfgang

___________________________________________________________________________________
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-12-09 17:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-08 23:44 Thangalin
2019-12-09  8:41 ` Denis Maier
2019-12-09 17:23   ` Wolfgang Schuster [this message]
2019-12-10  2:37     ` Thangalin
2019-12-11  1:51       ` Thangalin
2019-12-11  4:55         ` Wolfgang Schuster

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=fb89463a-9b47-0a61-2b71-97832eeee73b@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=denis.maier.lists@mailbox.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).