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