| % Simple program to print a banner page |
| /pagebbox [clippath pathbbox newpath] def |
| /height pagebbox 3 get def |
| /width pagebbox 2 get .09 mul def |
| pagebbox 0 get pagebbox 1 get moveto |
| width 0 rlineto 0 height rlineto width neg 0 rlineto closepath eofill |
| pagebbox 2 get pagebbox 1 get moveto |
| width neg 0 rlineto 0 height rlineto width 0 rlineto closepath eofill |
| font findfont size scalefont setfont |
| /linesp size size .15 mul add neg def |
| /tab (Destination) stringwidth pop 1.5 mul def |
| /nextline {0 0 moveto show tab 0 moveto show 0 linesp translate} def |
| pagebbox 0 get 1.5 width mul add pagebbox 3 get 2.0 width mul sub translate |