diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-09 22:19:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-09 22:19:07 +0000 |
commit | cbff04af8ef44a84b301ef7e606946111c6b2676 (patch) | |
tree | f509cbd96411e02c6648bd12fb516fb90ec6cfd5 /Master/texmf-dist/doc/latex/eso-pic | |
parent | 92056c74a24a8df533238463de248da736eb419e (diff) |
eso-pic update (8jun10)
git-svn-id: svn://tug.org/texlive/trunk@18847 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eso-pic')
-rw-r--r-- | Master/texmf-dist/doc/latex/eso-pic/eso-ex6.tex | 48 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf | bin | 260855 -> 196780 bytes |
2 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eso-pic/eso-ex6.tex b/Master/texmf-dist/doc/latex/eso-pic/eso-ex6.tex new file mode 100644 index 00000000000..991454014c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/eso-pic/eso-ex6.tex @@ -0,0 +1,48 @@ + +\listfiles +\documentclass{article} +\usepackage{eso-pic,xcolor,pict2e,picture} +\usepackage[latin1]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[english]{babel} +\usepackage{blindtext} + +\newcommand*\Bild{} + +\AddToShipoutPictureBG{ + \AtTextCenter{ + \put(10mm,10mm){% + \textcolor{blue!30}{\circle*{.5\textwidth}}}% + }% +} +% ^^-- The same as \AddToShipoutPicture + +\AddToShipoutPictureFG{ + \AtTextCenter{ + \put(-10mm,-10mm){% + \textcolor{green!30}{\circle*{.5\textwidth}}}% + }% +} + +\begin{document} + +\blindtext\par\blindtext\par +\blindtext\par\blindtext\par +\blindtext \newpage + +\ClearShipoutPictureFG + +\blindtext\par\blindtext\par +\blindtext\par\blindtext\par +\blindtext \newpage + +\ClearShipoutPictureBG +% ^^-- The same as \ClearShipoutPicture + +\blindtext\par\blindtext\par +\blindtext\par\blindtext\par +\blindtext + +\end{document} + + diff --git a/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf b/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf Binary files differindex 3d38963ab8d..c5e1124aa22 100644 --- a/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf +++ b/Master/texmf-dist/doc/latex/eso-pic/eso-pic.pdf |