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

\lipsum*[2]
\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[3-4]