summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eso-pic/eso-article-test.tex
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-11-20 10:31:02 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-11-20 10:31:02 +0000
commit971a4c28d717ab58e5bd3394f497e1cede329128 (patch)
treeede8a3e0a2c8f4f6bfd72b2a721ebe26173d2b3b /Master/texmf-dist/doc/latex/eso-pic/eso-article-test.tex
parent8adcbb22e1cf5bc268e25ed3fb3961cce1ef1cc1 (diff)
eso-pic update (2009/10/07 v2.0a)
git-svn-id: svn://tug.org/texlive/trunk@16100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eso-pic/eso-article-test.tex')
-rw-r--r--Master/texmf-dist/doc/latex/eso-pic/eso-article-test.tex34
1 files changed, 34 insertions, 0 deletions
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}