summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-51.mp
blob: b1e39c13a41d7d20b77476a449a6d4781b5eeab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newDEllipse.a(btex some text etex);
newDEllipse.b(btex other text etex) "fit(false)";
newDEllipse.c("")
  "filled(true)","circmargin(2mm)";
a.c=origin;
a.c-b.c=(0,2cm);
c.c-a.c=(2cm,0);
drawObj(a,b,c);
endfig;
end;