From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23571 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: Compiling stops with ... Date: Sun, 20 Nov 2005 10:45:39 -0800 Message-ID: <8A6EE0A8-4358-4D54-89C1-CC244C7B0BBA@northcoast.com> References: <741c3d466057eefbe28652941f0a3c1d@rna.nl> <4380312E.4090501@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v728) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132512501 30741 80.91.229.2 (20 Nov 2005 18:48:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 18:48:21 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 20 19:48:18 2005 Return-path: 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 1EduDP-0006Ms-MI for gctc-ntg-context-518@m.gmane.org; Sun, 20 Nov 2005 19:47:03 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F09F5127D3; Sun, 20 Nov 2005 19:47: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 26906-05-4; Sun, 20 Nov 2005 19:46:57 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 062BE127CB; Sun, 20 Nov 2005 19:46:57 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80AAD127CB for ; Sun, 20 Nov 2005 19:46:55 +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 26906-05-3 for ; Sun, 20 Nov 2005 19:46:54 +0100 (CET) Original-Received: from borg.inreach.com (mail.northcoast.com [209.142.2.71]) by ronja.ntg.nl (Postfix) with SMTP id 115471277E for ; Sun, 20 Nov 2005 19:46:53 +0100 (CET) Original-Received: (qmail 24515 invoked from network); 20 Nov 2005 18:44:26 -0000 Original-Received: from unknown (HELO ?209.209.15.103?) (209.209.15.103) by mail.northcoast.com with SMTP; 20 Nov 2005 18:44:26 -0000 In-Reply-To: <4380312E.4090501@elvenkind.com> Original-To: Context Mailing List List X-Mailer: Apple Mail (2.728) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:23571 Archived-At: Gerben, Taco, OK, I am using Gerben's Context Updated with a beta, so I think what's running is the context in texmf.local. I have two type-tmf.dat. lm $ locate type-tmf.dat /usr/local/teTeX/share/texmf.local/context/data/type-tmf.dat /usr/local/teTeX/share/texmf.tetex/context/data/type-tmf.dat lm $ Does it matter which of these I use? Before I run "texfont --encoding=texnansi --batch type-tmf.dat," two things: 1. How do I figure out whether to set TEXMFMAIN or TEXMFDIST? That is, how can I tell where these environment variables point? 2. I could cut and paste in type-tmf.dat, but can I do it with one line in the file type-tmf.dat somehow? What would be the line I would add near the top of the file? On Nov 20, 2005, at 12:17 AM, Taco Hoekwater wrote: > > Hi David, > > Gerben Wierda wrote: > >> Hans? Taco? >> G >> >>> From: David Arnold >>> > ... > >>> Where I am in the current directory with all of the source >>> files. Compiling stops with a font problem: >>> >>> (/usr/local/teTeX/share/texmf.local/tex/context/base/type- >>> akb.tex)) kpathsea: Running mktextfm texnansi-uplr8a >>> > > It is the same problem I ran into when trying to compile > the manuals from the subversion repository: you don't have > the needed metric files on your system. > > When I asked Hans, he said: > > Just run "texfont --encoding=texnansi --batch type-tmf.dat" > > and that worked fine after a little bit of joggling > with the TEXMFMAIN variable: this variable needs to point > to the texmf tree that contains the afm files for the > fonts, and on my system (teTeX 3) that is TEXMFDIST, > not TEXMFMAIN. The easiest fix was to manually edit > type-tmf.dat > > Greetings, Taco > > > > David