On Wed, 11 May 2016 12:38:17 +0200
Andrea Valle <va...@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 via email to