From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23634 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: mfonts.tex from manuals Date: Wed, 23 Nov 2005 08:27:14 +0100 Message-ID: <438419D2.1060904@elvenkind.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132731167 2751 80.91.229.2 (23 Nov 2005 07:32:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Nov 2005 07:32:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 23 08:32:45 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 1Eep6k-0002ul-OH for gctc-ntg-context-518@m.gmane.org; Wed, 23 Nov 2005 08:31:58 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6F340127FC; Wed, 23 Nov 2005 08:31:58 +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 29090-01; Wed, 23 Nov 2005 08:31:58 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4444F127F8; Wed, 23 Nov 2005 08:28:05 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 37095127F8 for ; Wed, 23 Nov 2005 08:28:03 +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 28832-04-2 for ; Wed, 23 Nov 2005 08:28:02 +0100 (CET) Original-Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by ronja.ntg.nl (Postfix) with ESMTP id 3CE5A127F3 for ; Wed, 23 Nov 2005 08:28:02 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:38936 helo=[192.168.1.3]) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1Eep2v-0005FT-QY for ntg-context@ntg.nl; Wed, 23 Nov 2005 07:28:01 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: 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:23634 Archived-At: David Arnold wrote: > All, > > I was able to texfont the demofont and texfont the palatino and > compiled test files for each. But when I try to compile mfonts.tex, I > get the stuff below. I obviously need help. I have no uplr8t anything > on my system. First: here is a quick fix. I've made my copy of mfonts.tex start with these \usetypescript[adobekb][8r,ec] \usetypescriptfile [type-buy] \usetypescriptfile [typeface] \environment ../allkind/mcommon.tex That fixed the problem with Palatino (It now says I have missing LucidaBright (texnansi-lbXXX) fonts, but I believe that is correct because it is from an example, and at least one hurdle is taken). Now for the actual problem. It looks like this problem is caused by type-dis.tex. In that file, fontsynonym mappings are provided between texfont-style metric names and berry-style filenames for a number of free Type 1 fonts, esp. the ones that come from URW and are shipped with ghostscript. In theory, the definitions in that file are fine, but in the real world there is a problem: The URW fonts are normally used only to mimic Adobe's base PostScript fonts like Times and Palatino, are therefore almost never installed under their true names like URWPalladio and Nimbus Roman. So, the font metrics for URWPalladioL-Roma in EC (psnfss) encoding are typically installed as pplr8t (the initial p indicating Adobe, to mimic Palatino-Roman) instead of uplr8t like they should be (that initial u would be indicating urw). I am not sure how Hans feels about this, but there are two ways out: 1. Certainly the *easiest* way to get a working solution is to change the fontsynonyms in typ-dis.tex so that they match the real world instead of the desired world. 2. But on the other hand, that would be promoting a rather bad practise, and deleting the fontsynonyms instead would be better. I happen to know that Hans will start distributing a cont-fnt.zip file soon that will contain texfont-style metrics, so my vote goes to the second solution. Greetings, Taco