How to make a document with Russian text in LaTeX? The problem is that when you add Russian text, the typeface changes from standard to something else. And this something else looks disgusting: on a 100 percent scale, the text looks too “thin”, “light”, and with an increase it becomes uneven. Screenshot:
The difference, as you can see, is big
Text code from the screenshot:
\ usepackage [utf8] {inputenc}
\ usepackage [T2A] {fontenc}
\ usepackage [english, ngerman, russian] {babel}