From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31788 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Font installation Date: Wed, 8 Nov 2006 15:10:28 +0100 Message-ID: <6faad9f00611080610s46b13b4fua887edd573a1c45d@mail.gmail.com> 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 1162995057 19877 80.91.229.2 (8 Nov 2006 14:10:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Nov 2006 14:10:57 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 08 15:10:53 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 1Gho8W-00061Z-BB for gctc-ntg-context-518@m.gmane.org; Wed, 08 Nov 2006 15:10:40 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B52501FDD3; Wed, 8 Nov 2006 15:10:39 +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 17580-02; Wed, 8 Nov 2006 15:10:35 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 415951FDC7; Wed, 8 Nov 2006 15:10:35 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 080371FDCA for ; Wed, 8 Nov 2006 15:10: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 16839-04-5 for ; Wed, 8 Nov 2006 15:10:29 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by ronja.ntg.nl (Postfix) with SMTP id 506271FD93 for ; Wed, 8 Nov 2006 15:10:29 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id l37so439468nfc for ; Wed, 08 Nov 2006 06:10:29 -0800 (PST) Original-Received: by 10.82.129.8 with SMTP id b8mr1718297bud.1162995028362; Wed, 08 Nov 2006 06:10:28 -0800 (PST) Original-Received: by 10.82.138.15 with HTTP; Wed, 8 Nov 2006 06:10:28 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <8764dsbsyw.fsf@zapata.tots-ns.net> Content-Disposition: inline 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:31788 Archived-At: On 06 Nov 2006 14:33:11 +0100, 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. > > \starttypescript [serif] [doulos] [texnansi] > \definefontsynonym[DoulosSIL][texnansi-DoulosSILR][encoding=texnansi] > \stoptypescript > > \starttypescript [serif] [doulos] [name] > \definefontsynonym[Serif] [DoulosSil] > \stoptypescript Does it help if you change \definefontsynonym[Serif] [DoulosSil] into \definefontsynonym[Serif] [DoulosSIL] ? For DuolosSil there is currently no synonym defined in the what you posted above. Mojca