From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26445 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Install mess (Type3 Fonts) Date: Tue, 21 Mar 2006 09:53:11 +0100 Message-ID: <441FBEF7.9050506@elvenkind.com> References: 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 1142931304 13695 80.91.229.2 (21 Mar 2006 08:55:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Mar 2006 08:55:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 21 09:55:02 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 1FLcdp-0008CC-QI for gctc-ntg-context-518@m.gmane.org; Tue, 21 Mar 2006 09:55:01 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7CCE21277E; Tue, 21 Mar 2006 09:55:01 +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 07817-04; Tue, 21 Mar 2006 09:55:01 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 373241278E; Tue, 21 Mar 2006 09:53:16 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F356D1278E for ; Tue, 21 Mar 2006 09:53:14 +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 07991-02 for ; Tue, 21 Mar 2006 09:53:13 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with SMTP id 29AC21277E for ; Tue, 21 Mar 2006 09:53:13 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id B3D691B441 for ; Tue, 21 Mar 2006 09:53:12 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11228-06 for ; Tue, 21 Mar 2006 09:53:12 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 6A15A11F3A for ; Tue, 21 Mar 2006 09:53:12 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0.6-7.1.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: 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.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:26445 Archived-At: Hi Nico, nico wrote: > I know, I shouldn't have updated the context distrib, but I did... Of > course, I add problems with missing fonts, and installed the lm fonts from > CTAN. Now texexec can compile again. > > But the fonts used are now horrible, producing fuzzy letters. Can anyone > give me some hints to fix this buggy install? I can try: > [1.1{/usr/local/share/texmf-dist/fonts/map/dvips/context/original-empty.map}{/u > sr/local/share/texmf-dist/fonts/map/dvips/context/original-base.map}{/usr/local > /share/texmf-dist/fonts/map/dvips/context/ec-public-lm.map}{/usr/local/share/te > xmf-dist/fonts/map/dvips/context/ec-base.map}{/usr/local/share/texmf-dist/fonts > /map/dvips/context/8r-base.map}{/usr/local/share/texmf-dist/fonts/map/dvips/con > text/t5-base.map}{/usr/local/share/texmf-dist/fonts/map/pdftex/context/original > -ams-base.map}{/usr/local/share/texmf-dist/fonts/map/dvips/context/original-ams > -euler.map}{/usr/local/share/texmf-dist/fonts/map/dvips/context/original-public > -lm.map}] It looks like pdftex cannot find the actual font files, and the above section of loaded map files hints why. It looks like you installed the new context in texmf-dist instead of in texmf-local, and probably that is why it is still finding map files from the old installation. The ones in fonts/map/dvips/context are most likely from the original tetex install, and the new ones are in fonts/map/pdftex/context. Cheers, Taco