Hi Taco, Hi all, Taco Hoekwater schrieb:
On my system,
\definetypeface [palatino] [rm] [serif] [palatino] [default] [encoding=ec] \definetypeface [palatino] [mm] [math] [palatino] [default] [encoding=ec] \setupbodyfont [palatino, 12pt, rm]
This fails because I do not have ec-pplXXX metrics installed,
\usetypescript [lucida] [texnansi] \setupbodyfont [lucida, 12pt, rm]
and this works because it is basically a no-op (cmsy10 is used)
So perhaps not a map file, but a typescript loading error. Can you check your log for the loading of type-exa?
I found an error. Texexec complains about font lbms not found. (not cmsy) When i add a line "lbms LucidaNewMath-Symbol < LBMS.pfb" to texnansi-bh-lucida.map the error is gone. Are my *.map-files out of date?
Taco _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Thank you for your help Greetings Lutz