%% 
%% This is file `/usr2/distrib/latex209/nfss/fontdef.max' generated
%% on <1991/11/27> with the docstrip utility (v1.1k). 
%% 
%% The original source files were:
%% 
%% fontdef.doc  (with modules: `max')

%% 
%% Copyright (C) 1989,1990,1991 by Frank Mittelbach, Rainer Schoepf. 
%% All rights reserved. 
%% 
%% This file is part of the NFSS (New Font Selection Scheme) package. 
%% 
%% IMPORTANT NOTICE: 
%% 
%% You are not allowed to change this file. You may however copy this file 
%% to a file with a different name and then change the copy if you obey 
%% the restrictions on file changes described in readme.mz. 
%% 
%% You are allowed to distribute this file under the condition that it is 
%% distributed together with all files mentioned in readme.mz3. If you 
%% receive only some of these files from someone, complain! 
%% 
%% You are NOT ALLOWED to distribute this file alone. You are NOT ALLOWED 
%% to take money for the distribution or use of either this file or a 
%% changed version, except for a nominal charge for copying etc. 
%% 
%% For error reports in case of UNCHANGED versions see readme files. 
%% 
%% Please do not request updates from us directly. Distribution is done 
%% through Mail-Servers and TeX organizations. 
%% 

\def\fileversion{v1.1N}
\def\filedate{94/07/29}
\def\docdate {94/07/29}

%% \CheckSum{127}
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \+     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}
%%
%% This file contains the external font information needed to load
%% the computer modern family designed by Donald E. Knuth, together
%% with all fonts which are supplied with the AMS font package.
%%
%% For a smaller collection of fonts see the file `fontdef.ori'.
%%
%% You should *not* change this file!  If you want to change the
%% fonts/shapes you should create a copy of it named `fontdef.tex'
%% and edit this one according to your needs!
%%
%% The format of a font/shape definition is as follows:
%%
%% \new@fontshape{family}{series}{shape}%
%%       {<size_1>external_font_1%
%%        <size_2>external_font_2%
%%        ...
%%        <size_n>external_font_n}{}
%%
%% (Don't forget the final {} !)
%%
%% family    : Name of font family like cmr etc.
%% series    : Weight and width of the font in 1 to 4 letter
%%             abbreviations. A table is given in the tugboat article
%%             distributed together with this file.
%% shape     : Either n (normal), it (italic), sc (small caps), sl
%%             (slanted) or u (upright italic).
%% <size_i>  : The size in printer points. Standard LaTeX supports 5,
%%             6, 7, 8, 9, 10, 11, 12, 14, 17, 20, 25 corresponding to
%%             \tiny, \scriptsize and so on.  The angle brackets are
%%             part of the syntax!
%%
%% external_font_i : The name of the external font in your font
%%             library. If the font/shape is not available in a
%%             certain size you may use the name of a replacement
%%             font.  E.g. one can substitute cmr5 for cmti.. which is
%%             only available in size 7 and higher.  If you put a `1'
%%             in front of the name of the font a warning message will
%%             be produced (saying that the font has been substituted
%%             for the real one) when you use it for the first time.
%%             Below you can find examples of this mechanism.
%%
%% For font/shape combinations which aren't available at all like
%% computer modern sans serif small caps a suitable default will be
%% used automatically unless you specify a substitution yourself with
%% the \subst@fontshape command.
%%
%% It syntax is as follows:
%%
%% \subst@fontshape{family}{series}{shape}%
%%                 {subst_family}{subst_series}{subst_shape}
%%
%% This might be necessary if the automatically selected default does
%% not match your needs. For example: the font shape choosen instead
%% of `computer modern sans serif small caps' would be `computer
%% modern sans serif normal'. With a \subst@fontshape command you can
%% change this, for example, to `computer modern roman small caps' as
%% we did below. (If you don't like this remove this line in your
%% *copy* of this file.)
%%
%% Finally, for every family there is an \extra@def macro.  It defines
%% special action to be done at load time for every font of the family.
%% In most cases you can simply write
%%
%% \extra@def{family}{}{}
%%
%% In this file it is used to suppress hyphenation for typewriter
%% fonts (see \extra@def{cmtt}... below) and to set the \skewchar
%% for math fonts (see \extra@def{cmm}... and \extra@def{cmsy}...).
%%
%%
\newlinechar`\^^J
\immediate\write\sixt@@n{File: `fontdef.max' \space
 \fileversion\space <\filedate> (FMi and RmS)}
\immediate\write\sixt@@n{English Documentation
      \@spaces\space <\docdate> (FMi and RmS)}
\immediate\write\sixt@@n
  {^^JIncludes Font/Shape Definitions for:^^J
     ^^J\@spaces Computer Modern Standard Fonts%
     \space (plus down scaled shapes)%
 ,^^J\@spaces AMS math symbol Fonts%
 ,^^J\@spaces Euler Fonts%
 ,^^J\@spaces University of Washington Cyrillic Fonts%
 ,^^J\@spaces Concrete Roman Fonts%
  .^^J}
\immediate\write\sixt@@n
  {********************************************************************}
\immediate\write\sixt@@n
  {* Probably customized by YOU who forgot to change the lines above! *}
\immediate\write\sixt@@n
  {********************************************************************}
%%
%% Please don't change the next lines unless you know exactly what you
%% are doing.
%%
\def\default@shape{n}
\def\default@series{m}
\def\default@family{cmr}
\def\default@errfont{cmsy10}
%%
%% Again, this is doubly dangerous bent.
%%
\fontfamily\default@family
\fontseries\default@series
\fontshape\default@shape
%%
%% And here is your playground:
%%
\new@fontshape{cmr}{m}{n}{%
      <5>cmr5%
      <6>cmr6%
      <7>cmr7%
      <8>cmr8%
      <9>cmr9%
      <10>cmr10%
      <11>cmr11%
      <12>cmr12%
      <14>cmr14%
      <17>cmr17%
      <20>cmr29%
      <25>cmr25}{}
\extra@def{cmr}{}{}
\new@fontshape{cmr}{m}{sl}{%
      <5>cmsl5%
      <6>cmsl6%
      <7>cmsl7%
      <8>cmsl8%
      <9>cmsl9%
      <10>cmsl10%
      <11>cmsl11%
      <12>cmsl12%
      <14>cmsl14%
      <17>cmsl17%
      <20>cmsl20%
      <25>cmsl25%
      }{}

\new@fontshape{cmr}{m}{it}{%
      <5>cmti5%
      <6>cmti6%
      <7>cmti7%
      <8>cmti8%
      <9>cmti9%
      <10>cmti10%
      <11>cmti11%
      <12>cmti12%
      <14>cmti14%
      <17>cmti17%
      <20>cmti20%
      <25>cmti25%
      }{}

\new@fontshape{cmr}{m}{sc}{%
      <5>cmcsc5%
      <6>cmcsc6%
      <7>cmcsc7%
      <8>cmcsc8%
      <9>cmcsc9%
      <10>cmcsc10%
      <11>cmcsc11%
      <12>cmcsc12%
      <14>cmcsc14%
      <17>cmcsc17%
      <20>cmcsc20%
      <25>cmcsc25%
      }{}
%%
%% Warning: please note that the upright shape below is used
%%          for the \pounds symbol of LaTeX. So this font
%%          definition shouldn't be removed.
%%
%%
\new@fontshape{cmr}{m}{u}{%
      <5>cmu5
      <6>cmu6%
      <7>cmu7%
      <8>cmu8%
      <9>cmu9%
      <10>cmu10%
      <11>cmu11%
      <12>cmu12%
      <14>cmu14%
      <17>cmu17%
      <20>cmu20%
      <25>cmu25%
      }{}

%%%%%%%% bold series

\new@fontshape{cmr}{b}{n}{%
      <5>cmb5%
      <6>cmb6%
      <7>cmb7%
      <8>cmb8%
      <9>cmb9%
      <10>cmb10%
      <11>cmb11%
      <12>cmb12%
      <14>cmb14%
      <17>cmb17%
      <20>cmb20%
      <25>cmb25%
      }{}

%%%%%%%%% bold extended series

\new@fontshape{cmr}{bx}{n}{%
      <5>cmbx5%
      <6>cmbx6%
      <7>cmbx7%
      <8>cmbx8%
      <9>cmbx9%
      <10>cmbx10%
      <11>cmbx11%
      <12>cmbx12%
      <14>cmbx14%
      <17>cmbx17%
      <20>cmbx20%
      <25>cmbx25%
      }{}

\new@fontshape{cmr}{bx}{sl}{%
      <5>cmbxsl5%
      <6>cmbxsl6%
      <7>cmbxsl7%
      <8>cmbxsl8%
      <9>cmbxsl9%
      <10>cmbxsl10%
      <11>cmbxsl11%
      <12>cmbxsl12%
      <14>cmbxsl14%
      <17>cmbxsl17%
      <20>cmbxsl20%
      <25>cmbxsl25%
      }{}

\new@fontshape{cmr}{bx}{it}{%
      <5>cmbxti5%
      <6>cmbxti6%
      <7>cmbxti7%
      <8>cmbxti8%
      <9>cmbxti9%
      <10>cmbxti10%
      <11>cmbxti11%
      <12>cmbxti12%
      <14>cmbxti14%
      <17>cmbxti17%
      <20>cmbxti20%
      <25>cmbxti25%
      }{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%  Sans serif font shapes
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{cmss}{m}{n}{%
      <5>cmss5%
      <6>cmss6%
      <7>cmss7%
      <8>cmss8%
      <9>cmss9%
      <10>cmss10%
      <11>cmss11%
      <12>cmss12%
      <14>cmss14%
      <17>cmss17%
      <20>cmss20%
      <25>cmss25%
      }{}


\subst@fontshape{cmss}{m}{it}{cmss}{m}{sl}

\new@fontshape{cmss}{m}{sl}{%
      <5>cmssi5%
      <6>cmssi6%
      <7>cmssi7%
      <8>cmssi8%
      <9>cmssi9%
      <10>cmssi10%
      <11>cmssi11%
      <12>cmssi12%
      <14>cmssi14%
      <17>cmssi17%
      <20>cmssi20%
      <25>cmssi25%
      }{}

%%%%%%% Font/shape undefined, therefore substituted

\subst@fontshape{cmss}{m}{sc}{cmr}{m}{sc}

%%%%%%%% semibold condensed series

\new@fontshape{cmss}{sbc}{n}{%
      <5>cmssdc5%
      <6>cmssdc6%
      <7>cmssdc7%
      <8>cmssdc8%
      <9>cmssdc9%
       <10>cmssdc10%
       <11>cmssdc11%
       <12>cmssdc12%
       <14>cmssdc14%
       <17>cmssdc17%
       <20>cmssdc20%
       <25>cmssdc25%
       }{}

%%%%%%%%% bold extended series

\new@fontshape{cmss}{bx}{n}{%
      <5>cmssbx5%
      <6>cmssbx6%
      <7>cmssbx7%
      <8>cmssbx8%
      <9>cmssbx9%
      <10>cmssbx10%
      <11>cmssbx11%
      <12>cmssbx12%
      <14>cmssbx14%
      <17>cmssbx17%
      <20>cmssbx20%
      <25>cmssbx25%
      }{}

\extra@def{cmss}{}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%  Typewriter font shapes
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{cmtt}{m}{n}{%
      <5>cmtt5%
      <6>cmtt6%
      <7>cmtt7%
      <8>cmtt8%
      <9>cmtt9%
      <10>cmtt10%
      <11>cmtt11%
      <12>cmtt12%
      <14>cmtt14%
      <17>cmtt17%
      <20>cmtt20%
      <25>cmtt25%
      }{}

\new@fontshape{cmtt}{m}{it}{%
      <5>cmitt5%
      <6>cmitt6%
      <7>cmitt7%
      <8>cmitt8%
      <9>cmitt9%
      <10>cmitt10%
      <11>cmitt11%
      <12>cmitt12%
      <14>cmitt14%
      <17>cmitt17%
      <20>cmitt20%
      <25>cmitt25%
      }{}

\new@fontshape{cmtt}{m}{sl}{%
      <5>cmsltt5%
      <6>cmsltt6%
      <7>cmsltt7%
      <8>cmsltt8%
      <9>cmsltt9%
      <10>cmsltt10%
      <11>cmsltt11%
      <12>cmsltt12%
      <14>cmsltt14%
      <17>cmsltt17%
      <20>cmsltt20%
      <25>cmsltt25%
      }{}

\new@fontshape{cmtt}{m}{sc}{%
      <5>cmtcsc5%
      <6>cmtcsc6%
      <7>cmtcsc7%
      <8>cmtcsc8%
      <9>cmtcsc9%
      <10>cmtcsc10%
      <11>cmtcsc11%
      <12>cmtcsc12%
      <14>cmtcsc14%
      <17>cmtcsc17%
      <20>cmtcsc20%
      <25>cmtcsc25%
      }{}

\extra@def{cmtt}{\hyphenchar #1\m@ne}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%  Math italic font shapes
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{cmm}{m}{it}{%
      <5>cmmi5%
      <6>cmmi6%
      <7>cmmi7%
      <8>cmmi8%
      <9>cmmi9%
      <10>cmmi10%
      <11>cmmi11%
      <12>cmmi12%
      <14>cmmi14%
      <17>cmmi17%
      <20>cmmi20%
      <25>cmmi25%
      }{}

\new@fontshape{cmm}{b}{it}{%
      <5>cmmib5%
      <6>cmmib6%
      <7>cmmib7%
      <8>cmmib8%
      <9>cmmib9%
      <10>cmmib10%
      <11>cmmib11%
      <12>cmmib12%
      <14>cmmib14%
      <17>cmmib17%
      <20>cmmib20%
      <25>cmmib25%
      }{}

\extra@def{cmm}{\skewchar#1'177}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%  Math symbol font shapes
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{cmsy}{m}{n}{%
      <5>cmsy5%
      <6>cmsy6%
      <7>cmsy7%
      <8>cmsy8%
      <9>cmsy9%
      <10>cmsy10%
      <11>cmsy11%
      <12>cmsy12%
      <14>cmsy14%
      <17>cmsy17%
      <20>cmsy20%
      <25>cmsy25%
      }{}

\new@fontshape{cmsy}{b}{n}{%
      <5>cmbsy5%
      <6>cmbsy6%
      <7>cmbsy7%
      <8>cmbsy8%
      <9>cmbsy9%
      <10>cmbsy10%
      <11>cmbsy11%
      <12>cmbsy12%
      <14>cmbsy14%
      <17>cmbsy17%
      <20>cmbsy20%
      <25>cmbsy25%
      }{}

\extra@def{cmsy}{\skewchar#1'60}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%  LaTeX symbol font shapes
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{lasy}{m}{n}{%
      <5>lasy5%
      <6>lasy6%
      <7>lasy7%
      <8>lasy8%
      <9>lasy9%
      <10>lasy10%
      <11>lasy11%
      <12>lasy12%
      <14>lasy14%
      <17>lasy17%
      <20>lasy20%
      <25>lasy25%
      }{}

\new@fontshape{lasy}{b}{n}{%
      <5>lasyb5%
      <6>lasyb6%
      <7>lasyb7%
      <8>lasyb8%
      <9>lasyb9%
      <10>lasyb10%
      <11>lasyb11%
      <12>lasyb12%
      <14>lasyb14%
      <17>lasyb17%
      <20>lasyb20%
      <25>lasyb25%
      }{}

\extra@def{lasy}{}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% AMS symbol font families A and B
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{msa}{m}{n}{%
   <5>msam5%
   <6>msam6%
   <7>msam7%
   <8>msam8%
   <9>msam9%
   <10>msam10%
   <11>msam10 at10.95pt%
   <12>msam10 at12pt%
   <14>msam10 at14.4pt%
   <17>msam10 at17.28pt%
   <20>msam10 at20.74pt%
   <25>msam10 at24.88pt}{}

\extra@def{msa}{}{}

\new@fontshape{msb}{m}{n}{%
   <5>msbm5%
   <6>msbm6%
   <7>msbm7%
   <8>msbm8%
   <9>msbm9%
   <10>msbm10%
   <11>msbm10 at10.95pt%
   <12>msbm10 at12pt%
   <14>msbm10 at14.4pt%
   <17>msbm10 at17.28pt%
   <20>msbm10 at20.74pt%
   <25>msbm10 at24.88pt}{}

\extra@def{msb}{}{}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Euler (German) Fraktur family
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{euf}{m}{n}{%
   <5>eufm5%
   <6>eufm6%
   <7>eufm7%
   <8>eufm8%
   <9>eufm9%
   <10>eufm10%
   <11>eufm10 at10.95pt%
   <12>eufm10 at12pt%
   <14>eufm10 at14.4pt%
   <17>eufm10 at17.28pt%
   <20>eufm10 at20.74pt%
   <25>eufm10 at24.88pt}{}

%%%%%% bold series

\new@fontshape{euf}{b}{n}{%
   <5>eufb5%
   <6>eufb6%
   <7>eufb7%
   <8>eufb8%
   <9>eufb9%
   <10>eufb10%
   <11>eufb10 at10.95pt%
   <12>eufb10 at12pt%
   <14>eufb10 at14.4pt%
   <17>eufb10 at17.28pt%
   <20>eufb10 at20.74pt%
   <25>eufb10 at24.88pt}{}

\extra@def{euf}{\hyphenchar#1\m@ne
       \dimen@\fontdimen2#1%
       \fontdimen3#1.4\dimen@
       \fontdimen4#1.3\dimen@}
      {}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%  Euler roman (cursive) family
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{eur}{m}{n}{%
   <5>eurm5%
   <6>eurm6%
   <7>eurm7%
   <8>eurm8%
   <9>eurm9%
   <10>eurm10%
   <11>eurm10 at10.95pt%
   <12>eurm10 at12pt%
   <14>eurm10 at14.4pt%
   <17>eurm10 at17.28pt%
   <20>eurm10 at20.74pt%
   <25>eurm10 at24.88pt}{}

%%%%%% bold series

\new@fontshape{eur}{b}{n}{%
   <5>eurb5%
   <6>eurb6%
   <7>eurb7%
   <8>eurb8%
   <9>eurb9%
   <10>eurb10%
   <11>eurb10 at10.95pt%
   <12>eurb10 at12pt%
   <14>eurb10 at14.4pt%
   <17>eurb10 at17.28pt%
   <20>eurb10 at20.74pt%
   <25>eurb10 at24.88pt}{}

\extra@def{eur}{\skewchar#1'177}{}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%    Euler Script Family
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{eus}{m}{n}{%
   <5>eusm5%
   <6>eusm6%
   <7>eusm7%
   <8>eusm8%
   <9>eusm9%
   <10>eusm10%
   <11>eusm10 at10.95pt%
   <12>eusm10 at12pt%
   <14>eusm10 at14.4pt%
   <17>eusm10 at17.28pt%
   <20>eusm10 at20.74pt%
   <25>eusm10 at24.88pt}{}

%%%%%%% bold series

\new@fontshape{eus}{b}{n}{%
   <5>eusb5%
   <6>eusb6%
   <7>eusb7%
   <8>eusb8%
   <9>eusb9%
   <10>eusb10%
   <11>eusb10 at10.95pt%
   <12>eusb10 at12pt%
   <14>eusb10 at14.4pt%
   <17>eusb10 at17.28pt%
   <20>eusb10 at20.74pt%
   <25>eusb10 at24.88pt}{}

\extra@def{eus}{\skewchar#1'60}{}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Euler compatible extension symbols
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{euex}{m}{n}{%
   <5>1euex7%
   <6>1euex7%
   <7>euex7%
   <8>euex8%
   <9>euex9%
   <10>euex10%
   <11>euex10 at10.95pt%
   <12>euex10 at12pt%
   <14>euex10 at14.4pt%
   <17>euex10 at17.28pt%
   <20>euex10 at20.74pt%
   <25>euex10 at24.88pt}{}

\extra@def{euex}{}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% University of Washington cyrillic family
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{UWCyr}{m}{n}{%
   <5>wncyr5%
   <6>wncyr6%
   <7>wncyr7%
   <8>wncyr8%
   <9>wncyr9%
   <10>wncyr10%
   <11>wncyr10 at10.95pt%
   <12>wncyr10 at12pt%
   <14>wncyr10 at14.4pt%
   <17>wncyr10 at17.28pt%
   <20>wncyr10 at20.74pt%
   <25>wncyr10 at24.88pt}{}

\new@fontshape{UWCyr}{m}{it}{%
   <5>wncyi5%
   <6>wncyi6%
   <7>wncyi7%
   <8>wncyi8%
   <9>wncyi9%
   <10>wncyi10%
   <11>wncyi10 at10.95pt%
   <12>wncyi10 at12pt%
   <14>wncyi10 at14.4pt%
   <17>wncyi10 at17.28pt%
   <20>wncyi10 at20.74pt%
   <25>wncyi10 at24.88pt}{}

\new@fontshape{UWCyr}{m}{sc}{%
   <5>wncysc10 at5pt%
   <6>wncysc10 at6pt%
   <7>wncysc10 at7pt%
   <8>wncysc10 at8pt%
   <9>wncysc10 at9pt%
   <10>wncysc10%
   <11>wncysc10 at10.95pt%
   <12>wncysc10 at12pt%
   <14>wncysc10 at14.4pt%
   <17>wncysc10 at17.28pt%
   <20>wncysc10 at20.74pt%
   <25>wncysc10 at24.88pt}{}

%%%%%%%%%%%%% bold series

\new@fontshape{UWCyr}{b}{n}{%
   <5>wncyb5%
   <6>wncyb6%
   <7>wncyb7%
   <8>wncyb8%
   <9>wncyb9%
   <10>wncyb10%
   <11>wncyb10 at10.95pt%
   <12>wncyb10 at12pt%
   <14>wncyb10 at14.4pt%
   <17>wncyb10 at17.28pt%
   <20>wncyb10 at20.74pt%
   <25>wncyb10 at24.88pt}{}

\extra@def{UWCyr}{}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% University of Washington cyrillic sans serif family
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{UWCyss}{m}{n}{%
   <5>wncyss8 at5pt%
   <6>wncyss8 at6pt%
   <7>wncyss8 at7pt%
   <8>wncyss8%
   <9>wncyss9%
   <10>wncyss10%
   <11>wncyss10 at10.95pt%
   <12>wncyss10 at12pt%
   <14>wncyss10 at14.4pt%
   <17>wncyss10 at17.28pt%
   <20>wncyss10 at20.74pt%
   <25>wncyss10 at24.88pt}{}

\extra@def{UWCyss}{}{}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Concrete roman family
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{ccr}{m}{n}{%
   <5>ccr5%
   <6>ccr6%
   <7>ccr7%
   <8>ccr8%
   <9>ccr9%
   <10>ccr10%
   <11>ccr10 at10.95pt%
   <12>ccr10 at12pt%
   <14>ccr10 at14.4pt%
   <17>ccr10 at17.28pt%
   <20>ccr10 at20.74pt%
   <25>ccr10 at24.88pt}{}

\new@fontshape{ccr}{m}{it}{%
   <10>ccti10%
   <11>ccti10 at10.95pt%
   <12>ccti10 at12pt}{}

\new@fontshape{ccr}{m}{sc}{%
   <10>cccsc10%
   <11>cccsc10 at10.95pt%
   <12>cccsc10 at12pt}{}

\new@fontshape{ccr}{c}{sl}{<9>ccslc9}{}


\extra@def{ccr}{}{}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Concrete roman math family
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\new@fontshape{ccm}{m}{it}{<10>ccmi10}{}

\extra@def{ccm}{}{}

\endinput
%% 
%% End of file `/usr2/distrib/latex209/nfss/fontdef.max'.
