The draftwatermark package documentation doesn't seem to give an option for this. Any suggestion about how to set the diagonal warning to be visible on top ?
Here's a MWE to work with (there is no picture attached to this code, though) :
Code: Select all
\documentclass[10pt,letterpaper]{revtex4}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{here}
\usepackage{blindtext}
\usepackage[]{draftwatermark}
\SetWatermarkAngle{45}
\SetWatermarkScale{1.75}
\SetWatermarkColor{red!15}
\SetWatermarkFontSize{42pt}
\SetWatermarkText{\bfseries\sffamily TOP SECRET !}
\begin{document}
\blindtext
\begin{equation}
y(x) = a + b x + c x^2.
\end{equation}
\begin{figure}[H]
\centering
\includegraphics[height=6cm]{figure.pdf}
\caption{Some useless text.}
\end{figure}
\Blindtext
\end{document}