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 via ntg-context <ntg-context@ntg.nl>
Subject: [NTG-context] Re: unwanted blank page
Date: Sun, 19 Nov 2023 12:52:31 +0100	[thread overview]
Message-ID: <1b6bb457-5524-8a28-6b67-22ba89d99b59@gmail.com> (raw)
In-Reply-To: <AA3FBD19-85C5-4A10-82E8-05E6425AFFC7@ziggo.nl>


[-- Attachment #1.1: Type: text/plain, Size: 739 bytes --]

Hans van der Meer via ntg-context schrieb am 19.11.2023 um 11:56:
> I should have a first page without pagenumber and pagenumbers on the 
> subsequent ones.
> However the MWE here introduces an unwanted blank page from the call 
> to \setuppagenumbering[state=start].
> And the \setuppagenumbering has to come after the \page, of course.
>
> Should I program otherwise?

There is nothing you can do here for the moment, the empty page is caused
by a new piece of code in page-lay.mkxl (see below) to go to the next 
odd page
when you use the \setuppagenumbering command.

page-lay.mkxl (line 1436):

\appendtoks
     \ifnum\realpageno>\plusone
         \page[\v!odd]%
         \setuplayout
     \fi
\to \everysetuppagenumbering

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1304 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2023-11-19 11:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-19 10:56 [NTG-context] " Hans van der Meer via ntg-context
2023-11-19 11:52 ` Wolfgang Schuster [this message]
2023-11-19 22:34   ` [NTG-context] " madiazm.eoicc
2023-11-20 17:51     ` Pablo Rodriguez via ntg-context
2023-11-22  8:57       ` madiazm.eoicc
2023-12-03 15:28         ` Pablo Rodriguez via ntg-context

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=1b6bb457-5524-8a28-6b67-22ba89d99b59@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --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).