What are different ways to use Cyrillic in (La)TeX? What are their pros and cons?
|
XeLaTeXUsage
Compile with ProsWorks out of the box in fresh TeX distributions. Cyrillic letters can be used freely in control sequence names, labels, etc. ConsOne needs a pretty modern TeX distribution. (What else?) |
|||||||
|
|
Cyrillics is not active any more if xetex or luatex is used to compile your document. See ctan.org/pkg/russian. – Igor Kotelnikov Apr 15 at 8:24 |
Mixing Cyrillic and Latin lettersThe basic idea is to use
Especially important is Pros
Cons
Some time ago I wrote a blog post in German: Kyrillischen Text mit LaTeX setzen |
|||||||
|
Using UTF-8If you're using UTF-8, you have a Russian keyboard and you want to type only Russian texts, the best would be:
This way you don't have to change your behaviour. Typing LaTeX texts is as easy as typing other texts. Usually you also have correct hyphenation patterns, so you can use the full feature set of LaTeX. :-) |
|||||||||
|
|
For multilingual texts with
There are a number of fonts available in the T2A encoding for
For a wider choice, XeLaTeX or LuaLaTeX are best. |
||||
|
|
Cherepanov's
|
Any reason to use one of many-many outdated medhods of russification superseeded by official babel? – Igor Kotelnikov Oct 8 '11 at 12:53 |
|||
|
@Igor Well, one typical scenario is that one needs to use a complicated .sty file with Cyrillic control sequence names / some .tex file with a lot of Cyrillic labels. – Grigory M Oct 8 '11 at 15:43 |

