13 Nov
2008
13 Nov
'08
1:21 p.m.
On Wed, Oct 29, 2008 at 3:05 PM, Alan BRASLAU wrote:
Hello,
What needs to be done to include greek fonts on top of the minimal installation? Thank you.
example: \usemodule[greek] \starttext \greek{kalamos} \stoptext
Hello, Thomas has just prepared a new font package (before leaving for a few days) with support for Gentium: http://tug.ctan.org/tex-archive/fonts/gentium/ I'll add it to minimals, but you may play with it already. The contents of Greek module will be adapted once he comes back, but you can use it in standard ways. \usetypescriptfile[type-gentium] \usetypescript[gentium][agr] \setupbodyfont[gentium] \enableregime[...] \starttext ... greek text ... \stoptext Mojca