diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fundus/cyr.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fundus/cyr.sty | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/fundus/cyr.sty b/Master/texmf-dist/tex/latex/fundus/cyr.sty new file mode 100644 index 00000000000..e4a6ecf3618 --- /dev/null +++ b/Master/texmf-dist/tex/latex/fundus/cyr.sty @@ -0,0 +1,24 @@ + +\DeclareFontFamily{OT1}{wncyr}{} +\DeclareFontShape{OT1}{wncyr}{m}{n}{ + <5> wncyr5 <6> wncyr6 <7> wncyr7 <8> wncyr8 <9> wncyr9 + <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> wncyr10 }{} +\DeclareFontShape{OT1}{wncyr}{bx}{n}{ + <5> wncyb5 <6> wncyb6 <7> wncyb7 <8> wncyb8 <9> wncyb9 + <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> wncyb10 }{} +\DeclareFontShape{OT1}{wncyr}{m}{it}{ + <5> wncyi5 <6> wncyi6 <7> wncyi7 <8> wncyi8 <9> wncyi9 + <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88> wncyi10 }{} +\DeclareFontShape{OT1}{wncyr}{m}{sl}{ <-> sub * wncyr/m/it }{} + +\chardef\tempcat=\the\catcode`\"\catcode`\"=12 + +\input cyracc.def + +{\catcode`\'=13 \catcode`\"=13 +\gdef\cyr{\fontfamily{wncyr}\selectfont\cyracc + \catcode`\'=13 \let'=\cprime + \catcode`\"=13 \let"=\cdprime +}} + +\catcode`\"=\tempcat |