On Wed, Apr 04, 2001 at 01:52:35PM -0400, Zailong Bian wrote:
> Thanks for the help;
> 
> The first shows only "Dr" at bottom-left of the graph and the second method
> shows on top of the float "Draft[!htp]".  They are close to be working.  The
> perfect way is to show "Draft" over-writen on the figure, not at sides.

Try the following (you might need to change the values -50 and 10).

\let\oldincludegraphics=\includegraphics
\renewcommand{\includegraphics}[1]{\oldincludegraphics{#1}%
\begin{picture}(0,0)%
\fontsize{36}{36}\selectfont\put(-50,10){Draft}\end{picture}}

Reply via email to