2

I'd like to add an oblique label: typically it would be a large gray banner that says "Accepted". I want it on each page and over any other "objects" including text, table, figures, anything. Ideally, because I'm travelling, I do not have the TeX source of the PDF, so my idea was to create a .tex which includes the manuscript (in PDF) over multiple pages and then add the oblique banner all over it. Is this something doable with LaTeX?

Werner
  • 603,163
Adakite
  • 185

1 Answers1

4

For those who might be interested in this "issue", following an example of "watermark" use (to add in the preambule of your .tex file):

\usepackage{draftwatermark}
\SetWatermarkText{Pre-print accepted for publication}
\SetWatermarkScale{1.2}
Adakite
  • 185