From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12765 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Lucida, some progress Date: Sat, 02 Aug 2003 23:04:47 -0700 Sender: ntg-context-admin@ntg.nl Message-ID: <3.0.5.32.20030802230447.00b3c4a0@mail.northcoast.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1059891495 30223 80.91.224.253 (3 Aug 2003 06:18:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 3 Aug 2003 06:18:15 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Aug 03 08:18:30 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19jCCM-0002Eg-00 for ; Sun, 03 Aug 2003 08:18:30 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 02F4310B25; Sun, 3 Aug 2003 08:18:26 +0200 (MEST) Original-Received: from smtp.inreach.com (smtp.inreach.com [209.142.2.34]) by ref.ntg.nl (Postfix) with SMTP id 4C1C310ACC for ; Sun, 3 Aug 2003 08:13:58 +0200 (MEST) Original-Received: (qmail 11355 invoked from network); 3 Aug 2003 06:13:56 -0000 Original-Received: from unknown (HELO newmicronpc) (209.209.17.108) by smtp.inreach.com with SMTP; 3 Aug 2003 06:13:56 -0000 X-Sender: darnold@mail.northcoast.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12765 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12765 All, I am running Miktex on Windows. I took my YandY lucida fonts (pfb and afm files) and put them in a temporary directory, f:\temp\fonts\lucida on my system. I then ran: texfont --fontroot=f:\localtexmf --sourcepath=f:\temp\fonts\lucida --vendor=yandy --collection=lucida --makepath --install I then added the following line to pdftex.cfg. map +texnansi-yandy-lucida.map The following file now compiles. However, feelings are bittersweet. I've got something working, but I have no idea why. Nor am I assured that I've found the proper solution. More difficulties could loom on the horizon. Have I done this the correct way? \setupoutput[pdf] \usetypescript[berry][texnansi] \usetypescript[lbr] \setupbodyfont[lbr] \starttext Hello. This is a {\em test} of what the {\it Lucida} {\sl Fonts} can do at 6 {\sc am}. \placeformula \startformula f(x)=\int_0^x f(t)\, dt \stopformula \stoptext