[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Accessing mathmatics symbols within XeTeX



On Sat, Jun 23, 2007 at 11:56 +0800, R (Chandra) Chandrasekhar wrote:
[...]

Thanks for the helpful backround information. 

In the output of xdvipdfmx there are (probably crucial) differences
even before you get the warnings:

> >[1<lmsy10@9.96pt(TFM:lmsy10)(Encoding:lm-mathsy)
> >pdf_font>> Simple font "lmsy10" enc_id=<lm-mathsy,3> opened at 
> >font_id=<lmsy10,0>.
[...]
> [1<lmsy10@9.96pt(TFM:lmsy10)
> pdf_font>> Simple font "lmsy10" enc_id=<builtin,-1> opened at 
> font_id=<lmsy10,0>.

As you can see, on my machine lmsy10 is loaded with an encoding
vector, which is not the case on your machine. One possible
explanation for this would be that there are still incorrect map files
from your previous manual LM installation on your system. You can
chack this with the following commands:

kpsewhich dvipdfm.map
egrep lmsy10 $(kpsewhich dvipdfm.map)
egrep lmsy10 /var/lib/texmf/fonts/map/dvipdfm/updmap/dvipdfm.map

On my system the output looks like this:

ralf@skye:~/tex$ kpsewhich dvipdfm.map
/var/lib/texmf/fonts/map/dvipdfm/updmap/dvipdfm.map
ralf@skye:~/tex$ egrep lmsy10 $(kpsewhich dvipdfm.map)
lmsy10 lm-mathsy lmsy10

(the third commands obviously gives the same output here)

If some other (ncorrect) map file is found before (the hopefully
correct) /var/lib/texmf/fonts/map/dvipdfm/updmap/dvipdfm.map, then I
would suggest to move the incorrect map file somewhere else and try
again. 

cheerio
ralf



Reply to: