blob: 3e713bbec5003df7115f66fb7cb52e1399344ecb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% This is the file mkmathex.mf, part of the MathKit package
%% (version 0.7, January , 1998) for math font
%% generation. (Author: Alan Hoenig, ajhjj@cunyvm.cuny.edu)
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This driver file `mkmathex.mf' modified from `mathex.mf' to NOT pick
%% up letters. It is for use by MathKit.
font_coding_scheme:="TeX math extension";
mode_setup; font_setup;
input bigdel; % large delimiters
input bigop; % large operators
input bigacc; % large accents
font_x_height x_height#;
font_quad 18u#+4letter_fit#;
% (The calling file should give the other math extension font parameters.)
bye.
|