From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25535 Path: news.gmane.org!not-for-mail From: Renaud AUBIN Newsgroups: gmane.comp.tex.context Subject: Re: \dot & lucida Date: Wed, 25 Jan 2006 04:01:17 +0100 Message-ID: <43D6E9FD.9060505@nibua-r.org> References: <43D669F0.7010708@nibua-r.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1721374851==" X-Trace: sea.gmane.org 1138158113 17806 80.91.229.2 (25 Jan 2006 03:01:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2006 03:01:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 25 04:01:51 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1F1auc-0006LA-97 for gctc-ntg-context-518@m.gmane.org; Wed, 25 Jan 2006 04:01:35 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 231BE127BF; Wed, 25 Jan 2006 04:01:33 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06489-02; Wed, 25 Jan 2006 04:01:28 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8535E127A0; Wed, 25 Jan 2006 04:01:28 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 62F6D127A0 for ; Wed, 25 Jan 2006 04:01:27 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06427-03 for ; Wed, 25 Jan 2006 04:01:26 +0100 (CET) Original-Received: from 26.mail-out.ovh.net (26.mail-out.ovh.net [213.186.42.179]) by ronja.ntg.nl (Postfix) with SMTP id 41CAE1279E for ; Wed, 25 Jan 2006 04:01:26 +0100 (CET) Original-Received: (qmail 24561 invoked by uid 503); 25 Jan 2006 03:01:44 -0000 Original-Received: (QMFILT: 1.0); 25 Jan 2006 03:01:44 -0000 Original-Received: from b6.ovh.net (HELO mail148.ha.ovh.net) (213.186.33.56) by 26.mail-out.ovh.net with SMTP; 25 Jan 2006 03:01:44 -0000 Original-Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 25 Jan 2006 03:01:30 -0000 Original-Received: from mail148.ha.ovh.net (10.0.50.148) by mail148.ha.ovh.net with SMTP; 25 Jan 2006 03:01:28 -0000 Original-Received: from b0.ovh.net (HELO queue-pre) (213.186.33.50) by b0.ovh.net with SMTP; 25 Jan 2006 03:01:28 -0000 Original-Received: from d83-177-196-73.cust.tele2.fr (HELO ?192.168.78.10?) (aubin@nibua-r.org@83.177.196.73) by ns0.ovh.net with SMTP; 25 Jan 2006 03:01:28 -0000 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: fr, en Original-To: mailing list for ConTeXt users In-Reply-To: <43D669F0.7010708@nibua-r.org> X-Ovh-Remote: 83.177.196.73 (d83-177-196-73.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: fait|type 1&3|1.0|H 0.5 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25535 Archived-At: This is a multi-part message in MIME format. --===============1721374851== Content-Type: multipart/alternative; boundary="------------040800050401080005050602" This is a multi-part message in MIME format. --------------040800050401080005050602 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hi all, My solution to this issue is: 1 - texexec ec-bh-lucida 2 - search the hex code 05 as in math-lbr.tex -> it's a " 3 - search the correct symbol (dot) and the hex code (it is 0A) 4 - replace 05 by 0A (line 390 of math-lbr.tex) Now, it works for me but I'm not sure that this solution is "correct" ;-) Your opinion ? Renaud PS: I have not checked other symbols but if I will encounter the same=20 kind of issue, I will post it... Renaud AUBIN a =E9crit : > > Hi all, > > I use lucida fonts for my documents with > > \usetypescriptfile[type-buy] > \loadmapfile[ec-bh-lucida.map] > \usetypescript[lucida][ec] > \setupbodyfont[lucida,10pt] > > When I will use \dot in math formula, the result seems to be a=20 > \prime\prime. It works without lucida... Strange ??? > I don't understand the reason of this behavior. I suspect the use of=20 > ec, am I right ? Anyway, it's strange ! > > Renaud > > >------------------------------------------------------------------------ > >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > =20 > --------------040800050401080005050602 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
Hi all,

My solution to this issue is:
1 - texexec ec-bh-lucida
2 - search the hex code 05 as in math-lbr.tex -> it's a "
3 - search the correct symbol (dot) and the hex code (it is 0A)
4 - replace 05 by 0A (line 390 of math-lbr.tex)

Now, it works for me but I'm not sure that this solution is "correct" ;-)
Your opinion ?

Renaud

PS: I have not checked other symbols but if I will encounter the same kind of issue, I will post it...

Renaud AUBIN a écrit :

Hi all,

I use lucida fonts for my documents with

\usetypescriptfile[type-buy]
\loadmapfile[ec-bh-lucida.map]
\usetypescript[lucida][ec]
\setupbodyfont[lucida,10pt]

When I will use \dot in math formula, the result seems to be a \prime\prime. It works without lucida... Strange ???
I don't understand the reason of this behavior. I suspect the use of ec, am I right ? Anyway, it's strange !

Renaud



_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

--------------040800050401080005050602-- --===============1721374851== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============1721374851==--