home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cmsrc392.zip / MATHSY.MF < prev    next >
Text File  |  1992-03-30  |  1KB  |  30 lines

  1. % The Computer Modern Symbols family (by D. E. Knuth, 1979--1985)
  2.  
  3. font_coding_scheme:="TeX math symbols";
  4. mode_setup; font_setup;
  5.  
  6. autorounding:=hair;
  7. input calu;  % upper case calligraphic alphabet
  8. autorounding:=0;
  9.  
  10. font_slant slant; font_x_height x_height#;
  11. font_quad 18u# if not monospace:+4letter_fit# fi;
  12. % (The spacing is zero so that \TeX\ will always add the italic correction.)
  13. % (The calling file should give the other math symbol font parameters.)
  14.  
  15. slant:=mono_charic#:=0;  % the remaining characters will not be slanted
  16. currenttransform:=identity yscaled aspect_ratio scaled granularity;
  17. input symbol;  % the symbols
  18.  
  19. if not monospace:
  20.  skewchar=oct"060"; skew#=.5u#;
  21.  ligtable "I": "T": "V": skewchar kern skew#;
  22.  ligtable "K": skewchar kern 2skew#;
  23.  ligtable "D": "N": "P": "R": "U": "W": "Y": skewchar kern 3skew#;
  24.  ligtable "E": "F": "G": "H": "O": "Q": skewchar kern 4skew#;
  25.  ligtable "B": "C": "L": "M": "S": "X": "Z": skewchar kern 5skew#;
  26.  ligtable "J": skewchar kern 6skew#;
  27.  ligtable "A": skewchar kern 7skew#;
  28. fi;
  29. bye.
  30.