Closed urkud closed 14 years ago
The typescript included in ConTeXt searches for the fonts based by filename, so you need to install the fonts in texmf tree, propably under ~/texmf/fonts/opentype/xits
, or try using this typescript:
\starttypescript [math] [xits] [name] \definefontsynonym[MathRoman][name:xitsmath] [features=math\mathsizesuffix] \stoptypescript \starttypescript [serif] [xits] [name] \definefontsynonym[Serif] [name:xitsregular] [features=default] \definefontsynonym[SerifBold] [name:xitsbold] [features=default] \definefontsynonym[SerifItalic] [name:xitsitalic] [features=default] \definefontsynonym[SerifBoldItalic][name:xitsbolditalic] [features=default] \stoptypescript \starttypescript[xits] \definetypeface [xits] [rm] [serif] [xits] [default] \definetypeface [xits] [ss] [sans] [heros] [default] [rscale=0.9] \definetypeface [xits] [tt] [mono] [modern] [default] [rscale=1.05] \definetypeface [xits] [mm] [math] [xits] [default] \stoptypescript
(assuming you installed the fonts in a way ConTeXt can find them by name)
Thanks. It works with your typescript. I have xits unpacked to ~/.fonts, and OSFONTDIR=$HOME/.fonts.
I try the following:
No σ in the resulting PDF file.