
To install
  1. Unpack the archive. (It may be required to change all names to lowercase
  	 if this is not done automatically)
  2. Place the *.tfm files in a directory where TeX can find them. (or tell
     TeX where they are by setting the environment variable TEXFONTS)
  3. Place the *.pk fonts in a directory your previewer and printer driver can
     find them. (or tell TeX where they are by setting the environment variable 
	 TEXPKS) For some TeX implementations, it may be required to rename the
	 fonts from *.pk to *.300pk
  6. Look in mm.c to find the line saying #define ATARI_ST, change this into
     #define UNIX
  5. Make the preprocessor and the patc program, by saying make in the directory
     they reside.
  6. Make the batch programs (ending in .g) executable, if you wish you may remove
     the .g extention. (It is only needed for gulam on the Atari)
  7. Set the environment variable MMDIR to point at the directory where
     the .scr and .trs files are  (mmfont/preproc in the distribution).
To create the *.*pk fonts
  1. run Metafont, for example to make mm10.300gf
  	 type `mf &plain "\mode=hplaser; mag:=1; input mm10"'
     replace hplaser with your favourite mode    
  2. Convert the resulting *.*gf file to a *.*pk file 
     type `gftopk mm10.gf mm10.pk'
  To make all fonts, run the batch file mm.bat. This may take some time.
To test
	type `ml mmtable.mm mmtable.tex'
	type `tex &plain mmtable'
	Print or view the resulting mmtable.dvi file.


