{watermark} concerns typesetting background text or placing background images on pages to help in identifying a document
2
votes
1answer
85 views
Add watermark that overlays the images
I want to put a draft watermark using the below script but the problem is that the watermark don't come over the images and I want it to come over it.
\usepackage{draftwatermark}
...
5
votes
2answers
89 views
Watermark for selected page only
I need to display my college logo as watermark in certificate only...
i tried with \usepackage{draftwatermark}
and
\SetWatermarkText{\includegraphics{filename}}
\SetWatermarkAngle{0}
...
5
votes
1answer
61 views
Mark on document where input starts and what is the filename
I have a master document, and use many input{...} commands to compile the total document from many parts.
I would like to mark on the working document, the start of each new input, and, what the ...
7
votes
1answer
94 views
PNG as a background?
Is it possible to use a PNG image as a background, but with selected opacity? It seems to me that standard solutions found here can not change opacity of PNG...
I assume, that in the following one of ...
5
votes
1answer
90 views
eso-pic, watermark NOT on title page
I use eso-pic package to put watermark in my document.
It works very well.
But I have a problem with the first page - I would avoid this watermark on first page.
In describing of eso-pic I am not ...
2
votes
2answers
139 views
How can I add a background to every page except the first?
I want to make a company letterhead in LaTeX (example output here), and I did it using fancyhdr and absolute positioning, which, while horrible, worked fine so far.
I must have updated XeLaTeX, ...
0
votes
0answers
71 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 ...
18
votes
1answer
499 views
Watermark random location
I would like to add an artistic watermark image on every page, at a random location on each page. I am considering the eso-pic package, but am open to just about any suggestion.
Does anyone have any ...
8
votes
2answers
271 views
Watermark on pictures only
I know how to use a watermark on a full page in LaTeX reports, using for instance this code:
\usepackage{draftwatermark}
\SetWatermarkText{Confidential}
\SetWatermarkScale{5}
However, on my report, ...
3
votes
2answers
203 views
Repeated text watermark on the whole page
I'm want to put a repeated short text on the whole page as watermark...
I've read the xwatermark guide but didn't find anything helpful.
Any idea how to handle that?
2
votes
1answer
346 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 ...
5
votes
4answers
603 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 ...
8
votes
2answers
332 views
How to add barely visible tracking dots to a b/w document?
I would like to add barely visible tracking dots in the style of these micro tracking dots to my b/w document. The tracking dots mentioned in the above look like this:
The tracking dots are aligned ...
4
votes
1answer
315 views
Watermark via package 'draftwatermark' is not showing on page
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 ...
2
votes
1answer
108 views
Error using longtable and xwatermark
I am experiencing some issues when I use longtable and xwatermark.
If the table starts in page X and finishes two page later, I get an error : ! LaTeX Error: Something's wrong--perhaps a missing ...
4
votes
1answer
489 views
Position watermark neatly at the bottom of the page
I use the draftwatermark package to show some drafting information at the bottom of each page (the draft infos are included via svn-multi macros, but I just inserted text in this MWE for simplicity). ...
6
votes
1answer
2k views
Watermark image
Please note I'm new to LaTeX so don't know much about it (yet). I've looked on-line about how to add a watermark image but don't know how to do it. I've seen sites that show something about it but ...
3
votes
1answer
366 views
Transparent background spanning several tikzpictures
I am trying to display a "forbidden sign" in the background of
two tikzpictures (much like some kind of watermark).
However, in the following MWE the "forbidden sign" is cut-off at some
seemingly ...
0
votes
0answers
484 views
How to adjust opacity of the background image (watermark) [closed]
What is the easiest way to adjust opacity of the background image
Conference Poster
a0poster
I am using a0poster, eso-pic, and graphicx. My workflow can uses latex routine and can not be switched to ...
6
votes
2answers
301 views
How to add random lines over text as a watermark and anti-OCR?
I would like to add a sort of a watermark to a PDF file produced using LaTeX. I have in mind graphical elements (lines, circles, etc.) that would partially obscure the text on the page. The ...
10
votes
3answers
229 views
Watermark for table row
I have a longtable with some columns, all of fixed with (e.g. p{3cm}), so all rows are of the same known width. I want to add a textual watermark (like "New") behind some rows. Of course the rows can ...
8
votes
4answers
1k views
Watermark on the first page only
I'm modified the following code from this post to add a couple of vertical watermarks on a page. However, the code places these watermarks on every page.
Is there a way to restrict watermarking to ...
1
vote
4answers
660 views
Draftwatermark Draft not in Italics
I have installed the draftwatermark package, but 'DRAFT' comes horizontaly in my document, not in diagonal.
The same happens with the draftcopy package.
Furthermore, modifying the angle option in ...
44
votes
6answers
3k views
How to add an invisible watermark to pdf documents?
I'd like to add an invisible watermark to each PDF document that I produce so that in case it leaks, I know where it leaked from. Anyone knows what would a good way for an invisible watermark be in a ...
2
votes
1answer
409 views
concurrent use of geometry package with watermarks
I'd like to include a graphic as watermark in a document with the twoside option and asymmetric page margins adjusted with the geometry package. There's a plethora of packages that are suitable for ...
12
votes
3answers
2k views
Add logo on each page.
I need to insert a logo on pdflatex supported format on the bottom right of each page.
Do you think it's possible?
7
votes
5answers
1k views
watermark on first page in left margin (like arXiv)
The first page of articles on the arXiv have a grey watermark on the first page with the information about the file in it. I want to replicate this, in the easiest way possible. Obligatory TikZ ...
