summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mwe/example-image-a3.tex
blob: 2ac879a9a6032a6fef02ba95ae0d4962b3083e81 (plain)
1
2
3
4
5
6
7
8
9

\lipsum*[1]
\begin{tikzpicture}[remember picture,overlay]
  \clip (current page.south west) rectangle (current page.north east);
  \draw [line width=2pt] ([shift={(.5\pgflinewidth,.5\pgflinewidth)}]current page.south west) rectangle ([shift={(-.5\pgflinewidth,-.5\pgflinewidth)}]current page.north east);
\end{tikzpicture}

\lipsum[2-13]