I've encountered a problem when using Cyrillic characters together with the microtype package (file is below the signature):
when BOTH commented out lines are uncommented, pdflatex will successfully process the LaTeX file the first time (when no
.aux file is present); but on the second run (when the .aux file is present) an error is produced. Up to now, I have not been
able to figure out the cause. Any help will be appreciated.
Regards,
bostjanv
Code: Select all
\documentclass{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[T2A,OT1]{fontenc}
%\usepackage{microtype}
\usepackage[russian,english]{babel}
\begin{document}%
\selectlanguage{russian}
«Устаревшие представления становятся обоснованием массового убийства»
%Почему война с Украиной — логичное продолжение российской идеологии. Объясняет историк Андрей Зорин
\selectlanguage{english}
\end{document}