summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mwe/example-image-a.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-08 22:31:12 +0000
committerKarl Berry <karl@freefriends.org>2012-05-08 22:31:12 +0000
commitb1a34aa4fa5786ec883f9a47338300a32d0ed40d (patch)
tree2111bbf609e703a25183e0e882160124856d0f17 /Master/texmf-dist/tex/latex/mwe/example-image-a.tex
parent14412aa8b29db7924cc9a35cab477f0ba83681a3 (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-a.tex')
-rw-r--r--Master/texmf-dist/tex/latex/mwe/example-image-a.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mwe/example-image-a.tex b/Master/texmf-dist/tex/latex/mwe/example-image-a.tex
new file mode 100644
index 00000000000..8db62b5992e
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/mwe/example-image-a.tex
@@ -0,0 +1,14 @@
+\begin{tikzpicture}[x=32bp,y=24bp]% 4x3
+ \clip (0,0) rectangle (10,10);
+ \path [fill=black!25] (0,0) rectangle (10,10);
+ \draw [thick,black!40]
+ (0,0) -- (10,10)
+ (10,0) -- (0,10)
+ (5,0) -- (5,10)
+ (0,5) -- (10,5)
+ ;
+ \path [draw,ultra thick] (0,0) rectangle (10,10);
+ \path let \p1=(5,0), \p2=(6,0), \p3=(.4,0), \p4 = (.48,0) in
+ node at (5,5) {\sffamily\fontsize{\x1}{\x2}\selectfont A}
+ ;
+\end{tikzpicture}%