% Prints the word "DRAFT" diagonally in the corners of each page % Does not show up in TeXview % draftcopy.sty does the same but in only one corner. % 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 /Times-Roman findfont 75 scalefont setfont initmatrix 72 300 div dup scale 6 array currentmatrix pop 4425 0.50 mul 318 9.80 mul moveto -45 rotate 0.65 setgray (DRAFT) show grestore}def end}