summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/make-tex-work/examples/ex-06-01
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/make-tex-work/examples/ex-06-01')
-rw-r--r--Master/texmf-doc/doc/english/make-tex-work/examples/ex-06-0112
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/make-tex-work/examples/ex-06-01 b/Master/texmf-doc/doc/english/make-tex-work/examples/ex-06-01
new file mode 100644
index 00000000000..173cc3c3607
--- /dev/null
+++ b/Master/texmf-doc/doc/english/make-tex-work/examples/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)}%
+}