home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 4.0 PR1
/
NeXT_NEXTSTEP_4.0_PR1_(beta).rar
/
Openstep4-Pr1User.iso
/
usr
/
lib
/
transcript
/
psnup.pro
< prev
next >
Wrap
Text File
|
1995-08-27
|
423b
|
30 lines
% 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