]> mj.ucw.cz Git - ads1.git/blob - 11-stromy/treepic/t13.ipe
a2afd66eff6dd1a45e42f7f673c69075878a9f27
[ads1.git] / 11-stromy / treepic / t13.ipe
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: Ipe 5.0
3 %%BoundingBox: 167 341 432 458
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{262.209}{115.126}
17 %%\begin{picture}(262.209,115.126)(168.895,342.437)
18 %%\IPEput{167}{341}{432}{458}
19 %%\put(228.92,433.661){\IPEtext{\IPEfs{10}\rm x}}
20 %%\put(360.92,433.661){\IPEtext{\IPEfs{10}\rm z}}
21 %%\put(372.626,437.94){\IPEtext{\IPEfs{8}$0$}}
22 %%\put(392.92,409.661){\IPEtext{\IPEfs{10}\rm y}}
23 %%\put(252.92,409.661){\IPEtext{\IPEfs{10}\rm y}}
24 %%\put(263.49,413.94){\IPEtext{\IPEfs{8}$-$}}
25 %%\put(199.924,403.429){\IPEtext{\IPEfs{10}\rm A}}
26 %%\put(407.925,379.428){\IPEtext{\IPEfs{10}\rm C}}
27 %%\put(375.925,379.428){\IPEtext{\IPEfs{10}\rm Q}}
28 %%\put(236.92,385.661){\IPEtext{\IPEfs{10}\rm z}}
29 %%\put(251.925,355.428){\IPEtext{\IPEfs{10}\rm Q}}
30 %%\put(219.924,355.428){\IPEtext{\IPEfs{10}\rm P}}
31 %%\put(328.92,409.661){\IPEtext{\IPEfs{10}\rm x}}
32 %%\put(343.925,379.428){\IPEtext{\IPEfs{10}\rm P}}
33 %%\put(311.925,379.428){\IPEtext{\IPEfs{10}\rm A}}
34 %%\put(271.925,379.429){\IPEtext{\IPEfs{10}\rm C}}
35 %%\put(241.212,437.758){\IPEtext{\IPEfs{10}\rm +}}
36 %%\put(183.184,410.902){\IPEtext{\IPEfs{10}\rm $h$}}
37 %%\put(168.895,425.654){\IPEtext{\IPEfs{10}\rm $[h+1]$}}
38 %%\put(258.629,423.763){\IPEtext{\IPEfs{10}\rm $h+2$}}
39 %%\put(195.399,447.593){\IPEtext{\IPEfs{10}\rm $[h+3]$}}
40 %%\put(202.593,382.532){\IPEtext{\IPEfs{10}\rm $h+1$}}
41 %%\put(272.601,367.402){\IPEtext{\IPEfs{10}\rm $h$}}
42 %%\put(217.231,342.437){\IPEtext{\IPEfs{10}\rm $h^-$}}
43 %%\put(249.231,342.437){\IPEtext{\IPEfs{10}\rm $h^-$}}
44 %%\put(312.601,367.402){\IPEtext{\IPEfs{10}\rm $h$}}
45 %%\put(341.231,367.402){\IPEtext{\IPEfs{10}\rm $h^-$}}
46 %%\put(373.231,367.402){\IPEtext{\IPEfs{10}\rm $h^-$}}
47 %%\put(408.601,367.402){\IPEtext{\IPEfs{10}\rm $h$}}
48 %%\put(295.355,410.902){\IPEtext{\IPEfs{10}\rm $h+1$}}
49 %%\put(408.185,410.902){\IPEtext{\IPEfs{10}\rm $h+1$}}
50 %%\put(332.082,447.593){\IPEtext{\IPEfs{10}\rm $h+2$}}
51 %%\end{picture}\endinput}
52 %% Ipe postscript prologue
53
54 /IpeDict 60 dict def
55 IpeDict begin
56 /origmatrix matrix currentmatrix def
57
58 /sg {setgray} bind def
59 /sc {setrgbcolor} bind def
60 /ss {0 setdash setlinewidth} bind def
61 /sk {stroke} bind def
62 /fi {fill} bind def
63 /sfi {gsave fill grestore} bind def
64 /mt {moveto} bind def
65 /lt {lineto} bind def
66 /np {newpath} bind def
67 /cl {closepath} bind def
68 /N {moveto} bind def
69 /L {lineto} bind def
70 /E {lineto} bind def
71 /C {lineto closepath} bind def
72 %%%%
73 %% x y size dx dy -> ar -> x y [ draws arrowhead, computes new vertex ]
74 /smallarrow {gsave exch atan 4 2 roll translate rotate dup scale
75 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath fill
76 -1 0 moveto currentpoint transform grestore itransform} bind def
77 /ar {gsave exch atan 4 2 roll translate rotate dup scale
78 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath
79 gsave origmatrix setmatrix [] 0 setdash stroke grestore fill
80 0 0 moveto currentpoint transform grestore itransform} bind def
81 %%%%
82 /af {ar moveto} bind def
83 /at {ar lineto} bind def
84 %% x y size dx dy -> arw -> [ draws arrowhead ]
85 /arw {ar pop pop} bind def
86 %%%%
87 /ci {0 360 arc} bind def
88 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
89 setmatrix} bind def
90 /gs {gsave} bind def
91 /gr {grestore} bind def
92 /gsts {gsave translate scale } bind def
93 %%
94 /marker {gsave translate 0 setlinewidth [] 0 setdash newpath} bind def
95 /m1 {marker 0 exch 0 exch 0 360 arc stroke grestore} bind def
96 /m2 {marker 0 exch 0 exch 0 360 arc fill grestore} bind def
97 /m3 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
98 neg exch lineto closepath stroke grestore} bind def 
99 /m4 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
100 neg exch lineto closepath fill grestore} bind def
101 /m5 {marker dup dup moveto dup neg dup lineto dup dup neg moveto dup
102 neg exch lineto closepath stroke grestore} bind def
103
104 %% splines
105 systemdict /setpacking known {/savepacking currentpacking def false
106   setpacking} if
107 /q0 {0 0} def
108 /q1 {0 0} def
109 /q2 {0 0} def
110 /q3 {0 0} def
111 /p0 {0 0} def
112 /p1 {0 0} def
113 /p2 {0 0} def
114 /p3 {0 0} def
115 systemdict /setpacking known {savepacking setpacking} if
116
117 %% x y /qi -> defp -> [/qi [x y] def]
118 /defp {dup 4 1 roll load astore def} bind def
119
120 /midpoint { exch 4 3 roll add 2 div 3 1 roll add 2 div } bind def
121 /thirdpoint { exch 4 3 roll 2 mul add 3 div 3 1 roll exch 2 mul add 3
122 div } bind def
123
124 /prespl {/p3 defp /p2 defp /p1 defp /p0 defp
125 p1 p2 thirdpoint /q1 defp
126 p2 p1 thirdpoint /q2 defp
127 p1 p0 thirdpoint q1 midpoint /q0 defp
128 p2 p3 thirdpoint q2 midpoint /q3 defp } bind def
129 /postspl { q1 q2 q3 curveto p1 p2 p3 } bind def
130 /fspl { prespl q0 moveto postspl } bind def
131 /spl { prespl postspl } bind def
132 /xspl { pop pop pop pop pop pop } bind def
133
134 /qspl { /p2 defp /p1 defp /p0 defp
135 p1 p0 midpoint /q0 defp
136 p1 p2 midpoint /q3 defp
137 p1 q0 thirdpoint /q1 defp
138 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto } bind def
139
140 /cqspl { /p2 defp /p1 defp /p0 defp
141 p1 p0 midpoint /q0 defp
142 p1 p2 midpoint /q3 defp
143 p1 q0 thirdpoint /q1 defp
144 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto
145 p2 p1 midpoint /q0 defp
146 p2 p0 midpoint /q3 defp
147 p2 q0 thirdpoint /q1 defp
148 p2 q3 thirdpoint /q2 defp q1 q2 q3 curveto
149 p0 p2 midpoint /q0 defp
150 p0 p1 midpoint /q3 defp
151 p0 q0 thirdpoint /q1 defp
152 p0 q3 thirdpoint /q2 defp q1 q2 q3 curveto } bind def
153
154 %% bitmaps
155 /pix { /picstr exch string def } def
156 %% wd ht -> preimg -> ..stuff for image..
157 /preimg { 8 [ 3 index 0 0 5 index neg 0 7 index ]
158  {currentfile picstr readhexstring pop} } def
159 /img { preimg image } bind def
160 /kimg { preimg false 3 colorimage } bind def
161 %%
162 end
163 %% Ipe prologue end
164
165 IpeDict begin 347.471 300.85 translate
166
167 % Preamble 1
168 %%\documentclass[a4paper]{article}
169 % Group
170
171 % Line
172 % ss 0
173 0.4 [] ss
174 np % # 2
175 -116 144 mt
176 -116 156 lt
177 % sk
178 0 sg sk
179 % End
180
181 % Line
182 % ss 0
183 1.2 [] ss
184 % ar 1 7
185 0 sg np % # 2
186 16 144 7 0 -12 af
187 16 156 lt
188 % sk
189 0 sg sk
190 % End
191
192 % Circle
193 % ss 0
194 0.4 [] ss
195 np % xy
196 -116 136 % r
197 8 ci
198 % sk
199 0 sg sk
200 % End
201
202 % Text
203 % xy -118.551 132.811
204 % sk 0
205 % f 0 10
206 % s x
207 % End
208
209 % Circle
210 % ss 0
211 0.4 [] ss
212 np % xy
213 16 136 % r
214 8 ci
215 % sk
216 0 sg sk
217 % End
218
219 % Text
220 % xy 13.4491 132.811
221 % sk 0
222 % f 0 10
223 % s z
224 % End
225
226 % Text
227 % xy 25.1548 137.09
228 % sk 0
229 % f 3 8
230 % s 0
231 % End
232
233 % Circle
234 % ss 0
235 0.4 [] ss
236 np % xy
237 48 112 % r
238 8 ci
239 % sk
240 0 sg sk
241 % End
242
243 % Text
244 % xy 45.4491 108.811
245 % sk 0
246 % f 0 10
247 % s y
248 % End
249
250 % Circle
251 % ss 0
252 0.4 [] ss
253 np % xy
254 -92 112 % r
255 8 ci
256 % sk
257 0 sg sk
258 % End
259
260 % Text
261 % xy -94.551 108.811
262 % sk 0
263 % f 0 10
264 % s y
265 % End
266
267 % Text
268 % xy -83.981 113.09
269 % sk 0
270 % f 3 8
271 % s -
272 % End
273
274 % Line
275 % ss 0
276 0.4 [] ss
277 np % # 4
278 -144 120 mt
279 -156 100 lt
280 -132 100 lt
281 -144 120 lt
282 % sk
283 0 sg sk
284 % End
285
286 % Text
287 % xy -147.547 102.579
288 % sk 0
289 % f 0 10
290 % s A
291 % End
292
293 % Line
294 % ss 0
295 0.4 [] ss
296 np % # 4
297 64 96 mt
298 52 76 lt
299 76 76 lt
300 64 96 lt
301 % sk
302 0 sg sk
303 % End
304
305 % Text
306 % xy 60.4534 78.5786
307 % sk 0
308 % f 0 10
309 % s C
310 % End
311
312 % Line
313 % ss 0
314 0.4 [] ss
315 np % # 4
316 32 96 mt
317 20 76 lt
318 44 76 lt
319 32 96 lt
320 % sk
321 0 sg sk
322 % End
323
324 % Text
325 % xy 28.4534 78.5786
326 % sk 0
327 % f 0 10
328 % s Q
329 % End
330
331 % Line
332 % ss 0
333 0.4 [] ss
334 np % # 2
335 32 96 mt
336 42.3432 106.343 lt
337 % sk
338 0 sg sk
339 % End
340
341 % Line
342 % ss 0
343 0.4 [] ss
344 np % # 2
345 64.0271 95.9729 mt
346 53.6569 106.343 lt
347 % sk
348 0 sg sk
349 % End
350
351 % Circle
352 % ss 0
353 0.4 [] ss
354 np % xy
355 -108 88 % r
356 8 ci
357 % sk
358 0 sg sk
359 % End
360
361 % Text
362 % xy -110.551 84.811
363 % sk 0
364 % f 0 10
365 % s z
366 % End
367
368 % Line
369 % ss 0
370 0.4 [] ss
371 np % # 4
372 -92 72 mt
373 -104 52 lt
374 -80 52 lt
375 -92 72 lt
376 % sk
377 0 sg sk
378 % End
379
380 % Text
381 % xy -95.5466 54.5786
382 % sk 0
383 % f 0 10
384 % s Q
385 % End
386
387 % Line
388 % ss 0
389 0.4 [] ss
390 np % # 4
391 -124 72 mt
392 -136 52 lt
393 -112 52 lt
394 -124 72 lt
395 % sk
396 0 sg sk
397 % End
398
399 % Text
400 % xy -127.547 54.5786
401 % sk 0
402 % f 0 10
403 % s P
404 % End
405
406 % Line
407 % ss 0
408 0.4 [] ss
409 np % # 2
410 -124 72 mt
411 -113.657 82.343 lt
412 % sk
413 0 sg sk
414 % End
415
416 % Line
417 % ss 0
418 0.4 [] ss
419 np % # 2
420 -91.9729 71.9729 mt
421 -102.343 82.343 lt
422 % sk
423 0 sg sk
424 % End
425
426 % Circle
427 % ss 0
428 0.4 [] ss
429 np % xy
430 -16 112 % r
431 8 ci
432 % sk
433 0 sg sk
434 % End
435
436 % Text
437 % xy -18.5509 108.811
438 % sk 0
439 % f 0 10
440 % s x
441 % End
442
443 % Line
444 % ss 0
445 0.4 [] ss
446 np % # 4
447 0 96 mt
448 -12 76 lt
449 12 76 lt
450 0 96 lt
451 % sk
452 0 sg sk
453 % End
454
455 % Text
456 % xy -3.5466 78.5786
457 % sk 0
458 % f 0 10
459 % s P
460 % End
461
462 % Line
463 % ss 0
464 0.4 [] ss
465 np % # 4
466 -32 96 mt
467 -44 76 lt
468 -20 76 lt
469 -32 96 lt
470 % sk
471 0 sg sk
472 % End
473
474 % Text
475 % xy -35.5466 78.5786
476 % sk 0
477 % f 0 10
478 % s A
479 % End
480
481 % Line
482 % ss 0
483 0.4 [] ss
484 np % # 2
485 -32 96 mt
486 -21.6568 106.343 lt
487 % sk
488 0 sg sk
489 % End
490
491 % Line
492 % ss 0
493 0.4 [] ss
494 np % # 2
495 0.0271 95.9729 mt
496 -10.3431 106.343 lt
497 % sk
498 0 sg sk
499 % End
500
501 % Line
502 % ss 0
503 0.4 [] ss
504 np % # 2
505 41.6 116.8 mt
506 22.4 131.2 lt
507 % sk
508 0 sg sk
509 % End
510
511 % Line
512 % ss 0
513 0.4 [] ss
514 np % # 2
515 -9.6 116.8 mt
516 9.6 131.2 lt
517 % sk
518 0 sg sk
519 % End
520
521 % Line
522 % ss 0
523 0.4 [] ss
524 np % # 4
525 -72 96 mt
526 -84 76 lt
527 -60 76 lt
528 -72 96 lt
529 % sk
530 0 sg sk
531 % End
532
533 % Text
534 % xy -75.5466 78.579
535 % sk 0
536 % f 0 10
537 % s C
538 % End
539
540 % Line
541 % ss 0
542 0.4 [] ss
543 % ar 2 7
544 0 sg np % # 2
545 -60 136 mt
546 -24 136 7 36 0 at
547 % sk
548 0 sg sk
549 % End
550
551 % Line
552 % ss 0
553 1.2 [] ss
554 % ar 2 7
555 0 sg np % # 2
556 -122.946 132.031 mt
557 -144 120 7 -21.054 -12.031 at
558 % sk
559 0 sg sk
560 % End
561
562 % Line
563 % ss 0
564 0.4 [] ss
565 np % # 2
566 -110.343 130.343 mt
567 -97.6569 117.657 lt
568 % sk
569 0 sg sk
570 % End
571
572 % Line
573 % ss 0
574 0.4 [] ss
575 np % # 2
576 -103.562 94.6564 mt
577 -96.4376 105.344 lt
578 % sk
579 0 sg sk
580 % End
581
582 % Line
583 % ss 0
584 0.4 [] ss
585 np % # 2
586 -71.802 95.67 mt
587 -85.7789 106.97 lt
588 % sk
589 0 sg sk
590 % End
591
592 % Text
593 % xy -106.259 136.909
594 % sk 0
595 % f 0 10
596 % s +
597 % End
598
599 % Text
600 % xy -164.287 110.052
601 % sk 0
602 % f 0 10
603 % s $h$
604 % End
605
606 % Text
607 % xy -178.576 124.804
608 % sk 0
609 % f 0 10
610 % s $[h+1]$
611 % End
612
613 % Text
614 % xy -88.8423 122.913
615 % sk 0
616 % f 0 10
617 % s $h+2$
618 % End
619
620 % Text
621 % xy -152.072 146.743
622 % sk 0
623 % f 0 10
624 % s $[h+3]$
625 % End
626
627 % Text
628 % xy -144.878 81.6827
629 % sk 0
630 % f 0 10
631 % s $h+1$
632 % End
633
634 % Text
635 % xy -74.87 66.5524
636 % sk 0
637 % f 0 10
638 % s $h$
639 % End
640
641 % Text
642 % xy -130.24 41.5873
643 % sk 0
644 % f 0 10
645 % s $h^-$
646 % End
647
648 % Text
649 % xy -98.24 41.5873
650 % sk 0
651 % f 0 10
652 % s $h^-$
653 % End
654
655 % Text
656 % xy -34.87 66.5524
657 % sk 0
658 % f 0 10
659 % s $h$
660 % End
661
662 % Text
663 % xy -6.24 66.5524
664 % sk 0
665 % f 0 10
666 % s $h^-$
667 % End
668
669 % Text
670 % xy 25.76 66.5524
671 % sk 0
672 % f 0 10
673 % s $h^-$
674 % End
675
676 % Text
677 % xy 61.13 66.5524
678 % sk 0
679 % f 0 10
680 % s $h$
681 % End
682
683 % Text
684 % xy -52.1159 110.052
685 % sk 0
686 % f 0 10
687 % s $h+1$
688 % End
689
690 % Text
691 % xy 60.7136 110.052
692 % sk 0
693 % f 0 10
694 % s $h+1$
695 % End
696
697 % Text
698 % xy -15.3895 146.743
699 % sk 0
700 % f 0 10
701 % s $h+2$
702 % End
703
704 % End
705
706 end %% of Ipe figure