From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34134 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: texexec.pl vs. .rb Date: Thu, 05 Apr 2007 15:01:38 +0200 Message-ID: <4614F332.7040104@elvenkind.com> References: <4614F16C.5050401@net-b.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1175778123 12575 80.91.229.12 (5 Apr 2007 13:02:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Apr 2007 13:02:03 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 05 15:02:00 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HZRb2-0004UB-V6 for gctc-ntg-context-518@m.gmane.org; Thu, 05 Apr 2007 15:01:49 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 30F1220364; Thu, 5 Apr 2007 15:01:48 +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 05960-06-3; Thu, 5 Apr 2007 15:01:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E8E6B202BE; Thu, 5 Apr 2007 15:01:41 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C9AD4202BE for ; Thu, 5 Apr 2007 15:01:40 +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 05960-06-2 for ; Thu, 5 Apr 2007 15:01:39 +0200 (CEST) Original-Received: from lochside.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id 6C5F8202AE for ; Thu, 5 Apr 2007 15:01:39 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by lochside.elvenkind.com (Postfix) with ESMTP id DD9EF6E6C3 for ; Thu, 5 Apr 2007 15:01:38 +0200 (CEST) Original-Received: from lochside.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01743-06 for ; Thu, 5 Apr 2007 15:01:38 +0200 (CEST) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by lochside.elvenkind.com (Postfix) with ESMTP id 3D2976E6A5 for ; Thu, 5 Apr 2007 15:01:38 +0200 (CEST) User-Agent: Thunderbird 1.5.0.9 (X11/20070111) In-Reply-To: <4614F16C.5050401@net-b.de> X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34134 Archived-At: Tobias Burnus wrote: > Hi, > > the following command works with the PERL but not with the RUBY version. > Is this option obsolete or simply not yet implemented: > > (texmfstart) texexec --pdfarrange --paper=a5a4 --print=up test.pdf The option --paper should become --papersize. The shortcutted form --paper resolves to --paperoffset nowadays. Best, Taco