home *** CD-ROM | disk | FTP | other *** search
- % When printing a DVI file, OzTeX looks for a file called global.ps
- % in the current folder and includes it after the PostScript prologue.
- % Copy this file to the same folder as your DVI file to get the word
- % "DRAFT" printed in the same location on every DVI page.
-
- /@bop0 % redefine @bop0 (see DVItoPS.ps)
- { pop % throw away page number
- /mysave save def
- gsave
- initgraphics % use PostScript's default coordinates
- /Helvetica-Bold findfont
- 72 scalefont setfont
- 36 36 moveto
- 0.95 setgray
- (DRAFT) show
- grestore
- mysave restore
- } def
-