% Prints the word "DRAFT" diagonally in the corner of each page % Does not show up in TeXview % ddraftcopy does the same but in both top corners % Draftcopy.sty does the same with "DRAFT" in big letters across the % whole page \typeout{Prints "DRAFT" on each page; does not show in TeXView} \special{!userdict begin /bop-hook{gsave /Times-Roman findfont 75 scalefont setfont initmatrix 72 300 div dup scale 6 array currentmatrix pop 300 0.50 mul 300 9.80 mul moveto 45 rotate 0.65 setgray (DRAFT) show grestore}def end}