From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31753 Path: news.gmane.org!not-for-mail From: Antoine Junod Newsgroups: gmane.comp.tex.context Subject: Re: Font installation Date: 06 Nov 2006 14:54:55 +0100 Message-ID: <871wogbryo.fsf@zapata.tots-ns.net> References: <8764dsbsyw.fsf@zapata.tots-ns.net> 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 1162821387 7753 80.91.229.2 (6 Nov 2006 13:56:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 13:56:27 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 06 14:56:23 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 1Gh4wZ-0007jr-VF for gctc-ntg-context-518@m.gmane.org; Mon, 06 Nov 2006 14:55:20 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E98A81FF57; Mon, 6 Nov 2006 14:55:18 +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 24199-05; Mon, 6 Nov 2006 14:55:11 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8172A1FEDB; Mon, 6 Nov 2006 14:55:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5CCD91FF24 for ; Mon, 6 Nov 2006 14:55:07 +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 24650-02 for ; Mon, 6 Nov 2006 14:54:57 +0100 (CET) Original-Received: from zapata.tots-ns.net (zapata.tots-ns.net [213.239.193.37]) by ronja.ntg.nl (Postfix) with SMTP id ADBFF1FEB7 for ; Mon, 6 Nov 2006 14:54:56 +0100 (CET) Original-Received: (qmail 17041 invoked by uid 1000); 6 Nov 2006 14:54:55 +0100 Original-To: mailing list for ConTeXt users In-Reply-To: Original-Lines: 35 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 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:31753 Archived-At: "Thomas A. Schmitz" writes: > On Nov 6, 2006, at 2:33 PM, Antoine Junod wrote: > > > Hello list, > > > > I'm trying to install new fonts in my texmf tree but at each try I > > stop at the same point, when compiling my test file: > > > > (./type-doulos.tex) > > ! Font \*doulos12ptrmtfrm*:=DoulosSil at 12.0pt not loadable: > > Metric (TFM) file > > not found. > > > > I've got this problem not only with doulos but with gfs fonts too, and > > others. > > > > Well the error message is quite helpful: TeX can't find the tfm file. > Where did you put it? Is it found by kpsewhich? Did you run texhash/ > mktexlsr after installing your fonts? tmf files are in: ./texmf-fonts/fonts/tfm/sil/doulos/texnansi-DoulosSILR.tfm ./texmf-fonts/fonts/tfm/sil/doulos/texnansi-raw-DoulosSILR.tfm mtexfont.pdf seems to say that's the right place (page 3). Yes, I've run texhash/mktexlsr. What else should I check? Thanks for your help. -AJ