.KEY --mfmode/A,--bdpi/A,--mag/A,--dpi/A,FontName/A
;^^^ Beware that the first line must be a dot command in order that
;    AmigaOS acknowledges any dot command in a shell script!
;
; A standard invocation issued by DVIPS is
;    mktexpk --mfmode deskjet --bdpi 300 --mag 1+0/300 --dpi 300 cmtex10

; This Amiga shell script passes arguments from `missfont.log' files
; created by AmiWeb2C/KPathSea to the ARexx script MakeTeXPK.rexx,
; which then passes them on to the ARexx script MakeTeXFont.rexx.
; To use this mechanism, copy this script file to the S: directory.
; Note that the `s' flag must be preserved for automatic execution.
;
; Copyright (C) 1998 by Andreas Scherer.
; This is free software; the author gives unlimited permission
; to copy, modify, and distribute this script.

rx MakeTeXPK <FontName> <--dpi> <--bdpi> <--mfmode>

; End of file.
