summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-40.mp
blob: 0ecac2308f7258e929d69cae095821294234cb28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% --- 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 This is an ovalbox etex)
  "rbox_radius(2mm)";
a.c=origin;
drawObj(a);
endfig;
end;