[texhax] xwatermark: LaTeX Error: File `keyreader.sty' not found.

Steve Schwartz s.schwartz at imperial.ac.uk
Thu Jan 13 17:49:11 CET 2011


Peter,

On Thu, 2011-01-13 at 14:14 +0000, Peter Ragosch wrote:
> trying out package xwatermark [1] from Ahmed Musa I got the following
> error

I've never used the xwatermark package, but you can also use eso-pic to
generate watermarks, e.g.,:

\usepackage{color}
\usepackage{eso-pic}
\definecolor{lightgray}{gray}{.80}

\begin{document}

  \AddToShipoutPicture{%
    \AtTextCenter{%
      \makebox(0,0)[c]{\resizebox{\textwidth}{!}{%
        \rotatebox{45}{\textsf{\textbf{\color{lightgray}DRAFT}}}}} 
    }
  }

Clearly, you can put anything you want inside this. Maybe this helps
you.

Best wishes
Steve

-- 
+-------------------------------------------------------------------+
Professor Steven J Schwartz        Phone: +44-(0)20-7594-7660
Head, Space & Atmospheric Physics  Fax:   +44-(0)20-7594-7772
The Blackett Laboratory            E-mail: s.schwartz at imperial.ac.uk
Imperial College London            Office: Huxley 6M67A 
London SW7 2AZ, U.K.               Web: www.sp.ph.ic.ac.uk/~sjs
+-------------------------------------------------------------------+



More information about the texhax mailing list