summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/eso-pic/eso-article-test.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/eso-pic/eso-article-test.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/eso-pic/eso-article-test.tex')
-rw-r--r--macros/latex/contrib/eso-pic/eso-article-test.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/macros/latex/contrib/eso-pic/eso-article-test.tex b/macros/latex/contrib/eso-pic/eso-article-test.tex
new file mode 100644
index 0000000000..b35d69a405
--- /dev/null
+++ b/macros/latex/contrib/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}