From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31755 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: Font installation Date: Mon, 6 Nov 2006 15:08:46 +0100 Message-ID: <822E5885-83D9-4080-87F4-8F9BDB465399@uni-bonn.de> References: <8764dsbsyw.fsf@zapata.tots-ns.net> <871wogbryo.fsf@zapata.tots-ns.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162822344 11653 80.91.229.2 (6 Nov 2006 14:12:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 14:12:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 06 15:12:19 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 1Gh5As-0002tm-1u for gctc-ntg-context-518@m.gmane.org; Mon, 06 Nov 2006 15:10:06 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AF1B81FF2E; Mon, 6 Nov 2006 15:10:04 +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 25108-10-6; Mon, 6 Nov 2006 15:09:55 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 428D41FEA8; Mon, 6 Nov 2006 15:09:55 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 488E91FEE9 for ; Mon, 6 Nov 2006 15:09:52 +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 25108-10-5 for ; Mon, 6 Nov 2006 15:09:46 +0100 (CET) Original-Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by ronja.ntg.nl (Postfix) with SMTP id 4C8F51FC93 for ; Mon, 6 Nov 2006 15:09:45 +0100 (CET) Original-Received: from fwd35.aul.t-online.de by mailout05.sul.t-online.com with smtp id 1Gh5AW-0008AG-01; Mon, 06 Nov 2006 15:09:44 +0100 Original-Received: from [192.168.0.2] (VaipjQZJQeA1GxBdgtZG-AKrLWF7Dqjb0USNwFyJtYYv14Xnqg3gsV@[84.172.93.15]) by fwd35.sul.t-online.de with esmtp id 1Gh5AG-0CP7nE0; Mon, 6 Nov 2006 15:09:28 +0100 In-Reply-To: <871wogbryo.fsf@zapata.tots-ns.net> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-ID: VaipjQZJQeA1GxBdgtZG-AKrLWF7Dqjb0USNwFyJtYYv14Xnqg3gsV@t-dialin.net X-TOI-MSGID: 78a60067-4271-4a31-830a-be0e4a102875 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:31755 Archived-At: On Nov 6, 2006, at 2:54 PM, Antoine Junod wrote: > 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 Excuse me, I wasn't paying enough attention. From your log, it is clear that ConTeXt is looking for a tfm that is called DoulosSil.tfm -- which, of course, isn't there. I think the reason is because you use the same name "doulos" for all your definitions. Try to edit your test file like so: \usetypescriptfile[type-doulos] \definetypeface[Doulos][rm][serif][doulos][default][encoding=texnansi] \setupbodyfont[Doulos,rm,10pt] \starttext This is the end, gggggnnnnnn \stoptext HTH Thomas