home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / text / pastex-1.3-2of8.lha / PasTeX / mf / inputs / amsyb.mf < prev    next >
Text File  |  1991-07-03  |  2KB  |  58 lines

  1. %% @metafontfile{
  2. %%     filename="amsyb.mf",
  3. %%     version="2.1",
  4. %%     date="30-MAY-1991",
  5. %%     filetype="Metafont: driver",
  6. %%     copyright="Copyright (C) American Mathematical Society,
  7. %%            all rights reserved.  Copying of this file is
  8. %%            authorized only if either:
  9. %%            (1) you make absolutely no changes to your copy
  10. %%                including name; OR
  11. %%            (2) if you do make changes, you first rename it to some
  12. %%                other name.",
  13. %%     author="American Mathematical Society",
  14. %%     address="American Mathematical Society,
  15. %%            Technical Support Group,
  16. %%            P. O. Box 6248,
  17. %%            Providence, RI 02940,
  18. %%            USA",
  19. %%     telephone="401-455-4080 or (in the USA) 800-321-4AMS",
  20. %%     email="Internet: Tech-Support@Math.AMS.com",
  21. %%     codetable="ISO/ASCII",
  22. %%     checksumtype="line count",
  23. %%     checksum="58",
  24. %%     keywords="amsfonts, tex, metafont , AMSSymbols ",
  25. %%     abstract="This is the driver file for use with 
  26. %%            MSBM, the second extra symbol font in AMSFonts 2.1."
  27. %%     }
  28. %
  29. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  30.  
  31. font_coding_scheme:="TeX math symbols";
  32. mode_setup; font_setup;
  33.  
  34. % autorounding:=hair;
  35. % input calu;  % upper case calligraphic alphabet
  36. autorounding:=0;
  37.  
  38. font_slant slant; font_x_height x_height#;
  39. font_quad 18u# if not monospace:+4letter_fit# fi;
  40. % (The spacing is zero so that \TeX\ will always add the italic correction.)
  41. % (The calling file should give the other math symbol font parameters.)
  42.  
  43. slant:=mono_charic#:=0;  % the remaining characters will not be slanted
  44. currenttransform:=identity yscaled aspect_ratio scaled granularity;
  45. input bsymbols;  % the symbols
  46. input xbbold;   % Neenie's blackboard bold
  47. %if not monospace:
  48. % skewchar=oct"060"; skew#=.5u#;
  49. % ligtable "I": "T": "V": skewchar kern skew#;
  50. % ligtable "K": skewchar kern 2skew#;
  51. % ligtable "D": "N": "P": "R": "U": "W": "Y": skewchar kern 3skew#;
  52. % ligtable "E": "F": "G": "H": "O": "Q": skewchar kern 4skew#;
  53. % ligtable "B": "C": "L": "M": "S": "X": "Z": skewchar kern 5skew#;
  54. % ligtable "J": skewchar kern 6skew#;
  55. % ligtable "A": skewchar kern 7skew#;
  56. %fi;
  57. bye.
  58.