blob: ede8bf5c47b943e5c27fec2d3ab85bc621caa4a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
% --- start of displayed preamble in the book ---
input metaobj
% Circles produced as before
% --- end of displayed preamble in the book ---
newCircle.a(btex start etex);
newCircle.b(btex end etex);
a.c=origin;
b.c-a.c=(1.5cm,1cm);
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
ncarcbox(a)(b) "arcangleA(0)",
"linecolor(blue)","linewidth(1pt)",
"nodesepA(5mm)","nodesepB(5mm)";
drawObj(a,b);
endfig;
end;
|