From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27467 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Arranging pages Date: Tue, 25 Apr 2006 11:45:39 +0200 Message-ID: <444DEFC3.5030308@boede.nl> References: <444DE65A.5030300@nibua-r.org> 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 1145958375 17715 80.91.229.2 (25 Apr 2006 09:46:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Apr 2006 09:46:15 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 25 11:46:07 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 1FYK7C-00020h-J3 for gctc-ntg-context-518@m.gmane.org; Tue, 25 Apr 2006 11:45:51 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 87B4E12778; Tue, 25 Apr 2006 11:45:49 +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 04735-09; Tue, 25 Apr 2006 11:45:44 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E56FA1279B; Tue, 25 Apr 2006 11:45:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A55031279B for ; Tue, 25 Apr 2006 11:45: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 10236-03 for ; Tue, 25 Apr 2006 11:45:41 +0200 (CEST) Original-Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by ronja.ntg.nl (Postfix) with SMTP id 48E8B12778 for ; Tue, 25 Apr 2006 11:45:41 +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-vbr17.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3P9jcp6013494 for ; Tue, 25 Apr 2006 11:45:40 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <444DE65A.5030300@nibua-r.org> 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:27467 Archived-At: What you can do is e.g. the following: \definepapersize[Card][width=14.85cm,height=21cm] \setuppapersize[Card][A4,landscape] \setuplayout [topspace=1cm, backspace=1cm, margin=0pt, header=0pt, footer=0pt, height=19cm, width=12.5cm] \setuppaper[nx=2,ny=1] \setuparranging[XY] \starttext Contents of A Contents of B \stoptext Kind regards Willi Renaud AUBIN wrote: > Hi all, > > I'm working on my wedding's "Menu" with ConTeXt (I have started > ConTeXt and metafun when making my wedding invitations ;) and already > succeed to produce nice booklets) > Considering two pages A and B, I would obtain: > AB on the same page > with setuparranging I obtain > 0A > B0 > with 0 an empty page > I have "succeeded" (is it really a success !!!) to obtain > 00 > AB > using \page[even] and \page[yes] > (I have to precise here that we would not to print a "booklet" for > practical reasons) > It's ok if I use --pages=2 > > but > > I feel frustating because I feel that it could be really simple to do > what I wanted, i.e.: > AB !!!!!!! > > I know that it could be done with overlay but I assume that there is a > much simplier solution to this simple problem... > > Cheers > > Renaud > >------------------------------------------------------------------------ > >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > >