summaryrefslogtreecommitdiff
path: root/info/maketexwork/ex-06-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-06-01
Initial commit
Diffstat (limited to 'info/maketexwork/ex-06-01')
-rw-r--r--info/maketexwork/ex-06-0112
1 files changed, 12 insertions, 0 deletions
diff --git a/info/maketexwork/ex-06-01 b/info/maketexwork/ex-06-01
new file mode 100644
index 0000000000..173cc3c360
--- /dev/null
+++ b/info/maketexwork/ex-06-01
@@ -0,0 +1,12 @@
+\newdimen\unitlength
+\unitlength=1cm
+
+\def\plot(#1,#2){%
+ \rlap{\kern#1\unitlength\raise#2\unitlength%
+ \hbox{$\scriptstyle\bullet\;(#1,#2)$}}}
+
+\centerline{%
+ \hbox{\plot(0,0)
+ \plot(1,1)
+ \plot(-3,2)}%
+}