summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mwe/example-image-empty.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-30 21:18:19 +0000
committerKarl Berry <karl@freefriends.org>2018-03-30 21:18:19 +0000
commit127f33983d84beb2d636c2b5cfe5cb650fa1e95e (patch)
tree561a9d51416b405c2bf25b8244b1cffe15656393 /Master/texmf-dist/tex/latex/mwe/example-image-empty.tex
parent231dbd9437553b69b7de2117d6b2087fcdb443a4 (diff)
mwe (30mar18)
git-svn-id: svn://tug.org/texlive/trunk@47194 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mwe/example-image-empty.tex')
-rw-r--r--Master/texmf-dist/tex/latex/mwe/example-image-empty.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mwe/example-image-empty.tex b/Master/texmf-dist/tex/latex/mwe/example-image-empty.tex
new file mode 100644
index 00000000000..328201a9828
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/mwe/example-image-empty.tex
@@ -0,0 +1,19 @@
+% \begin{macrocode}
+%</example-image-empty.tex>
+%<*example-image-empty.tex&standalone>
+\documentclass[border=0]{standalone}
+\usepackage{tikz}
+\begin{document}%
+%</example-image-empty.tex&standalone>
+%<*example-image-empty.tex>
+\begin{tikzpicture}[x=32bp,y=24bp]% 4x3
+ \clip (0,0) rectangle (10,10);
+ \path [fill=black!25] (0,0) rectangle (10,10);
+ \path [draw,ultra thick] (0,0) rectangle (10,10);
+\end{tikzpicture}%
+%</example-image-empty.tex>
+%<*example-image-empty.tex&standalone>
+\end{document}%
+%</example-image-empty.tex&standalone>
+%<*example-image-empty.tex>
+% \end{macrocode}