ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: starting a chapter on odd page
Date: Wed, 11 May 2016 13:52:36 +0200	[thread overview]
Message-ID: <57331D04.9000201@gmail.com> (raw)
In-Reply-To: <D0C4D47B-366B-4DFD-8586-4ACE1C2675E7@di.unito.it>


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

> Andrea Valle <mailto:valle@di.unito.it>
> 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

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

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

___________________________________________________________________________________
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
___________________________________________________________________________________

      parent reply	other threads:[~2016-05-11 11:52 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
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 [this message]

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=57331D04.9000201@gmail.com \
    --to=schuster.wolfgang@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).