I would like to try to typeset in Cyrillic. I would like to use inputenx package. The problem seems to be related to
OT1
encoding. I think I need T2A
. How can I activate it?The typical error I get is
Code: Select all
! LaTeX Error: Command \dh unavailable in encoding OT1.
Code: Select all
\documentclass[article, 12pt]{article} %dvips,elsarticle
%\usepackage[T2A]{fontenc}
\usepackage[cp858]{inputenx}
\usepackage[english]{babel}%
Cheers,
shep