summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-4-5.mp
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/lgc2/3-4-5.mp')
-rw-r--r--info/examples/lgc2/3-4-5.mp12
1 files changed, 12 insertions, 0 deletions
diff --git a/info/examples/lgc2/3-4-5.mp b/info/examples/lgc2/3-4-5.mp
new file mode 100644
index 0000000000..78c05a28f1
--- /dev/null
+++ b/info/examples/lgc2/3-4-5.mp
@@ -0,0 +1,12 @@
+% --- start of displayed preamble in the book ---
+input boxes
+% --- end of displayed preamble in the book ---
+defaultfont:="ptmr8r";
+warningcheck:=0;
+beginfig(1)
+boxjoin(a.se=b.nw);
+boxit.one("One"); boxit.two("Two");
+drawboxed(one,two);
+drawarrow one.n{up}..two.n;
+endfig;
+end;