29 Apr
2008
29 Apr
'08
1:52 p.m.
luigi scarso wrote:
2008/4/28 luigi scarso
: Sorry for the noise, but i'm in the middle between an old context mkii (2005) and mkiv stylesheet for a greek utf-encoded file and i'm a bit confused.
While using Heros font, I have: Missing character: There is no ώ (974) in font /home/usr7/tex/texmf/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf!
But in enco-def.tex there is \definecharacter greekomegatonos {'w}
so I believe that it's possible to replace missing glyph with {'w} Maybe some switch ?
I'm using \usetypescript[postscript] \setupbodyfont[postscript,10pt,ss]
This works, but nothing else.
This should also work (but untested) \catcode`\ώ=\active \def ώ{\buildtextaccent\textacute\greekomega} Best wishes, Taco