ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: 2DOWN imposition gives blank pages
Date: Wed, 06 Sep 2006 19:06:26 +0200	[thread overview]
Message-ID: <44FF0012.20705@boede.nl> (raw)
In-Reply-To: <E1GKoal-0005dE-00@skye.ra.phy.cam.ac.uk>

Hi,

The 2SIDE arrangment is not intended for a doublesided layout. If the 
layout is single sided you can easily add an empty page with 
\strut\page. This impositionscheme is only for arranging 2 pages on a 
suitable paper, the pages remain in their normal sequence. that is, 
there is no booklet!
In order to have an empty page you can stop pagenumbering first and 
start numbering on the second page (see below).

The 2UP arrangement is suitable for a doublesided layout, pages are 
arranged in such a way, that you can fold a booklet. Whether or not the 
left part of the paper-sheet remains blank depends on the number of 
pages to be arranged. This method uses a lot of paper because a chapter 
will allways start on an odd page, i.e. on the right-half of the paper.
Otherwise you can use a singlesided layout with 2UP and in this case 
chapters will also start on "odd" pages. This is the most compact way of 
arranging 2 pages on one sheet of paper, ending up still with a booklet.

Tests were performed with the following code:

\setuppapersize[A5,portrait][A4,landscape]%
% \setuparranging [2*8,doublesided]
\setuparranging[2SIDE]%not intended for a duoblesided layout.
%\setuparranging[2UP]% can be used with doublesided layout, chapters 
start allways on an odd page.
                                    % can be used with a singlesided 
layout, chapters will start also on even pages, keep in mind
                                    % that the imposition takes place 
after typesetting. In the case of a singlesides layout, all pages
                                    % are "odd".
\setuplayout [location=middle]
\setuppagenumbering[location={footer,marginedge},state=start]%,alternative=doublesided

\starttext
\setuppagenumbering[state=stop]
    \strut\page
\setuppagenumbering[state=start]

\dostepwiserecurse{1}{20}{1}{%
    \startalignment[middle]
    \chapter{Chapter title}
        \vfil
        This is {\bfd \recurselevel}
        \input zapf
        \stopalignment
        \vfil
        \page}
\stoptext

Willi

Sanjoy Mahajan wrote:
> I've mostly understood arranging but I cannot figure out how to make
> 2SIDE place a blank page (page 0, to not affect the page numbering) on
> the left half of the first arranged sheet and carry on as normal.  To
> illustrate, where the enclosed numbers are the unarranged numbers:
>
> p.1: | |1|
> p.2: |2|3|
> p.3: |4|5|
>
> That way each arranged sheet (p.1,2, or 3) will be a spread from the
> final book, plus one saves paper.
>
> Gerben Wierda (12 March 2005) asked this question on the list, but I
> did not see an answer so perhaps it is difficult.  I looked at the
> code in page-imp.tex and had hopes for \ejectdummypage but my
> experments didn't work.
>
> Also my hopes for a cheap hack also were dashed.  I tried inserting a
> \null\page[blank] before the \chapter{First chapter}.  But with
> doublesided pagenumbering, the chapter starts only on an odd page, so
> the single blank page turns into two blank pages.
>
> -Sanjoy
>
> `Never underestimate the evil of which men of power are capable.'
>          --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>   

  reply	other threads:[~2006-09-06 17:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-24  4:00 Sanjoy Mahajan
2006-08-24  6:54 ` Taco Hoekwater
2006-08-24 11:10   ` Sanjoy Mahajan
2006-08-24 17:48     ` Taco Hoekwater
2006-08-26 19:10     ` Willi Egger
2006-08-27 13:40       ` Sanjoy Mahajan
2006-08-27 15:16         ` Willi Egger
2006-08-29  0:38           ` Sanjoy Mahajan
2006-08-29 16:25             ` Willi Egger
2006-08-29 20:00               ` Sanjoy Mahajan
2006-09-08  1:13                 ` Mojca Miklavec
2006-09-06  4:00       ` Sanjoy Mahajan
2006-09-06 17:06         ` Willi Egger [this message]
2006-09-06 17:57         ` Aditya Mahajan
     [not found] <mailman.485.1156434474.2039.ntg-context@ntg.nl>
2006-08-25 21:22 ` wwl

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=44FF0012.20705@boede.nl \
    --to=w.egger@boede.nl \
    --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).