From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30507 Path: news.gmane.org!not-for-mail From: wwl@musensturm.de Newsgroups: gmane.comp.tex.context Subject: Re: 2DOWN imposition gives blank pages Date: Fri, 25 Aug 2006 23:22:20 +0200 Message-ID: <44EF862C.26449.1BDBE68@wwl.musensturm.de> 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 1156540747 29659 80.91.229.2 (25 Aug 2006 21:19:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Aug 2006 21:19:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 25 23:19:06 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 1GGj50-0001K3-1G for gctc-ntg-context-518@m.gmane.org; Fri, 25 Aug 2006 23:19:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B85441FECD; Fri, 25 Aug 2006 23:19:04 +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 17160-03; Fri, 25 Aug 2006 23:18:58 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DBD991FEBB; Fri, 25 Aug 2006 23:18:57 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B4CB01FEBB for ; Fri, 25 Aug 2006 23:18:54 +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 16021-01 for ; Fri, 25 Aug 2006 23:18:51 +0200 (CEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177]) by ronja.ntg.nl (Postfix) with SMTP id B2D1F1FEB3 for ; Fri, 25 Aug 2006 23:18:51 +0200 (CEST) Original-Received: from [217.185.66.144] (helo=[217.185.66.144]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1GGj4k1ZBF-0001KC; Fri, 25 Aug 2006 23:18:51 +0200 Original-To: ntg-context@ntg.nl Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (4.31, DE v4.31 R1) Content-description: Mail message body X-Provags-ID: kundenserver.de abuse@kundenserver.de login:435c0b4f7f28cf0ca959f1bbde7b90f3 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:30507 Archived-At: > The following produces a first page with p.1 on the right half, but > a blank 2nd page: > > \setuppapersize[A5,landscape][A4,landscape] > \setuparranging[2DOWN,rotated] > \starttext > \input tufte > \stoptext > > That looks okay, except for the blank 2nd page. This makes sense only with duplex printing. So the second blank page is ok. > \setuppapersize[A5][A4,landscape] > \setuparranging[2UP] > \starttext > \input tufte > \page > \input tufte > \stoptext > > produces a two-page document: > > p.1: | | 1 | (i.e. blank left half, and original p.1 on the right > half) > p.2: | 2 | | (i.e. original p.2 on left half, blank right half) This is ok, too. Print it in duplex (flip over short side) fold it and you will see. > So in case I've confused the directions of 2UP and 2DOWN, I also > tried: > > \setuppapersize[A5][A4,landscape] > \setuparranging[2DOWN] > \starttext > \input tufte > \page > \input tufte > \stoptext > > It produces: > > p.1: | | | > p.2: | 2 | | This makes no sense. > \setuppapersize[A5][A4,landscape] > \setuparranging[2UP] > \starttext > \null\page > \input tufte > \page > \input tufte > \stoptext > > produces the following arrangement, which is close to what I > expect: > > p.1: | | 1 | (where the original p.1 is blank except for the page > num) > p.2: | 2 | 3 | Ok, too. Print it. Wolfgang