blob: a6aab6e93f4f67f9b92e77e09fc0da97c6c9b2c3 (
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 some text etex)
"fit(false)";
a.c=origin;
drawObj(a);
endfig;
end;
|