]> mj.ucw.cz Git - ads1.git/blob - 11-stromy/treepic/t2.ipe
Nulta verze stromu.
[ads1.git] / 11-stromy / treepic / t2.ipe
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: Ipe 5.0
3 %%BoundingBox: 176 367 423 433
4 %%EndComments
5 {\catcode37=9\def\IPEdummy{({{)}} pop
6 %%}\makeatletter\let\@notdefinable\relax
7 %%\def\IPEc#1[#2]#3{\newcommand{#1}[#2]{#3}\ignorespaces}\@ifundefined
8 %%{selectfont}{\let\selectfont\relax\def\fontsize#1#2{}}{}\makeatother
9 %%\IPEc\IPEput[4]{\put(0,0){\special{psfile=\IPEfile}}}
10 %%\IPEc\IPEmp[2]{\minipage[t]{#1bp}#2\special{color pop}\endminipage}
11 %%\IPEc\IPEtext[1]{\makebox(0,0)[lb]{#1\special{color pop}}}
12 %%\IPEc\IPEfs[1]{\IPEcolfs{0 0 0}{#1}}
13 %%\IPEc\IPEcolfs[2]{\dimen0=#2pt\fontsize{#2}{1.2\dimen0}\selectfont
14 %%\special{color push rgb #1}}
15 %%\IPEc\IPEsize[2]{\unitlength1bp\ignorespaces}
16 %%\IPEsize{244.402}{64}
17 %%\begin{picture}(244.402,64)(177.799,368)
18 %%\IPEput{176}{367}{423}{433}
19 %%\put(199.072,396.684){\IPEtext{\IPEfs{10}\rm 4}}
20 %%\put(263.226,396.301){\IPEtext{\IPEfs{10}\rm 9}}
21 %%\put(215.015,372.961){\IPEtext{\IPEfs{10}\rm 5}}
22 %%\put(247.156,372.578){\IPEtext{\IPEfs{10}\rm 8}}
23 %%\put(183.297,372.451){\IPEtext{\IPEfs{10}\rm 2}}
24 %%\put(231.248,420.811){\IPEtext{\IPEfs{10}\rm 7}}
25 %%\put(365.036,407.071){\IPEtext{\IPEfs{10}\rm 7}}
26 %%\put(319.264,421.525){\IPEtext{\IPEfs{10}\rm 4}}
27 %%\put(304.106,404.609){\IPEtext{\IPEfs{10}\rm 2}}
28 %%\put(342.15,414.298){\IPEtext{\IPEfs{10}\rm 5}}
29 %%\put(387.922,399.844){\IPEtext{\IPEfs{10}\rm 8}}
30 %%\put(410.808,392.617){\IPEtext{\IPEfs{10}\rm 9}}
31 %%\end{picture}\endinput}
32 %% Ipe postscript prologue
33
34 /IpeDict 60 dict def
35 IpeDict begin
36 /origmatrix matrix currentmatrix def
37
38 /sg {setgray} bind def
39 /sc {setrgbcolor} bind def
40 /ss {0 setdash setlinewidth} bind def
41 /sk {stroke} bind def
42 /fi {fill} bind def
43 /sfi {gsave fill grestore} bind def
44 /mt {moveto} bind def
45 /lt {lineto} bind def
46 /np {newpath} bind def
47 /cl {closepath} bind def
48 /N {moveto} bind def
49 /L {lineto} bind def
50 /E {lineto} bind def
51 /C {lineto closepath} bind def
52 %%%%
53 %% x y size dx dy -> ar -> x y [ draws arrowhead, computes new vertex ]
54 /smallarrow {gsave exch atan 4 2 roll translate rotate dup scale
55 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath fill
56 -1 0 moveto currentpoint transform grestore itransform} bind def
57 /ar {gsave exch atan 4 2 roll translate rotate dup scale
58 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath
59 gsave origmatrix setmatrix [] 0 setdash stroke grestore fill
60 0 0 moveto currentpoint transform grestore itransform} bind def
61 %%%%
62 /af {ar moveto} bind def
63 /at {ar lineto} bind def
64 %% x y size dx dy -> arw -> [ draws arrowhead ]
65 /arw {ar pop pop} bind def
66 %%%%
67 /ci {0 360 arc} bind def
68 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
69 setmatrix} bind def
70 /gs {gsave} bind def
71 /gr {grestore} bind def
72 /gsts {gsave translate scale } bind def
73 %%
74 /marker {gsave translate 0 setlinewidth [] 0 setdash newpath} bind def
75 /m1 {marker 0 exch 0 exch 0 360 arc stroke grestore} bind def
76 /m2 {marker 0 exch 0 exch 0 360 arc fill grestore} bind def
77 /m3 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
78 neg exch lineto closepath stroke grestore} bind def 
79 /m4 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
80 neg exch lineto closepath fill grestore} bind def
81 /m5 {marker dup dup moveto dup neg dup lineto dup dup neg moveto dup
82 neg exch lineto closepath stroke grestore} bind def
83
84 %% splines
85 systemdict /setpacking known {/savepacking currentpacking def false
86   setpacking} if
87 /q0 {0 0} def
88 /q1 {0 0} def
89 /q2 {0 0} def
90 /q3 {0 0} def
91 /p0 {0 0} def
92 /p1 {0 0} def
93 /p2 {0 0} def
94 /p3 {0 0} def
95 systemdict /setpacking known {savepacking setpacking} if
96
97 %% x y /qi -> defp -> [/qi [x y] def]
98 /defp {dup 4 1 roll load astore def} bind def
99
100 /midpoint { exch 4 3 roll add 2 div 3 1 roll add 2 div } bind def
101 /thirdpoint { exch 4 3 roll 2 mul add 3 div 3 1 roll exch 2 mul add 3
102 div } bind def
103
104 /prespl {/p3 defp /p2 defp /p1 defp /p0 defp
105 p1 p2 thirdpoint /q1 defp
106 p2 p1 thirdpoint /q2 defp
107 p1 p0 thirdpoint q1 midpoint /q0 defp
108 p2 p3 thirdpoint q2 midpoint /q3 defp } bind def
109 /postspl { q1 q2 q3 curveto p1 p2 p3 } bind def
110 /fspl { prespl q0 moveto postspl } bind def
111 /spl { prespl postspl } bind def
112 /xspl { pop pop pop pop pop pop } bind def
113
114 /qspl { /p2 defp /p1 defp /p0 defp
115 p1 p0 midpoint /q0 defp
116 p1 p2 midpoint /q3 defp
117 p1 q0 thirdpoint /q1 defp
118 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto } bind def
119
120 /cqspl { /p2 defp /p1 defp /p0 defp
121 p1 p0 midpoint /q0 defp
122 p1 p2 midpoint /q3 defp
123 p1 q0 thirdpoint /q1 defp
124 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto
125 p2 p1 midpoint /q0 defp
126 p2 p0 midpoint /q3 defp
127 p2 q0 thirdpoint /q1 defp
128 p2 q3 thirdpoint /q2 defp q1 q2 q3 curveto
129 p0 p2 midpoint /q0 defp
130 p0 p1 midpoint /q3 defp
131 p0 q0 thirdpoint /q1 defp
132 p0 q3 thirdpoint /q2 defp q1 q2 q3 curveto } bind def
133
134 %% bitmaps
135 /pix { /picstr exch string def } def
136 %% wd ht -> preimg -> ..stuff for image..
137 /preimg { 8 [ 3 index 0 0 5 index neg 0 7 index ]
138  {currentfile picstr readhexstring pop} } def
139 /img { preimg image } bind def
140 /kimg { preimg false 3 colorimage } bind def
141 %%
142 end
143 %% Ipe prologue end
144
145 IpeDict begin 378.657 183.798 translate
146
147 % Preamble 1
148 %%\documentclass[a4paper]{article}
149 % Group
150
151 % Circle
152 % ss 0
153 0.4 [] ss
154 np % xy
155 -176.858 216.202 % r
156 8 ci
157 % sk
158 0 sg sk
159 % End
160
161 % Circle
162 % ss 0
163 0.4 [] ss
164 np % xy
165 -112.858 216.202 % r
166 8 ci
167 % sk
168 0 sg sk
169 % End
170
171 % Circle
172 % ss 0
173 0.4 [] ss
174 np % xy
175 -160.858 192.202 % r
176 8 ci
177 % sk
178 0 sg sk
179 % End
180
181 % Circle
182 % ss 0
183 0.4 [] ss
184 np % xy
185 -128.858 192.202 % r
186 8 ci
187 % sk
188 0 sg sk
189 % End
190
191 % Circle
192 % ss 0
193 0.4 [] ss
194 np % xy
195 -192.858 192.202 % r
196 8 ci
197 % sk
198 0 sg sk
199 % End
200
201 % Text
202 % xy -179.585 212.886
203 % sk 0
204 % f 0 10
205 % s 4
206 % End
207
208 % Text
209 % xy -115.431 212.503
210 % sk 0
211 % f 0 10
212 % s 9
213 % End
214
215 % Text
216 % xy -163.642 189.163
217 % sk 0
218 % f 0 10
219 % s 5
220 % End
221
222 % Text
223 % xy -131.501 188.78
224 % sk 0
225 % f 0 10
226 % s 8
227 % End
228
229 % Text
230 % xy -195.36 188.653
231 % sk 0
232 % f 0 10
233 % s 2
234 % End
235
236 % Line
237 % ss 0
238 0.4 [] ss
239 np % # 2
240 -172.316 209.617 mt
241 -165.296 198.858 lt
242 % sk
243 0 sg sk
244 % End
245
246 % Line
247 % ss 0
248 0.4 [] ss
249 np % # 2
250 -170.458 221.002 mt
251 -151.258 235.402 lt
252 % sk
253 0 sg sk
254 % End
255
256 % Line
257 % ss 0
258 0.4 [] ss
259 np % # 2
260 -124.42 198.858 mt
261 -117.296 209.546 lt
262 % sk
263 0 sg sk
264 % End
265
266 % Line
267 % ss 0
268 0.4 [] ss
269 np % # 2
270 -138.458 235.402 mt
271 -119.258 221.002 lt
272 % sk
273 0 sg sk
274 % End
275
276 % Line
277 % ss 0
278 0.4 [] ss
279 np % # 2
280 -188.42 198.858 mt
281 -181.296 209.546 lt
282 % sk
283 0 sg sk
284 % End
285
286 % Group
287
288 % Circle
289 % ss 0
290 0.4 [] ss
291 np % xy
292 -144.858 240.202 % r
293 8 ci
294 % sk
295 0 sg sk
296 % End
297
298 % Text
299 % xy -147.409 237.013
300 % sk 0
301 % f 0 10
302 % s 7
303 % End
304
305 % End
306
307 % Group
308
309 % Circle
310 % ss 0
311 0.4 [] ss
312 np % xy
313 -10.228 225.546 % r
314 8 ci
315 % sk
316 0 sg sk
317 % End
318
319 % Text
320 % xy -13.6208 223.273
321 % sk 0
322 % f 0 10
323 % s 7
324 % End
325
326 % End
327
328 % Line
329 % ss 0
330 0.4 [] ss
331 np % # 2
332 -48.3713 237.591 mt
333 -40.7427 235.182 lt
334 % sk
335 0 sg sk
336 % End
337
338 % Line
339 % ss 0
340 0.4 [] ss
341 np % # 2
342 -25.4854 230.364 mt
343 -17.8567 227.955 lt
344 % sk
345 0 sg sk
346 % End
347
348 % Line
349 % ss 0
350 0.4 [] ss
351 np % # 2
352 -2.59937 223.137 mt
353 5.02929 220.728 lt
354 % sk
355 0 sg sk
356 % End
357
358 % Line
359 % ss 0
360 0.4 [] ss
361 np % # 2
362 20.2866 215.909 mt
363 27.9153 213.5 lt
364 % sk
365 0 sg sk
366 % End
367
368 % Circle
369 % ss 0
370 0.4 [] ss
371 np % xy
372 -56 240 % r
373 8 ci
374 % sk
375 0 sg sk
376 % End
377
378 % Text
379 % xy -59.3928 237.727
380 % sk 0
381 % f 0 10
382 % s 4
383 % End
384
385 % Circle
386 % ss 0
387 0.4 [] ss
388 np % xy
389 -72 224 % r
390 8 ci
391 % sk
392 0 sg sk
393 % End
394
395 % Text
396 % xy -74.5509 220.811
397 % sk 0
398 % f 0 10
399 % s 2
400 % End
401
402 % Circle
403 % ss 0
404 0.4 [] ss
405 np % xy
406 -33.114 232.773 % r
407 8 ci
408 % sk
409 0 sg sk
410 % End
411
412 % Text
413 % xy -36.5068 230.5
414 % sk 0
415 % f 0 10
416 % s 5
417 % End
418
419 % Circle
420 % ss 0
421 0.4 [] ss
422 np % xy
423 12.658 218.319 % r
424 8 ci
425 % sk
426 0 sg sk
427 % End
428
429 % Text
430 % xy 9.26515 216.046
431 % sk 0
432 % f 0 10
433 % s 8
434 % End
435
436 % Circle
437 % ss 0
438 0.4 [] ss
439 np % xy
440 35.5439 211.091 % r
441 8 ci
442 % sk
443 0 sg sk
444 % End
445
446 % Text
447 % xy 32.1511 208.819
448 % sk 0
449 % f 0 10
450 % s 9
451 % End
452
453 % Line
454 % ss 0
455 0.4 [] ss
456 np % # 2
457 -66.3431 229.657 mt
458 -61.6569 234.343 lt
459 % sk
460 0 sg sk
461 % End
462
463 % End
464
465 end %% of Ipe figure