blob: cb8852123be4d7c9f21b68d18dbe233d53e43712 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\input picture
\picture(100,100)
\put(0,0){\line(1,1){50}}
\endpicture
\LaTeXbegin
\begin{picture}(40,40)
\put(0,0){\vector(1,1){40}}
\multiput(0,5)(10,10){4}{a}
\end{picture}
\bye
|