From 971a4c28d717ab58e5bd3394f497e1cede329128 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Fri, 20 Nov 2009 10:31:02 +0000 Subject: eso-pic update (2009/10/07 v2.0a) git-svn-id: svn://tug.org/texlive/trunk@16100 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/eso-pic/eso-article-test.tex | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/eso-pic/eso-article-test.tex (limited to 'Master/texmf-dist/doc/latex/eso-pic/eso-article-test.tex') diff --git a/Master/texmf-dist/doc/latex/eso-pic/eso-article-test.tex b/Master/texmf-dist/doc/latex/eso-pic/eso-article-test.tex new file mode 100644 index 00000000000..b35d69a4054 --- /dev/null +++ b/Master/texmf-dist/doc/latex/eso-pic/eso-article-test.tex @@ -0,0 +1,34 @@ + +\listfiles +\documentclass[a4paper,twoside]{article} + +\usepackage{eso-pic} +\usepackage{pict2e,showframe,xcolor} + +\AddToShipoutPicture{% + \AtPageLowerLeft{\circle*{40}}% + \AtPageUpperLeft{\circle*{40}}% + \AtPageCenter{\circle*{40}}% + \AtTextLowerLeft{\circle*{15}}% + \AtTextUpperLeft{\circle*{15}}% + \color{red}% + \AtStockLowerLeft{\circle*{20}}% + \AtStockUpperLeft{\circle*{20}}% + \AtStockCenter{\circle*{20}}% +} + +\begin{document} \Huge \bfseries + +\noindent +\hrulefill First Page\hrulefill +\vfill +\noindent +X \hfill X +\newpage +\noindent +\hrulefill Second Page\hrulefill +\vfill +\noindent +X \hfill X + +\end{document} -- cgit v1.2.3