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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to