I am new in latex and trying to LH fonts for output different Cyrillic texts. Can someone help me, please!!! I need something like that
\documentclass[10pt,a5paper,draft]{book}
\usepackage[T2A]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[russian, english]{babel}
\begin{document}
Какой-то осмысленный текст1.
Какой-то осмысленный текст2.
\end{document}
Now it is two the same fonts, but I want them to be different. I know, that I can use xetex to use different fonts, but I need latex, so I found that I can use lh fonts. But I do not know how to include them.




text1andtext2that are not defined. What are these suppose to do? – Arthur Reutenauer May 27 '15 at 17:44\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – Sverre May 27 '15 at 17:54lhfonts. You are already using them in the document you're providing here. – Sverre May 27 '15 at 18:33latex, but the answer you've accepted is telling you how to change from serif fonts to sans serif and typewriter fonts, and this has nothing to do with Cyrillic. I'm therefore voting to close as 'unclear what you're asking'. – Sverre May 28 '15 at 10:23