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