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>,
	jbf <roma83537@gmail.com>
Subject: Re: how to interrupt doublesided in particular instance
Date: Wed, 6 May 2020 05:57:06 +0200	[thread overview]
Message-ID: <9c4da2e8-f053-29f1-42dd-94937f0fa583@gmail.com> (raw)
In-Reply-To: <a9bbc857-d3cd-4ad2-9999-0ee6640f28bc@gmail.com>

jbf schrieb am 06.05.2020 um 01:31:
> Hi list,
>
> I have a document set up in a standard way 
> (\setuppagenumbering[alternative=doublesided]) to ensure that new 
> chapters always begin on a recto page, but in one particular instance 
> only, I want the new chapter to start on the next (verso) page instead 
> of creating a blank then starting on the recto side.
>
> I thought I might have been able to force that with \page[no] 
> immediately after the previous chapter concluded or before \chapter{My 
> new chapter}, but this command is ignored (and may well be the wrong 
> command to achieve what I want).
>
> Is there a way to interrupt the setup so the new chapter in this case 
> can start on the verso page?

Create a new heading for chapters which can start on left/right pages.

\setuppagenumbering[alternative=doublesided]

\definehead[mychapter][chapter]

\setuphead[mychapter][page=yes]

\starttext

\chapter{Right page}

\chapter{Right page}

\mychapter{New page}

\chapter{Right page}

\stoptext

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:[~2020-05-06  3:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-05 23:31 jbf
2020-05-06  3:57 ` Wolfgang Schuster [this message]
2020-05-06  4:54   ` jbf
2020-05-06 14:33     ` Rik Kabel
2020-05-06 21:12       ` jbf

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=9c4da2e8-f053-29f1-42dd-94937f0fa583@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=roma83537@gmail.com \
    /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).