From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14308 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Re: texexec page selection changes output? Date: Sun, 14 Dec 2003 17:29:56 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20031214172656.01ea7ec0@localhost> References: <200312062237.hB6Mb6814265@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"; format=flowed X-Trace: sea.gmane.org 1071477976 26093 80.91.224.253 (15 Dec 2003 08:46:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2003 08:46:16 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Dec 15 09:46:13 2003 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 1AVoMn-0000i3-00 for ; Mon, 15 Dec 2003 09:46:13 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5E0CF10B1D; Mon, 15 Dec 2003 09:46:06 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 0755D10B1D for ; Mon, 15 Dec 2003 09:29:17 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id hBF8TES14199 for ; Mon, 15 Dec 2003 09:29:14 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 3506323976; Mon, 15 Dec 2003 09:29:15 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id E5D0023364 for ; Mon, 15 Dec 2003 08:29:10 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: <200312062237.hB6Mb6814265@f7.net> 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:14308 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14308 At 15:43 14/12/2003, Patrick Gundlach wrote: >Hello out there > > > I recently used texexec to select a given page from a file (attached) of > > three pages: > > texexec --pdfselect --selection=2 --result=cover2-tx.pdf covers.pdf > >When I try to do the above, ConTeXt looks for a font "aicmti10". What >is going on here? Something misconfigured? > >This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2C 7.5.2) > \write18 enabled. > %&-line parsing enabled. > (/opt/texlive/8/texmf/web2c/cp8bit.tcx) >entering extended mode >(./texexec.tex{/opt/local/texmf/pdftex/config/pdftex.cfg} this is a side effect of the big map file approach: if pdftex locates a file in that map file then it also assumes that it is present (based on the "Name"); (recent versions of texexec have --nomap as a way out); it's also one of the reasons for me loading map files on demand and omit "Names" in those files; next versions of pdftex will have more map manipulating features built in Hans