summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-45.mp
blob: 97b78cd8714b38cb1bb75591628b03de87244d1e (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)
newEllipse.a(btex some text etex)
  "fit(false)";
a.c=origin;
drawObj(a);
endfig;
end;