Replies: 3 comments
-
Depends on what is your document. If you want it for https://www.duckduckgo.com?q=latex+watermark If you want it for |
Beta Was this translation helpful? Give feedback.
-
If you're knitting to HTML output, here are two options that you can further customize. If you put these up top after your YAML it should add a This one is a simple floating header:
This one has bolder text that floats behind the document, more like what you'll see in some Word files:
(And for anyone wondering, to get the three backticks to render properly you need to wrap the code block in four backticks.) |
Beta Was this translation helpful? Give feedback.
-
For PDF I use draftwatermark in my custom eisvogel-PDF extension for Quarto. You could add format:
pdf:
header-includes: |
\usepackage[$watermark-options$]{draftwatermark} For |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How would I add a watermark that says "DRAFT" across each page of a Quarto document?
Beta Was this translation helpful? Give feedback.
All reactions