From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23572 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Re: Compiling stops with ... Date: Sun, 20 Nov 2005 20:39:19 +0100 Message-ID: <4380D0E7.1050202@elvenkind.com> References: <741c3d466057eefbe28652941f0a3c1d@rna.nl> <4380312E.4090501@elvenkind.com> <8A6EE0A8-4358-4D54-89C1-CC244C7B0BBA@northcoast.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132515976 7953 80.91.229.2 (20 Nov 2005 19:46:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 19:46:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 20 20:46:05 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 1Edv7B-00044D-Sb for gctc-ntg-context-518@m.gmane.org; Sun, 20 Nov 2005 20:44:42 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1B659127A1; Sun, 20 Nov 2005 20:44:41 +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 27486-06; Sun, 20 Nov 2005 20:44:40 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4DE5A1276C; Sun, 20 Nov 2005 20:40:04 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 47BFF1276C for ; Sun, 20 Nov 2005 20:40:03 +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 27486-04 for ; Sun, 20 Nov 2005 20:40:02 +0100 (CET) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with ESMTP id 579B8126F8 for ; Sun, 20 Nov 2005 20:40:02 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:33494 helo=[192.168.1.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1Edv2f-000Hgv-Mx for ntg-context@ntg.nl; Sun, 20 Nov 2005 19:40:02 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <8A6EE0A8-4358-4D54-89C1-CC244C7B0BBA@northcoast.com> 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:23572 Archived-At: David Arnold wrote: > 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? Take the one in texmf.local. It should not make a lot of difference, but that one is the latest, and also it belongs to the ConTeXt you are running. > 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? kpsewhich --expand-var \$TEXMFMAIN expands the variable TEXMFMAIN (on the terminal). I'm not sure which one you need, because I am not familiar with gwTeX. You need the one that contains the afm files, like uhvr8a.afm. For me that file is in: /usr/local/teTeX/share/texmf-dist/fonts/afm/urw/helvetic/uhvr8a.afm so I needed the tree that starts with /usr/local/teTeX/share/texmf-dist Assuming a (ba)sh command line shell, this should do it (three lines): lm $ TEXMFMAIN=/usr/local/teTeX/share/texmf-dist lm $ export TEXMFMAIN lm $ texfont .... > 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? To answer the question anyway: I do not believe that is possible. But with the solution above, there is no need to edit type-tmf.dat. (I hope I'm not confusing you, but I am on Linux and teTeX so being precise is hard) Cheers, Taco