From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8120 Path: main.gmane.org!not-for-mail From: "Lutz Haseloff" Newsgroups: gmane.comp.tex.context Subject: texfont.pl Date: Tue, 4 Jun 2002 10:21:58 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <000c01c20ba0$e52e87e0$6c65d50a@nthaselofl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035398552 24910 80.91.224.250 (23 Oct 2002 18:42:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:42:32 +0000 (UTC) Original-To: Xref: main.gmane.org gmane.comp.tex.context:8120 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8120 Hi all, i recently installed the LucidaBright fonts with the help of texfont.pl and all works great. One small error i found in the resulting texnansi-bh-lucida.tex. The \ShowFont command seams to initiate itself, the first run of it shows wrong \showaccents and \showcharacters. This results in uumlaut written in the desired font in black instead of ü written in green in both tables. I use the latest beta of ConTeXt. My minimal testfile is: ------------------------------- % output=pdftex interface=en \usemodule[fnt-01] \loadmapfile[texnansi-bh-lucida.map] \starttext \ShowFont[LucidaCalligraphy-Italic][texnansi-lbc][texnansi] \ShowFont[LucidaCalligraphy-Italic][texnansi-lbc][texnansi] \stoptext ------------------------------- Greetings Lutz