DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦99f597ac3⟧ TextFile

    Length: 773 (0x305)
    Types: TextFile
    Names: »cyrillic.sty«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦this⟧ »latex-style/cyrillic.sty« 

TextFile

% Written by Charles Karney (Karney%PPC.MFENET@NMFECC.ARPA) 1986/07/28.
% The cyrillic style option loads up the cyrillic fonts.  It is assumed that
% cyracc.def is on the system.  Only \textfont, \scriptfont, and
% \scriptscriptfont sizes are provided.  10pt, 11pt, 12pt styles are
% supported.  The fonts are accessed via \cyr.  E.g., {\cyr Zhurnal}.

\input cyracc.def
\ifcase\@ptsize
 \font\tencyr=mcyr10
 \font\sevencyr=mcyr7
 \font\fivecyr=mcyr6
\or
 \font\tencyr=mcyr10 scaled \magstephalf
 \font\sevencyr=mcyr8
 \font\fivecyr=mcyr6
\or
 \font\tencyr=mcyr10 scaled \magstep1
 \font\sevencyr=mcyr8
 \font\fivecyr=mcyr6
\fi

\newfam\cyrfam
\textfont\cyrfam=\tencyr  \scriptfont\cyrfam=\sevencyr
  \scriptscriptfont\cyrfam=\fivecyr

\def\cyr{\fam\cyrfam\tencyr\cyracc}