summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-55.mp
blob: 3811d25bf75fe1b3906c4cbf3d80a79ca75aa291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% --- 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)
  "align(center)","hbsep(3mm)";
h.c=origin;
drawObj(h);
endfig;
end;