summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp
new file mode 100644
index 00000000000..9eba0885819
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp
@@ -0,0 +1,11 @@
+input boxes
+defaultfont:="ptmr8r";
+warningcheck:=0;
+beginfig(1)
+boxjoin(a.se=b.nw-(10,-10));
+boxit.one("One");
+boxit.two("Two");
+drawunboxed(one,two);
+drawarrow one.n{dir 45}..two.n;
+endfig;
+end;