Tagged Questions
0
votes
0answers
65 views
Why does LaTeX not recognize the nostamp option for the package draftwatermark? [closed]
Here is a minimal example:
\documentclass{article}
\usepackage[nostamp]{draftwatermark}
\begin{document}
Hello World
\end{document}
The error message looks like this:
! LaTeX Error: Unknown ...
5
votes
4answers
548 views
Draft watermark image just in a \section
Is it possible to have a draft watermark only in a \section?
EDIT:
I have in a document more then one \section, and I need the draftwatermark just in some \section. Unfortunately the section with ...