From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18187 Path: main.gmane.org!not-for-mail From: Matt Gushee Newsgroups: gmane.comp.tex.context Subject: Re: Fourier Expert Fonts Date: Tue, 08 Feb 2005 21:55:15 -0700 Message-ID: <420997B3.6050109@havenrock.com> References: <42095CE8.3050404@havenrock.com> 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 1107924806 7412 80.91.229.2 (9 Feb 2005 04:53:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2005 04:53:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 09 05:53:26 2005 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 1Cyjqq-0001P5-DT for gctc-ntg-context-518@m.gmane.org; Wed, 09 Feb 2005 05:53:20 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D5F791277F; Wed, 9 Feb 2005 05:54:49 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13408-04; Wed, 9 Feb 2005 05:54:49 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9FD2012778; Wed, 9 Feb 2005 05:54:48 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3FC9B12778 for ; Wed, 9 Feb 2005 05:54:46 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13167-06 for ; Wed, 9 Feb 2005 05:54:45 +0100 (CET) Original-Received: from mz2.forethought.net (mzpi4.forethought.net [216.241.36.13]) by ronja.ntg.nl (Postfix) with ESMTP id 0A0D712775 for ; Wed, 9 Feb 2005 05:54:45 +0100 (CET) Original-Received: from [216.241.35.41] (helo=[10.0.0.2]) by mz2.forethought.net with esmtp (Exim 4.30) id 1CyjsB-0002Du-H4 for ntg-context@ntg.nl; Tue, 08 Feb 2005 21:54:43 -0700 User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Virus-Scanned: by 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: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18187 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18187 Randall Skelton wrote: > Thanks Matt... after reading a few more sites, I was led back to trying: Well, I probably can't help much (I haven't been working w/ fonts much recently, either), but here are a couple of thoughts. > texfont --fontroot=$HOME/Library/texmf --vendor=adobe > --collection=utopia --makepath --install > > This creates a tree in ~/Library/texmf/fonts/*/adobe/utopia where * is > either afm, tfm, type1, or vf. I also get > $HOME/Library/texmf/map/pdftex/context/texnansi-adobe-utopia.map which > I've added to my pdftex.cfg and run texhash. That's only useful if you are planning to use TeXnANSI encoding. You might try adding --encoding=ec to your texfont invocation. Then I think you will get an ec-adobe-utopia.map file. > Unfortunately, I still > get CM fonts for the caps and there are no old-style figures? You mean small caps, I presume? My first guess would be that they're not properly referenced in the typescript. As for old-style figures, are you sure Utopia is supposed to have them? If so, do you know which font contains them? > Comparing type-enc.tex and the suggestions on Bill McClain's site, the > typescript definitions are somewhat different and I'm wondering if > this isn't the source of my problems: > > \definefontsynonym [Fourier-Regular] [futr8t] [encoding=ec] > vs. > \definefontsynonym [Fourier-Regular] [texnansi-futr8t ] > [encoding=texnansi] My experience leads me to think that in general you should reference fonts with some encoding prefix. That prefixed name has to correspond to a name defined in a map file in your TeX tree; e.g., if your texnansi-adobe-utopia.map file defines a name something like 'texnansi-raw-futr8t.map', then in your typescript, 'texnansi-futr8t' should work. Then again, I suspect 'futr8t' might be the wrong name to use. Do you have TFM files named 'futr8t.tfm', and so on? Or are they named 'utopia'? In the latter case, I think the map file should say, e.g., 'texnansi-raw-utopia', and you should say 'texnansi-utopia' in the typescript. If you want to use EC encoding, then I guess you would change every instance of 'texnansi' above to 'ec'. By the way, is there a particular reason you don't want to use TeXnANSI? -- Matt Gushee Englewood, CO, USA