ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco Patzer <lists@homerow.info>
To: ntg-context@ntg.nl
Subject: Re: starting a chapter on odd page
Date: Wed, 11 May 2016 13:02:29 +0200	[thread overview]
Message-ID: <20160511130229.52486f5a@homerow> (raw)
In-Reply-To: <D0C4D47B-366B-4DFD-8586-4ACE1C2675E7@di.unito.it>

On Wed, 11 May 2016 12:38:17 +0200
Andrea Valle <valle@di.unito.it> wrote:

> in the book I’m finishing I’m using a structure like this
> 
> \starttext
> 
> \input c_preface.tex
> 
> \input c_chapter1.tex
> 
> [etc]
> 
> \stoptext
> 
> 
> where each .tex file contains
> 
> \startchapter[various options]
> \section{First section}
> etc
> \stopchapter
> 
> The publisher is asking me to start each chapter on a odd page. Can I
> do it by setting some options?

\definepagebreak
  [chapterpagebreak]
  [yes, right]

\setuphead
  [chapter]
  [page=chapterpagebreak]

Marco
___________________________________________________________________________________
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:[~2016-05-11 11:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 10:38 Andrea Valle
2016-05-11 11:02 ` Marco Patzer [this message]
2016-05-11 11:19   ` Andrea Valle
2016-05-11 11:59     ` Marco Patzer
2016-05-11 16:02       ` Wolfgang Schuster
2016-05-12  5:34         ` Marco Patzer
2016-05-11 11:52 ` 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=20160511130229.52486f5a@homerow \
    --to=lists@homerow.info \
    --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).