summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mwe/example-image-letter-landscape.tex
blob: 1bd286998037e4cae6f1d2da2498a7b39759507b (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-5]