]> mj.ucw.cz Git - ads1.git/blob - 7-stromy/treepic/t11.ipe
Dalsi verze dijkstrovskych slidu.
[ads1.git] / 7-stromy / treepic / t11.ipe
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: Ipe 5.0
3 %%BoundingBox: 210 380 389 419
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{176.868}{37.344}
17 %%\begin{picture}(176.868,37.344)(211.566,381.328)
18 %%\IPEput{210}{380}{389}{419}
19 %%\put(220.578,395.483){\IPEtext{\IPEfs{10}\rm x}}
20 %%\put(231.147,399.762){\IPEtext{\IPEfs{8}$-$}}
21 %%\put(268.578,395.483){\IPEtext{\IPEfs{10}\rm x}}
22 %%\put(279.147,399.762){\IPEtext{\IPEfs{8}$0$}}
23 %%\put(323.274,395.483){\IPEtext{\IPEfs{10}\rm x}}
24 %%\put(333.844,399.762){\IPEtext{\IPEfs{8}$0$}}
25 %%\put(371.274,395.483){\IPEtext{\IPEfs{10}\rm x}}
26 %%\put(381.844,399.762){\IPEtext{\IPEfs{8}$+$}}
27 %%\end{picture}\endinput}
28 %% Ipe postscript prologue
29
30 /IpeDict 60 dict def
31 IpeDict begin
32 /origmatrix matrix currentmatrix def
33
34 /sg {setgray} bind def
35 /sc {setrgbcolor} bind def
36 /ss {0 setdash setlinewidth} bind def
37 /sk {stroke} bind def
38 /fi {fill} bind def
39 /sfi {gsave fill grestore} bind def
40 /mt {moveto} bind def
41 /lt {lineto} bind def
42 /np {newpath} bind def
43 /cl {closepath} bind def
44 /N {moveto} bind def
45 /L {lineto} bind def
46 /E {lineto} bind def
47 /C {lineto closepath} bind def
48 %%%%
49 %% x y size dx dy -> ar -> x y [ draws arrowhead, computes new vertex ]
50 /smallarrow {gsave exch atan 4 2 roll translate rotate dup scale
51 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath fill
52 -1 0 moveto currentpoint transform grestore itransform} bind def
53 /ar {gsave exch atan 4 2 roll translate rotate dup scale
54 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath
55 gsave origmatrix setmatrix [] 0 setdash stroke grestore fill
56 0 0 moveto currentpoint transform grestore itransform} bind def
57 %%%%
58 /af {ar moveto} bind def
59 /at {ar lineto} bind def
60 %% x y size dx dy -> arw -> [ draws arrowhead ]
61 /arw {ar pop pop} bind def
62 %%%%
63 /ci {0 360 arc} bind def
64 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
65 setmatrix} bind def
66 /gs {gsave} bind def
67 /gr {grestore} bind def
68 /gsts {gsave translate scale } bind def
69 %%
70 /marker {gsave translate 0 setlinewidth [] 0 setdash newpath} bind def
71 /m1 {marker 0 exch 0 exch 0 360 arc stroke grestore} bind def
72 /m2 {marker 0 exch 0 exch 0 360 arc fill grestore} bind def
73 /m3 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
74 neg exch lineto closepath stroke grestore} bind def 
75 /m4 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
76 neg exch lineto closepath fill grestore} bind def
77 /m5 {marker dup dup moveto dup neg dup lineto dup dup neg moveto dup
78 neg exch lineto closepath stroke grestore} bind def
79
80 %% splines
81 systemdict /setpacking known {/savepacking currentpacking def false
82   setpacking} if
83 /q0 {0 0} def
84 /q1 {0 0} def
85 /q2 {0 0} def
86 /q3 {0 0} def
87 /p0 {0 0} def
88 /p1 {0 0} def
89 /p2 {0 0} def
90 /p3 {0 0} def
91 systemdict /setpacking known {savepacking setpacking} if
92
93 %% x y /qi -> defp -> [/qi [x y] def]
94 /defp {dup 4 1 roll load astore def} bind def
95
96 /midpoint { exch 4 3 roll add 2 div 3 1 roll add 2 div } bind def
97 /thirdpoint { exch 4 3 roll 2 mul add 3 div 3 1 roll exch 2 mul add 3
98 div } bind def
99
100 /prespl {/p3 defp /p2 defp /p1 defp /p0 defp
101 p1 p2 thirdpoint /q1 defp
102 p2 p1 thirdpoint /q2 defp
103 p1 p0 thirdpoint q1 midpoint /q0 defp
104 p2 p3 thirdpoint q2 midpoint /q3 defp } bind def
105 /postspl { q1 q2 q3 curveto p1 p2 p3 } bind def
106 /fspl { prespl q0 moveto postspl } bind def
107 /spl { prespl postspl } bind def
108 /xspl { pop pop pop pop pop pop } bind def
109
110 /qspl { /p2 defp /p1 defp /p0 defp
111 p1 p0 midpoint /q0 defp
112 p1 p2 midpoint /q3 defp
113 p1 q0 thirdpoint /q1 defp
114 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto } bind def
115
116 /cqspl { /p2 defp /p1 defp /p0 defp
117 p1 p0 midpoint /q0 defp
118 p1 p2 midpoint /q3 defp
119 p1 q0 thirdpoint /q1 defp
120 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto
121 p2 p1 midpoint /q0 defp
122 p2 p0 midpoint /q3 defp
123 p2 q0 thirdpoint /q1 defp
124 p2 q3 thirdpoint /q2 defp q1 q2 q3 curveto
125 p0 p2 midpoint /q0 defp
126 p0 p1 midpoint /q3 defp
127 p0 q0 thirdpoint /q1 defp
128 p0 q3 thirdpoint /q2 defp q1 q2 q3 curveto } bind def
129
130 %% bitmaps
131 /pix { /picstr exch string def } def
132 %% wd ht -> preimg -> ..stuff for image..
133 /preimg { 8 [ 3 index 0 0 5 index neg 0 7 index ]
134  {currentfile picstr readhexstring pop} } def
135 /img { preimg image } bind def
136 /kimg { preimg false 3 colorimage } bind def
137 %%
138 end
139 %% Ipe prologue end
140
141 IpeDict begin 291.434 260.76 translate
142
143 % Preamble 1
144 %%\documentclass[a4paper]{article}
145 % Group
146
147 % Group
148
149 % Line
150 % ss 0
151 1.2 [] ss
152 % ar 1 7
153 0 sg np % # 2
154 -79.8675 120.568 7 -7.1248 -10.688 af
155 -72.7427 131.256 lt
156 % sk
157 0 sg sk
158 % End
159
160 % Line
161 % ss 0
162 0.4 [] ss
163 np % # 2
164 -56.7427 120.568 mt
165 -63.8675 131.256 lt
166 % sk
167 0 sg sk
168 % End
169
170 % Line
171 % ss 0
172 0.4 [] ss
173 np % # 2
174 -68.3051 145.912 mt
175 -68.3051 157.912 lt
176 % sk
177 0 sg sk
178 % End
179
180 % Circle
181 % ss 0
182 0.4 [] ss
183 np % xy
184 -68.3051 137.912 % r
185 8 ci
186 % sk
187 0 sg sk
188 % End
189
190 % Text
191 % xy -70.856 134.723
192 % sk 0
193 % f 0 10
194 % s x
195 % End
196
197 % Text
198 % xy -60.2862 139.002
199 % sk 0
200 % f 3 8
201 % s -
202 % End
203
204 % Line
205 % ss 0
206 0.4 [] ss
207 np % # 2
208 -31.8675 120.568 mt
209 -24.7427 131.256 lt
210 % sk
211 0 sg sk
212 % End
213
214 % Line
215 % ss 0
216 0.4 [] ss
217 np % # 2
218 -8.74275 120.568 mt
219 -15.8675 131.256 lt
220 % sk
221 0 sg sk
222 % End
223
224 % Line
225 % ss 0
226 1.2 [] ss
227 % ar 1 7
228 0 sg np % # 2
229 -20.3051 145.912 7 0 -12 af
230 -20.3051 157.912 lt
231 % sk
232 0 sg sk
233 % End
234
235 % Circle
236 % ss 0
237 0.4 [] ss
238 np % xy
239 -20.3051 137.912 % r
240 8 ci
241 % sk
242 0 sg sk
243 % End
244
245 % Text
246 % xy -22.856 134.723
247 % sk 0
248 % f 0 10
249 % s x
250 % End
251
252 % Text
253 % xy -12.2862 139.002
254 % sk 0
255 % f 3 8
256 % s 0
257 % End
258
259 % Line
260 % ss 0
261 0.4 [] ss
262 % ar 2 7
263 0 sg np % # 2
264 -52.3051 137.912 mt
265 -32.3051 137.912 7 20 0 at
266 % sk
267 0 sg sk
268 % End
269
270 % End
271
272 % Group
273
274 % Line
275 % ss 0
276 1.2 [] ss
277 % ar 1 7
278 0 sg np % # 2
279 22.8291 120.568 7 -7.1248 -10.688 af
280 29.9539 131.256 lt
281 % sk
282 0 sg sk
283 % End
284
285 % Line
286 % ss 0
287 0.4 [] ss
288 np % # 2
289 45.9539 120.568 mt
290 38.8291 131.256 lt
291 % sk
292 0 sg sk
293 % End
294
295 % Line
296 % ss 0
297 0.4 [] ss
298 np % # 2
299 34.3915 145.912 mt
300 34.3915 157.912 lt
301 % sk
302 0 sg sk
303 % End
304
305 % Circle
306 % ss 0
307 0.4 [] ss
308 np % xy
309 34.3915 137.912 % r
310 8 ci
311 % sk
312 0 sg sk
313 % End
314
315 % Text
316 % xy 31.8406 134.723
317 % sk 0
318 % f 0 10
319 % s x
320 % End
321
322 % Text
323 % xy 42.4105 139.002
324 % sk 0
325 % f 3 8
326 % s 0
327 % End
328
329 % Line
330 % ss 0
331 0.4 [] ss
332 np % # 2
333 70.8291 120.568 mt
334 77.9539 131.256 lt
335 % sk
336 0 sg sk
337 % End
338
339 % Line
340 % ss 0
341 0.4 [] ss
342 np % # 2
343 93.9539 120.568 mt
344 86.8291 131.256 lt
345 % sk
346 0 sg sk
347 % End
348
349 % Line
350 % ss 0
351 0.4 [] ss
352 np % # 2
353 82.3915 145.912 mt
354 82.3915 157.912 lt
355 % sk
356 0 sg sk
357 % End
358
359 % Circle
360 % ss 0
361 0.4 [] ss
362 np % xy
363 82.3915 137.912 % r
364 8 ci
365 % sk
366 0 sg sk
367 % End
368
369 % Text
370 % xy 79.8406 134.723
371 % sk 0
372 % f 0 10
373 % s x
374 % End
375
376 % Text
377 % xy 90.4104 139.002
378 % sk 0
379 % f 3 8
380 % s +
381 % End
382
383 % Line
384 % ss 0
385 0.4 [] ss
386 % ar 2 7
387 0 sg np % # 2
388 50.3915 137.912 mt
389 70.3915 137.912 7 20 0 at
390 % sk
391 0 sg sk
392 % End
393
394 % End
395
396 % End
397
398 end %% of Ipe figure