From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23582 Path: news.gmane.org!not-for-mail From: Gerben Wierda Newsgroups: gmane.comp.tex.context Subject: Re: Re: Compiling stops with ... Date: Mon, 21 Nov 2005 00:33:27 +0100 Message-ID: <1412890D-83AC-4706-AF93-52F309BCAD49@rna.nl> References: <741c3d466057eefbe28652941f0a3c1d@rna.nl> <4380312E.4090501@elvenkind.com> <8A6EE0A8-4358-4D54-89C1-CC244C7B0BBA@northcoast.com> <4380D0E7.1050202@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132529680 12376 80.91.229.2 (20 Nov 2005 23:34:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 23:34:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 21 00:34:38 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 1Edygf-00024d-K8 for gctc-ntg-context-518@m.gmane.org; Mon, 21 Nov 2005 00:33:33 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5EAC71281D; Mon, 21 Nov 2005 00:33:33 +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 30070-01-4; Mon, 21 Nov 2005 00:33:29 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 628181281E; Mon, 21 Nov 2005 00:33:29 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E672C1281E for ; Mon, 21 Nov 2005 00:33:27 +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 30070-01-3 for ; Mon, 21 Nov 2005 00:33:26 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with ESMTP id ECFE51281D for ; Mon, 21 Nov 2005 00:33:26 +0100 (CET) Original-Received: from ii2.demon.nl ([82.161.98.36]:27072 helo=mail.rna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1EdygY-0007Iz-Le for ntg-context@ntg.nl; Sun, 20 Nov 2005 23:33:26 +0000 Original-Received: from [192.168.2.87] (hermione-a.rna.nl [192.168.2.87]) by mail.rna.nl (Postfix) with ESMTP id 43BD82DDE9C for ; Mon, 21 Nov 2005 00:33:26 +0100 (CET) In-Reply-To: <4380D0E7.1050202@elvenkind.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) 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:23582 Archived-At: On 20 Nov 2005, at 20:39, Taco Hoekwater wrote: > 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 $ locate uhvr8a.afm /usr/local/teTeX/share/texmf.tetex/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 > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >