% Prints a large "DRAFT" diagonally across each page % Does not show up in TeXview % draftcopy.sty does the same with "DRAFT" in smaller letters % in the corner of each page % ddraftcopy.sty does the same in both top corners \typeout{Prints "DRAFT" on each page; does not show in TeXView} \special{!userdict begin /bop-hook{gsave 200 30 translate 65 rotate /Times-Roman findfont 216 scalefont setfont 0 0 moveto 0.85 setgray (DRAFT) show grestore}def end}