home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-31 | 1.2 KB | 39 lines | [TEXT/ttxt] |
- MakeTeXPK is a utility for generating a collection of tfm and pk files.
- It reads the file "dvips.env" to get any variables it needs.
-
- If dvips is run with its font making capability turn off it
- generates a file, "missfont.log", that contains a list of
- commands for making any missing fonts. Later maketexpk can
- be run on this file and it generate the missing fonts. These
- fonts will appear in the PKTEMPFOLDER folder.
-
- Each line in the missfont.log file consists of a font name,
- a design size, a base size, and an optional Metafont mode.
- A typical line would be
-
- cmr10 360 300 laserwriter
-
- which would produce cmr10.360pk. If no Metafont mode is given, the
- value of "localfont", as defined in modes.mf when the Metafont base
- file was created, will be used. Of course, the Metafont mode must match
- the base size. To produce a family of pk files you could have the
- following lines in your file:
-
- cmr10 300 300 laserwriter
- cmr10 329 300 laserwriter
- cmr10 360 300 laserwriter
- cmr10 432 300 laserwriter
- cmr10 518 300 laserwriter
- cmr10 622 300 laserwriter
-
- or
-
- cmr10 300 300
- cmr10 329 300
- cmr10 360 300
- cmr10 432 300
- cmr10 518 300
- cmr10 622 300
-
- if laserwriter is your "localfont" setting.
-