diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mwe/example-image-a3.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/mwe/example-image-a3.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mwe/example-image-a3.tex b/Master/texmf-dist/tex/latex/mwe/example-image-a3.tex new file mode 100644 index 00000000000..2ac879a9a60 --- /dev/null +++ b/Master/texmf-dist/tex/latex/mwe/example-image-a3.tex @@ -0,0 +1,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] + |