From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31896 Path: news.gmane.org!not-for-mail From: Sanjoy Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Problems with texexec & pdfarrange Date: Thu, 16 Nov 2006 23:20:28 +0000 Message-ID: References: <455CD561.8050206@boede.nl> 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 1163719249 21932 80.91.229.2 (16 Nov 2006 23:20:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Nov 2006 23:20:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 17 00:20:48 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 1GkqXH-0007AI-Vc for gctc-ntg-context-518@m.gmane.org; Fri, 17 Nov 2006 00:20:48 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BF5B31FEFD; Fri, 17 Nov 2006 00:20:20 +0100 (CET) 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 30845-01; Fri, 17 Nov 2006 00:20:12 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C500D1FE9A; Fri, 17 Nov 2006 00:20:11 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id ACECF1FE9D for ; Fri, 17 Nov 2006 00:20:09 +0100 (CET) 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 30140-06-3 for ; Fri, 17 Nov 2006 00:20:04 +0100 (CET) Original-Received: from mraos.ra.phy.cam.ac.uk (mraos.ra.phy.cam.ac.uk [131.111.48.8]) by ronja.ntg.nl (Postfix) with SMTP id 149831FE95 for ; Fri, 17 Nov 2006 00:20:03 +0100 (CET) Original-Received: from skye.ra.phy.cam.ac.uk ([131.111.48.158] ident=mail) by mraos.ra.phy.cam.ac.uk with esmtp (Exim 4.43) id 1GkqWy-0007Wk-FW; Thu, 16 Nov 2006 23:20:28 +0000 Original-Received: from sanjoy by skye.ra.phy.cam.ac.uk with local (Exim 3.36 #1) id 1GkqWy-0007GZ-00; Thu, 16 Nov 2006 23:20:28 +0000 Original-To: mailing list for ConTeXt users In-Reply-To: Your message of "Thu, 16 Nov 2006 22:17:21 +0100." <455CD561.8050206@boede.nl> 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:31896 Archived-At: > in my opinion the print command option is --print=2up It shouldn't matter (2up vs up). The tex.rb script has this: case getvariable('printformat') when '' then arrangement << "\\v!normal" when /.*up/oi then arrangement << ["2UP","\\v!rotated"] when /.*down/oi then arrangement << ["2DOWN","\\v!rotated"] when /.*side/oi then arrangement << ["2SIDE","\\v!rotated"] end So --printformat looks whether 'up', 'down', or 'side' is given as the key and then chooses 2UP, 2DOWN, or 2SIDE accordingly. -Sanjoy `Never underestimate the evil of which men of power are capable.' --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.