summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/draftwatermark/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-08 22:05:54 +0000
committerKarl Berry <karl@freefriends.org>2020-12-08 22:05:54 +0000
commit23e4704c209f7d3d8a5dd2e39d4b49c8748f8aa4 (patch)
tree980d7c756e4be466e3a216d2b44b5758c4a531df /Master/texmf-dist/doc/latex/draftwatermark/README.md
parent50911a5d21723effb8f23757a309ee5993ccfd11 (diff)
draftwatermark (7dec20)
git-svn-id: svn://tug.org/texlive/trunk@57099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/draftwatermark/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/draftwatermark/README.md32
1 files changed, 21 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/draftwatermark/README.md b/Master/texmf-dist/doc/latex/draftwatermark/README.md
index 7b22c3a1fc1..527bffa1ff2 100644
--- a/Master/texmf-dist/doc/latex/draftwatermark/README.md
+++ b/Master/texmf-dist/doc/latex/draftwatermark/README.md
@@ -6,27 +6,37 @@ 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 fully compatible with pdfLaTeX, XeLaTeX and LuaLaTeX.
The package focus is on simplicity, for complex layouts please consider
-`scrlayer.sty` in the KOMA script bundle.
+`scrlayer.sty` in the KOMA script bundle or directly employing the new
+LaTeX hooks `shiphout/background` and `shipout/foreground`.
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`.
+This work consists of this `README.md` file, as well as files:
+- `draftwatermark.dtx`,
+- `draftwatermark.ins`
+and the derived files.
-To install the package, run LaTeX on the installation script
+To install the package, run TeX/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".
+## License
+
+Package `draftwatermark` 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/lppl-1-3c/>.
+
+
+## Maintenace status
+
+This work has the LPPL maintenance status "maintained".
+
+
+## Development and bug tracking
Development happens on github at
<https://github.com/callegar/LaTeX-draftwatermark>. Please refer to that site