% 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.