home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / hardcopy / psfix.sed next >
Encoding:
Text File  |  1993-07-21  |  290 b   |  6 lines

  1. # sed script to fix PostScript files to print higher on the page,
  2. # you may lose page numbers on some printers without this
  3. /^clippath pathbbox pop pop exch pop 0 exch translate$/i\
  4. clippath pathbbox exch pop exch add /pgtop exch def pop
  5. /^clippath pathbbox \/pgtop exch def pop pop pop$/d
  6.