ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \dot & lucida
@ 2006-01-24 17:54 Renaud AUBIN
  2006-01-25  3:01 ` Renaud AUBIN
  0 siblings, 1 reply; 3+ messages in thread
From: Renaud AUBIN @ 2006-01-24 17:54 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 405 bytes --]


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



[-- Attachment #1.2: Type: text/html, Size: 756 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \dot & lucida
  2006-01-24 17:54 \dot & lucida Renaud AUBIN
@ 2006-01-25  3:01 ` Renaud AUBIN
  2006-01-25  8:43   ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: Renaud AUBIN @ 2006-01-25  3:01 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 1169 bytes --]


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
>  
>


[-- Attachment #1.2: Type: text/html, Size: 1841 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \dot & lucida
  2006-01-25  3:01 ` Renaud AUBIN
@ 2006-01-25  8:43   ` Taco Hoekwater
  0 siblings, 0 replies; 3+ messages in thread
From: Taco Hoekwater @ 2006-01-25  8:43 UTC (permalink / raw)




Renaud AUBIN wrote:
> 
> 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 ?

I'm not sure it is a good enough general solution, but it will work
for the default font set.

If I understand it correctly, the problem is that the [tf] entries in
the math collections refer to a text font, not math font, so the current
text encoding should be taken in consideration.

The old hex 05 assumed the text font was in 8y/texnansi encoding, your
new hex 0A that it is in 8t/ec encoding. Both can be wrong depending on
the current user font settings, I'm afraid/


Taco

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-25  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-24 17:54 \dot & lucida Renaud AUBIN
2006-01-25  3:01 ` Renaud AUBIN
2006-01-25  8:43   ` Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).