home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 November / VPR9611B.ISO / wintex / ams / amsltx11 / fontsel / fontdef.max < prev    next >
Text File  |  1993-02-24  |  22KB  |  885 lines

  1. %% 
  2. %% This is file `/usr2/distrib/latex209/nfss/fontdef.max' generated
  3. %% on <1991/11/27> with the docstrip utility (v1.1k). 
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% fontdef.doc  (with modules: `max')
  8.  
  9. %% 
  10. %% Copyright (C) 1989,1990,1991 by Frank Mittelbach, Rainer Schoepf. 
  11. %% All rights reserved. 
  12. %% 
  13. %% This file is part of the NFSS (New Font Selection Scheme) package. 
  14. %% 
  15. %% IMPORTANT NOTICE: 
  16. %% 
  17. %% You are not allowed to change this file. You may however copy this file 
  18. %% to a file with a different name and then change the copy if you obey 
  19. %% the restrictions on file changes described in readme.mz. 
  20. %% 
  21. %% You are allowed to distribute this file under the condition that it is 
  22. %% distributed together with all files mentioned in readme.mz3. If you 
  23. %% receive only some of these files from someone, complain! 
  24. %% 
  25. %% You are NOT ALLOWED to distribute this file alone. You are NOT ALLOWED 
  26. %% to take money for the distribution or use of either this file or a 
  27. %% changed version, except for a nominal charge for copying etc. 
  28. %% 
  29. %% For error reports in case of UNCHANGED versions see readme files. 
  30. %% 
  31. %% Please do not request updates from us directly. Distribution is done 
  32. %% through Mail-Servers and TeX organizations. 
  33. %% 
  34.  
  35. \def\fileversion{v1.1k}
  36. \def\filedate{91/11/26}
  37. \def\docdate {91/11/26}
  38.  
  39. %% \CheckSum{127}
  40. %% \CharacterTable
  41. %%  {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
  42. %%   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
  43. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  44. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  45. %%   Dollar        \$     Percent       \%     Ampersand     \&
  46. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  47. %%   Asterisk      \*     Plus          \+     Comma         \,
  48. %%   Minus         \-     Point         \.     Solidus       \/
  49. %%   Colon         \:     Semicolon     \;     Less than     \<
  50. %%   Equals        \=     Greater than  \>     Question mark \?
  51. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  52. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  53. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  54. %%   Right brace   \}     Tilde         \~}
  55. %%
  56. %% This file contains the external font information needed to load
  57. %% the computer modern family designed by Donald E. Knuth, together
  58. %% with all fonts which are supplied with the AMS font package.
  59. %%
  60. %% For a smaller collection of fonts see the file `fontdef.ori'.
  61. %%
  62. %% You should *not* change this file!  If you want to change the
  63. %% fonts/shapes you should create a copy of it named `fontdef.tex'
  64. %% and edit this one according to your needs!
  65. %%
  66. %% The format of a font/shape definition is as follows:
  67. %%
  68. %% \new@fontshape{family}{series}{shape}%
  69. %%       {<size_1>external_font_1%
  70. %%        <size_2>external_font_2%
  71. %%        ...
  72. %%        <size_n>external_font_n}{}
  73. %%
  74. %% (Don't forget the final {} !)
  75. %%
  76. %% family    : Name of font family like cmr etc.
  77. %% series    : Weight and width of the font in 1 to 4 letter
  78. %%             abbreviations. A table is given in the tugboat article
  79. %%             distributed together with this file.
  80. %% shape     : Either n (normal), it (italic), sc (small caps), sl
  81. %%             (slanted) or u (upright italic).
  82. %% <size_i>  : The size in printer points. Standard LaTeX supports 5,
  83. %%             6, 7, 8, 9, 10, 11, 12, 14, 17, 20, 25 corresponding to
  84. %%             \tiny, \scriptsize and so on.  The angle brackets are
  85. %%             part of the syntax!
  86. %%
  87. %% external_font_i : The name of the external font in your font
  88. %%             library. If the font/shape is not available in a
  89. %%             certain size you may use the name of a replacement
  90. %%             font.  E.g. one can substitute cmr5 for cmti.. which is
  91. %%             only available in size 7 and higher.  If you put a `1'
  92. %%             in front of the name of the font a warning message will
  93. %%             be produced (saying that the font has been substituted
  94. %%             for the real one) when you use it for the first time.
  95. %%             Below you can find examples of this mechanism.
  96. %%
  97. %% For font/shape combinations which aren't available at all like
  98. %% computer modern sans serif small caps a suitable default will be
  99. %% used automatically unless you specify a substitution yourself with
  100. %% the \subst@fontshape command.
  101. %%
  102. %% It syntax is as follows:
  103. %%
  104. %% \subst@fontshape{family}{series}{shape}%
  105. %%                 {subst_family}{subst_series}{subst_shape}
  106. %%
  107. %% This might be necessary if the automatically selected default does
  108. %% not match your needs. For example: the font shape choosen instead
  109. %% of `computer modern sans serif small caps' would be `computer
  110. %% modern sans serif normal'. With a \subst@fontshape command you can
  111. %% change this, for example, to `computer modern roman small caps' as
  112. %% we did below. (If you don't like this remove this line in your
  113. %% *copy* of this file.)
  114. %%
  115. %% Finally, for every family there is an \extra@def macro.  It defines
  116. %% special action to be done at load time for every font of the family.
  117. %% In most cases you can simply write
  118. %%
  119. %% \extra@def{family}{}{}
  120. %%
  121. %% In this file it is used to suppress hyphenation for typewriter
  122. %% fonts (see \extra@def{cmtt}... below) and to set the \skewchar
  123. %% for math fonts (see \extra@def{cmm}... and \extra@def{cmsy}...).
  124. %%
  125. %%
  126. \newlinechar`\^^J
  127. \immediate\write\sixt@@n{File: `fontdef.max' \space
  128.  \fileversion\space <\filedate> (FMi and RmS)}
  129. \immediate\write\sixt@@n{English Documentation
  130.       \@spaces\space <\docdate> (FMi and RmS)}
  131. \immediate\write\sixt@@n
  132.   {^^JIncludes Font/Shape Definitions for:^^J
  133.      ^^J\@spaces Computer Modern Standard Fonts%
  134.      \space (plus down scaled shapes)%
  135.  ,^^J\@spaces AMS math symbol Fonts%
  136.  ,^^J\@spaces Euler Fonts%
  137.  ,^^J\@spaces University of Washington Cyrillic Fonts%
  138.  ,^^J\@spaces Concrete Roman Fonts%
  139.   .^^J}
  140. \immediate\write\sixt@@n
  141.   {********************************************************************}
  142. \immediate\write\sixt@@n
  143.   {* Probably customized by YOU who forgot to change the lines above! *}
  144. \immediate\write\sixt@@n
  145.   {********************************************************************}
  146. %%
  147. %% Please don't change the next lines unless you know exactly what you
  148. %% are doing.
  149. %%
  150. \def\default@shape{n}
  151. \def\default@series{m}
  152. \def\default@family{cmr}
  153. \def\default@errfont{cmsy10}
  154. %%
  155. %% Again, this is doubly dangerous bent.
  156. %%
  157. \fontfamily\default@family
  158. \fontseries\default@series
  159. \fontshape\default@shape
  160. %%
  161. %% And here is your playground:
  162. %%
  163. \new@fontshape{cmr}{m}{n}{%
  164.       <5>cmr5%
  165.       <6>cmr6%
  166.       <7>cmr7%
  167.       <8>cmr8%
  168.       <9>cmr9%
  169.       <10>cmr10%
  170.       <11>cmr10 at10.95pt%
  171.       <12>cmr12%
  172.       <14>cmr12 at14.4pt%
  173.       <17>cmr17%
  174.       <20>cmr17 at20.736pt%
  175.       <25>cmr17 at24.8832pt}{}
  176. \extra@def{cmr}{}{}
  177. \new@fontshape{cmr}{m}{sl}{%
  178.       <5>cmsl8 at5pt%
  179.       <6>cmsl8 at6pt%
  180.       <7>cmsl8 at7pt%
  181.       <8>cmsl8%
  182.       <9>cmsl9%
  183.       <10>cmsl10%
  184.       <11>cmsl10 at10.95pt%
  185.       <12>cmsl12%
  186.       <14>cmsl12 at14.4pt%
  187.       <17>cmsl12 at17.28pt%
  188.       <20>cmsl12 at20.74pt%
  189.       <25>cmsl12 at24.88pt%
  190.       }{}
  191.  
  192. \new@fontshape{cmr}{m}{it}{%
  193.       <5>cmti7 at5pt%
  194.       <6>cmti7 at6pt%
  195.       <7>cmti7%
  196.       <8>cmti8%
  197.       <9>cmti9%
  198.       <10>cmti10%
  199.       <11>cmti10 at10.95pt%
  200.       <12>cmti12%
  201.       <14>cmti12 at14.4pt%
  202.       <17>cmti12 at17.28pt%
  203.       <20>cmti12 at20.74pt%
  204.       <25>cmti12 at24.88pt%
  205.       }{}
  206.  
  207. \new@fontshape{cmr}{m}{sc}{%
  208.       <5>cmcsc10 at5pt%
  209.       <6>cmcsc10 at6pt%
  210.       <7>cmcsc10 at7pt%
  211.       <8>cmcsc10 at8pt%
  212.       <9>cmcsc10 at9pt%
  213.       <10>cmcsc10%
  214.       <11>cmcsc10 at10.95pt%
  215.       <12>cmcsc10 at12pt%
  216.       <14>cmcsc10 at14.4pt%
  217.       <17>cmcsc10 at17.28pt%
  218.       <20>cmcsc10 at20.74pt%
  219.       <25>cmcsc10 at24.88pt%
  220.       }{}
  221. %%
  222. %% Warning: please note that the upright shape below is used
  223. %%          for the \pounds symbol of LaTeX. So this font
  224. %%          definition shouldn't be removed.
  225. %%
  226. %%
  227. \new@fontshape{cmr}{m}{u}{%
  228.       <5>cmu10 at5pt%
  229.       <6>cmu10 at6pt%
  230.       <7>cmu10 at7pt%
  231.       <8>cmu10 at8pt%
  232.       <9>cmu10 at9pt%
  233.       <10>cmu10%
  234.       <11>cmu10 at10.95pt%
  235.       <12>cmu10 at12pt%
  236.       <14>cmu10 at14.4pt%
  237.       <17>cmu10 at17.28pt%
  238.       <20>cmu10 at20.74pt%
  239.       <25>cmu10 at24.88pt%
  240.       }{}
  241.  
  242. %%%%%%%% bold series
  243.  
  244. \new@fontshape{cmr}{b}{n}{%
  245.       <5>cmb10 at5pt%
  246.       <6>cmb10 at6pt%
  247.       <7>cmb10 at7pt%
  248.       <8>cmb10 at8pt%
  249.       <9>cmb10 at9pt%
  250.       <10>cmb10%
  251.       <11>cmb10 at10.95pt%
  252.       <12>cmb10 at12pt%
  253.       <14>cmb10 at14.4pt%
  254.       <17>cmb10 at17.28pt%
  255.       <20>cmb10 at20.736pt%
  256.       <25>cmb10 at24.8832pt%
  257.       }{}
  258.  
  259. %%%%%%%%% bold extended series
  260.  
  261. \new@fontshape{cmr}{bx}{n}{%
  262.       <5>cmbx5%
  263.       <6>cmbx6%
  264.       <7>cmbx7%
  265.       <8>cmbx8%
  266.       <9>cmbx9%
  267.       <10>cmbx10%
  268.       <11>cmbx10 at10.95pt%
  269.       <12>cmbx12%
  270.       <14>cmbx12 at14.4pt%
  271.       <17>cmbx12 at17.28pt%
  272.       <20>cmbx12 at20.74pt%
  273.       <25>cmbx12 at24.88pt%
  274.       }{}
  275.  
  276. \new@fontshape{cmr}{bx}{sl}{%
  277.       <5>cmbxsl10 at5pt%
  278.       <6>cmbxsl10 at6pt%
  279.       <7>cmbxsl10 at7pt%
  280.       <8>cmbxsl10 at8pt%
  281.       <9>cmbxsl10 at9pt%
  282.       <10>cmbxsl10%
  283.       <11>cmbxsl10 at10.95pt%
  284.       <12>cmbxsl10 at12pt%
  285.       <14>cmbxsl10 at14.4pt%
  286.       <17>cmbxsl10 at17.28pt%
  287.       <20>cmbxsl10 at20.74pt%
  288.       <25>cmbxsl10 at24.88pt%
  289.       }{}
  290.  
  291. \new@fontshape{cmr}{bx}{it}{%
  292.       <5>cmbxti10 at5pt%
  293.       <6>cmbxti10 at6pt%
  294.       <7>cmbxti10 at7pt%
  295.       <8>cmbxti10 at8pt%
  296.       <9>cmbxti10 at9pt%
  297.       <10>cmbxti10%
  298.       <11>cmbxti10 at10.95pt%
  299.       <12>cmbxti10 at12pt%
  300.       <14>cmbxti10 at14.4pt%
  301.       <17>cmbxti10 at17.28pt%
  302.       <20>cmbxti10 at20.74pt%
  303.       <25>cmbxti10 at24.88pt%
  304.       }{}
  305.  
  306. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  307. %%
  308. %%  Sans serif font shapes
  309. %%
  310. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  311.  
  312. \new@fontshape{cmss}{m}{n}{%
  313.       <5>cmss8 at5pt%
  314.       <6>cmss8 at6pt%
  315.       <7>cmss8 at7pt%
  316.       <8>cmss8%
  317.       <9>cmss9%
  318.       <10>cmss10%
  319.       <11>cmss10 at10.95pt%
  320.       <12>cmss12%
  321.       <14>cmss12 at14.4pt%
  322.       <17>cmss17%
  323.       <20>cmss17 at20.74pt%
  324.       <25>cmss17 at24.88pt%
  325.       }{}
  326.  
  327.  
  328. \subst@fontshape{cmss}{m}{it}{cmss}{m}{sl}
  329.  
  330. \new@fontshape{cmss}{m}{sl}{%
  331.       <5>cmssi8 at5pt%
  332.       <6>cmssi8 at6pt%
  333.       <7>cmssi8 at7pt%
  334.       <8>cmssi8%
  335.       <9>cmssi9%
  336.       <10>cmssi10%
  337.       <11>cmssi10 at10.95pt%
  338.       <12>cmssi12%
  339.       <14>cmssi12 at14.4pt%
  340.       <17>cmssi17%
  341.       <20>cmssi17 at20.74pt%
  342.       <25>cmssi17 at24.88pt%
  343.       }{}
  344.  
  345. %%%%%%% Font/shape undefined, therefore substituted
  346.  
  347. \subst@fontshape{cmss}{m}{sc}{cmr}{m}{sc}
  348.  
  349. %%%%%%%% semibold condensed series
  350.  
  351. \new@fontshape{cmss}{sbc}{n}{%
  352.       <5>cmssdc10 at5pt%
  353.       <6>cmssdc10 at6pt%
  354.       <7>cmssdc10 at7pt%
  355.       <8>cmssdc10 at8pt%
  356.       <9>cmssdc10 at9pt%
  357.        <10>cmssdc10%
  358.        <11>cmssdc10 at10.95pt%
  359.        <12>cmssdc10 at12pt%
  360.        <14>cmssdc10 at14.4pt%
  361.        <17>cmssdc10 at17.28pt%
  362.        <20>cmssdc10 at20.74pt%
  363.        <25>cmssdc10 at24.88pt%
  364.        }{}
  365.  
  366. %%%%%%%%% bold extended series
  367.  
  368. \new@fontshape{cmss}{bx}{n}{%
  369.       <5>cmssbx10 at5pt%
  370.       <6>cmssbx10 at6pt%
  371.       <7>cmssbx10 at7pt%
  372.       <8>cmssbx10 at8pt%
  373.       <9>cmssbx10 at9pt%
  374.       <10>cmssbx10%
  375.       <11>cmssbx10 at10.95pt%
  376.       <12>cmssbx10 at12pt%
  377.       <14>cmssbx10 at14.4pt%
  378.       <17>cmssbx10 at17.28pt%
  379.       <20>cmssbx10 at20.74pt%
  380.       <25>cmssbx10 at24.88pt%
  381.       }{}
  382.  
  383. \extra@def{cmss}{}{}
  384.  
  385. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  386. %%
  387. %%  Typewriter font shapes
  388. %%
  389. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  390.  
  391. \new@fontshape{cmtt}{m}{n}{%
  392.       <5>cmtt8 at5pt%
  393.       <6>cmtt8 at6pt%
  394.       <7>cmtt8 at7pt%
  395.       <8>cmtt8%
  396.       <9>cmtt9%
  397.       <10>cmtt10%
  398.       <11>cmtt10 at10.95pt%
  399.       <12>cmtt12%
  400.       <14>cmtt12 at14.4pt%
  401.       <17>cmtt12 at17.28pt%
  402.       <20>cmtt12 at20.74pt%
  403.       <25>cmtt12 at24.88pt%
  404.       }{}
  405.  
  406. \new@fontshape{cmtt}{m}{it}{%
  407.       <5>cmitt10 at5pt%
  408.       <6>cmitt10 at6pt%
  409.       <7>cmitt10 at7pt%
  410.       <8>cmitt10 at8pt%
  411.       <9>cmitt10 at9pt%
  412.       <10>cmitt10%
  413.       <11>cmitt10 at10.95pt%
  414.       <12>cmitt10 at12pt%
  415.       <14>cmitt10 at14.4pt%
  416.       <17>cmitt10 at17.28pt%
  417.       <20>cmitt10 at20.74pt%
  418.       <25>cmitt10 at24.88pt%
  419.       }{}
  420.  
  421. \new@fontshape{cmtt}{m}{sl}{%
  422.       <5>cmsltt10 at5pt%
  423.       <6>cmsltt10 at6pt%
  424.       <7>cmsltt10 at7pt%
  425.       <8>cmsltt10 at8pt%
  426.       <9>cmsltt10 at9pt%
  427.       <10>cmsltt10%
  428.       <11>cmsltt10 at10.95pt%
  429.       <12>cmsltt10 at12pt%
  430.       <14>cmsltt10 at14.4pt%
  431.       <17>cmsltt10 at17.28pt%
  432.       <20>cmsltt10 at20.74pt%
  433.       <25>cmsltt10 at24.88pt%
  434.       }{}
  435.  
  436. \new@fontshape{cmtt}{m}{sc}{%
  437.       <5>cmtcsc10 at5pt%
  438.       <6>cmtcsc10 at6pt%
  439.       <7>cmtcsc10 at7pt%
  440.       <8>cmtcsc10 at8pt%
  441.       <9>cmtcsc10 at9pt%
  442.       <10>cmtcsc10%
  443.       <11>cmtcsc10 at10.95pt%
  444.       <12>cmtcsc10 at12pt%
  445.       <14>cmtcsc10 at14.4pt%
  446.       <17>cmtcsc10 at17.28pt%
  447.       <20>cmtcsc10 at20.74pt%
  448.       <25>cmtcsc10 at24.88pt%
  449.       }{}
  450.  
  451. \extra@def{cmtt}{\hyphenchar #1\m@ne}{}
  452.  
  453. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  454. %%
  455. %%  Math italic font shapes
  456. %%
  457. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  458.  
  459. \new@fontshape{cmm}{m}{it}{%
  460.       <5>cmmi5%
  461.       <6>cmmi6%
  462.       <7>cmmi7%
  463.       <8>cmmi8%
  464.       <9>cmmi9%
  465.       <10>cmmi10%
  466.       <11>cmmi10 at10.95pt%
  467.       <12>cmmi12%
  468.       <14>cmmi12 at14.4pt%
  469.       <17>cmmi12 at17.28pt%
  470.       <20>cmmi12 at20.74pt%
  471.       <25>cmmi12 at24.88pt%
  472.       }{}
  473.  
  474. \new@fontshape{cmm}{b}{it}{%
  475.       <5>cmmib5%
  476.       <6>cmmib6%
  477.       <7>cmmib7%
  478.       <8>cmmib8%
  479.       <9>cmmib9%
  480.       <10>cmmib10%
  481.       <11>cmmib10 at10.95pt%
  482.       <12>cmmib10 at12pt%
  483.       <14>cmmib10 at14.4pt%
  484.       <17>cmmib10 at17.28pt%
  485.       <20>cmmib10 at20.74pt%
  486.       <25>cmmib10 at24.88pt%
  487.       }{}
  488.  
  489. \extra@def{cmm}{\skewchar#1'177}{}
  490.  
  491. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  492. %%
  493. %%  Math symbol font shapes
  494. %%
  495. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  496.  
  497. \new@fontshape{cmsy}{m}{n}{%
  498.       <5>cmsy5%
  499.       <6>cmsy6%
  500.       <7>cmsy7%
  501.       <8>cmsy8%
  502.       <9>cmsy9%
  503.       <10>cmsy10%
  504.       <11>cmsy10 at10.95pt%
  505.       <12>cmsy10 at12pt%
  506.       <14>cmsy10 at14.4pt%
  507.       <17>cmsy10 at17.28pt%
  508.       <20>cmsy10 at20.74pt%
  509.       <25>cmsy10 at24.88pt%
  510.       }{}
  511.  
  512. \new@fontshape{cmsy}{b}{n}{%
  513.       <5>cmbsy5%
  514.       <6>cmbsy6%
  515.       <7>cmbsy7%
  516.       <8>cmbsy8%
  517.       <9>cmbsy9%
  518.       <10>cmbsy10%
  519.       <11>cmbsy10 at10.95pt%
  520.       <12>cmbsy10 at12pt%
  521.       <14>cmbsy10 at14.4pt%
  522.       <17>cmbsy10 at17.28pt%
  523.       <20>cmbsy10 at20.74pt%
  524.       <25>cmbsy10 at24.88pt%
  525.       }{}
  526.  
  527. \extra@def{cmsy}{\skewchar#1'60}{}
  528.  
  529. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  530. %%
  531. %%  LaTeX symbol font shapes
  532. %%
  533. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  534.  
  535. \new@fontshape{lasy}{m}{n}{%
  536.       <5>lasy5%
  537.       <6>lasy6%
  538.       <7>lasy7%
  539.       <8>lasy8%
  540.       <9>lasy9%
  541.       <10>lasy10%
  542.       <11>lasy10 at10.95pt%
  543.       <12>lasy10 at12pt%
  544.       <14>lasy10 at14.4pt%
  545.       <17>lasy10 at17.28pt%
  546.       <20>lasy10 at20.74pt%
  547.       <25>lasy10 at24.88pt%
  548.       }{}
  549.  
  550. \new@fontshape{lasy}{b}{n}{%
  551.       <5>lasyb10 at5pt%
  552.       <6>lasyb10 at6pt%
  553.       <7>lasyb10 at7pt%
  554.       <8>lasyb10 at8pt%
  555.       <9>lasyb10 at9pt%
  556.       <10>lasyb10%
  557.       <11>lasyb10 at10.95pt%
  558.       <12>lasyb10 at12pt%
  559.       <14>lasyb10 at14.4pt%
  560.       <17>lasyb10 at17.28pt%
  561.       <20>lasyb10 at20.74pt%
  562.       <25>lasyb10 at24.88pt%
  563.       }{}
  564.  
  565. \extra@def{lasy}{}{}
  566.  
  567. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  568. %%
  569. %% AMS symbol font families A and B
  570. %%
  571. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  572.  
  573. \new@fontshape{msa}{m}{n}{%
  574.    <5>msam5%
  575.    <6>msam6%
  576.    <7>msam7%
  577.    <8>msam8%
  578.    <9>msam9%
  579.    <10>msam10%
  580.    <11>msam10 at10.95pt%
  581.    <12>msam10 at12pt%
  582.    <14>msam10 at14.4pt%
  583.    <17>msam10 at17.28pt%
  584.    <20>msam10 at20.74pt%
  585.    <25>msam10 at24.88pt}{}
  586.  
  587. \extra@def{msa}{}{}
  588.  
  589. \new@fontshape{msb}{m}{n}{%
  590.    <5>msbm5%
  591.    <6>msbm6%
  592.    <7>msbm7%
  593.    <8>msbm8%
  594.    <9>msbm9%
  595.    <10>msbm10%
  596.    <11>msbm10 at10.95pt%
  597.    <12>msbm10 at12pt%
  598.    <14>msbm10 at14.4pt%
  599.    <17>msbm10 at17.28pt%
  600.    <20>msbm10 at20.74pt%
  601.    <25>msbm10 at24.88pt}{}
  602.  
  603. \extra@def{msb}{}{}
  604.  
  605.  
  606. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  607. %%
  608. %% Euler (German) Fraktur family
  609. %%
  610. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  611.  
  612. \new@fontshape{euf}{m}{n}{%
  613.    <5>eufm5%
  614.    <6>eufm6%
  615.    <7>eufm7%
  616.    <8>eufm8%
  617.    <9>eufm9%
  618.    <10>eufm10%
  619.    <11>eufm10 at10.95pt%
  620.    <12>eufm10 at12pt%
  621.    <14>eufm10 at14.4pt%
  622.    <17>eufm10 at17.28pt%
  623.    <20>eufm10 at20.74pt%
  624.    <25>eufm10 at24.88pt}{}
  625.  
  626. %%%%%% bold series
  627.  
  628. \new@fontshape{euf}{b}{n}{%
  629.    <5>eufb5%
  630.    <6>eufb6%
  631.    <7>eufb7%
  632.    <8>eufb8%
  633.    <9>eufb9%
  634.    <10>eufb10%
  635.    <11>eufb10 at10.95pt%
  636.    <12>eufb10 at12pt%
  637.    <14>eufb10 at14.4pt%
  638.    <17>eufb10 at17.28pt%
  639.    <20>eufb10 at20.74pt%
  640.    <25>eufb10 at24.88pt}{}
  641.  
  642. \extra@def{euf}{\hyphenchar#1\m@ne
  643.        \dimen@\fontdimen2#1%
  644.        \fontdimen3#1.4\dimen@
  645.        \fontdimen4#1.3\dimen@}
  646.       {}
  647.  
  648. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  649. %%
  650. %%  Euler roman (cursive) family
  651. %%
  652. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  653.  
  654. \new@fontshape{eur}{m}{n}{%
  655.    <5>eurm5%
  656.    <6>eurm6%
  657.    <7>eurm7%
  658.    <8>eurm8%
  659.    <9>eurm9%
  660.    <10>eurm10%
  661.    <11>eurm10 at10.95pt%
  662.    <12>eurm10 at12pt%
  663.    <14>eurm10 at14.4pt%
  664.    <17>eurm10 at17.28pt%
  665.    <20>eurm10 at20.74pt%
  666.    <25>eurm10 at24.88pt}{}
  667.  
  668. %%%%%% bold series
  669.  
  670. \new@fontshape{eur}{b}{n}{%
  671.    <5>eurb5%
  672.    <6>eurb6%
  673.    <7>eurb7%
  674.    <8>eurb8%
  675.    <9>eurb9%
  676.    <10>eurb10%
  677.    <11>eurb10 at10.95pt%
  678.    <12>eurb10 at12pt%
  679.    <14>eurb10 at14.4pt%
  680.    <17>eurb10 at17.28pt%
  681.    <20>eurb10 at20.74pt%
  682.    <25>eurb10 at24.88pt}{}
  683.  
  684. \extra@def{eur}{\skewchar#1'177}{}
  685.  
  686.  
  687. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  688. %%
  689. %%    Euler Script Family
  690. %%
  691. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  692.  
  693. \new@fontshape{eus}{m}{n}{%
  694.    <5>eusm5%
  695.    <6>eusm6%
  696.    <7>eusm7%
  697.    <8>eusm8%
  698.    <9>eusm9%
  699.    <10>eusm10%
  700.    <11>eusm10 at10.95pt%
  701.    <12>eusm10 at12pt%
  702.    <14>eusm10 at14.4pt%
  703.    <17>eusm10 at17.28pt%
  704.    <20>eusm10 at20.74pt%
  705.    <25>eusm10 at24.88pt}{}
  706.  
  707. %%%%%%% bold series
  708.  
  709. \new@fontshape{eus}{b}{n}{%
  710.    <5>eusb5%
  711.    <6>eusb6%
  712.    <7>eusb7%
  713.    <8>eusb8%
  714.    <9>eusb9%
  715.    <10>eusb10%
  716.    <11>eusb10 at10.95pt%
  717.    <12>eusb10 at12pt%
  718.    <14>eusb10 at14.4pt%
  719.    <17>eusb10 at17.28pt%
  720.    <20>eusb10 at20.74pt%
  721.    <25>eusb10 at24.88pt}{}
  722.  
  723. \extra@def{eus}{\skewchar#1'60}{}
  724.  
  725.  
  726. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  727. %%
  728. %% Euler compatible extension symbols
  729. %%
  730. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  731.  
  732. \new@fontshape{euex}{m}{n}{%
  733.    <5>1euex7%
  734.    <6>1euex7%
  735.    <7>euex7%
  736.    <8>euex8%
  737.    <9>euex9%
  738.    <10>euex10%
  739.    <11>euex10 at10.95pt%
  740.    <12>euex10 at12pt%
  741.    <14>euex10 at14.4pt%
  742.    <17>euex10 at17.28pt%
  743.    <20>euex10 at20.74pt%
  744.    <25>euex10 at24.88pt}{}
  745.  
  746. \extra@def{euex}{}{}
  747.  
  748. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  749. %%
  750. %% University of Washington cyrillic family
  751. %%
  752. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  753.  
  754. \new@fontshape{UWCyr}{m}{n}{%
  755.    <5>wncyr5%
  756.    <6>wncyr6%
  757.    <7>wncyr7%
  758.    <8>wncyr8%
  759.    <9>wncyr9%
  760.    <10>wncyr10%
  761.    <11>wncyr10 at10.95pt%
  762.    <12>wncyr10 at12pt%
  763.    <14>wncyr10 at14.4pt%
  764.    <17>wncyr10 at17.28pt%
  765.    <20>wncyr10 at20.74pt%
  766.    <25>wncyr10 at24.88pt}{}
  767.  
  768. \new@fontshape{UWCyr}{m}{it}{%
  769.    <5>wncyi5%
  770.    <6>wncyi6%
  771.    <7>wncyi7%
  772.    <8>wncyi8%
  773.    <9>wncyi9%
  774.    <10>wncyi10%
  775.    <11>wncyi10 at10.95pt%
  776.    <12>wncyi10 at12pt%
  777.    <14>wncyi10 at14.4pt%
  778.    <17>wncyi10 at17.28pt%
  779.    <20>wncyi10 at20.74pt%
  780.    <25>wncyi10 at24.88pt}{}
  781.  
  782. \new@fontshape{UWCyr}{m}{sc}{%
  783.    <5>wncysc10 at5pt%
  784.    <6>wncysc10 at6pt%
  785.    <7>wncysc10 at7pt%
  786.    <8>wncysc10 at8pt%
  787.    <9>wncysc10 at9pt%
  788.    <10>wncysc10%
  789.    <11>wncysc10 at10.95pt%
  790.    <12>wncysc10 at12pt%
  791.    <14>wncysc10 at14.4pt%
  792.    <17>wncysc10 at17.28pt%
  793.    <20>wncysc10 at20.74pt%
  794.    <25>wncysc10 at24.88pt}{}
  795.  
  796. %%%%%%%%%%%%% bold series
  797.  
  798. \new@fontshape{UWCyr}{b}{n}{%
  799.    <5>wncyb5%
  800.    <6>wncyb6%
  801.    <7>wncyb7%
  802.    <8>wncyb8%
  803.    <9>wncyb9%
  804.    <10>wncyb10%
  805.    <11>wncyb10 at10.95pt%
  806.    <12>wncyb10 at12pt%
  807.    <14>wncyb10 at14.4pt%
  808.    <17>wncyb10 at17.28pt%
  809.    <20>wncyb10 at20.74pt%
  810.    <25>wncyb10 at24.88pt}{}
  811.  
  812. \extra@def{UWCyr}{}{}
  813.  
  814. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  815. %%
  816. %% University of Washington cyrillic sans serif family
  817. %%
  818. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  819.  
  820. \new@fontshape{UWCyss}{m}{n}{%
  821.    <5>wncyss8 at5pt%
  822.    <6>wncyss8 at6pt%
  823.    <7>wncyss8 at7pt%
  824.    <8>wncyss8%
  825.    <9>wncyss9%
  826.    <10>wncyss10%
  827.    <11>wncyss10 at10.95pt%
  828.    <12>wncyss10 at12pt%
  829.    <14>wncyss10 at14.4pt%
  830.    <17>wncyss10 at17.28pt%
  831.    <20>wncyss10 at20.74pt%
  832.    <25>wncyss10 at24.88pt}{}
  833.  
  834. \extra@def{UWCyss}{}{}
  835.  
  836. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  837. %%
  838. %% Concrete roman family
  839. %%
  840. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  841.  
  842. \new@fontshape{ccr}{m}{n}{%
  843.    <5>ccr5%
  844.    <6>ccr6%
  845.    <7>ccr7%
  846.    <8>ccr8%
  847.    <9>ccr9%
  848.    <10>ccr10%
  849.    <11>ccr10 at10.95pt%
  850.    <12>ccr10 at12pt%
  851.    <14>ccr10 at14.4pt%
  852.    <17>ccr10 at17.28pt%
  853.    <20>ccr10 at20.74pt%
  854.    <25>ccr10 at24.88pt}{}
  855.  
  856. \new@fontshape{ccr}{m}{it}{%
  857.    <10>ccti10%
  858.    <11>ccti10 at10.95pt%
  859.    <12>ccti10 at12pt}{}
  860.  
  861. \new@fontshape{ccr}{m}{sc}{%
  862.    <10>cccsc10%
  863.    <11>cccsc10 at10.95pt%
  864.    <12>cccsc10 at12pt}{}
  865.  
  866. \new@fontshape{ccr}{c}{sl}{<9>ccslc9}{}
  867.  
  868.  
  869. \extra@def{ccr}{}{}
  870.  
  871.  
  872. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  873. %%
  874. %% Concrete roman math family
  875. %%
  876. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  877.  
  878. \new@fontshape{ccm}{m}{it}{<10>ccmi10}{}
  879.  
  880. \extra@def{ccm}{}{}
  881.  
  882. \endinput
  883. %% 
  884. %% End of file `/usr2/distrib/latex209/nfss/fontdef.max'.
  885.