Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/doc/fonts/cyrillic/cyrillic-sample.tex

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


% This is a sample LaTeX document that uses cyrillic fonts.

\documentclass{article}
\usepackage[OT2,OT1]{fontenc}

\newcommand\cyr{%
  \renewcommand\rmdefault{wncyr}%
  \renewcommand\sfdefault{wncyss}%
  \renewcommand\encodingdefault{OT2}%
  \normalfont
  \selectfont}
\DeclareTextFontCommand{\textcyr}{\cyr}

\begin{document}
  \noindent Some Cyrillic: {\cyr  dj, zh, lj, nj, kh, ts, ch, sh, shch, yu}\\
  Or: \textcyr{dj, zh, lj, nj, kh, ts, ch, sh, shch, yu}\\
  Sans serif: {\cyr\sffamily  dj, zh, lj, nj, kh, ts, ch, sh, shch, yu}\\
  Or: \textcyr{\textsf{dj, zh, lj, nj, kh, ts, ch, sh, shch, yu}}
\end{document}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.