summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-44.mp
blob: a05040f20d730cfeaf3e447d47b87b2a94c55f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newEllipse.a(btex some text etex);
a.c=origin;
drawObj(a);
endfig;
end;