7 Jun
2009
7 Jun
'09
6:32 p.m.
Am 07.06.2009 um 20:25 schrieb MaurĂ cio: >>> I'm trying this small test: >>> >>> %%%%% >>> >>> \enableregime[utf] >>> \usetypescriptfile[type-xtx] >>> \usetypescript[gentium] >>> \setupbodyfont[gentium] >>> \starttext >>> \showbodyfont >>> \stoptext >>> >>> %%%%% >>> >>> It's supposed to select 'gentium' as typeface, >>> but the chart shown by 'showbodyfont' says I'm >>> using 'modern'. >>> >>> Am I missing something? I'm using minimal install, >>> updated yesterday (although I have this problem for >>> at least two weeks). >> 1. Do you use XeTeX to process your file? >> 2. Do you have the Gentium fonts on your system? >> > > I use the minimal install from pragma site, as prescribed > in the 'simple' version of instructions in: > > http://wiki.contextgarden.net/ConTeXt_Minimals 1. You don't need \enablregime[utf] for XeTeX or LuaTeX (you need it only when you want to process your document with pdfTeX too) 2. type-xtx is loaded for XeTeX by default 3. This should work: \usetypescriptfile[type-gentium] \usetypescript[gentium] \setupbodyfont[gentium] \starttext ... \stoptext Wolfgang