diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/cm/mf/mathsy.mf |
Initial commit
Diffstat (limited to 'fonts/cm/mf/mathsy.mf')
-rw-r--r-- | fonts/cm/mf/mathsy.mf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/fonts/cm/mf/mathsy.mf b/fonts/cm/mf/mathsy.mf new file mode 100644 index 0000000000..6bb656d721 --- /dev/null +++ b/fonts/cm/mf/mathsy.mf @@ -0,0 +1,32 @@ +% THIS IS THE OFFICIAL COMPUTER MODERN SOURCE FILE mathsy.mf BY D E KNUTH. +% IT MUST NOT BE MODIFIED IN ANY WAY UNLESS THE FILE NAME IS CHANGED! + +% The Computer Modern Symbols family (by D. E. Knuth, 1979--1985) + +font_coding_scheme:="TeX math symbols"; +mode_setup; font_setup; + +autorounding:=hair; +input calu; % upper case calligraphic alphabet +autorounding:=0; + +font_slant slant; font_x_height x_height#; +font_quad 18u# if not monospace:+4letter_fit# fi; +% (The spacing is zero so that \TeX\ will always add the italic correction.) +% (The calling file should give the other math symbol font parameters.) + +slant:=mono_charic#:=0; % the remaining characters will not be slanted +currenttransform:=identity yscaled aspect_ratio scaled granularity; +input symbol; % the symbols + +if not monospace: + skewchar=oct"060"; skew#=.5u#; + ligtable "I": "T": "V": skewchar kern skew#; + ligtable "K": skewchar kern 2skew#; + ligtable "D": "N": "P": "R": "U": "W": "Y": skewchar kern 3skew#; + ligtable "E": "F": "G": "H": "O": "Q": skewchar kern 4skew#; + ligtable "B": "C": "L": "M": "S": "X": "Z": skewchar kern 5skew#; + ligtable "J": skewchar kern 6skew#; + ligtable "A": skewchar kern 7skew#; +fi; +bye. |