diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-5.mp')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-5.mp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-5.mp b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-5.mp new file mode 100644 index 00000000000..b4f9d851a51 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-1-5.mp @@ -0,0 +1,13 @@ + +defaultfont:="ptmr8r"; +warningcheck:=0; +beginfig(1) +path p,q; +u=.5cm; +q=(0u,0u)--(6u,0u)--(4u,3u); +draw q; +p=(0u,0u){curl 4000}..(6u,0u) + ..{curl 4000}(4u,3u); +draw p; +endfig; +end; |