diff wot-after.ps @ 0:8d616aba351e

the already finished paper
author meillo@marmaro.de
date Wed, 18 Feb 2009 16:57:20 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wot-after.ps	Wed Feb 18 16:57:20 2009 +0100
@@ -0,0 +1,703 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: Graphviz version 2.20.2 (Sun Oct 12 22:28:10 UTC 2008)
+%%For: (meillo) Meillo  r e t u r n s,,,
+%%Title: lugu wot 2008-11-30
+%%Pages: (atend)
+%%BoundingBox: (atend)
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+        dup dup findfont dup length dict begin
+        { 1 index /FID ne { def }{ pop pop } ifelse
+        } forall
+        /Encoding EncodingVector def
+        currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+       dup 1 exch div /InvScaleFactor exch def
+       scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color 
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage {	% i j npages
+	/npages exch def
+	/j exch def
+	/i exch def
+	/str 10 string def
+	npages 1 gt {
+		gsave
+			coordfont setfont
+			0 0 moveto
+			(\() show i str cvs show (,) show j str cvs show (\)) show
+		grestore
+	} if
+} bind def
+
+/set_font {
+	findfont exch
+	scalefont setfont
+} def
+
+% draw text fitted to its expected width
+/alignedtext {			% width text
+	/text exch def
+	/width exch def
+	gsave
+		width 0 gt {
+			[] 0 setdash
+			text stringwidth pop width exch sub text length div 0 text ashow
+		} if
+	grestore
+} def
+
+/boxprim {				% xcorner ycorner xsize ysize
+		4 2 roll
+		moveto
+		2 copy
+		exch 0 rlineto
+		0 exch rlineto
+		pop neg 0 rlineto
+		closepath
+} bind def
+
+/ellipse_path {
+	/ry exch def
+	/rx exch def
+	/y exch def
+	/x exch def
+	matrix currentmatrix
+	newpath
+	x y translate
+	rx ry scale
+	0 0 1 0 360 arc
+	setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+	[	% layer color sequence - darkest to lightest
+		[0 0 0]
+		[.2 .8 .8]
+		[.4 .8 .8]
+		[.6 .8 .8]
+		[.8 .8 .8]
+	]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+	layercolorseq curlayer 1 sub layerlen mod get
+	aload pop sethsbcolor
+	/nodecolor {nopcolor} def
+	/edgecolor {nopcolor} def
+	/graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+	/myupper exch def
+	/mylower exch def
+	curlayer mylower lt
+	curlayer myupper gt
+	or
+	{invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+    userdict (<<) cvn ([) cvn load put
+    userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 271 296
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 235 260 boxprim clip newpath
+1 1 set_scale 0 rotate 40 40 translate
+% 2A411DFD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+114 144 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+108 139.9 moveto 12 (aa) alignedtext
+grestore
+% 656D4094
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+173 137 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+165.5 132.9 moveto 15 (bb) alignedtext
+grestore
+% 2A411DFD->656D4094
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 141 141 moveto
+141 141 141 141 141 141 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 136.88 145.39 moveto
+146 140 lineto
+135.51 138.53 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 136.88 145.39 moveto
+146 140 lineto
+135.51 138.53 lineto
+closepath stroke
+grestore
+% 303FC62A
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+119 19 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+112 14.9 moveto 14 (cc) alignedtext
+grestore
+% 2A411DFD->303FC62A
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 115 126 moveto
+116 105 117 71 118 47 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 121.5 47 moveto
+118 37 lineto
+114.5 47 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 121.5 47 moveto
+118 37 lineto
+114.5 47 lineto
+closepath stroke
+grestore
+% AB69FEE2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+28 185 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+20.5 180.9 moveto 15 (dd) alignedtext
+grestore
+% 2A411DFD->AB69FEE2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 92 155 moveto
+82 160 70 165 59 171 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 57.72 167.74 moveto
+50 175 lineto
+60.56 174.14 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 57.72 167.74 moveto
+50 175 lineto
+60.56 174.14 lineto
+closepath stroke
+grestore
+% D2F682BE
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+151 233 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+146.5 228.9 moveto 9 (ff) alignedtext
+grestore
+% 2A411DFD->D2F682BE
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 121 162 moveto
+127 175 134 192 140 206 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 137.04 208.02 moveto
+144 216 lineto
+143.54 205.42 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 137.04 208.02 moveto
+144 216 lineto
+143.54 205.42 lineto
+closepath stroke
+grestore
+% E5FDA812
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+77 98 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+70 93.9 moveto 14 (gg) alignedtext
+grestore
+% 2A411DFD->E5FDA812
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 101 128 moveto
+99 126 98 124 96 122 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 98.8 119.9 moveto
+90 114 lineto
+93.2 124.1 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 98.8 119.9 moveto
+90 114 lineto
+93.2 124.1 lineto
+closepath stroke
+grestore
+% 656D4094->2A411DFD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 146 140 moveto
+146 140 146 140 146 140 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 150.12 135.61 moveto
+141 141 lineto
+151.49 142.47 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 150.12 135.61 moveto
+141 141 lineto
+151.49 142.47 lineto
+closepath stroke
+grestore
+% 656D4094->303FC62A
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 165 120 moveto
+156 101 142 69 131 46 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 134.26 44.72 moveto
+127 37 lineto
+127.86 47.56 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 134.26 44.72 moveto
+127 37 lineto
+127.86 47.56 lineto
+closepath stroke
+grestore
+% 656D4094->AB69FEE2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 153 149 moveto
+147 153 140 156 134 158 curveto
+112 167 85 174 64 178 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 63.12 174.61 moveto
+54 180 lineto
+64.49 181.47 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 63.12 174.61 moveto
+54 180 lineto
+64.49 181.47 lineto
+closepath stroke
+grestore
+% 38F1C023
+gsave
+1 setlinewidth
+0.000 0.000 0.000 nodecolor
+199 52 27 18 ellipse_path stroke
+0.000 0.000 0.000 nodecolor
+14 /Times-Roman set_font
+193 47.9 moveto 12 (ee) alignedtext
+grestore
+% 656D4094->38F1C023
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 179 119 moveto
+182 107 187 92 191 80 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 194.48 80.58 moveto
+194 70 lineto
+187.77 78.57 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 194.48 80.58 moveto
+194 70 lineto
+187.77 78.57 lineto
+closepath stroke
+grestore
+% 656D4094->D2F682BE
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 169 155 moveto
+166 169 161 189 157 205 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 153.53 204.51 moveto
+155 215 lineto
+160.39 205.88 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 153.53 204.51 moveto
+155 215 lineto
+160.39 205.88 lineto
+closepath stroke
+grestore
+% 656D4094->E5FDA812
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 150 128 moveto
+138 123 123 117 109 112 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 110.56 108.86 moveto
+100 108 lineto
+107.72 115.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 110.56 108.86 moveto
+100 108 lineto
+107.72 115.26 lineto
+closepath stroke
+grestore
+% 303FC62A->E5FDA812
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 110 36 moveto
+104 46 97 60 91 72 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 87.8 70.56 moveto
+86 81 lineto
+93.92 73.96 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 87.8 70.56 moveto
+86 81 lineto
+93.92 73.96 lineto
+closepath stroke
+grestore
+% 38F1C023->2A411DFD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 185 68 moveto
+171 83 151 104 135 120 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 131.95 118.17 moveto
+128 128 lineto
+137.22 122.78 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 131.95 118.17 moveto
+128 128 lineto
+137.22 122.78 lineto
+closepath stroke
+grestore
+% 38F1C023->656D4094
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 193 70 moveto
+190 82 185 97 181 109 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 177.52 108.42 moveto
+178 119 lineto
+184.23 110.43 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 177.52 108.42 moveto
+178 119 lineto
+184.23 110.43 lineto
+closepath stroke
+grestore
+% 38F1C023->303FC62A
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 176 42 moveto
+168 39 160 36 151 33 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 152.56 29.86 moveto
+142 29 lineto
+149.72 36.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 152.56 29.86 moveto
+142 29 lineto
+149.72 36.26 lineto
+closepath stroke
+grestore
+% 38F1C023->E5FDA812
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 175 61 moveto
+157 68 131 78 110 85 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 108.72 81.74 moveto
+101 89 lineto
+111.56 88.14 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 108.72 81.74 moveto
+101 89 lineto
+111.56 88.14 lineto
+closepath stroke
+grestore
+% D2F682BE->2A411DFD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 144 215 moveto
+138 202 131 185 125 171 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 127.96 168.98 moveto
+121 161 lineto
+121.46 171.58 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 127.96 168.98 moveto
+121 161 lineto
+121.46 171.58 lineto
+closepath stroke
+grestore
+% E5FDA812->2A411DFD
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 90 114 moveto
+92 116 94 118 95 120 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 92.2 122.1 moveto
+101 128 lineto
+97.8 117.9 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 92.2 122.1 moveto
+101 128 lineto
+97.8 117.9 lineto
+closepath stroke
+grestore
+% E5FDA812->656D4094
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 100 107 moveto
+112 112 127 118 141 123 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 139.44 126.14 moveto
+150 127 lineto
+142.28 119.74 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 139.44 126.14 moveto
+150 127 lineto
+142.28 119.74 lineto
+closepath stroke
+grestore
+% E5FDA812->AB69FEE2
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 67 115 moveto
+61 128 51 145 43 159 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 39.8 157.56 moveto
+38 168 lineto
+45.92 160.96 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 39.8 157.56 moveto
+38 168 lineto
+45.92 160.96 lineto
+closepath stroke
+grestore
+% E5FDA812->38F1C023
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 101 89 moveto
+119 82 145 72 166 65 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 167.28 68.26 moveto
+175 61 lineto
+164.44 61.86 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 167.28 68.26 moveto
+175 61 lineto
+164.44 61.86 lineto
+closepath stroke
+grestore
+% E5FDA812->D2F682BE
+gsave
+1 setlinewidth
+0.000 0.000 0.000 edgecolor
+newpath 79 116 moveto
+80 125 82 135 85 144 curveto
+94 169 114 193 128 210 curveto
+stroke
+0.000 0.000 0.000 edgecolor
+newpath 125.78 212.78 moveto
+135 218 lineto
+131.05 208.17 lineto
+closepath fill
+1 setlinewidth
+solid
+0.000 0.000 0.000 edgecolor
+newpath 125.78 212.78 moveto
+135 218 lineto
+131.05 208.17 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+%%Pages: 1
+%%BoundingBox: 36 36 271 296
+end
+restore
+%%EOF