blob: b35d69a4054cea526c726ad8d421c83235b7c117 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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}
|