diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/kurier/kurier-latex-cyr.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/kurier/kurier-latex-cyr.tex | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/kurier/kurier-latex-cyr.tex b/Master/texmf-dist/doc/fonts/kurier/kurier-latex-cyr.tex new file mode 100644 index 00000000000..37953fa6811 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/kurier/kurier-latex-cyr.tex @@ -0,0 +1,46 @@ +% -*- latex; coding: cp1251; -*- +\documentclass[12pt]{article} + +% The file is coded in Windows CP1251: +\usepackage[cp1251]{inputenc} + +% Try the options! +\usepackage{kurier} +%\usepackage[light]{kurier} +%\usepackage[condensed]{kurier} +%\usepackage[light,condensed]{kurier} + +% 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: |