From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9866 Path: main.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: Re: where has PI gone? Date: Fri, 15 Nov 2002 18:51:59 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: References: <5.1.0.14.1.20021115174656.03705f80@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v546) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037382711 30650 80.91.224.249 (15 Nov 2002 17:51:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2002 17:51:51 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18CkdB-0007yC-00 for ; Fri, 15 Nov 2002 18:51:49 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 37CD610AEA; Fri, 15 Nov 2002 18:53:35 +0100 (MET) Original-Received: from mail.science.uva.nl (mail.science.uva.nl [146.50.4.51]) by ref.ntg.nl (Postfix) with ESMTP id 48FB510AE9 for ; Fri, 15 Nov 2002 18:52:10 +0100 (MET) Original-Received: from 118-229.uva.surfnetthuis.nl [145.98.118.229] by mail.science.uva.nl with ESMTP (sendmail 8.11.6/config 11.26). id gAFHpm629518; Fri, 15 Nov 2002 18:51:48 +0100 (MET) X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ Original-To: ntg-context@ntg.nl In-Reply-To: <5.1.0.14.1.20021115174656.03705f80@server-1> X-Mailer: Apple Mail (2.546) X-Spam-Rating: 0 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:9866 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9866 On vrijdag, nov 15, 2002, at 17:48 Europe/Amsterdam, Hans Hagen wrote: >>>> Since the last ConTeXt beta the typesetting of the greek capital >>>> letter PI doesn't work anymore in lucida (lbr). Small pi works >> >>>> though. >>>> Anyone knows why? And where to find it back? >>> >>> Can you check type-syn.tex? >>> >>> It should say: >>> >>> \starttypescript [math] [lucida] [name] >>> \definefontsynonym [MathRoman] [LucidaBright] >>> >>> Hans >> >> type-syn.tex has the following code: >> >> \starttypescript [math] [lucida] [name] >> \definefontsynonym [MathRoman] [LucidaBright] >> \definefontsynonym [MathExtension] [LucidaNewMath-Extension] >> \definefontsynonym [MathItalic] [LucidaNewMath-AltItalic] >> \definefontsynonym [MathSymbol] [LucidaNewMath-Symbol] >> \definefontsynonym [MathAlpha] [LucidaNewMath-Arrows] >> %\definefontsynonym [MathBeta] [LucidaNewMath-Roman] >> %\definefontsynonym [MathRoman] [LucidaNewMath-Roman] >> \stoptypescript > > Then, in math-lbr, check for: > > \definefamilysynonym [lbr] [ucgreek] [ex] > > (seems that i messed around with some fonts when trying to solve some > other symbol problem; lbr fonts don't use the nromal tex encoding, so > in math-lbr symbols are mapped) There I do not find [ex] but: \definefamilysynonym [lbr] [ucgreek] [mr] % [ex] \definefamilysynonym [lbr] [vargreek] [mi] Changing [mr] to [ex] there changes the representation but of course to nothing useful. However, it shows that this is the font involved. Typesetting with {\mi \Pi} does gives a letter PI, but the vargreek (slanted) form and not the upright fellow I want. According to the font table I have, PI should be in lbmr ([LucidaNewMath-Roman] in type-enc.tex) in position 5. I find [LucidaNewMath-Roman] in two places commented out in typ-syn.tex: %\definefontsynonym [MathBeta] [LucidaNewMath-Roman] %\definefontsynonym [MathRoman] [LucidaNewMath-Roman] I am still in the dark. Hans van der Meer