The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
2
votes
1answer
79 views

Watermark with LstListing

I'm trying to add a draftwatermark to my document, but I'm having some problems with lstlisting. Whenever I've used lstlisting (for C++ code), the background of the code section is white and ...
5
votes
1answer
80 views

How can put different watermarks on even an odd pages using draftwatermark

How can I put different watermarks on even and odd pages using draftwatermark package?
2
votes
1answer
331 views

Draftwatermark with inserted PDF

I have included a watermark (using \usepackage{draftwatermark}) for draft copies of my document, several pages of which are inserted from a PDF. The watermark behaves just fine on most pages - the ...
1
vote
2answers
250 views

scrbook and draftwatermark

draftwatermark works with scrbook only in draft mode, however in this mode figures are not inserted. If I use the final mode, figures are inserted but the watermark does not show up. ...