General ⇒ new version of babel
-
- Posts: 2
- Joined: Sun Apr 22, 2018 11:16 pm
new version of babel
Thank you
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
new version of babel
-
- Posts: 2
- Joined: Sun Apr 22, 2018 11:16 pm
new version of babel
\documentclass{amsart}
\def\Defined{}
\scrollmode
\usepackage{cmap}
\usepackage[T2A,T2B]{fontenc}
\usepackage[cp1251]{inputenc}
\UseRawInputEncoding
\usepackage[english,russian]{babel}
\selectlanguage{russian}
\begin{document}
\title{Test File}
\begin{abstract}
In this paper I consider test of latex.
\end{abstract}
\maketitle
\section{Test}
I suppose to print the letter ё .
However in test I see the letter ч.
For instance я пошёл погулять.
\end{document}
The text which I marked red is responsible for change. I had to add this text because, if I do not use package babel, the text which has a lot of Russian code crashes compilation. I prepare papers on both English and Russian. Sometimes I delay translation to English until paper is finished