From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32091 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context,gmane.linux.debian.devel.tetex Subject: Re: New Debian context package based on context release 061207 Date: Mon, 11 Dec 2006 11:02:18 +0100 Message-ID: <457D2CAA.80902@wxs.nl> References: <20061209211441.GA11676@gamma.logic.tuwien.ac.at> <20061210110018.GE2706@gamma.logic.tuwien.ac.at> <20061210.194843.1947355778.danai@danai.kalimero> <20061210201832.GC24149@gamma.logic.tuwien.ac.at> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1165831352 11712 80.91.229.10 (11 Dec 2006 10:02:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Dec 2006 10:02:32 +0000 (UTC) Cc: debian-tex-maint@lists.debian.org, Danai SAE-HAN Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 11 11:02:32 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 dough.gmane.org with esmtp (Exim 4.50) id 1GthzT-0002mS-7W for gctc-ntg-context-518@m.gmane.org; Mon, 11 Dec 2006 11:02:31 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C8FA320056; Mon, 11 Dec 2006 10:59:11 +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 00447-02-6; Mon, 11 Dec 2006 10:59:04 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BEADD2004F; Mon, 11 Dec 2006 10:59:03 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3C2EB20050 for ; Mon, 11 Dec 2006 10:59:02 +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 00447-02-5 for ; Mon, 11 Dec 2006 10:59:00 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by ronja.ntg.nl (Postfix) with SMTP id ABE4420017 for ; Mon, 11 Dec 2006 10:58:59 +0100 (CET) Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-1 (SurgeMail 3.7b8) with ESMTP id 22487 for multiple; Mon, 11 Dec 2006 11:02:11 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: mailing list for ConTeXt users In-Reply-To: <20061210201832.GC24149@gamma.logic.tuwien.ac.at> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 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:32091 gmane.linux.debian.devel.tetex:19564 Archived-At: Norbert Preining wrote: > Hi Danai! > > On Son, 10 Dez 2006, Danai SAE-HAN wrote: > >>> So here is -0.2, which does the following: >>> - install doc files >>> - do NOT install any map activation files in /etc/texmf/updmap.d >>> >> So if I understand correctly, ConTeXt (which I haven't used yet) >> doesn't use the .map files anymore with pdfTeX? This might be >> interesting for the CJK packages. Or is the change only relevant for >> ConTeXt-specific fonts? >> > > No, but the map files are installed into > ..../texmf/fonts/map/pdftex/context/... > so that context/pdftex finds them. But there is no need for activation > via updmap as *only* pdftex is used. Or at least this is how I > understand it. > > the problem with a big map file is that it is potentially problematic (it definitely was in the past) because there is some fuzzy logic involved when embedded files are handled in pdftex; so, in context, i don't preload all map files, but use \pdfmapfile{...} to explicitly load a map file so that we can be sure we have the right one -- keep in mind that we can have files on the system with similar internal names (the one between " in the map file) but different metric (slant, ext, cap,...) ; so, when you have a problem with a missing file (reported by pdftex), you can use \loadmapfile[somename.map] in context Hans