From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/7984 Path: main.gmane.org!not-for-mail From: "Denis B. Roegel" Newsgroups: gmane.comp.tex.context Subject: Re: PostScript font access problem Date: Thu, 23 May 2002 17:13:01 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020523171301.D11564@bar.loria.fr> References: <200205231033.MAA07496@bar.loria.fr> <022b01c20247$41ad3880$0400a8c0@arnhem.chello.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035398422 23903 80.91.224.250 (23 Oct 2002 18:40:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:40:22 +0000 (UTC) Cc: NTG-ConTeXt mailing list , "Denis B. Roegel" Original-To: Frans Goddijn In-Reply-To: <022b01c20247$41ad3880$0400a8c0@arnhem.chello.nl>; from frans@goddijn.com on Thu, May 23, 2002 at 12:47:32PM +0200 Xref: main.gmane.org gmane.comp.tex.context:7984 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:7984 On Thu, May 23, 2002 at 12:47:32PM +0200, Frans Goddijn wrote: > I tried your example and if I leave out the [pos] all goes well... > > So I just had \showbodyfont After some further study, I found 1) that there are several typos in type-enc.tex, where `uhvro8a' is written as `uhvo8a'; one of these lines was \definefontsynonym [ec-uhvo8a] [uhvro8t] [encoding=ec] 2) that I need to add \usetypescript[berry][ec] Now, when I write \usetypescript[berry][ec] \definefontsynonym [ec-uhvro8a] [uhvro8t] [encoding=ec] \starttext \showbodyfont[pos] \stoptext it works. It seems not many people are trying PostScript fonts with Karl Berry's names! Btw, where is it specified that ec is the default encoding? Thanks, Denis