home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / hardcopy / README < prev    next >
Encoding:
Text File  |  1993-07-21  |  620 b   |  14 lines

  1. Most of the PostScript files in this tree have been compressed to save space.
  2. If your system does not have the "uncompress" program, compile the sources
  3. in the directory util/compress/.  Names of compressed files end in ".Z".
  4.  
  5. Also, please beware that, due to a bug in our PostScript generation software,
  6. printing the PostScript files as-is may cause the page numbers at the bottoms
  7. of pages to not get printed on certain printers.  To get the contents more
  8. reasonably centered on the page, use the sed script provided as the file
  9. "psfix.sed" in this directory.
  10.  
  11. For example:
  12.  
  13. zcat BDF/bdf.PS.Z | sed -f psfix.sed | lpr
  14.