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: makeup in right (or odd) page?
Date: Wed, 4 Mar 2015 19:57:00 +0100	[thread overview]
Message-ID: <CBF07DE0-2465-4FE9-86EA-812D515FD907@gmail.com> (raw)
In-Reply-To: <54F752E1.1030901@gmx.es>


> Am 04.03.2015 um 19:45 schrieb Pablo Rodriguez <oinos@gmx.es>:
> 
> Dear list,
> 
> I have the following sample:
> 
>    \setuppapersize[A5]
>    \definemakeup[colophon][page={yes, blank, right}]
>    \starttext
>    \dorecurse{6}{\input zapf}
>    \startmakeup[colophon]
>    This is the colophon
>    \stopmakeup
> 
> I need to have the colophon in an odd page. I thought that the option
> page would do the work, but it doesn’t seem to work.
> 
> Which is the right way to get a makeup on an odd page?

By default context produces only singlesided documents where
command which force left or right page are ignored. When you
want a doublesided document you can choose between two options.

The first option uses a different (mirrored) layout for left and right
pages and is enabled with

    \setuppagenumbering[alternative=doublesided]

The second option uses the same layout for left and right pages
(i.e. the left and right margins on each page are the same) and
is enabled with

    \setuppagenumbering[alternative={singlesided,doublesided}]

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2015-03-04 18:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04 18:45 Pablo Rodriguez
2015-03-04 18:57 ` Wolfgang Schuster [this message]
2015-03-04 19:11   ` Pablo Rodriguez
2015-03-04 19:38     ` Wolfgang Schuster
2015-03-04 20:31       ` Pablo Rodriguez
2015-03-04 21:44         ` 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=CBF07DE0-2465-4FE9-86EA-812D515FD907@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).