home *** CD-ROM | disk | FTP | other *** search
- %!PS-Adobe-1.0
- %%Creator: Kent Quirk
- %%Title: PSPRINT-generated
- %%EndComments
- /nl % prints string and does a newline
- { % string nl
- show % draw the string
- currentpoint leading sub
- exch pop lmarg exch moveto % go to next line
- } def
- % set defaults
- /lmarg 24 def
- /tmarg 24 def
- /leading 11.5 def
- /font /Courier def
- /pointsize 12 def
-
- /np % starts a new page
- {
- lmarg 72 11 mul tmarg sub moveto
- } def
- /sp { showpage np } def
- /lp { showpage } def % like sp only for last page
- /ff { font findfont pointsize scalefont setfont } def
-
- %%EndProlog
- np
- ff
-