diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:43:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:43:17 +0000 |
commit | f9ba1f4431124f48769a2666d5d9ec921345ca71 (patch) | |
tree | 84f6056d0a7a06c9fed9927a8be9210064de058c /Master/texmf-dist/doc/fonts/antt/antt-latex-cyr.tex | |
parent | fd423d0bb64fe29a2be1fbae5baaf4bc386cc274 (diff) |
doc 2
git-svn-id: svn://tug.org/texlive/trunk@78 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/antt/antt-latex-cyr.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/antt/antt-latex-cyr.tex | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/antt/antt-latex-cyr.tex b/Master/texmf-dist/doc/fonts/antt/antt-latex-cyr.tex new file mode 100644 index 00000000000..c4411d3c772 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/antt/antt-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{anttor} +%\usepackage[light]{anttor} +%\usepackage[condensed]{anttor} +%\usepackage[light,condensed]{anttor} + +% 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: |