% -*- latex; coding: cp1251; -*- \documentclass[12pt]{article} % The file is coded in Windows CP1251: \usepackage[cp1251]{inputenc} % Try the options! \usepackage{iwona} %\usepackage[light]{iwona} %\usepackage[condensed]{iwona} %\usepackage[light,condensed]{iwona} % T2A is the default encoding for this document: \usepackage[OT2,T2A]{fontenc} % (OT2 is loaded for the transliterated example. Don't use it for % text entered directly --- the ligature scheme of OT2 will spoil it!) \begin{document} The source of the paragraph below is CP1251 encoded: \medskip Ежели меры не знаешь -- на супруга положись --- оный страж побо\-лее государевых бдение имеет. \textbf{Упитых складывать \textit{бережно}}, дабы не повредить и не мешали бы танцам. \textit{Складывать отдельно}, пол соблюдая, иначе при пробуждении конфуза не оберешься. \bigskip The source of the following paragraph is transliterated (Washington transliteration): \medskip {\fontencoding{OT2}\selectfont Ezheli mery ne znaeshp1 -- na supruga polozhisp1 --- onyi0 strazh pobo\-lee gosudarevykh bdenie imeet. \textbf{Upitykh skladyvatp1 \textit{berezhno}}, daby ne povreditp1 i ne meshali by tancam. \textit{Skladyvatp1 otdelp1no}, pol soblyudaya, inache pri probuzhdenii konfuza ne obereshp1sya. } \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: