summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mwe/example-image-16x9.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/mwe/example-image-16x9.tex')
-rw-r--r--Master/texmf-dist/tex/latex/mwe/example-image-16x9.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mwe/example-image-16x9.tex b/Master/texmf-dist/tex/latex/mwe/example-image-16x9.tex
new file mode 100644
index 00000000000..b32be409147
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/mwe/example-image-16x9.tex
@@ -0,0 +1,8 @@
+\begin{tikzpicture}[x=32bp,y=18bp]%
+ \clip (0,0) rectangle (10,10);
+ \path [draw,fill=black!25,ultra thick] (0,0) rectangle (10,10);
+ \path let \p1=(2,0), \p2=(2.4,0), \p3=(.4,0), \p4 = (.48,0) in
+ node at (5,5) {\sffamily\fontsize{\x1}{\x2}\selectfont \llap{16}$\times$\rlap{9}}
+ node at (5,2) {\sffamily\fontsize{\x3}{\x4}\selectfont (Original size: 320$\times$180 bp)}
+ ;
+\end{tikzpicture}%