annotate input/deps-mmh.eps @ 227:157c92fc1597

Further improvements.
author markus schnalke <meillo@marmaro.de>
date Sun, 15 Jul 2012 23:44:15 +0200
parents 95257474a123
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
220
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1 %!PS-Adobe-3.0 EPSF-3.0
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
2 %%Creator: graphviz version 2.28.0 (20120715.1431)
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
3 %%Title: foo
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
4 %%Pages: 1
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
5 %%BoundingBox: 36 36 1745 260
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
6 %%EndComments
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
7 save
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
8 %%BeginProlog
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
9 /DotDict 200 dict def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
10 DotDict begin
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
11
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
12 /setupLatin1 {
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
13 mark
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
14 /EncodingVector 256 array def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
15 EncodingVector 0
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
16
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
17 ISOLatin1Encoding 0 255 getinterval putinterval
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
18 EncodingVector 45 /hyphen put
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
19
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
20 % Set up ISO Latin 1 character encoding
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
21 /starnetISO {
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
22 dup dup findfont dup length dict begin
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
23 { 1 index /FID ne { def }{ pop pop } ifelse
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
24 } forall
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
25 /Encoding EncodingVector def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
26 currentdict end definefont
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
27 } def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
28 /Times-Roman starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
29 /Times-Italic starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
30 /Times-Bold starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
31 /Times-BoldItalic starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
32 /Helvetica starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
33 /Helvetica-Oblique starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
34 /Helvetica-Bold starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
35 /Helvetica-BoldOblique starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
36 /Courier starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
37 /Courier-Oblique starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
38 /Courier-Bold starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
39 /Courier-BoldOblique starnetISO def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
40 cleartomark
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
41 } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
42
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
43 %%BeginResource: procset graphviz 0 0
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
44 /coord-font-family /Times-Roman def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
45 /default-font-family /Times-Roman def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
46 /coordfont coord-font-family findfont 8 scalefont def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
47
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
48 /InvScaleFactor 1.0 def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
49 /set_scale {
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
50 dup 1 exch div /InvScaleFactor exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
51 scale
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
52 } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
53
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
54 % styles
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
55 /solid { [] 0 setdash } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
56 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
57 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
58 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
59 /bold { 2 setlinewidth } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
60 /filled { } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
61 /unfilled { } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
62 /rounded { } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
63 /diagonals { } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
64
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
65 % hooks for setting color
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
66 /nodecolor { sethsbcolor } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
67 /edgecolor { sethsbcolor } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
68 /graphcolor { sethsbcolor } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
69 /nopcolor {pop pop pop} bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
70
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
71 /beginpage { % i j npages
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
72 /npages exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
73 /j exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
74 /i exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
75 /str 10 string def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
76 npages 1 gt {
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
77 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
78 coordfont setfont
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
79 0 0 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
80 (\() show i str cvs show (,) show j str cvs show (\)) show
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
81 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
82 } if
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
83 } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
84
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
85 /set_font {
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
86 findfont exch
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
87 scalefont setfont
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
88 } def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
89
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
90 % draw text fitted to its expected width
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
91 /alignedtext { % width text
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
92 /text exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
93 /width exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
94 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
95 width 0 gt {
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
96 [] 0 setdash
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
97 text stringwidth pop width exch sub text length div 0 text ashow
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
98 } if
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
99 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
100 } def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
101
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
102 /boxprim { % xcorner ycorner xsize ysize
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
103 4 2 roll
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
104 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
105 2 copy
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
106 exch 0 rlineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
107 0 exch rlineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
108 pop neg 0 rlineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
109 closepath
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
110 } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
111
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
112 /ellipse_path {
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
113 /ry exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
114 /rx exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
115 /y exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
116 /x exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
117 matrix currentmatrix
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
118 newpath
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
119 x y translate
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
120 rx ry scale
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
121 0 0 1 0 360 arc
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
122 setmatrix
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
123 } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
124
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
125 /endpage { showpage } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
126 /showpage { } def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
127
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
128 /layercolorseq
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
129 [ % layer color sequence - darkest to lightest
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
130 [0 0 0]
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
131 [.2 .8 .8]
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
132 [.4 .8 .8]
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
133 [.6 .8 .8]
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
134 [.8 .8 .8]
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
135 ]
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
136 def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
137
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
138 /layerlen layercolorseq length def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
139
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
140 /setlayer {/maxlayer exch def /curlayer exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
141 layercolorseq curlayer 1 sub layerlen mod get
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
142 aload pop sethsbcolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
143 /nodecolor {nopcolor} def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
144 /edgecolor {nopcolor} def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
145 /graphcolor {nopcolor} def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
146 } bind def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
147
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
148 /onlayer { curlayer ne {invis} if } def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
149
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
150 /onlayers {
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
151 /myupper exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
152 /mylower exch def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
153 curlayer mylower lt
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
154 curlayer myupper gt
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
155 or
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
156 {invis} if
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
157 } def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
158
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
159 /curlayer 0 def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
160
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
161 %%EndResource
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
162 %%EndProlog
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
163 %%BeginSetup
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
164 14 default-font-family set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
165 1 setmiterlimit
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
166 % /arrowlength 10 def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
167 % /arrowwidth 5 def
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
168
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
169 % make sure pdfmark is harmless for PS-interpreters other than Distiller
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
170 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
171 % make '<<' and '>>' safe on PS Level 1 devices
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
172 /languagelevel where {pop languagelevel}{1} ifelse
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
173 2 lt {
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
174 userdict (<<) cvn ([) cvn load put
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
175 userdict (>>) cvn ([) cvn load put
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
176 } if
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
177
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
178 %%EndSetup
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
179 setupLatin1
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
180 %%Page: 1 1
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
181 %%PageBoundingBox: 36 36 1745 260
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
182 %%PageOrientation: Portrait
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
183 0 0 1 beginpage
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
184 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
185 36 36 1709 224 boxprim clip newpath
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
186 1 1 set_scale 0 rotate 40 41 translate
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
187 % aliasbr.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
188 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
189 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
190 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
191 newpath 105.25 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
192 28.75 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
193 28.75 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
194 105.25 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
195 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
196 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
197 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
198 36.5 194.3 moveto 61 (aliasbr.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
199 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
200 % ali
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
201 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
202 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
203 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
204 27 18 27 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
205 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
206 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
207 18 14.3 moveto 18 (ali) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
208 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
209 % aliasbr.c->ali
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
210 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
211 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
212 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
213 newpath 63.16 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
214 56.21 148.97 41.45 83.3 33.1 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
215 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
216 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
217 newpath 36.43 45 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
218 30.82 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
219 29.6 46.54 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
220 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
221 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
222 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
223 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
224 newpath 36.43 45 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
225 30.82 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
226 29.6 46.54 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
227 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
228 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
229 % spost
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
230 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
231 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
232 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
233 108 18 35.62 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
234 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
235 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
236 88.5 14.3 moveto 39 (spost) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
237 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
238 % aliasbr.c->spost
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
239 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
240 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
241 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
242 newpath 70.93 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
243 78.06 148.97 93.19 83.3 101.75 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
244 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
245 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
246 newpath 105.25 46.55 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
247 104.08 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
248 98.43 44.97 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
249 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
250 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
251 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
252 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
253 newpath 105.25 46.55 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
254 104.08 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
255 98.43 44.97 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
256 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
257 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
258 % whatnowproc.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
259 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
260 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
261 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
262 newpath 382.25 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
263 255.75 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
264 255.75 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
265 382.25 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
266 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
267 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
268 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
269 263.5 194.3 moveto 111 (whatnowproc.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
270 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
271 % comp
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
272 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
273 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
274 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
275 198 18 36.1 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
276 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
277 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
278 178 14.3 moveto 40 (comp) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
279 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
280 % whatnowproc.c->comp
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
281 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
282 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
283 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
284 newpath 307.4 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
285 285.91 148.33 239.86 80.57 214.9 43.86 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
286 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
287 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
288 newpath 217.56 41.54 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
289 209.04 35.24 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
290 211.77 45.48 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
291 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
292 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
293 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
294 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
295 newpath 217.56 41.54 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
296 209.04 35.24 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
297 211.77 45.48 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
298 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
299 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
300 % dist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
301 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
302 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
303 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
304 280 18 27.42 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
305 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
306 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
307 266.5 14.3 moveto 27 (dist) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
308 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
309 % whatnowproc.c->dist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
310 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
311 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
312 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
313 newpath 315.26 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
314 308.48 148.97 294.09 83.3 285.94 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
315 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
316 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
317 newpath 289.29 45.03 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
318 283.73 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
319 282.45 46.53 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
320 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
321 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
322 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
323 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
324 newpath 289.29 45.03 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
325 283.73 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
326 282.45 46.53 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
327 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
328 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
329 % forw
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
330 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
331 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
332 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
333 358 18 32.25 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
334 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
335 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
336 341 14.3 moveto 34 (forw) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
337 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
338 % whatnowproc.c->forw
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
339 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
340 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
341 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
342 newpath 322.74 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
343 329.52 148.97 343.91 83.3 352.06 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
344 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
345 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
346 newpath 355.55 46.53 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
347 354.27 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
348 348.71 45.03 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
349 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
350 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
351 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
352 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
353 newpath 355.55 46.53 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
354 354.27 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
355 348.71 45.03 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
356 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
357 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
358 % repl
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
359 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
360 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
361 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
362 438 18 29.37 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
363 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
364 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
365 423.5 14.3 moveto 29 (repl) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
366 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
367 % whatnowproc.c->repl
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
368 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
369 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
370 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
371 newpath 330.41 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
372 351.59 148.25 397.07 80.23 421.56 43.58 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
373 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
374 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
375 newpath 424.66 45.24 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
376 427.31 34.99 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
377 418.85 41.35 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
378 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
379 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
380 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
381 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
382 newpath 424.66 45.24 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
383 427.31 34.99 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
384 418.85 41.35 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
385 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
386 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
387 % scansbr.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
388 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
389 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
390 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
391 newpath 565.5 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
392 482.5 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
393 482.5 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
394 565.5 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
395 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
396 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
397 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
398 490 194.3 moveto 68 (scansbr.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
399 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
400 % inc
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
401 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
402 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
403 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
404 512 18 27 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
405 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
406 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
407 501 14.3 moveto 22 (inc) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
408 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
409 % scansbr.c->inc
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
410 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
411 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
412 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
413 newpath 522.85 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
414 520.76 148.97 516.33 83.3 513.83 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
415 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
416 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
417 newpath 517.31 45.76 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
418 513.15 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
419 510.33 46.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
420 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
421 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
422 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
423 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
424 newpath 517.31 45.76 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
425 513.15 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
426 510.33 46.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
427 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
428 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
429 % scan
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
430 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
431 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
432 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
433 589 18 32.25 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
434 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
435 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
436 572 14.3 moveto 34 (scan) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
437 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
438 % scansbr.c->scan
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
439 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
440 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
441 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
442 newpath 530.23 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
443 541.62 148.75 565.85 82.4 579.37 45.37 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
444 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
445 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
446 newpath 582.74 46.35 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
447 582.88 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
448 576.16 43.95 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
449 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
450 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
451 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
452 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
453 newpath 582.74 46.35 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
454 582.88 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
455 576.16 43.95 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
456 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
457 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
458 % termsbr.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
459 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
460 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
461 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
462 newpath 800.25 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
463 715.75 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
464 715.75 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
465 800.25 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
466 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
467 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
468 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
469 723.5 194.3 moveto 69 (termsbr.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
470 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
471 % termsbr.c->inc
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
472 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
473 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
474 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
475 newpath 734.41 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
476 688.22 146.51 586.17 72.66 538.06 37.86 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
477 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
478 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
479 newpath 539.88 34.85 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
480 529.73 31.83 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
481 535.78 40.53 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
482 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
483 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
484 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
485 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
486 newpath 539.88 34.85 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
487 529.73 31.83 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
488 535.78 40.53 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
489 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
490 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
491 % mhbuild
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
492 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
493 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
494 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
495 763 18 48.62 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
496 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
497 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
498 733.5 14.3 moveto 59 (mhbuild) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
499 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
500 % termsbr.c->mhbuild
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
501 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
502 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
503 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
504 newpath 758.48 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
505 759.35 148.97 761.19 83.3 762.24 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
506 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
507 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
508 newpath 765.74 46.11 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
509 762.52 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
510 758.74 45.91 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
511 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
512 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
513 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
514 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
515 newpath 765.74 46.11 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
516 762.52 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
517 758.74 45.91 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
518 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
519 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
520 % mhl
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
521 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
522 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
523 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
524 668 18 28.4 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
525 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
526 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
527 654 14.3 moveto 28 (mhl) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
528 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
529 % termsbr.c->mhl
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
530 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
531 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
532 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
533 newpath 749.37 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
534 733.46 148.46 699.42 81.15 680.81 44.33 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
535 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
536 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
537 newpath 683.85 42.59 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
538 676.21 35.24 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
539 677.6 45.74 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
540 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
541 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
542 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
543 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
544 newpath 683.85 42.59 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
545 676.21 35.24 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
546 677.6 45.74 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
547 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
548 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
549 % mhlist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
550 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
551 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
552 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
553 972 18 39.47 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
554 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
555 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
556 949.5 14.3 moveto 45 (mhlist) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
557 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
558 % termsbr.c->mhlist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
559 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
560 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
561 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
562 newpath 778.52 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
563 817.63 147.4 902.8 76.56 945.9 40.71 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
564 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
565 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
566 newpath 948.24 43.32 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
567 953.69 34.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
568 943.76 37.94 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
569 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
570 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
571 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
572 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
573 newpath 948.24 43.32 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
574 953.69 34.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
575 943.76 37.94 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
576 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
577 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
578 % show
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
579 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
580 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
581 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
582 1065 18 35.15 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
583 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
584 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
585 1046 14.3 moveto 38 (show) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
586 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
587 % termsbr.c->show
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
588 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
589 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
590 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
591 newpath 787.44 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
592 845.42 146.32 973.93 71.8 1033.52 37.25 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
593 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
594 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
595 newpath 1035.58 40.1 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
596 1042.47 32.06 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
597 1032.07 34.05 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
598 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
599 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
600 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
601 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
602 newpath 1035.58 40.1 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
603 1042.47 32.06 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
604 1032.07 34.05 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
605 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
606 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
607 % mhstore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
608 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
609 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
610 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
611 1167 18 49.09 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
612 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
613 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
614 1137 14.3 moveto 60 (mhstore) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
615 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
616 % termsbr.c->mhstore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
617 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
618 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
619 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
620 newpath 797.22 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
621 875.06 146.05 1048.35 70.64 1126.91 36.45 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
622 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
623 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
624 newpath 1128.68 39.49 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
625 1136.45 32.29 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
626 1125.89 33.08 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
627 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
628 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
629 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
630 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
631 newpath 1128.68 39.49 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
632 1136.45 32.29 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
633 1125.89 33.08 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
634 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
635 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
636 % mhtest
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
637 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
638 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
639 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
640 872 18 42.37 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
641 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
642 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
643 847.5 14.3 moveto 49 (mhtest) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
644 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
645 % termsbr.c->mhtest
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
646 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
647 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
648 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
649 newpath 768.93 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
650 789.12 148.41 832.35 80.92 855.9 44.14 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
651 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
652 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
653 newpath 858.99 45.81 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
654 861.43 35.5 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
655 853.09 42.03 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
656 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
657 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
658 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
659 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
660 newpath 858.99 45.81 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
661 861.43 35.5 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
662 853.09 42.03 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
663 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
664 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
665 % termsbr.c->scan
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
666 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
667 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
668 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
669 newpath 741.8 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
670 711.23 147.74 645.04 78.02 610.68 41.84 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
671 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
672 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
673 newpath 612.88 39.07 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
674 603.46 34.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
675 607.81 43.89 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
676 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
677 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
678 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
679 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
680 newpath 612.88 39.07 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
681 603.46 34.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
682 607.81 43.89 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
683 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
684 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
685 % mhfree.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
686 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
687 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
688 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
689 newpath 899 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
690 819 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
691 819 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
692 899 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
693 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
694 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
695 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
696 827 194.3 moveto 64 (mhfree.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
697 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
698 % mhfree.c->mhbuild
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
699 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
700 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
701 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
702 newpath 849.8 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
703 832.91 148.62 796.88 81.83 776.97 44.9 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
704 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
705 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
706 newpath 779.86 42.9 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
707 772.04 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
708 773.7 46.22 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
709 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
710 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
711 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
712 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
713 newpath 779.86 42.9 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
714 772.04 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
715 773.7 46.22 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
716 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
717 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
718 % mhfree.c->mhlist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
719 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
720 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
721 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
722 newpath 869.83 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
723 889.85 148.41 932.69 80.92 956.04 44.14 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
724 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
725 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
726 newpath 959.12 45.82 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
727 961.53 35.5 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
728 953.21 42.06 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
729 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
730 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
731 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
732 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
733 newpath 959.12 45.82 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
734 961.53 35.5 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
735 953.21 42.06 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
736 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
737 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
738 % mhfree.c->show
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
739 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
740 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
741 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
742 newpath 878.75 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
743 916.52 147.3 998.87 76.14 1040.24 40.39 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
744 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
745 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
746 newpath 1042.67 42.92 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
747 1047.94 33.74 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
748 1038.09 37.63 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
749 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
750 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
751 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
752 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
753 newpath 1042.67 42.92 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
754 1047.94 33.74 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
755 1038.09 37.63 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
756 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
757 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
758 % mhfree.c->mhstore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
759 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
760 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
761 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
762 newpath 888.53 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
763 945.96 146.74 1072.37 73.69 1133.11 38.59 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
764 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
765 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
766 newpath 1135.02 41.53 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
767 1141.92 33.49 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
768 1131.51 35.47 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
769 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
770 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
771 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
772 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
773 newpath 1135.02 41.53 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
774 1141.92 33.49 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
775 1131.51 35.47 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
776 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
777 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
778 % mhfree.c->mhtest
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
779 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
780 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
781 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
782 newpath 860.25 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
783 862.51 148.97 867.3 83.3 870.02 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
784 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
785 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
786 newpath 873.52 46.24 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
787 870.76 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
788 866.54 45.73 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
789 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
790 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
791 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
792 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
793 newpath 873.52 46.24 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
794 870.76 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
795 866.54 45.73 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
796 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
797 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
798 % mhparse.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
799 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
800 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
801 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
802 newpath 1009 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
803 917 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
804 917 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
805 1009 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
806 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
807 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
808 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
809 925 194.3 moveto 76 (mhparse.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
810 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
811 % mhparse.c->mhbuild
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
812 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
813 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
814 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
815 newpath 943.82 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
816 907.62 147.71 829.19 77.91 788.56 41.75 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
817 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
818 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
819 newpath 790.76 39.02 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
820 780.96 34.99 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
821 786.1 44.25 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
822 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
823 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
824 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
825 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
826 newpath 790.76 39.02 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
827 780.96 34.99 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
828 786.1 44.25 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
829 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
830 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
831 % mhparse.c->mhlist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
832 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
833 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
834 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
835 newpath 963.86 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
836 965.43 148.97 968.75 83.3 970.63 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
837 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
838 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
839 newpath 974.13 46.18 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
840 971.14 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
841 967.14 45.83 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
842 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
843 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
844 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
845 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
846 newpath 974.13 46.18 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
847 971.14 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
848 967.14 45.83 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
849 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
850 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
851 % mhparse.c->show
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
852 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
853 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
854 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
855 newpath 972.78 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
856 990.77 148.54 1029.19 81.49 1050.32 44.61 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
857 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
858 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
859 newpath 1053.61 45.91 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
860 1055.55 35.5 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
861 1047.54 42.43 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
862 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
863 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
864 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
865 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
866 newpath 1053.61 45.91 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
867 1055.55 35.5 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
868 1047.54 42.43 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
869 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
870 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
871 % mhparse.c->mhstore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
872 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
873 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
874 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
875 newpath 982.56 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
876 1019.49 147.71 1099.48 77.91 1140.93 41.75 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
877 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
878 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
879 newpath 1143.45 44.2 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
880 1148.68 34.99 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
881 1138.84 38.92 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
882 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
883 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
884 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
885 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
886 newpath 1143.45 44.2 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
887 1148.68 34.99 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
888 1138.84 38.92 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
889 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
890 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
891 % mhparse.c->mhtest
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
892 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
893 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
894 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
895 newpath 954.27 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
896 938.27 148.62 904.12 81.83 885.24 44.9 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
897 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
898 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
899 newpath 888.23 43.07 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
900 880.57 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
901 882 46.25 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
902 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
903 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
904 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
905 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
906 newpath 888.23 43.07 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
907 880.57 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
908 882 46.25 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
909 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
910 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
911 % mhoutsbr.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
912 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
913 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
914 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
915 newpath 697.25 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
916 600.75 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
917 600.75 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
918 697.25 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
919 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
920 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
921 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
922 608.5 194.3 moveto 81 (mhoutsbr.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
923 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
924 % mhoutsbr.c->mhbuild
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
925 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
926 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
927 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
928 newpath 659.93 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
929 680.07 148.49 723.13 81.26 746.72 44.43 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
930 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
931 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
932 newpath 749.82 46.06 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
933 752.27 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
934 743.93 42.29 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
935 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
936 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
937 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
938 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
939 newpath 749.82 46.06 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
940 752.27 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
941 743.93 42.29 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
942 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
943 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
944 % mhoutsbr.c->mhtest
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
945 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
946 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
947 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
948 newpath 670.38 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
949 711.23 147.33 800.26 76.26 845.08 40.48 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
950 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
951 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
952 newpath 847.29 43.21 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
953 852.92 34.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
954 842.92 37.73 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
955 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
956 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
957 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
958 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
959 newpath 847.29 43.21 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
960 852.92 34.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
961 842.92 37.73 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
962 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
963 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
964 % mhmisc.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
965 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
966 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
967 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
968 newpath 1113 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
969 1027 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
970 1027 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
971 1113 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
972 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
973 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
974 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
975 1035 194.3 moveto 70 (mhmisc.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
976 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
977 % mhmisc.c->mhbuild
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
978 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
979 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
980 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
981 newpath 1040.56 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
982 983.32 146.74 857.33 73.69 796.78 38.59 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
983 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
984 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
985 newpath 798.4 35.48 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
986 787.99 33.49 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
987 794.89 41.54 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
988 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
989 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
990 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
991 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
992 newpath 798.4 35.48 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
993 787.99 33.49 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
994 794.89 41.54 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
995 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
996 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
997 % mhmisc.c->mhlist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
998 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
999 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1000 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1001 newpath 1060.6 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1002 1043.36 148.62 1006.59 81.83 986.26 44.9 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1003 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1004 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1005 newpath 989.11 42.83 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1006 981.23 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1007 982.98 46.2 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1008 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1009 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1010 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1011 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1012 newpath 989.11 42.83 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1013 981.23 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1014 982.98 46.2 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1015 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1016 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1017 % mhmisc.c->show
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1018 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1019 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1020 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1021 newpath 1069.52 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1022 1068.65 148.97 1066.81 83.3 1065.76 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1023 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1024 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1025 newpath 1069.26 45.91 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1026 1065.48 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1027 1062.26 46.11 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1028 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1029 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1030 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1031 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1032 newpath 1069.26 45.91 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1033 1065.48 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1034 1062.26 46.11 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1035 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1036 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1037 % mhmisc.c->mhstore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1038 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1039 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1040 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1041 newpath 1079.3 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1042 1096.36 148.62 1132.76 81.83 1152.89 44.9 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1043 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1044 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1045 newpath 1156.16 46.21 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1046 1157.87 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1047 1150.01 42.86 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1048 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1049 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1050 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1051 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1052 newpath 1156.16 46.21 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1053 1157.87 35.76 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1054 1150.01 42.86 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1055 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1056 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1057 % mhmisc.c->mhtest
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1058 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1059 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1060 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1061 newpath 1051.01 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1062 1014.99 147.55 936.74 77.2 896.7 41.2 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1063 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1064 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1065 newpath 899 38.56 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1066 889.22 34.48 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1067 894.32 43.77 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1068 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1069 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1070 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1071 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1072 newpath 899 38.56 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1073 889.22 34.48 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1074 894.32 43.77 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1075 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1076 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1077 % mhlistsbr.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1078 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1079 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1080 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1081 newpath 1226.25 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1082 1131.75 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1083 1131.75 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1084 1226.25 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1085 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1086 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1087 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1088 1139.5 194.3 moveto 79 (mhlistsbr.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1089 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1090 % mhlistsbr.c->mhlist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1091 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1092 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1093 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1094 newpath 1159.15 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1095 1121.39 147.46 1039.27 76.85 997.5 40.93 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1096 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1097 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1098 newpath 999.58 38.1 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1099 989.71 34.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1100 995.01 43.41 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1101 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1102 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1103 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1104 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1105 newpath 999.58 38.1 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1106 989.71 34.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1107 995.01 43.41 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1108 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1109 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1110 % mhlistsbr.c->show
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1111 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1112 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1113 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1114 newpath 1168.07 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1115 1147.83 148.33 1104.43 80.57 1080.92 43.86 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1116 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1117 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1118 newpath 1083.74 41.77 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1119 1075.4 35.24 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1120 1077.85 45.55 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1121 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1122 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1123 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1124 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1125 newpath 1083.74 41.77 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1126 1075.4 35.24 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1127 1077.85 45.55 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1128 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1129 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1130 % mhlistsbr.c->mhstore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1131 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1132 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1133 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1134 newpath 1177.85 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1135 1175.76 148.97 1171.33 83.3 1168.83 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1136 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1137 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1138 newpath 1172.31 45.76 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1139 1168.15 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1140 1165.33 46.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1141 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1142 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1143 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1144 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1145 newpath 1172.31 45.76 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1146 1168.15 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1147 1165.33 46.23 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1148 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1149 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1150 % mhshowsbr.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1151 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1152 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1153 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1154 newpath 1355.25 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1155 1244.75 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1156 1244.75 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1157 1355.25 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1158 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1159 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1160 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1161 1252.5 194.3 moveto 95 (mhshowsbr.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1162 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1163 % mhshowsbr.c->show
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1164 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1165 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1166 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1167 newpath 1277.47 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1168 1233.99 147 1138.71 74.83 1091.95 39.42 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1169 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1170 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1171 newpath 1093.9 36.5 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1172 1083.81 33.25 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1173 1089.67 42.08 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1174 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1175 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1176 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1177 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1178 newpath 1093.9 36.5 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1179 1083.81 33.25 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1180 1089.67 42.08 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1181 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1182 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1183 % mhshowsbr.c->mhstore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1184 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1185 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1186 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1187 newpath 1287.25 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1188 1263.59 148.27 1212.84 80.34 1185.44 43.68 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1189 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1190 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1191 newpath 1188.12 41.41 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1192 1179.33 35.5 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1193 1182.51 45.6 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1194 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1195 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1196 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1197 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1198 newpath 1188.12 41.41 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1199 1179.33 35.5 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1200 1182.51 45.6 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1201 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1202 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1203 % dropsbr.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1204 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1205 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1206 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1207 newpath 1458.25 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1208 1373.75 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1209 1373.75 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1210 1458.25 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1211 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1212 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1213 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1214 1381.5 194.3 moveto 69 (dropsbr.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1215 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1216 % packf
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1217 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1218 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1219 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1220 1365 18 36.1 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1221 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1222 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1223 1345 14.3 moveto 40 (packf) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1224 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1225 % dropsbr.c->packf
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1226 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1227 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1228 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1229 newpath 1411.11 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1230 1402.2 148.83 1383.26 82.73 1372.64 45.65 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1231 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1232 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1233 newpath 1375.99 44.66 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1234 1369.88 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1235 1369.27 46.59 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1236 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1237 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1238 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1239 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1240 newpath 1375.99 44.66 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1241 1369.88 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1242 1369.27 46.59 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1243 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1244 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1245 % rcvpack
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1246 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1247 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1248 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1249 1467 18 48.14 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1250 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1251 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1252 1438 14.3 moveto 58 (rcvpack) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1253 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1254 % dropsbr.c->rcvpack
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1255 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1256 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1257 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1258 newpath 1420.89 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1259 1429.8 148.83 1448.74 82.73 1459.36 45.65 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1260 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1261 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1262 newpath 1462.73 46.59 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1263 1462.12 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1264 1456.01 44.66 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1265 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1266 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1267 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1268 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1269 newpath 1462.73 46.59 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1270 1462.12 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1271 1456.01 44.66 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1272 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1273 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1274 % distsbr.c
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1275 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1276 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1277 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1278 newpath 1660.25 216 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1279 1583.75 216 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1280 1583.75 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1281 1660.25 180 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1282 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1283 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1284 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1285 1591.5 194.3 moveto 61 (distsbr.c) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1286 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1287 % rcvdist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1288 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1289 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1290 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1291 1576 18 42.35 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1292 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1293 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1294 1551 14.3 moveto 50 (rcvdist) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1295 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1296 % distsbr.c->rcvdist
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1297 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1298 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1299 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1300 newpath 1617.59 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1301 1609.59 148.97 1592.62 83.3 1583.01 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1302 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1303 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1304 newpath 1586.29 44.82 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1305 1580.4 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1306 1579.51 46.57 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1307 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1308 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1309 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1310 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1311 newpath 1586.29 44.82 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1312 1580.4 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1313 1579.51 46.57 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1314 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1315 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1316 % send
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1317 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1318 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1319 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1320 1669 18 32.25 18 ellipse_path stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1321 0 0 0 nodecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1322 14 /Times-Roman set_font
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1323 1652 14.3 moveto 34 (send) alignedtext
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1324 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1325 % distsbr.c->send
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1326 gsave
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1327 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1328 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1329 newpath 1626.51 179.93 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1330 1634.68 148.97 1652.02 83.3 1661.84 46.13 curveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1331 stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1332 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1333 newpath 1665.34 46.58 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1334 1664.51 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1335 1658.57 44.79 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1336 closepath fill
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1337 1 setlinewidth
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1338 solid
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1339 0 0 0 edgecolor
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1340 newpath 1665.34 46.58 moveto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1341 1664.51 36.02 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1342 1658.57 44.79 lineto
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1343 closepath stroke
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1344 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1345 endpage
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1346 showpage
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1347 grestore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1348 %%PageTrailer
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1349 %%EndPage: 1
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1350 %%Trailer
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1351 end
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1352 restore
95257474a123 Further improvements in the discussion; added build dependency graphs.
markus schnalke <meillo@marmaro.de>
parents:
diff changeset
1353 %%EOF