29 Apr
2008
29 Apr
'08
7 a.m.
On Tue, Apr 29, 2008 at 8:23 AM, Gour
"Henning" == Henning Hraban Ramm
writes: Henning> Since I just adapted a ConTeXt based business card generator to Henning> work with cyrillic type, I can assure that it's possible - with Henning> XeTeX or LuaTeX.
That's my conviction as well... Henning> There you just need to encode your sources in UTF-8 and use Henning> OpenType fonts that contain cyrillic glyphs, like TeX Gyre.
...however an (working) example or two would help.
The guy tried example (which I posted here) from Contextgarden and based on that concluded that ConTeXt does not support Cyrillic.
% engine=luatex \usetypescript[palatino] \setupbodyfont[palatino] \starttext Мама и Папа % Some Russian characters \stoptext Wolfgang