Andrea Valle
11. Mai 2016 um 12:38
Dear all, 

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?

Chapters start by default on right pages when you enable doublesided documents.

\setuppagenumbering[alternative=doublesided] % doublesided with mirrored page layout
%\setuppagenumbering[alternative={singlesided,doublesided}] % doublesided with same layout for left/right pages

\starttext
\dorecurse{3}{\chapter{Chapter}}
\stoptext

\starttext

Wolfgang