1%!
2%%BoundingBox: 122 710 304 791
3%%Title: o6
4%%CreationDate: Sun Dec  7 17:56:48 1997
5%%Creator: Tgif-3.0-p5 by William Chia-Wei Cheng (william@cs.UCLA.edu)
6
7/tgifdict 7 dict def
8tgifdict begin
9
10/tgifarrowtipdict 8 dict def
11tgifarrowtipdict /mtrx matrix put
12
13/tgifarrowtip
14 { tgifarrowtipdict begin
15      /dy exch def
16      /dx exch def
17      /h exch def
18      /w exch def
19      /y exch def
20      /x exch def
21      /savematrix mtrx currentmatrix def
22      x y translate
23      dy dx atan rotate
24      0 0 moveto
25      w neg h lineto
26      w neg h neg lineto
27      savematrix setmatrix
28   end
29 } def
30
31/tgifarcdict 8 dict def
32tgifarcdict /mtrx matrix put
33
34/tgifarcn
35 { tgifarcdict begin
36      /endangle exch def
37      /startangle exch def
38      /yrad exch def
39      /xrad exch def
40      /y exch def
41      /x exch def
42      /savematrix mtrx currentmatrix def
43      x y translate
44      xrad yrad scale
45      0 0 1 startangle endangle arc
46      savematrix setmatrix
47   end
48 } def
49
50/tgifarc
51 { tgifarcdict begin
52      /endangle exch def
53      /startangle exch def
54      /yrad exch def
55      /xrad exch def
56      /y exch def
57      /x exch def
58      /savematrix mtrx currentmatrix def
59      x y translate
60      xrad yrad scale
61      0 0 1 startangle endangle arcn
62      savematrix setmatrix
63   end
64 } def
65
66end
67
68%%PageBoundingBox: 122 710 304 791
69tgifdict begin
70/tgifsavedpage save def
71
721 setmiterlimit
731 setlinewidth
74
750 setgray
76
7772 0 mul 72 11.60 mul translate
7872 128 div 100 mul 100 div dup neg scale
79
80gsave
81
82/tgiforigctm matrix currentmatrix def
83
84% POLY/OPEN-SPLINE
850 setgray
86gsave
87   [8 8] 0 setdash
88   newpath
89      360 220 moveto
90      -140 0 atan dup cos 8.000 mul 360 exch sub
91      exch sin 8.000 mul 80 exch sub lineto
92   tgiforigctm setmatrix
93   1 setlinewidth
94   stroke
95   [] 0 setdash
96grestore
97gsave
98   tgiforigctm setmatrix
99   newpath
100      360 80 8.000 3.000 0 -140 tgifarrowtip
101   1 setgray closepath fill
102   0 setgray
103   newpath
104      360 80 8.000 3.000 0 -140 tgifarrowtip
105   closepath fill
106grestore
107
108% POLY/OPEN-SPLINE
1090 setgray
110gsave
111   [8 8] 0 setdash
112   newpath
113      220 150 moveto
114      0 320 atan dup cos 8.000 mul 540 exch sub
115      exch sin 8.000 mul 150 exch sub lineto
116   tgiforigctm setmatrix
117   1 setlinewidth
118   stroke
119   [] 0 setdash
120grestore
121gsave
122   tgiforigctm setmatrix
123   newpath
124      540 150 8.000 3.000 320 0 tgifarrowtip
125   1 setgray closepath fill
126   0 setgray
127   newpath
128      540 150 8.000 3.000 320 0 tgifarrowtip
129   closepath fill
130grestore
131
132% POLY/OPEN-SPLINE
1330 setgray
134gsave
135   newpath
136      380 200 moveto
137      440 100 lineto
138      490 100 lineto
139      340 100 lineto
140      280 200 lineto
141      240 200 lineto
142      380 200 lineto
143   tgiforigctm setmatrix
144   1 setlinewidth
145   stroke
146grestore
147
148% ARC
1490 setgray
150gsave
151   gsave
152      newpath
153         410 150 36 36 -56 0 tgifarcn
154      [4 4] 0 setdash
155      stroke
156   grestore
157grestore
158
159% TEXT
1600 setgray
161/Courier findfont [17 0 0 -17 0 0] makefont setfont
162   gsave
163      510 174 moveto (x) show
164   grestore
165
166% TEXT
1670 setgray
168/Courier findfont [17 0 0 -17 0 0] makefont setfont
169   gsave
170      370 114 moveto (y2) show
171   grestore
172
173% TEXT
1740 setgray
175/Courier findfont [17 0 0 -17 0 0] makefont setfont
176   gsave
177      370 214 moveto (y1) show
178   grestore
179
180% TEXT
1810 setgray
182/Courier findfont [17 0 0 -17 0 0] makefont setfont
183   gsave
184      410 164 moveto (p2) show
185   grestore
186
187% TEXT
1880 setgray
189/Courier findfont [17 0 0 -17 0 0] makefont setfont
190   gsave
191      310 164 moveto (p1) show
192   grestore
193
194% TEXT
1950 setgray
196/Courier findfont [17 0 0 -17 0 0] makefont setfont
197   gsave
198      450 134 moveto (alfa) show
199   grestore
200
201grestore
202tgifsavedpage restore
203end
204%MatchingCreationDate: Sun Dec  7 17:56:48 1997
205