home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Text / OzTeX 1.9 / Dvips / Readme.MakeTeXPK < prev    next >
Encoding:
Text File  |  1995-01-31  |  1.2 KB  |  39 lines  |  [TEXT/ttxt]

  1. MakeTeXPK is a utility for generating a collection of tfm and pk files.
  2. It reads the file "dvips.env" to get any variables it needs.
  3.  
  4. If dvips is run with its font making capability turn off it 
  5. generates a file, "missfont.log", that contains a list of 
  6. commands for making any missing fonts.  Later maketexpk can 
  7. be run on this file and it generate the missing fonts. These 
  8. fonts will appear in the PKTEMPFOLDER folder.
  9.  
  10. Each line in the missfont.log file consists of a font name,
  11. a design size, a base size, and an optional Metafont mode.
  12. A typical line would be
  13.  
  14. cmr10 360 300 laserwriter
  15.  
  16. which would produce cmr10.360pk.  If no Metafont mode is given, the
  17. value of "localfont", as defined in modes.mf when the Metafont base
  18. file was created, will be used. Of course, the Metafont mode must match
  19. the base size.  To produce a family of pk files you could have the
  20. following lines in your file:
  21.  
  22. cmr10 300 300 laserwriter
  23. cmr10 329 300 laserwriter
  24. cmr10 360 300 laserwriter
  25. cmr10 432 300 laserwriter
  26. cmr10 518 300 laserwriter
  27. cmr10 622 300 laserwriter
  28.  
  29. or
  30.  
  31. cmr10 300 300 
  32. cmr10 329 300 
  33. cmr10 360 300 
  34. cmr10 432 300 
  35. cmr10 518 300 
  36. cmr10 622 300 
  37.  
  38. if laserwriter is your "localfont" setting.
  39.