summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-42.mp
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/lgc2/3-5-42.mp')
-rw-r--r--info/examples/lgc2/3-5-42.mp12
1 files changed, 12 insertions, 0 deletions
diff --git a/info/examples/lgc2/3-5-42.mp b/info/examples/lgc2/3-5-42.mp
new file mode 100644
index 0000000000..4869911af4
--- /dev/null
+++ b/info/examples/lgc2/3-5-42.mp
@@ -0,0 +1,12 @@
+% --- start of displayed preamble in the book ---
+input metaobj
+% --- end of displayed preamble in the book ---
+defaultfont:="ptmr8r";
+warningcheck:=0;
+beginfig(1)
+newPolygon.a(btex some text etex,5)
+ "polymargin(3mm)";
+a.c=origin;
+drawObj(a);
+endfig;
+end;