summaryrefslogtreecommitdiff
path: root/info/maketexwork/ex-11-01
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/maketexwork/ex-11-01
Initial commit
Diffstat (limited to 'info/maketexwork/ex-11-01')
-rw-r--r--info/maketexwork/ex-11-0119
1 files changed, 19 insertions, 0 deletions
diff --git a/info/maketexwork/ex-11-01 b/info/maketexwork/ex-11-01
new file mode 100644
index 0000000000..ea60ed245c
--- /dev/null
+++ b/info/maketexwork/ex-11-01
@@ -0,0 +1,19 @@
+mode_setup;
+u# := 2mm#;
+define_pixels(u);
+
+beginchar("A", 8u#, 9u#, 5u#);
+ z1 = ( 0u, 0u);
+ z2 = ( 8u, 0u);
+ z3 = ( 1u, 8u);
+ z4 = ( 7u, 8u);
+ pickup pencircle scaled 1u#;
+ draw z4 .. z1 .. z2 .. z3 .. cycle;
+ pickup pencircle scaled 3u#;
+ drawdot z1;
+ drawdot z2;
+ drawdot z3;
+ drawdot z4;
+endchar;
+
+\end