6 Jun
2005
6 Jun
'05
9:07 a.m.
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? Taco