blob: d8f692ffa8843be706c4bc116dedf4215d8b6222 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
\centerline{
\beginpicture
\setcoordinatesystem units <1.0cm,1.0cm>
\setlinear
\setdots % speed up PiCTeX
%
\put {$A$} [b] <0mm,1.5mm> at 3.0 2.5
\put {$\bullet$} at 3.0 2.5
%
\put {$v_1$} [t] <0mm,-1.5mm> at 0.0 0.0
\put {$\bullet$} at 0.0 0.0
\plot 0.0 0.0 3.0 2.5 /
%
\put {$v_2$} [t] <0mm,-1.5mm> at 1.0 0.0
\put {$\bullet$} at 1.0 0.0
\plot 1.0 0.0 3.0 2.5 /
%
\put {$\bullet$} at 2.5 0.0
\plot 2.5 0.0 3.0 2.5 /
%
\put {$\bullet$} at 3.5 0.0
\plot 3.5 0.0 3.0 2.5 /
%
\put {$\bullet$} at 4.5 0.0
\plot 4.5 0.0 3.0 2.5 /
%
\put {$v_n$} [t] <0mm,-1.5mm> at 6.0 0.0
\put {$\bullet$} at 6.0 0.0
\plot 6.0 0.0 3.0 2.5 /
%
\endpicture
}
|