[OS X TeX] Simple Cyrillic Example

Michael Sharpe msharpe at ucsd.edu
Sat Feb 21 21:57:12 EST 2015


> On Feb 21, 2015, at 6:46 PM, Robert Love <rblove_lists at comcast.net> wrote:
> 
> \documentclass{article}
> \usepackage[T2A,T1]{fontenc}
> \usepackage[utf8]{inputenc}
> \usepackage[russian,english]{babel}
> 
> \begin{document}
> The word for word is \foreignlanguage{russian}{слово}
> \end{document}
> 
You need to input a font package with T2A support, like erewhon which loads the required encodings:

\documentclass{article}
%\usepackage[T1,T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[russian,english]{babel}
\usepackage{erewhon}
\begin{document}
The word for word is \foreignlanguage{russian}{слово}
\end{document}


Michael


More information about the MacOSX-TeX mailing list