summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-2.mp
blob: 9eba08858192108603284e5d6c3ae553ac06eb4e (plain)
1
2
3
4
5
6
7
8
9
10
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;