From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31751 Path: news.gmane.org!not-for-mail From: Antoine Junod Newsgroups: gmane.comp.tex.context Subject: Font installation Date: 06 Nov 2006 14:33:11 +0100 Message-ID: <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 1162820116 2992 80.91.229.2 (6 Nov 2006 13:35:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 13:35:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 06 14:35:10 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 1Gh4bN-0002D5-LA for gctc-ntg-context-518@m.gmane.org; Mon, 06 Nov 2006 14:33:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F0EEF1FF01; Mon, 6 Nov 2006 14:33:24 +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 23456-03-3; Mon, 6 Nov 2006 14:33:17 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 469901FEA4; Mon, 6 Nov 2006 14:33:17 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7B7141FEBA for ; Mon, 6 Nov 2006 14:33:15 +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 23456-03-2 for ; Mon, 6 Nov 2006 14:33:11 +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 718DE1FE7C for ; Mon, 6 Nov 2006 14:33:11 +0100 (CET) Original-Received: (qmail 16752 invoked by uid 1000); 6 Nov 2006 14:33:11 +0100 Original-To: ntg-context@ntg.nl Original-Lines: 45 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:31751 Archived-At: 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. Font installation in the texmf tree with texfont works well. I can compile without any problem the texnansi-sil-doulos.tex file (idem with other files). What am I doing wrong? Here is my minimal type-doulos.tex: % type-doulos.tex \starttypescript [map] [texnansi] \loadmapfile[texnansi-sil-doulos] \stoptypescript \starttypescript [serif] [doulos] [texnansi] \definefontsynonym[DoulosSIL][texnansi-DoulosSILR][encoding=texnansi] \stoptypescript \starttypescript [serif] [doulos] [name] \definefontsynonym[Serif] [DoulosSil] \stoptypescript And here is my minimal test file: \usetypescriptfile[type-doulos] \definetypeface[doulos][rm][serif][doulos][default][encoding=texnansi] \setupbodyfont[doulos,rm,10pt] \starttext This is the end, gggggnnnnnn \stoptext Thanks a lot for your reply. -AJ