diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-08 22:31:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-08 22:31:12 +0000 |
commit | b1a34aa4fa5786ec883f9a47338300a32d0ed40d (patch) | |
tree | 2111bbf609e703a25183e0e882160124856d0f17 /Master/texmf-dist/tex/latex/mwe/example-image-letter-landscape.tex | |
parent | 14412aa8b29db7924cc9a35cab477f0ba83681a3 (diff) |
new latex package mwe 0.2 (8may12)
git-svn-id: svn://tug.org/texlive/trunk@26257 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mwe/example-image-letter-landscape.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/mwe/example-image-letter-landscape.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mwe/example-image-letter-landscape.tex b/Master/texmf-dist/tex/latex/mwe/example-image-letter-landscape.tex new file mode 100644 index 00000000000..1bd28699803 --- /dev/null +++ b/Master/texmf-dist/tex/latex/mwe/example-image-letter-landscape.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-5] + |