]> mj.ucw.cz Git - ads1.git/blob - 2009/11-stromy/treepic/t1.ipe
Historicke poznamky presunuty do adresare 2009
[ads1.git] / 2009 / 11-stromy / treepic / t1.ipe
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: Ipe 5.0
3 %%BoundingBox: 251 367 349 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{96}{64}
17 %%\begin{picture}(96,64)(252,368)
18 %%\IPEput{251}{367}{349}{433}
19 %%\put(289.449,420.811){\IPEtext{\IPEfs{10}\rm 5}}
20 %%\put(257.273,396.684){\IPEtext{\IPEfs{10}\rm 2}}
21 %%\put(321.427,396.301){\IPEtext{\IPEfs{10}\rm 8}}
22 %%\put(273.216,372.961){\IPEtext{\IPEfs{10}\rm 4}}
23 %%\put(305.357,372.578){\IPEtext{\IPEfs{10}\rm 7}}
24 %%\put(337.498,372.451){\IPEtext{\IPEfs{10}\rm 9}}
25 %%\end{picture}\endinput}
26 %% Ipe postscript prologue
27
28 /IpeDict 60 dict def
29 IpeDict begin
30 /origmatrix matrix currentmatrix def
31
32 /sg {setgray} bind def
33 /sc {setrgbcolor} bind def
34 /ss {0 setdash setlinewidth} bind def
35 /sk {stroke} bind def
36 /fi {fill} bind def
37 /sfi {gsave fill grestore} bind def
38 /mt {moveto} bind def
39 /lt {lineto} bind def
40 /np {newpath} bind def
41 /cl {closepath} bind def
42 /N {moveto} bind def
43 /L {lineto} bind def
44 /E {lineto} bind def
45 /C {lineto closepath} bind def
46 %%%%
47 %% x y size dx dy -> ar -> x y [ draws arrowhead, computes new vertex ]
48 /smallarrow {gsave exch atan 4 2 roll translate rotate dup scale
49 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath fill
50 -1 0 moveto currentpoint transform grestore itransform} bind def
51 /ar {gsave exch atan 4 2 roll translate rotate dup scale
52 newpath 0 0 moveto -1 0.3 lineto -1 -0.3 lineto closepath
53 gsave origmatrix setmatrix [] 0 setdash stroke grestore fill
54 0 0 moveto currentpoint transform grestore itransform} bind def
55 %%%%
56 /af {ar moveto} bind def
57 /at {ar lineto} bind def
58 %% x y size dx dy -> arw -> [ draws arrowhead ]
59 /arw {ar pop pop} bind def
60 %%%%
61 /ci {0 360 arc} bind def
62 /el {gsave concat 0 exch 0 exch 0 360 newpath arc origmatrix
63 setmatrix} bind def
64 /gs {gsave} bind def
65 /gr {grestore} bind def
66 /gsts {gsave translate scale } bind def
67 %%
68 /marker {gsave translate 0 setlinewidth [] 0 setdash newpath} bind def
69 /m1 {marker 0 exch 0 exch 0 360 arc stroke grestore} bind def
70 /m2 {marker 0 exch 0 exch 0 360 arc fill grestore} bind def
71 /m3 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
72 neg exch lineto closepath stroke grestore} bind def 
73 /m4 {marker dup dup moveto dup dup neg lineto dup neg dup lineto dup
74 neg exch lineto closepath fill grestore} bind def
75 /m5 {marker dup dup moveto dup neg dup lineto dup dup neg moveto dup
76 neg exch lineto closepath stroke grestore} bind def
77
78 %% splines
79 systemdict /setpacking known {/savepacking currentpacking def false
80   setpacking} if
81 /q0 {0 0} def
82 /q1 {0 0} def
83 /q2 {0 0} def
84 /q3 {0 0} def
85 /p0 {0 0} def
86 /p1 {0 0} def
87 /p2 {0 0} def
88 /p3 {0 0} def
89 systemdict /setpacking known {savepacking setpacking} if
90
91 %% x y /qi -> defp -> [/qi [x y] def]
92 /defp {dup 4 1 roll load astore def} bind def
93
94 /midpoint { exch 4 3 roll add 2 div 3 1 roll add 2 div } bind def
95 /thirdpoint { exch 4 3 roll 2 mul add 3 div 3 1 roll exch 2 mul add 3
96 div } bind def
97
98 /prespl {/p3 defp /p2 defp /p1 defp /p0 defp
99 p1 p2 thirdpoint /q1 defp
100 p2 p1 thirdpoint /q2 defp
101 p1 p0 thirdpoint q1 midpoint /q0 defp
102 p2 p3 thirdpoint q2 midpoint /q3 defp } bind def
103 /postspl { q1 q2 q3 curveto p1 p2 p3 } bind def
104 /fspl { prespl q0 moveto postspl } bind def
105 /spl { prespl postspl } bind def
106 /xspl { pop pop pop pop pop pop } bind def
107
108 /qspl { /p2 defp /p1 defp /p0 defp
109 p1 p0 midpoint /q0 defp
110 p1 p2 midpoint /q3 defp
111 p1 q0 thirdpoint /q1 defp
112 p1 q3 thirdpoint /q2 defp q0 moveto q1 q2 q3 curveto } bind def
113
114 /cqspl { /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
119 p2 p1 midpoint /q0 defp
120 p2 p0 midpoint /q3 defp
121 p2 q0 thirdpoint /q1 defp
122 p2 q3 thirdpoint /q2 defp q1 q2 q3 curveto
123 p0 p2 midpoint /q0 defp
124 p0 p1 midpoint /q3 defp
125 p0 q0 thirdpoint /q1 defp
126 p0 q3 thirdpoint /q2 defp q1 q2 q3 curveto } bind def
127
128 %% bitmaps
129 /pix { /picstr exch string def } def
130 %% wd ht -> preimg -> ..stuff for image..
131 /preimg { 8 [ 3 index 0 0 5 index neg 0 7 index ]
132  {currentfile picstr readhexstring pop} } def
133 /img { preimg image } bind def
134 /kimg { preimg false 3 colorimage } bind def
135 %%
136 end
137 %% Ipe prologue end
138
139 IpeDict begin 364 232 translate
140
141 % Preamble 1
142 %%\documentclass[a4paper]{article}
143 % Group
144
145 % Circle
146 % ss 0
147 0.4 [] ss
148 np % xy
149 -72 192 % r
150 8 ci
151 % sk
152 0 sg sk
153 % End
154
155 % Circle
156 % ss 0
157 0.4 [] ss
158 np % xy
159 -104 168 % r
160 8 ci
161 % sk
162 0 sg sk
163 % End
164
165 % Circle
166 % ss 0
167 0.4 [] ss
168 np % xy
169 -40 168 % r
170 8 ci
171 % sk
172 0 sg sk
173 % End
174
175 % Circle
176 % ss 0
177 0.4 [] ss
178 np % xy
179 -88 144 % r
180 8 ci
181 % sk
182 0 sg sk
183 % End
184
185 % Circle
186 % ss 0
187 0.4 [] ss
188 np % xy
189 -56 144 % r
190 8 ci
191 % sk
192 0 sg sk
193 % End
194
195 % Circle
196 % ss 0
197 0.4 [] ss
198 np % xy
199 -24 144 % r
200 8 ci
201 % sk
202 0 sg sk
203 % End
204
205 % Text
206 % xy -74.5509 188.811
207 % sk 0
208 % f 0 10
209 % s 5
210 % End
211
212 % Text
213 % xy -106.727 164.684
214 % sk 0
215 % f 0 10
216 % s 2
217 % End
218
219 % Text
220 % xy -42.5727 164.301
221 % sk 0
222 % f 0 10
223 % s 8
224 % End
225
226 % Text
227 % xy -90.7842 140.961
228 % sk 0
229 % f 0 10
230 % s 4
231 % End
232
233 % Text
234 % xy -58.6432 140.578
235 % sk 0
236 % f 0 10
237 % s 7
238 % End
239
240 % Text
241 % xy -26.5022 140.451
242 % sk 0
243 % f 0 10
244 % s 9
245 % End
246
247 % Line
248 % ss 0
249 0.4 [] ss
250 np % # 2
251 -99.4578 161.415 mt
252 -92.4376 150.656 lt
253 % sk
254 0 sg sk
255 % End
256
257 % Line
258 % ss 0
259 0.4 [] ss
260 np % # 2
261 -97.6 172.8 mt
262 -78.4 187.2 lt
263 % sk
264 0 sg sk
265 % End
266
267 % Line
268 % ss 0
269 0.4 [] ss
270 np % # 2
271 -51.5624 150.656 mt
272 -44.4376 161.344 lt
273 % sk
274 0 sg sk
275 % End
276
277 % Line
278 % ss 0
279 0.4 [] ss
280 np % # 2
281 -28.4376 150.656 mt
282 -35.5624 161.344 lt
283 % sk
284 0 sg sk
285 % End
286
287 % Line
288 % ss 0
289 0.4 [] ss
290 np % # 2
291 -65.6 187.2 mt
292 -46.4 172.8 lt
293 % sk
294 0 sg sk
295 % End
296
297 % End
298
299 end %% of Ipe figure