summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-52.mp
blob: ad7744a5b75264da27dc4e86200760fc006916ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newBox.a(btex Box A etex);
newBox.b(btex Box B etex scaled \magstep3);
newBox.c(btex Box C etex scaled \magstep2);
newHBox.h(a,b,c);
h.c=origin;
drawObj(h);
endfig;
end;