From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30668 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: 2DOWN imposition gives blank pages Date: Wed, 06 Sep 2006 19:06:26 +0200 Message-ID: <44FF0012.20705@boede.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157562421 22724 80.91.229.2 (6 Sep 2006 17:07:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Sep 2006 17:07:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Sep 06 19:06:57 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GL0rL-0002ZZ-CJ for gctc-ntg-context-518@m.gmane.org; Wed, 06 Sep 2006 19:06:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C23511FDF9; Wed, 6 Sep 2006 19:06:42 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10274-06; Wed, 6 Sep 2006 19:06:35 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8B5501FDDD; Wed, 6 Sep 2006 19:06:35 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8A57C1FDDD for ; Wed, 6 Sep 2006 19:06:31 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10610-02-2 for ; Wed, 6 Sep 2006 19:06:26 +0200 (CEST) Original-Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by ronja.ntg.nl (Postfix) with SMTP id 810501FD9A for ; Wed, 6 Sep 2006 19:06:26 +0200 (CEST) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr14.xs4all.nl (8.13.6/8.13.6) with ESMTP id k86H6Pfp053309 for ; Wed, 6 Sep 2006 19:06:25 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30668 Archived-At: 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 >