From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15118 Path: main.gmane.org!not-for-mail From: "Patrick Gundlach" Newsgroups: gmane.comp.tex.context Subject: Re: page selection with context magnifies Date: 13 May 2004 16:14:49 +0200 Organization: chaos Sender: ntg-context-admin@ntg.nl Message-ID: References: <200405071354.i47DsVF02777@f7.net> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084457775 8119 80.91.224.253 (13 May 2004 14:16:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 May 2004 14:16:15 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu May 13 16:16:08 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOH0J-0000Ug-00 for ; Thu, 13 May 2004 16:16:07 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2685610B36; Thu, 13 May 2004 16:11:46 +0200 (MEST) Original-Received: from lilly.ping.de (lilly.ping.de [83.97.42.2]) by ref.ntg.nl (Postfix) with SMTP id 0C8A210B19 for ; Thu, 13 May 2004 16:09:51 +0200 (MEST) Original-Received: (qmail 12316 invoked from network); 13 May 2004 14:14:07 -0000 Original-Received: (ofmipd 83.97.40.83); 13 May 2004 14:13:45 -0000 Original-Received: from schnee.local. (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id i4DEEsic011061 for ; Thu, 13 May 2004 16:14:54 +0200 (CEST) Original-Received: (from pg@localhost) by schnee.local. (8.12.9/8.12.2/Submit) id i4DEEqH5011060; Thu, 13 May 2004 16:14:52 +0200 (CEST) Original-To: ntg-context@ntg.nl X-Authentication-Warning: schnee.local.: pg set sender to patrick@gundla.ch using -f X-Lieblings-Musik: the_capricorns In-Reply-To: <200405071354.i47DsVF02777@f7.net> (Karl Berry's message of "Fri, 7 May 2004 09:54:31 -0400") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15118 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15118 Hello Karl, > I'm using context (from TL 2003) to select pages. It's apparently > actually changing the content, that is, enlarging it! Consider page 2 > of the attached covers.pdf. I try to extract it with: > > texexec --mode=letter --pdfselect --selection=2 --result=bad2.pdf covers.pdf try: texexec --pdfselect --selection=2 --paper=letter --result=bad2.pdf covers.pdf Patrick