summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-3-1.mp
blob: 74457e9ca906f779bfc0936f13d24c8103ce8472 (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);
boxit.one("One");
boxit.two("Two");
drawboxed(one,two);
drawarrow one.n{up}..two.n;
endfig;
end;