[luatex] Cyrillic in \directlua0

Patrick Gundlach patrick at gundla.ch
Sat Mar 27 17:30:44 CET 2010


Hi,


> The question is: Does LuaLaTeX support cyrillic symbols inside luacode?

Yes, it should be completely transparent. This example works.

\documentclass{article}
\usepackage{luaotfload}
\usepackage[EU2]{fontenc}
\usepackage{libertine}
\begin{document}
Здравствуй, Мир

\directlua{
tex.print("Здравствуй, Мир")
}
\end{document}


and my (needed) eu2fxl.fd can be found here:

http://gist.github.com/346196


BTW: you should use \directlua without a number.


Does this help?

Patrick




More information about the luatex mailing list