summaryrefslogtreecommitdiff
path: root/macros/latex209/contrib/misc/draftcopy.sty
blob: 3338a7e0d7e9d756978318026e72a7d41096977b (plain)
1
2
3
4
5
6
7
8

% Prints a large "DRAFT" diagonally across each page
% Does not show up in TeXview 

\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}