could anyone please explain, is it possible to use two non-English languages in the Latex-document simultaneously? I am using babel package and I need to use french and russian.
Code: Select all
\usepackage[french]{babel}
\usepackage[russian]{babel}
Using only one of them (hyphenations is never mind now for me) results in error messages.
T.I.A.