% Prints a large "DRAFT" diagonally across the first page % Does not show up in TeXview % Draftcopy.sty does the same on all pages. % 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 {gsave 200 30 translate 65 rotate /Times-Roman findfont 216 scalefont setfont 0 0 moveto 0.90 setgray (DRAFT) show grestore}def end}