Current File : //usr/share/texlive/texmf-dist/doc/latex/eso-pic/eso-article-test.tex |
\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}