summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/draftwatermark/README.md
blob: 7b22c3a1fc1f102235dc329beecc5b567086d2c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# The `draftwatermark` LaTeX package

The `draftwatermark` package extends LaTeX providing a means to add a textual
gray or colored watermark on every page or on the first page of a
document. Typical usage may consist in writing words such as "DRAFT" or
"CONFIDENTIAL" across document pages. The package may remind in some sense
`draftcopy` by Dr. Juergen Vollmer, but its implementation is lighter (as the
reduced code footprint shows) and does not rely on postscript specials, making
the package fully compatible with pdfLaTeX, XeLaTeX and LuaLaTeX. The package
depends on `everypage.sty` by the same author.

The package focus is on simplicity, for complex layouts please consider
`scrlayer.sty` in the KOMA script bundle.

The `draftwatermark` package is copyright 2006, 2012, 2020 by Sergio Callegari
<sergio.callegari@gmail.com>.

This work consists of this `README.md` file, as well as files `draftwatermark.dtx`, 
`draftwatermark.ins` and the derived file `draftwatermark.sty`.

To install the package, run LaTeX on the installation script
`draftwatermark.ins` and follow the instructions provided by the script itself.

This work may be distributed and/or modified under the conditions of the LaTeX
Project Public License version 1.3. This license is available at
<https://www.latex-project.org/lppl/> and it is part of all distributions of
LaTeX version 2005/12/01 or later.

This work has the LPPL maintenance status "author-maintained".

Development happens on github at
<https://github.com/callegar/LaTeX-draftwatermark>.  Please refer to that site
for bug tracking.