From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/56360 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Magazine imposition. Date: Thu, 18 Feb 2010 14:35:00 +0100 Message-ID: <7ABC2329-059C-4748-B5DB-801A6D419FD2@boede.nl> References: <201002171841.09600.john@wexfordpress.com> <3581CC98-E297-48B7-84E0-B6943C124AA9@boede.nl> <4B7D304A.8010403@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset="us-ascii"; Format="flowed"; DelSp="yes" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1266500151 29404 80.91.229.12 (18 Feb 2010 13:35:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Feb 2010 13:35:51 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 18 14:35:47 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 1Ni6Xj-0002Pc-R0 for gctc-ntg-context-518@m.gmane.org; Thu, 18 Feb 2010 14:35:47 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E7C3FC9A63; Thu, 18 Feb 2010 14:35:46 +0100 (CET) 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 IkDP6bP13CJD; Thu, 18 Feb 2010 14:35:44 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 92B81C9CB1; Thu, 18 Feb 2010 14:35:44 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 854D9C9CB1 for ; Thu, 18 Feb 2010 14:35:43 +0100 (CET) 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 O+FRdbKRj2rX for ; Thu, 18 Feb 2010 14:35:40 +0100 (CET) Original-Received: from mars.digitpaint.nl (mars.digitpaint.nl [83.98.197.63]) by balder.ntg.nl (Postfix) with ESMTP id DAC89C9A63 for ; Thu, 18 Feb 2010 14:35:40 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by mars.digitpaint.nl (Postfix) with ESMTP id 1204514B21B for ; Thu, 18 Feb 2010 14:34:04 +0100 (CET) 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 KFbfufpoAP0g for ; Thu, 18 Feb 2010 14:34:03 +0100 (CET) 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 CCFA814B21A for ; Thu, 18 Feb 2010 14:34:03 +0100 (CET) In-Reply-To: <4B7D304A.8010403@wxs.nl> X-Mailer: Apple Mail (2.753.1) 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:56360 Archived-At: So, that is a short cut! I did not know weather the magazine was in context or not. Anyway is there a possibility to rotate pages in a already typeset pdf? Kind regards Willi On Feb 18, 2010, at 1:19 PM, Hans Hagen wrote: > On 18-2-2010 10:29, Willi Egger wrote: >> Hi John, >> >> I do not have the complete answer to your question. The problem >> lies in >> the fact that one should have the second document in a rotated form. >> Once you have one document upright and the second rotated, you >> could use >> the mechanisms described in page-imp.mkII/mkiv to create a single >> document from the two base-documents. >> Once the two documents are combined into one you could invoke >> arranging. >> >> You can do things like: >> >> \definepapersize >> [offset=15pt] >> \setuppapersize >> [A5,landscape][A4,portrait] >> \setuplayout >> [backspace=0pt, >> topspace=0pt, >> width=middle, >> height=middle, >> location=middle, >> header=0pt, >> footer=0pt] >> >> \setuppagenumbering[location=,alternative=doublesided] >> \setuparranging[2DOWN] >> \starttext >> % \copypages >> % [the-review.pdf] >> % [scale=1000, >> % offset=0pt] >> % \filterpages >> % [the-review.pdf][1:16][width=0pt] >> \insertpages[the-review.pdf][width=0pt] >> \stoptext > > I wonder how this imposes > > \starttext > \setuppapersize[A4] > \dorecurse{10}{test\page} > \setuppapersize[A4,rotated,180] > \dorecurse{10}{test\page} > \stoptext > > > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com > | www.pragma-pod.nl > ----------------------------------------------------------------- > ______________________________________________________________________ > _____________ > 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 ___________________________________________________________________________________