]> AND Private Git Repository - HindawiJournalOfChaos.git/blob - IH/CompJ/Turing.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
abstract, conclusion
[HindawiJournalOfChaos.git] / IH / CompJ / Turing.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: fig2dev Version 3.2 Patchlevel 5a
3 %%LanguageLevel: 2
4 %%DocumentSuppliedResources: (atend)
5 %%BoundingBox: 0 0 614 141
6 %%DocumentSuppliedResources: (atend)
7 %%EndComments
8 %%BeginProlog
9 %%BeginResource: procset xpdf 3.00 0
10 %%Copyright: Copyright 1996-2004 Glyph & Cog, LLC
11 /xpdf 75 dict def xpdf begin
12 % PDF special state
13 /pdfDictSize 15 def
14 /pdfSetup {
15   3 1 roll 2 array astore
16   /setpagedevice where {
17     pop 3 dict begin
18       /PageSize exch def
19       /ImagingBBox null def
20       { /Duplex true def } if
21     currentdict end setpagedevice
22   } {
23     pop pop
24   } ifelse
25 } def
26 /pdfStartPage {
27   pdfDictSize dict begin
28   /pdfFillCS [] def
29   /pdfFillXform {} def
30   /pdfStrokeCS [] def
31   /pdfStrokeXform {} def
32   /pdfFill [0] def
33   /pdfStroke [0] def
34   /pdfFillOP false def
35   /pdfStrokeOP false def
36   /pdfLastFill false def
37   /pdfLastStroke false def
38   /pdfTextMat [1 0 0 1 0 0] def
39   /pdfFontSize 0 def
40   /pdfCharSpacing 0 def
41   /pdfTextRender 0 def
42   /pdfPatternCS false def
43   /pdfTextRise 0 def
44   /pdfWordSpacing 0 def
45   /pdfHorizScaling 1 def
46   /pdfTextClipPath [] def
47 } def
48 /pdfEndPage { end } def
49 % PDF color state
50 /cs { /pdfFillXform exch def dup /pdfFillCS exch def
51       setcolorspace } def
52 /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
53       setcolorspace } def
54 /sc { pdfLastFill not { pdfFillCS setcolorspace } if
55       dup /pdfFill exch def aload pop pdfFillXform setcolor
56      /pdfLastFill true def /pdfLastStroke false def } def
57 /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
58       dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
59      /pdfLastStroke true def /pdfLastFill false def } def
60 /op { /pdfFillOP exch def
61       pdfLastFill { pdfFillOP setoverprint } if } def
62 /OP { /pdfStrokeOP exch def
63       pdfLastStroke { pdfStrokeOP setoverprint } if } def
64 /fCol {
65   pdfLastFill not {
66     pdfFillCS setcolorspace
67     pdfFill aload pop pdfFillXform setcolor
68     pdfFillOP setoverprint
69     /pdfLastFill true def /pdfLastStroke false def
70   } if
71 } def
72 /sCol {
73   pdfLastStroke not {
74     pdfStrokeCS setcolorspace
75     pdfStroke aload pop pdfStrokeXform setcolor
76     pdfStrokeOP setoverprint
77     /pdfLastStroke true def /pdfLastFill false def
78   } if
79 } def
80 % build a font
81 /pdfMakeFont {
82   4 3 roll findfont
83   4 2 roll matrix scale makefont
84   dup length dict begin
85     { 1 index /FID ne { def } { pop pop } ifelse } forall
86     /Encoding exch def
87     currentdict
88   end
89   definefont pop
90 } def
91 /pdfMakeFont16 {
92   exch findfont
93   dup length dict begin
94     { 1 index /FID ne { def } { pop pop } ifelse } forall
95     /WMode exch def
96     currentdict
97   end
98   definefont pop
99 } def
100 % graphics state operators
101 /q { gsave pdfDictSize dict begin } def
102 /Q {
103   end grestore
104   /pdfLastFill where {
105     pop
106     pdfLastFill {
107       pdfFillOP setoverprint
108     } {
109       pdfStrokeOP setoverprint
110     } ifelse
111   } if
112 } def
113 /cm { concat } def
114 /d { setdash } def
115 /i { setflat } def
116 /j { setlinejoin } def
117 /J { setlinecap } def
118 /M { setmiterlimit } def
119 /w { setlinewidth } def
120 % path segment operators
121 /m { moveto } def
122 /l { lineto } def
123 /c { curveto } def
124 /re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
125       neg 0 rlineto closepath } def
126 /h { closepath } def
127 % path painting operators
128 /S { sCol stroke } def
129 /Sf { fCol stroke } def
130 /f { fCol fill } def
131 /f* { fCol eofill } def
132 % clipping operators
133 /W { clip newpath } def
134 /W* { eoclip newpath } def
135 /Ws { strokepath clip newpath } def
136 % text state operators
137 /Tc { /pdfCharSpacing exch def } def
138 /Tf { dup /pdfFontSize exch def
139       dup pdfHorizScaling mul exch matrix scale
140       pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
141       exch findfont exch makefont setfont } def
142 /Tr { /pdfTextRender exch def } def
143 /Tp { /pdfPatternCS exch def } def
144 /Ts { /pdfTextRise exch def } def
145 /Tw { /pdfWordSpacing exch def } def
146 /Tz { /pdfHorizScaling exch def } def
147 % text positioning operators
148 /Td { pdfTextMat transform moveto } def
149 /Tm { /pdfTextMat exch def } def
150 % text string operators
151 /cshow where {
152   pop
153   /cshow2 {
154     dup {
155       pop pop
156       1 string dup 0 3 index put 3 index exec
157     } exch cshow
158     pop pop
159   } def
160 }{
161   /cshow2 {
162     currentfont /FontType get 0 eq {
163       0 2 2 index length 1 sub {
164         2 copy get exch 1 add 2 index exch get
165         2 copy exch 256 mul add
166         2 string dup 0 6 5 roll put dup 1 5 4 roll put
167         3 index exec
168       } for
169     } {
170       dup {
171         1 string dup 0 3 index put 3 index exec
172       } forall
173     } ifelse
174     pop pop
175   } def
176 } ifelse
177 /awcp {
178   exch {
179     false charpath
180     5 index 5 index rmoveto
181     6 index eq { 7 index 7 index rmoveto } if
182   } exch cshow2
183   6 {pop} repeat
184 } def
185 /Tj {
186   fCol
187   1 index stringwidth pdfTextMat idtransform pop
188   sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
189   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
190   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
191   pdfTextMat dtransform
192   6 5 roll Tj1
193 } def
194 /Tj16 {
195   fCol
196   2 index stringwidth pdfTextMat idtransform pop
197   sub exch div
198   pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
199   4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
200   pdfTextMat dtransform
201   6 5 roll Tj1
202 } def
203 /Tj16V {
204   fCol
205   2 index stringwidth pdfTextMat idtransform exch pop
206   sub exch div
207   0 pdfWordSpacing pdfTextMat dtransform 32
208   4 3 roll pdfCharSpacing add 0 exch
209   pdfTextMat dtransform
210   6 5 roll Tj1
211 } def
212 /Tj1 {
213   0 pdfTextRise pdfTextMat dtransform rmoveto
214   currentpoint 8 2 roll
215   pdfTextRender 1 and 0 eq pdfPatternCS not and {
216     6 copy awidthshow
217   } if
218   pdfTextRender 3 and dup 1 eq exch 2 eq or {
219     7 index 7 index moveto
220     6 copy
221     currentfont /FontType get 3 eq { fCol } { sCol } ifelse
222     false awcp currentpoint stroke moveto
223   } if
224   pdfTextRender 4 and 0 ne pdfPatternCS or {
225     8 6 roll moveto
226     false awcp
227     /pdfTextClipPath [ pdfTextClipPath aload pop
228       {/moveto cvx}
229       {/lineto cvx}
230       {/curveto cvx}
231       {/closepath cvx}
232     pathforall ] def
233     currentpoint newpath moveto
234   } {
235     8 {pop} repeat
236   } ifelse
237   0 pdfTextRise neg pdfTextMat dtransform rmoveto
238 } def
239 /TJm { pdfFontSize 0.001 mul mul neg 0
240        pdfTextMat dtransform rmoveto } def
241 /TJmV { pdfFontSize 0.001 mul mul neg 0 exch
242         pdfTextMat dtransform rmoveto } def
243 /Tclip { pdfTextClipPath cvx exec clip newpath
244          /pdfTextClipPath [] def } def
245 /Tclip* { pdfTextClipPath cvx exec eoclip newpath
246          /pdfTextClipPath [] def } def
247 % Level 2 image operators
248 /pdfImBuf 100 string def
249 /pdfIm {
250   image
251   { currentfile pdfImBuf readline
252     not { pop exit } if
253     (%-EOD-) eq { exit } if } loop
254 } def
255 /pdfImM {
256   fCol imagemask
257   { currentfile pdfImBuf readline
258     not { pop exit } if
259     (%-EOD-) eq { exit } if } loop
260 } def
261 /pr { 2 index 2 index 3 2 roll putinterval 4 add } def
262 /pdfImClip {
263   gsave
264   0 2 4 index length 1 sub {
265     dup 4 index exch 2 copy
266     get 5 index div put
267     1 add 3 index exch 2 copy
268     get 3 index div put
269   } for
270   pop pop rectclip
271 } def
272 /pdfImClipEnd { grestore } def
273 % shading operators
274 /colordelta {
275   false 0 1 3 index length 1 sub {
276     dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
277       pop true
278     } if
279   } for
280   exch pop exch pop
281 } def
282 /funcCol { func n array astore } def
283 /funcSH {
284   dup 0 eq {
285     true
286   } {
287     dup 6 eq {
288       false
289     } {
290       4 index 4 index funcCol dup
291       6 index 4 index funcCol dup
292       3 1 roll colordelta 3 1 roll
293       5 index 5 index funcCol dup
294       3 1 roll colordelta 3 1 roll
295       6 index 8 index funcCol dup
296       3 1 roll colordelta 3 1 roll
297       colordelta or or or
298     } ifelse
299   } ifelse
300   {
301     1 add
302     4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
303     6 index 6 index 4 index 4 index 4 index funcSH
304     2 index 6 index 6 index 4 index 4 index funcSH
305     6 index 2 index 4 index 6 index 4 index funcSH
306     5 3 roll 3 2 roll funcSH pop pop
307   } {
308     pop 3 index 2 index add 0.5 mul 3 index  2 index add 0.5 mul
309     funcCol sc
310     dup 4 index exch mat transform m
311     3 index 3 index mat transform l
312     1 index 3 index mat transform l
313     mat transform l pop pop h f*
314   } ifelse
315 } def
316 /axialCol {
317   dup 0 lt {
318     pop t0
319   } {
320     dup 1 gt {
321       pop t1
322     } {
323       dt mul t0 add
324     } ifelse
325   } ifelse
326   func n array astore
327 } def
328 /axialSH {
329   dup 0 eq {
330     true
331   } {
332     dup 8 eq {
333       false
334     } {
335       2 index axialCol 2 index axialCol colordelta
336     } ifelse
337   } ifelse
338   {
339     1 add 3 1 roll 2 copy add 0.5 mul
340     dup 4 3 roll exch 4 index axialSH
341     exch 3 2 roll axialSH
342   } {
343     pop 2 copy add 0.5 mul
344     axialCol sc
345     exch dup dx mul x0 add exch dy mul y0 add
346     3 2 roll dup dx mul x0 add exch dy mul y0 add
347     dx abs dy abs ge {
348       2 copy yMin sub dy mul dx div add yMin m
349       yMax sub dy mul dx div add yMax l
350       2 copy yMax sub dy mul dx div add yMax l
351       yMin sub dy mul dx div add yMin l
352       h f*
353     } {
354       exch 2 copy xMin sub dx mul dy div add xMin exch m
355       xMax sub dx mul dy div add xMax exch l
356       exch 2 copy xMax sub dx mul dy div add xMax exch l
357       xMin sub dx mul dy div add xMin exch l
358       h f*
359     } ifelse
360   } ifelse
361 } def
362 /radialCol {
363   dup t0 lt {
364     pop t0
365   } {
366     dup t1 gt {
367       pop t1
368     } if
369   } ifelse
370   func n array astore
371 } def
372 /radialSH {
373   dup 0 eq {
374     true
375   } {
376     dup 8 eq {
377       false
378     } {
379       2 index dt mul t0 add radialCol
380       2 index dt mul t0 add radialCol colordelta
381     } ifelse
382   } ifelse
383   {
384     1 add 3 1 roll 2 copy add 0.5 mul
385     dup 4 3 roll exch 4 index radialSH
386     exch 3 2 roll radialSH
387   } {
388     pop 2 copy add 0.5 mul dt mul t0 add
389     radialCol sc
390     encl {
391       exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
392       0 360 arc h
393       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
394       360 0 arcn h f
395     } {
396       2 copy
397       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
398       a1 a2 arcn
399       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
400       a2 a1 arcn h
401       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
402       a1 a2 arc
403       dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
404       a2 a1 arc h f
405     } ifelse
406   } ifelse
407 } def
408 end
409 %%EndResource
410 %%EndProlog
411 %%BeginSetup
412 xpdf begin
413 %%BeginResource: font FKCQEL+Times-Roman
414 %!FontType1-1.0: FKCQEL+Times-Roman
415 12 dict begin
416 /FontInfo 10 dict dup begin
417 /Notice (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development; Cyrillic glyphs added by Valek Filippov (C) 2001-2002; Numero, infinity and Omega made by Dmitry 40in (C) 2001) readonly def
418 /FullName (Nimbus Roman No9 L Regular) readonly def
419 /FamilyName (Nimbus Roman No9 L) readonly def
420 /isFixedPitch false def
421 /ItalicAngle 0 def
422 /UnderlinePosition 0 def
423 /UnderlineThickness 0 def
424 end readonly def
425 /FontName /FKCQEL+Times-Roman def
426 /PaintType 0 def
427 /FontType 1 def
428 /FontMatrix [0.001 0 0 0.001 0 0] readonly def
429 /FontBBox [0 -217 694 683] readonly def
430 /StrokeWidth 0 def
431 /UniqueID 5020931 def
432 /Encoding 256 array
433 0 1 255 {1 index exch /.notdef put} for
434 dup 35 /numbersign put
435 dup 40 /parenleft put
436 dup 41 /parenright put
437 dup 48 /zero put
438 dup 105 /i put
439 dup 107 /k put
440 dup 113 /q put
441 dup 119 /w put
442 readonly def
443 currentdict end
444 currentfile eexec
445 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
446 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
447 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
448 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
449 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
450 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
451 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
452 F88E0E90C57EC003CFF45554C63978A4457910ACCCBDB199AE01D3A5CC868F4B
453 822F86C8BEBF268A62A74B74B7BB3BB731E3098EBB936E540471387BC93EBC24
454 731A8FD551B73BB61F5470D5B804CCE0D897C3F8651422B30EBF8D82BF962DDA
455 BF33C897A6ACD27770FAA07EB13C67191297413C15F11F22612AB3189B50617F
456 60D786E8BF2D19E78E4EAE066043E7E1E771793990FE5DAB68889CB11CFBF338
457 F4EE72D4B6AFB5DE4C75902FECC09460EC7B1CCA8E39D113BBC3A8DEAC055386
458 76D8CF70F8B0D6A846208D7AC8E100CBE89B6B49B26D74954FBF962E4AE6B883
459 A79EA76ABA7ED221B595B6F4B87D07BD655CC3A7D9D394C92D7694B5D7F7B622
460 B242BA8530E799AAA49FB86386DD7B0107020E205777BC776381F5DBF8D73E54
461 D3BB143DE258B7E9D4370AE20A4542E685400840A52ADCE28A053DD1DECAF0F2
462 DCF68DC9D18392765D570FA7773021D7DC070D7C57467BA4DC5B2D0717597CFB
463 96D4BD60ED1DB8D57D48398315159CA063C4D08FADF0AEBD2D5253487F540CC0
464 2A16CFA04833542CBDDF454E84209294C697730F99D7BF7902A5D8A65CC6F059
465 87D829019F696CE45F05CCFD0412475A2460A0F9496CF275268CF19501BAE30D
466 2C167DAEB183B31BF070953BD27600F55E49AA869E95CB3BDBDD1916E088E0A6
467 264C1B93A66B0F6138CF5F8E5C8D1CC211DDEB435FE2933C288FB819788ABD4A
468 FA8727A1C32008E89196FF13D0DDA4F1C9DD74CCA20745951AA8E32101FD4859
469 DE018630EE25E8BBD5D86CAE045CBCD6746E6441DDFE84810168502793BDB0D8
470 9754FC4FF80D54AA6BD77F44624C189CDEE908435329BC41229306EA7EE0B611
471 9E5AF759809EB2547A5C0068ECAB2C6F0D78508EC99BFF02E62E9FB057072607
472 0AA4CDA2DA00952A8617E89A771521577CDA023173DA9D54FD14B325D670A48F
473 D39ADBD41DA67AEEDF9D9033BC80FA2640B34BABCC5387319521F0C52C3BB9E8
474 B678D148B805E86A87FFC936942FE67FDAE7B7A31F326C1E4C5F56FCD90F2804
475 77DDAEC923303BE870FAF11BEB8B8215473403AC5BD9242BA411E28D6532E340
476 32BD30160C9F42789FFBC94493E1EC09208BA85DD12CDC5A5D7D2174A3AD7FA8
477 2E3E6D836E71372F4EC3588F04B2C9151608158BD539758565D6D02FAFB35145
478 FB0B7C1152512CE6D0C26C367CDCE032DBEB564CAE37D1D83413A31B284C939A
479 8AE8EE64E858341AAE460450849E377CA44C04C6E7E73406BF9C63FC2B75A83D
480 A85B86192B6550B7AC81D7FBDDE5CB83C37C49B73A8D0AC134EAA3AE74958306
481 E8D0CD1BC02856136013D21ACCDEBFBE563C052C53E919EB0DEDED1013BA6375
482 C6BE569CAA20237C619D90C517C9C1C5FF81DD37FE5D285FEE6E5C0C50A559CF
483 024ECA0B368E78D65BC4558362135CFF27C86E447C638136841955D1A8892BE2
484 FFEE020922DD52A006A7BDD8F5B3CC791A308B5EAC648A701F33AC63EE6B7F4F
485 C2C993B7E15DB7B119822D44684CCB2CABB8E342BB359A8E5783D44B83ACE532
486 E15EF39E70418029FD5F7E1A0408287FBC4C502235398A937B7D6FDEEBF2B43A
487 0CC3143C5DAD25F9CA6C5C28E44F619307D3F73AEB24CAC0E7E4ED6DC3342936
488 8528AE1F887E212D4ED4C8DA191859B84915505F89DBA4B33E6B6D8882C2337C
489 8F8B707CCBE1294AD91B540D1D171A6878F68C4C5C0B89209C443C244A6A28DA
490 79776C810CCE791AA05C4B1B2738CB830C2B067FEC6DA52048C8F68590E0E576
491 49000BFF7409CDF351BFE49C05FF51E5FF727C1875112182C3F3CBDCD524D958
492 6826FEFA6FD57989B39DC73B96A401C527D15EF1B865C905EFCD09D461A87D28
493 B8E39FD38C9AE15988A1191D6140027CCA60901C7A1EC9EA8D99551E4F06D011
494 F3016FA81FBB45179F1B3BC18014E036A74382E239
495 0000000000000000000000000000000000000000000000000000000000000000
496 0000000000000000000000000000000000000000000000000000000000000000
497 0000000000000000000000000000000000000000000000000000000000000000
498 0000000000000000000000000000000000000000000000000000000000000000
499 0000000000000000000000000000000000000000000000000000000000000000
500 0000000000000000000000000000000000000000000000000000000000000000
501 0000000000000000000000000000000000000000000000000000000000000000
502 0000000000000000000000000000000000000000000000000000000000000000
503 cleartomark
504 %%EndResource
505 /F8_0 /FKCQEL+Times-Roman 1 1
506 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
507   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
508   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
509   /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
510   /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
511   /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
512   /zero/one/two/three/four/five/six/seven
513   /eight/nine/colon/semicolon/less/equal/greater/question
514   /at/A/B/C/D/E/F/G
515   /H/I/J/K/L/M/N/O
516   /P/Q/R/S/T/U/V/W
517   /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
518   /grave/a/b/c/d/e/f/g
519   /h/i/j/k/l/m/n/o
520   /p/q/r/s/t/u/v/w
521   /x/y/z/braceleft/bar/braceright/asciitilde/bullet
522   /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
523   /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet
524   /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
525   /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis
526   /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
527   /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
528   /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
529   /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
530   /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
531   /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
532   /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
533   /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
534   /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
535   /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
536   /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
537   /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
538 pdfMakeFont
539 %%EndSetup
540 pdfStartPage
541 [] 0 d
542 1 i
543 0 j
544 0 J
545 10 M
546 1 w
547 /DeviceGray {} cs
548 [0] sc
549 /DeviceGray {} CS
550 [0] SC
551 false op
552 false OP
553 {} settransfer
554 q
555 q
556 [0.1 0 0 0.1 0 0] cm
557 [9.4485 28.3455] 28.3455 d
558 4.72425 w
559 /DeviceRGB {} CS
560 [0 0 0] SC
561 659.363 971.562 m
562 7.41797 971.562 l
563 S
564 [] 0 d
565 3210.46 858.18 566.91 283.457 re
566 S
567 3777.37 858.18 566.91 283.457 re
568 S
569 1509.73 858.18 566.91 283.457 re
570 S
571 942.82 858.18 566.91 283.457 re
572 S
573 2643.55 858.18 566.91 283.457 re
574 S
575 2076.64 858.18 566.91 283.457 re
576 S
577 4344.28 858.18 566.91 283.457 re
578 S
579 [9.4485 28.3455] 28.3455 d
580 5222.99 971.562 m
581 6130.05 971.562 l
582 S
583 q
584 0 1410 m
585 0 0 l
586 6140 0 l
587 6140 1410 l
588 0 1410 l
589 h
590 2945.9 771.883 m
591 2945.9 867.629 l
592 2908.11 867.629 l
593 2908.11 771.883 l
594 2908.11 771.883 l
595 2927 847.473 l
596 2945.9 771.883 l
597 h
598 W*
599 [] 0 d
600 2927 432.996 m
601 2927 858.18 l
602 S
603 Q
604 [] 0 d
605 2945.9 771.883 m
606 2927 847.473 l
607 2908.11 771.883 l
608 S
609 2728.59 7.81641 396.836 425.18 re
610 S
611 /DeviceRGB {} cs
612 [0 0 0] sc
613 q
614 [10 0 0 10 0 0] cm
615 [1 0 0 1 0 0] Tm
616 0 0 Td
617 [1 0 0 1 71.6055 88.6527] Tm
618 0 0 Td
619 /F8_0 29.999 Tf
620 (#) 14.9995 Tj
621 206.922 5.66875 Td
622 /F8_0 19.9993 Tf
623 (w\(i\)) 33.318834 Tj
624 425.183 0 Td
625 /F8_0 29.999 Tf
626 (#) 14.9995 Tj
627 408.1756 36.8488 Td
628 /F8_0 19.9993 Tf
629 (k) 9.99965 Tj
630 28.3456 34.01442 Td
631 (0) 9.99965 Tj
632 215.4256 -70.86458 Td
633 (q) 9.99965 Tj
634 Q
635 /DeviceGray {} cs
636 [0] sc
637 Q
638 Q
639 showpage
640 %%PageTrailer
641 pdfEndPage
642 %%Trailer
643 end
644 %%DocumentSuppliedResources:
645 %%+ font FKCQEL+Times-Roman
646 %%EOF