.KEY FontName/A,DPI/A,HBase/A,FooBar/A,MFMode/A
;^^^ Beware that the first line must be a dot command in order that
;    AmigaOS acknowledges any dot command in a shell script!

; 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 MakeTeXPK to the S: directory.  Note
; that the `s' flag must be preserved for automatic execution.

rx MakeTeXPK <FontName> <DPI> <HBase> <MFMode>

; End of file.
