diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
commit | c7cfef6687f65c2538898ddd7c6bc9c9ba50e58d (patch) | |
tree | 8f4de70d1a11463779871162ba84c1dbc874155b /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html | |
parent | 8948a31a6e2ac27883f7adac1b339003961ba43f (diff) |
uk-tex-faq 3.17 (7nov07)
git-svn-id: svn://tug.org/texlive/trunk@5977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html index d04725819e0..fb996352f51 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html @@ -2,7 +2,7 @@ <title>UK TeX FAQ -- question label watermark</title> </head><body> <h3>‘Watermarks’ on every page</h3> -<p>It’s often useful to place some text (such as ‘DRAFT’) in the +<p/>It’s often useful to place some text (such as ‘DRAFT’) in the background of every page of a document. For LaTeX users, this can be achieved with the <i>draftcopy</i> package. This can deal with many types of DVI processors (in the same way that the graphics @@ -12,15 +12,15 @@ Unfortunately, however, the package relies on PostScript specials, and will therefore fail if you are viewing your document with <i>xdvi</i>, and won’t even compile if you’re using PDFLaTeX. (PDFLaTeX users need one of the other solutions below.) -<p>The <i>wallpaper</i> package builds on <i>eso-pic</i> (see +<p/>The <i>wallpaper</i> package builds on <i>eso-pic</i> (see below). Apart from the single-image backdrops described above (“wallpapers”, of course, to this package), the package provides facilities for tiling images. All its commands come in pairs: one for “general” use, and one applying to the current page only. -<p>The <i>draftwatermark</i> package uses the same author’s +<p/>The <i>draftwatermark</i> package uses the same author’s <i>everypage</i> package to provide a simple interface for adding textual (‘DRAFT’-like) watermarks. -<p>More elaborate watermarks may be achieved using the <i>eso-pic</i> +<p/>More elaborate watermarks may be achieved using the <i>eso-pic</i> package, which in turn uses the package <i>everyshi</i>, or by using <i>everypage</i>. <i>Eso-pic</i> attaches a <code>picture</code> environment to every page as it is shipped out; @@ -28,7 +28,7 @@ you can put things into that environment. The package provides commands for placing things at certain useful points (like “text upper left” or “text centre”) in the picture, but you’re at liberty to do what you like. -<p><i>Everypage</i> allows you to add “something” to every page, or +<p/><i>Everypage</i> allows you to add “something” to every page, or to a particular page; you therefore need to construct your own apparatus for anything complicated. <dl> @@ -39,5 +39,5 @@ apparatus for anything complicated. <dt><tt><i>everyshi.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.zip">macros/latex/contrib/ms</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ms/">browse</a>) <dt><tt><i>wallpaper.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wallpaper.zip">macros/latex/contrib/wallpaper</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wallpaper.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/wallpaper/">browse</a>) </dl> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=watermark">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=watermark</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=watermark">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=watermark</a> </body> |