%&plain

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% This is the file makemmas.tex, part of the `makemma' subpackage
%% of the MathInst package
%% (version 0.8, January , 1998) for math font 
%% generation.  (Author: Alan Hoenig, ajhjj@cunyvm.cuny.edu)
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\nopagenumbers

%% This is a script to make some special fonts out of the Mathematica
%% math fonts.  We construct a calligraphic, a fraktur, blackboard bold, 
%% and a Greek bold.  See the remarks about these fonts in the docs.

\input fontinst.sty

\installfonts
  \installfamily{OT1}{mc}	% calligraphic
  \installfamily{OT1}{mf}	% fraktur
  \installfamily{OT1}{mb}	% blackboard bold
  \installfamily{OML}{mg}	% Greek bold
  %% Calligraphic font first...
  \installfont{mmacal}{mma5}{OT1}{OT1}{mc}{m}{it}{}
  %% Fraktur
  \installfont{mmafra}{mma5,fraks,unsave}{OT1}{OT1}{mf}{m}{n}{}
  %% Blackboard Bold
  \installfont{mmabbo}{mma5,bbolds,unsave}{OT1}{OT1}{mb}{m}{n}{}
  %% Greek bold
  \installfont{mmagrb}{mma1b,ma1mi,unadobe,mma3b,ma3mi,unadobe,unsave}%
    {OML}{OML}{mg}{m}{n}{}
\endinstallfonts

\bye


