File: ex-06-01

package info (click to toggle)
texlive-doc 2005.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 125,100 kB
  • ctags: 12,558
  • sloc: xml: 24,267; perl: 14,394; makefile: 727; sh: 324; lisp: 276; java: 159; sed: 4
file content (12 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
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)}%
}