From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/62992 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: 2SIDE-arranging + doublesided Date: Wed, 27 Oct 2010 23:09:07 +0200 Message-ID: <6F8BC5CA-21C5-4D09-9A13-4DF66EF2767B@boede.nl> References: <88553B88-B277-47FA-B69D-B48369E56D36@rz-online.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1288213761 30428 80.91.229.12 (27 Oct 2010 21:09:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2010 21:09:21 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 27 23:09:19 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PBDFE-0001KI-Fk for gctc-ntg-context-518@m.gmane.org; Wed, 27 Oct 2010 23:09:16 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4462BCA79A; Wed, 27 Oct 2010 23:09:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id F+6YunXpB+FT; Wed, 27 Oct 2010 23:09:12 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 915B5CA781; Wed, 27 Oct 2010 23:09:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 97528CA781 for ; Wed, 27 Oct 2010 23:09:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id K3IMhpPjksC1 for ; Wed, 27 Oct 2010 23:09:09 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id E821BC9A7C for ; Wed, 27 Oct 2010 23:09:08 +0200 (CEST) Original-Received: from mars.digitpaint.nl (mars.digitpaint.nl [83.98.197.63]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o9RL98Kg008651 for ; Wed, 27 Oct 2010 23:09:08 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by mars.digitpaint.nl (Postfix) with ESMTP id BCC3916A4B6 for ; Wed, 27 Oct 2010 23:09:07 +0200 (CEST) Original-Received: from mars.digitpaint.nl ([127.0.0.1]) by localhost (mail.digitpaint.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yiR-RjnjuCXB for ; Wed, 27 Oct 2010 23:09:07 +0200 (CEST) Original-Received: from [192.168.1.198] (a83-161-249-79.adsl.xs4all.nl [83.161.249.79]) by mars.digitpaint.nl (Postfix) with ESMTPA id 8A6EF1FE7E for ; Wed, 27 Oct 2010 23:09:07 +0200 (CEST) In-Reply-To: <88553B88-B277-47FA-B69D-B48369E56D36@rz-online.de> X-Mailer: Apple Mail (2.1081) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.98.197.63; country=NL; region=06; city=Sambeek; latitude=51.6333; longitude=5.9667; http://maps.google.com/maps?q=51.6333,5.9667&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03DnV98Qr - 3ce60fcaa96e - 20101027 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:62992 Archived-At: Hi Andreas, [2SIDE] is an impositioning scheme for singlesided printing only. You can not make a booklet from this. This scheme is intended for e.g. handouts from a screenpresentation. The same applies for [2TOP] If you want to prepare a booklet you might use [2UP] or [2DOWN]. These two schemes are for double sided printing. When playing with impositioning it is a good idea to add pagenumbers, so you can see what happens. e.g. \starttext \strut\page \dorecurse{5}{test~\pagenumber\page} \stoptext Willi On 21 Oct 2010, at 18:05, Andreas Harder wrote: > Hi all, > > please have a look at my example. > > \setuppapersize[A5][A4,landscape] > \setuplayout[location=middle] > \setuppagenumbering[alternative=doublesided] > \setuparranging[2SIDE] > \defineoverlay[right][{\scale[width=\textwidth]{right page}}] > \defineoverlay[left] [{\scale[width=\textwidth]{left page}}] > \setupbackgrounds[rightpage][background=right] > \setupbackgrounds[leftpage] [background=left] > > \starttext \showframe[text] > \dorecurse{5}{test\page} > \stoptext > > Is there a way to push the right pages on the right and the left on the left? I tried to add a blank page at the beginning but then also a second page is added and the problem remains. > > I appreciate any help > > Andreas > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ ___________________________________________________________________________________ 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 ___________________________________________________________________________________