[OS X TeX] watermarks
Nitecki, Zbigniew H.
Zbigniew.Nitecki at tufts.edu
Fri Apr 28 23:24:04 CEST 2023
I have a long (500+ pp) book project that I want to watermark before distributing it locally. None of my standard references (Latex Companion, Latex Grphics Companion, Herbert Voss’s PSTricks) seem to have any information about watermarks.
Can anyone suggest an effective quick-and-dirty way to accomplish this? My document style is memoire and I use xcolor for colors.
I came across the draftwatermark package and thought it would be the solution to my problem.
The simple command
\usepackage{draftwatermark}
does result in the default: the word “DRAFT” in fairly faint gray tilted 45 degrees in the middle of each page. But it’s a bit too faint and small for me.
I tried this package with options on a small test file (using the documentclass article) involving one page consisting of a paragraph with a labelled quote inside. Of course the bare-bones version works equally well on this test file.
However, if I try to modify it, specifically
if I write the command as
\usepackage[color={[gray](0.5)}, text=PRELIMINARY]{draftwatermark}
in the same position (as the last of the \usepackage commands) in the small test file,
instead of printing “PRELIMINARY” as desired, the error message
“missing \begin{document}” is generated in the console, the labelled quote inside the paragraph gets messed up, and the text is preceded by “,2”.
If I restrict myself to
\usepackage[text=PRELIMINARY]{draftwatermark}
it doesn’t recognize the option: I get the default behavior but the paragraph is preceded with “text=PRELIMINARY”.
If I augment the simple \usepackage{draftwatermark} command supplemented with
\DraftwatermarkOptions{text=PRELIMINARY}
either before or after \begin{document} the output is the same, because the command \DraftwatermarkOptions is an undefined command.
Any ideas how to proceed?
Zbigniew Nitecki
Department of Mathematics
Tufts University
Medford, MA 02155
telephones:
Dept. (617)627-3234
Dept. fax (617)627-3966
http://www.tufts.edu/~znitecki/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/macostex-archives/attachments/20230428/bf170148/attachment-0001.html>
-------------- next part --------------
----------- Please Consult the Following Before Posting -----------
TeX FAQ: https://www.tug.org/mactex/faq/index.html
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/TeX/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: https://www.tug.org/mactex/index.html
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list.