I'm trying to add a watermark to my paper, simply by adding a
\usepackage{draftwatermark}
But the watermark doesn't appear to be showing up?
On closer inspection, it's there, but offset from the page, so it only just shows in one corner.
Any ideas? I'm using a journal specific style class (MNRAS / mn2e.cls).
A MWE:
\documentclass{mn2e}
\usepackage{draftcopy}
\usepackage{lipsum}
\begin{document}
\lipsum[1-11]
\end{document}
