MakeTeXFont.rexx

This is the kernel script of CallMF 2.0. Here the necessary steps for generation of TEX fonts with METAFONT are processed automatically. Also format conversion and installation are done.

It has the following arguments provided by ShowDVI, DVIprint, and DVIPS directly, just the same as for MakeBatch.rexx:

Here is the overall layout of MakeTeXFont.rexx. For ARexx it is essential to find a C like comment in the first line of a script. @o MakeTeXFont.rexx @/* This ARexx program was automatically created by NUWEB. Do not edit by hand! */ @<User definable stuff in MakeTeXFont.rexx@> @<The main body of MakeTeXFont.rexx@> @<Local procedures for MakeTeXFont.rexx@> @