diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-21 18:06:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-21 18:06:28 +0000 |
commit | e1b949bfc9c1682e28d1fe68913be7f410f17de2 (patch) | |
tree | 5dc80219ce76fe961bb9d7171c215e5eae9bc876 /Master/texmf-dist/doc/latex/everypage/README | |
parent | bc7a7c22cd536c5fd3919d515fd25574044f6b77 (diff) |
everypage 1.1 (19feb08)
git-svn-id: svn://tug.org/texlive/trunk@6701 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/everypage/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/everypage/README | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/everypage/README b/Master/texmf-dist/doc/latex/everypage/README index 6a495fa1736..d0a70b4b6cd 100644 --- a/Master/texmf-dist/doc/latex/everypage/README +++ b/Master/texmf-dist/doc/latex/everypage/README @@ -1,12 +1,12 @@ -The "everypage" package extends LaTeX providing hooks to perform actions on -every page or on the current page. Specifically, actions are performed after the -page is composed, but before it is shipped, so they can be used to prepare the -output page in tasks like putting watermarks in the background, setting the next -page layout, etc. The package reminds in some sense "bobhook.sty" by Karsten -Tinnefeld, but it differs in the way hooks are implemented, as detailed in the -"everypage" documentation. - -The "everypage" package is copyright 2006 +The everypage package extends LaTeX providing hooks to do actions on every page +or on the current page. Specifically, actions are performed before the page is +shipped, so they can be used to put watermarks in the background of a page, or +to set the page layout. The package reminds in some sense bobhook by Karsten +Tinnefeld, but it differs in the way in which the hooks are implemented, as +detailed in the following. In some sense it may also be related to the package +everyshi by Martin Schroeder, but again the implementation is different. + +The "everypage" package is copyright 2006-2007 by Sergio Callegari <sergio.callegari@gmail.com> It comprises this README file, as well as files @@ -16,6 +16,18 @@ everypage.ins To install the package, run LaTeX on the installation script everypage.ins and follow the instructions provided by the script itself. +NOTE: +-------------- +This is version 1.1 of the everypage package. +Version 1.0 had a bug that caused LaTeX to exceed its capacity or to hang. +Such behaviour was particularly evident in conjunction with the draftwatermark +package. + +UPGRADE IS RECOMMENDED + + +-------------- + "everypage" may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this licence, or any later version. The latest version of this license is at |