diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-07 22:38:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-07 22:38:54 +0000 |
commit | b046744bca2935037aca08e50dd3f3c3144c6b4a (patch) | |
tree | 3afa39918e7bd56359b2d2b50eee8cf686aba0a6 /Master/texmf-dist/doc | |
parent | 08586a5439b9e8085cb17971b217c8a3b00dd8c3 (diff) |
draftwatermark (7jan12)
git-svn-id: svn://tug.org/texlive/trunk@25045 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/draftwatermark/README | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/draftwatermark/draftwatermark.pdf | bin | 22951 -> 97606 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/draftwatermark/test_draftwatermark.tex | 53 |
3 files changed, 67 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/draftwatermark/README b/Master/texmf-dist/doc/latex/draftwatermark/README index f1df624dd9e..b51f2243957 100644 --- a/Master/texmf-dist/doc/latex/draftwatermark/README +++ b/Master/texmf-dist/doc/latex/draftwatermark/README @@ -1,16 +1,16 @@ The "draftwatermark" package extends LaTeX providing a means to add a -textual, light gray 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 much lighter (as the reduced code footprint shows) and does not -rely on postscript specials, making the package fully compatible with -pdfLaTeX. The package depends on package "everypage" by the same -author. +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 much lighter (as the reduced code footprint shows) +and does not rely on postscript specials, making the package fully +compatible with pdfLaTeX. The package depends on package "everypage" +by the same author. -The "draftwatermark" package is copyright 2006 by Sergio Callegari -<sergio.callegari@gmail.com> +The "draftwatermark" package is copyright 2006, 2012 by Sergio +Callegari <sergio.callegari@gmail.com> It comprises this README file, as well as files draftwatermark.dtx @@ -27,3 +27,7 @@ is at http://www.latex-project.org/lppl.txt and version 1.3 is part of all distributions of LaTeX version 2003/06/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.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/draftwatermark/draftwatermark.pdf b/Master/texmf-dist/doc/latex/draftwatermark/draftwatermark.pdf Binary files differindex c8422262732..f835124041d 100644 --- a/Master/texmf-dist/doc/latex/draftwatermark/draftwatermark.pdf +++ b/Master/texmf-dist/doc/latex/draftwatermark/draftwatermark.pdf diff --git a/Master/texmf-dist/doc/latex/draftwatermark/test_draftwatermark.tex b/Master/texmf-dist/doc/latex/draftwatermark/test_draftwatermark.tex new file mode 100644 index 00000000000..2c75ce812f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/draftwatermark/test_draftwatermark.tex @@ -0,0 +1,53 @@ +%% +%% This is file `test_draftwatermark.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% draftwatermark.dtx (with options: `samplecode') +%% +\documentclass{article} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{mathptmx} +\usepackage{draftwatermark} +\title{Sample document for the draftwatermark package} + +\begin{document} +\maketitle + +\section{One} +This text is here just to fill in some space. This text is here just to +fill in some space. This text is here just to fill in some space. This +text is here just to fill in some space. This text is here just to fill in +some space. This text is here just to fill in some space. This text is +here just to fill in some space. This text is here just to fill in some +space. This text is here just to fill in some space. This text is here +just to fill in some space. This text is here just to fill in some +space. This text is here just to fill in some space. This text is here +just to fill in some space. This text is here just to fill in some +space. This text is here just to fill in some space. This text is here +just to fill in some space. This text is here just to fill in some +space. This text is here just to fill in some space. This text is here +just to fill in some space. This text is here just to fill in some +space. This text is here just to fill in some space. + +\section{Two} + +Also this text is here just to fill in some space. Also this text is here +just to fill in some space. Also this text is here just to fill in some +space. Also this text is here just to fill in some space. Also this text +is here just to fill in some space. Also this text is here just to fill in +some space. Also this text is here just to fill in some space. Also this +text is here just to fill in some space. Also this text is here just to +fill in some space. Also this text is here just to fill in some +space. Also this text is here just to fill in some space. Also this text +is here just to fill in some space. Also this text is here just to fill in +some space. Also this text is here just to fill in some space. Also this +text is here just to fill in some space. Also this text is here just to +fill in some space. Also this text is here just to fill in some space. + +\end{document} +\endinput +%% +%% End of file `test_draftwatermark.tex'. |