home *** CD-ROM | disk | FTP | other *** search
- % Psnup prolog
- %
- %
- /PNSP { % scalefactor PNSP
- /PN save def
- dup scale
- } bind def
-
- /PNEP {
- PN restore
- PNshowpage
- } bind def
-
- /PNBOX { % width height PNBOX
- exch /width exch def
- 0 0 moveto
- width 0 rlineto
- 0 exch rlineto
- 0 width sub 0 rlineto
- closepath
- stroke
- } bind def
-
- /PNLS { % scalefactor -width PNLS
- /PN save def
- 90 rotate
- 0 exch translate
- dup scale
- } bind def
-