%% Draft1copy.sty % 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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Draftcopy.sty % 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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% draftcopy.sty % 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} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% ddraftcopy.sty % 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}