diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-3.mp')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-3.mp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-3.mp b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-3.mp new file mode 100644 index 00000000000..bad64fab6c4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-3.mp @@ -0,0 +1,7 @@ + +defaultfont:="ptmr8r"; +warningcheck:=0; +beginfig(1) + draw (0,0)--(50,20)--(40,30)--(30,20) +endfig; +end; |