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