From 127f33983d84beb2d636c2b5cfe5cb650fa1e95e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 30 Mar 2018 21:18:19 +0000 Subject: mwe (30mar18) git-svn-id: svn://tug.org/texlive/trunk@47194 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/mwe/example-image-empty.tex | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/mwe/example-image-empty.tex (limited to 'Master/texmf-dist/tex/latex/mwe/example-image-empty.tex') 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&standalone> +\documentclass[border=0]{standalone} +\usepackage{tikz} +\begin{document}% +% +%<*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&standalone> +\end{document}% +% +%<*example-image-empty.tex> +% \end{macrocode} -- cgit v1.2.3