OpenCores
URL https://opencores.org/ocsvn/product_code_iterative_decoder/product_code_iterative_decoder/trunk

Subversion Repositories product_code_iterative_decoder

[/] [product_code_iterative_decoder/] [tags/] [INITIAL/] [doc/] [product_codes_table.eps] - Blame information for rev 12

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 arif_endro
%!PS-Adobe-3.0 EPSF-3.0
2
%%Creator: xpdf/pdftops 2.01
3
%%LanguageLevel: 2
4
%%BoundingBox: 0 0 389 216
5
%%DocumentSuppliedResources: (atend)
6
%%EndComments
7
%%BeginProlog
8
%%BeginResource: procset xpdf 2.01 0
9
/xpdf 75 dict def xpdf begin
10
% PDF special state
11
/pdfDictSize 14 def
12
/pdfSetup {
13
  3 1 roll 2 array astore
14
  /setpagedevice where {
15
    pop 3 dict begin
16
      /PageSize exch def
17
      /ImagingBBox null def
18
      /Policies 1 dict dup begin /PageSize 3 def end def
19
      { /Duplex true def } if
20
    currentdict end setpagedevice
21
  } {
22
    pop pop
23
  } ifelse
24
} def
25
/pdfStartPage {
26
  pdfDictSize dict begin
27
  /pdfFill [0] def
28
  /pdfStroke [0] def
29
  /pdfLastFill false def
30
  /pdfLastStroke false def
31
  /pdfTextMat [1 0 0 1 0 0] def
32
  /pdfFontSize 0 def
33
  /pdfCharSpacing 0 def
34
  /pdfTextRender 0 def
35
  /pdfTextRise 0 def
36
  /pdfWordSpacing 0 def
37
  /pdfHorizScaling 1 def
38
} def
39
/pdfEndPage { end } def
40
% separation convention operators
41
/findcmykcustomcolor where {
42
  pop
43
}{
44
  /findcmykcustomcolor { 5 array astore } def
45
} ifelse
46
/setcustomcolor where {
47
  pop
48
}{
49
  /setcustomcolor {
50
    exch
51
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
52
 
53
      [ exch /dup load exch { mul exch dup } /forall load
54
        /pop load dup ] cvx
55
    ] setcolorspace setcolor
56
  } def
57
} ifelse
58
/customcolorimage where {
59
  pop
60
}{
61
  /customcolorimage {
62
    gsave
63
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
64
 
65
      [ exch /dup load exch { mul exch dup } /forall load
66
        /pop load dup ] cvx
67
    ] setcolorspace
68
    10 dict begin
69
      /ImageType 1 def
70
      /DataSource exch def
71
      /ImageMatrix exch def
72
      /BitsPerComponent exch def
73
      /Height exch def
74
      /Width exch def
75
      /Decode [1 0] def
76
    currentdict end
77
    image
78
    grestore
79
  } def
80
} ifelse
81
% PDF color state
82
/sCol {
83
  pdfLastStroke not {
84
    pdfStroke aload length
85
    dup 1 eq {
86
      pop setgray
87
    }{
88
      dup 3 eq {
89
        pop setrgbcolor
90
      }{
91
        4 eq {
92
          setcmykcolor
93
        }{
94
          findcmykcustomcolor exch setcustomcolor
95
        } ifelse
96
      } ifelse
97
    } ifelse
98
    /pdfLastStroke true def /pdfLastFill false def
99
  } if
100
} def
101
/fCol {
102
  pdfLastFill not {
103
    pdfFill aload length
104
    dup 1 eq {
105
      pop setgray
106
    }{
107
      dup 3 eq {
108
        pop setrgbcolor
109
      }{
110
        4 eq {
111
          setcmykcolor
112
        }{
113
          findcmykcustomcolor exch setcustomcolor
114
        } ifelse
115
      } ifelse
116
    } ifelse
117
    /pdfLastFill true def /pdfLastStroke false def
118
  } if
119
} def
120
% build a font
121
/pdfMakeFont {
122
  4 3 roll findfont
123
  4 2 roll matrix scale makefont
124
  dup length dict begin
125
    { 1 index /FID ne { def } { pop pop } ifelse } forall
126
    /Encoding exch def
127
    currentdict
128
  end
129
  definefont pop
130
} def
131
/pdfMakeFont16 {
132
  exch findfont
133
  dup length dict begin
134
    { 1 index /FID ne { def } { pop pop } ifelse } forall
135
    /WMode exch def
136
    currentdict
137
  end
138
  definefont pop
139
} def
140
/pdfMakeFont16L3 {
141
  1 index /CIDFont resourcestatus {
142
    pop pop 1 index /CIDFont findresource /CIDFontType known
143
  } {
144
    false
145
  } ifelse
146
  {
147
 
148
    exch 1 array astore composefont pop
149
  } {
150
    pdfMakeFont16
151
  } ifelse
152
} def
153
% graphics state operators
154
/q { gsave pdfDictSize dict begin } def
155
/Q { end grestore } def
156
/cm { concat } def
157
/d { setdash } def
158
/i { setflat } def
159
/j { setlinejoin } def
160
/J { setlinecap } def
161
/M { setmiterlimit } def
162
/w { setlinewidth } def
163
% color operators
164
/g { dup 1 array astore /pdfFill exch def setgray
165
     /pdfLastFill true def /pdfLastStroke false def } def
166
/G { dup 1 array astore /pdfStroke exch def setgray
167
     /pdfLastStroke true def /pdfLastFill false def } def
168
/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
169
      /pdfLastFill true def /pdfLastStroke false def } def
170
/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
171
      /pdfLastStroke true def /pdfLastFill false def } def
172
/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
173
     /pdfLastFill true def /pdfLastStroke false def } def
174
/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
175
     /pdfLastStroke true def /pdfLastFill false def } def
176
/ck { 6 copy 6 array astore /pdfFill exch def
177
      findcmykcustomcolor exch setcustomcolor
178
      /pdfLastFill true def /pdfLastStroke false def } def
179
/CK { 6 copy 6 array astore /pdfStroke exch def
180
      findcmykcustomcolor exch setcustomcolor
181
      /pdfLastStroke true def /pdfLastFill false def } def
182
% path segment operators
183
/m { moveto } def
184
/l { lineto } def
185
/c { curveto } def
186
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
187
      neg 0 rlineto closepath } def
188
/h { closepath } def
189
% path painting operators
190
/S { sCol stroke } def
191
/Sf { fCol stroke } def
192
/f { fCol fill } def
193
/f* { fCol eofill } def
194
% clipping operators
195
/W { clip newpath } def
196
/W* { eoclip newpath } def
197
% text state operators
198
/Tc { /pdfCharSpacing exch def } def
199
/Tf { dup /pdfFontSize exch def
200
      dup pdfHorizScaling mul exch matrix scale
201
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
202
      exch findfont exch makefont setfont } def
203
/Tr { /pdfTextRender exch def } def
204
/Ts { /pdfTextRise exch def } def
205
/Tw { /pdfWordSpacing exch def } def
206
/Tz { /pdfHorizScaling exch def } def
207
% text positioning operators
208
/Td { pdfTextMat transform moveto } def
209
/Tm { /pdfTextMat exch def } def
210
% text string operators
211
/awcp { % awidthcharpath
212
  exch {
213
    1 string dup 0 3 index put 2 index charpath
214
    3 index 3 index rmoveto
215
    4 index eq { 5 index 5 index rmoveto } if
216
  } forall
217
  6 {pop} repeat
218
} def
219
/Tj { fCol
220
 
221
      1 index stringwidth pdfTextMat idtransform pop
222
      sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
223
      pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
224
      4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
225
      pdfTextMat dtransform
226
      6 5 roll
227
      currentpoint 8 2 roll
228
      pdfTextRender 1 and 0 eq {
229
        6 copy awidthshow
230
      } if
231
      pdfTextRender 3 and dup 1 eq exch 2 eq or {
232
        8 6 roll moveto
233
        currentfont /FontType get 3 eq { fCol } { sCol } ifelse
234
        false awcp currentpoint stroke moveto
235
      } {
236
        8 {pop} repeat
237
      } ifelse
238
 
239
/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
240
 
241
        2 index stringwidth pdfTextMat idtransform pop
242
        sub exch div
243
        pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
244
        4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
245
        pdfTextMat dtransform
246
        6 5 roll awidthshow
247
 
248
/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
249
 
250
         2 index stringwidth pdfTextMat idtransform exch pop
251
         sub exch div
252
 
253
         4 3 roll pdfCharSpacing add 0 exch
254
         pdfTextMat dtransform
255
         6 5 roll awidthshow
256
 
257
/TJm { pdfFontSize 0.001 mul mul neg 0
258
       pdfTextMat dtransform rmoveto } def
259
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
260
        pdfTextMat dtransform rmoveto } def
261
% Level 1 image operators
262
/pdfIm1 {
263
  /pdfImBuf1 4 index string def
264
  { currentfile pdfImBuf1 readhexstring pop } image
265
} def
266
/pdfIm1Sep {
267
  /pdfImBuf1 4 index string def
268
  /pdfImBuf2 4 index string def
269
  /pdfImBuf3 4 index string def
270
  /pdfImBuf4 4 index string def
271
  { currentfile pdfImBuf1 readhexstring pop }
272
  { currentfile pdfImBuf2 readhexstring pop }
273
  { currentfile pdfImBuf3 readhexstring pop }
274
  { currentfile pdfImBuf4 readhexstring pop }
275
  true 4 colorimage
276
} def
277
/pdfImM1 {
278
  /pdfImBuf1 4 index 7 add 8 idiv string def
279
  { currentfile pdfImBuf1 readhexstring pop } imagemask
280
} def
281
% Level 2 image operators
282
/pdfImBuf 100 string def
283
/pdfIm {
284
  image
285
  { currentfile pdfImBuf readline
286
    not { pop exit } if
287
    (%-EOD-) eq { exit } if } loop
288
} def
289
/pdfImSep {
290
  findcmykcustomcolor exch
291
  dup /Width get /pdfImBuf1 exch string def
292
  begin Width Height BitsPerComponent ImageMatrix DataSource end
293
  /pdfImData exch def
294
  { pdfImData pdfImBuf1 readstring pop
295
 
296
      1 index exch 2 copy get 255 exch sub put
297
    } for }
298
  6 5 roll customcolorimage
299
  { currentfile pdfImBuf readline
300
    not { pop exit } if
301
    (%-EOD-) eq { exit } if } loop
302
} def
303
/pdfImM {
304
  fCol imagemask
305
  { currentfile pdfImBuf readline
306
    not { pop exit } if
307
    (%-EOD-) eq { exit } if } loop
308
} def
309
end
310
%%EndResource
311
%%EndProlog
312
%%BeginSetup
313
xpdf begin
314
%%BeginResource: font BAAAAA+LucidaSans-Typewriter
315
%!PS-TrueTypeFont-29810.5
316
10 dict begin
317
/FontName /BAAAAA+LucidaSans-Typewriter def
318
/FontType 42 def
319
/FontMatrix [1 0 0 1 0 0] def
320
/FontBBox [0 -37 1227 1518] def
321
/PaintType 0 def
322
/Encoding 256 array
323
dup 0 /c00 put
324
dup 1 /c01 put
325
dup 2 /c02 put
326
dup 3 /c03 put
327
dup 4 /c04 put
328
dup 5 /c05 put
329
dup 6 /c06 put
330
dup 7 /c07 put
331
dup 8 /c08 put
332
dup 9 /c09 put
333
dup 10 /c0a put
334
dup 11 /c0b put
335
dup 12 /c0c put
336
dup 13 /c0d put
337
dup 14 /c0e put
338
dup 15 /c0f put
339
dup 16 /c10 put
340
dup 17 /c11 put
341
dup 18 /c12 put
342
dup 19 /c13 put
343
dup 20 /c14 put
344
dup 21 /c15 put
345
dup 22 /c16 put
346
dup 23 /c17 put
347
dup 24 /c18 put
348
dup 25 /c19 put
349
dup 26 /c1a put
350
dup 27 /c1b put
351
dup 28 /c1c put
352
dup 29 /c1d put
353
dup 30 /c1e put
354
dup 31 /c1f put
355
dup 32 /c20 put
356
dup 33 /c21 put
357
dup 34 /c22 put
358
dup 35 /c23 put
359
dup 36 /c24 put
360
dup 37 /c25 put
361
dup 38 /c26 put
362
dup 39 /c27 put
363
dup 40 /c28 put
364
dup 41 /c29 put
365
dup 42 /c2a put
366
dup 43 /c2b put
367
dup 44 /c2c put
368
dup 45 /c2d put
369
dup 46 /c2e put
370
dup 47 /c2f put
371
dup 48 /c30 put
372
dup 49 /c31 put
373
dup 50 /c32 put
374
dup 51 /c33 put
375
dup 52 /c34 put
376
dup 53 /c35 put
377
dup 54 /c36 put
378
dup 55 /c37 put
379
dup 56 /c38 put
380
dup 57 /c39 put
381
dup 58 /c3a put
382
dup 59 /c3b put
383
dup 60 /c3c put
384
dup 61 /c3d put
385
dup 62 /c3e put
386
dup 63 /c3f put
387
dup 64 /c40 put
388
dup 65 /c41 put
389
dup 66 /c42 put
390
dup 67 /c43 put
391
dup 68 /c44 put
392
dup 69 /c45 put
393
dup 70 /c46 put
394
dup 71 /c47 put
395
dup 72 /c48 put
396
dup 73 /c49 put
397
dup 74 /c4a put
398
dup 75 /c4b put
399
dup 76 /c4c put
400
dup 77 /c4d put
401
dup 78 /c4e put
402
dup 79 /c4f put
403
dup 80 /c50 put
404
dup 81 /c51 put
405
dup 82 /c52 put
406
dup 83 /c53 put
407
dup 84 /c54 put
408
dup 85 /c55 put
409
dup 86 /c56 put
410
dup 87 /c57 put
411
dup 88 /c58 put
412
dup 89 /c59 put
413
dup 90 /c5a put
414
dup 91 /c5b put
415
dup 92 /c5c put
416
dup 93 /c5d put
417
dup 94 /c5e put
418
dup 95 /c5f put
419
dup 96 /c60 put
420
dup 97 /c61 put
421
dup 98 /c62 put
422
dup 99 /c63 put
423
dup 100 /c64 put
424
dup 101 /c65 put
425
dup 102 /c66 put
426
dup 103 /c67 put
427
dup 104 /c68 put
428
dup 105 /c69 put
429
dup 106 /c6a put
430
dup 107 /c6b put
431
dup 108 /c6c put
432
dup 109 /c6d put
433
dup 110 /c6e put
434
dup 111 /c6f put
435
dup 112 /c70 put
436
dup 113 /c71 put
437
dup 114 /c72 put
438
dup 115 /c73 put
439
dup 116 /c74 put
440
dup 117 /c75 put
441
dup 118 /c76 put
442
dup 119 /c77 put
443
dup 120 /c78 put
444
dup 121 /c79 put
445
dup 122 /c7a put
446
dup 123 /c7b put
447
dup 124 /c7c put
448
dup 125 /c7d put
449
dup 126 /c7e put
450
dup 127 /c7f put
451
dup 128 /c80 put
452
dup 129 /c81 put
453
dup 130 /c82 put
454
dup 131 /c83 put
455
dup 132 /c84 put
456
dup 133 /c85 put
457
dup 134 /c86 put
458
dup 135 /c87 put
459
dup 136 /c88 put
460
dup 137 /c89 put
461
dup 138 /c8a put
462
dup 139 /c8b put
463
dup 140 /c8c put
464
dup 141 /c8d put
465
dup 142 /c8e put
466
dup 143 /c8f put
467
dup 144 /c90 put
468
dup 145 /c91 put
469
dup 146 /c92 put
470
dup 147 /c93 put
471
dup 148 /c94 put
472
dup 149 /c95 put
473
dup 150 /c96 put
474
dup 151 /c97 put
475
dup 152 /c98 put
476
dup 153 /c99 put
477
dup 154 /c9a put
478
dup 155 /c9b put
479
dup 156 /c9c put
480
dup 157 /c9d put
481
dup 158 /c9e put
482
dup 159 /c9f put
483
dup 160 /ca0 put
484
dup 161 /ca1 put
485
dup 162 /ca2 put
486
dup 163 /ca3 put
487
dup 164 /ca4 put
488
dup 165 /ca5 put
489
dup 166 /ca6 put
490
dup 167 /ca7 put
491
dup 168 /ca8 put
492
dup 169 /ca9 put
493
dup 170 /caa put
494
dup 171 /cab put
495
dup 172 /cac put
496
dup 173 /cad put
497
dup 174 /cae put
498
dup 175 /caf put
499
dup 176 /cb0 put
500
dup 177 /cb1 put
501
dup 178 /cb2 put
502
dup 179 /cb3 put
503
dup 180 /cb4 put
504
dup 181 /cb5 put
505
dup 182 /cb6 put
506
dup 183 /cb7 put
507
dup 184 /cb8 put
508
dup 185 /cb9 put
509
dup 186 /cba put
510
dup 187 /cbb put
511
dup 188 /cbc put
512
dup 189 /cbd put
513
dup 190 /cbe put
514
dup 191 /cbf put
515
dup 192 /cc0 put
516
dup 193 /cc1 put
517
dup 194 /cc2 put
518
dup 195 /cc3 put
519
dup 196 /cc4 put
520
dup 197 /cc5 put
521
dup 198 /cc6 put
522
dup 199 /cc7 put
523
dup 200 /cc8 put
524
dup 201 /cc9 put
525
dup 202 /cca put
526
dup 203 /ccb put
527
dup 204 /ccc put
528
dup 205 /ccd put
529
dup 206 /cce put
530
dup 207 /ccf put
531
dup 208 /cd0 put
532
dup 209 /cd1 put
533
dup 210 /cd2 put
534
dup 211 /cd3 put
535
dup 212 /cd4 put
536
dup 213 /cd5 put
537
dup 214 /cd6 put
538
dup 215 /cd7 put
539
dup 216 /cd8 put
540
dup 217 /cd9 put
541
dup 218 /cda put
542
dup 219 /cdb put
543
dup 220 /cdc put
544
dup 221 /cdd put
545
dup 222 /cde put
546
dup 223 /cdf put
547
dup 224 /ce0 put
548
dup 225 /ce1 put
549
dup 226 /ce2 put
550
dup 227 /ce3 put
551
dup 228 /ce4 put
552
dup 229 /ce5 put
553
dup 230 /ce6 put
554
dup 231 /ce7 put
555
dup 232 /ce8 put
556
dup 233 /ce9 put
557
dup 234 /cea put
558
dup 235 /ceb put
559
dup 236 /cec put
560
dup 237 /ced put
561
dup 238 /cee put
562
dup 239 /cef put
563
dup 240 /cf0 put
564
dup 241 /cf1 put
565
dup 242 /cf2 put
566
dup 243 /cf3 put
567
dup 244 /cf4 put
568
dup 245 /cf5 put
569
dup 246 /cf6 put
570
dup 247 /cf7 put
571
dup 248 /cf8 put
572
dup 249 /cf9 put
573
dup 250 /cfa put
574
dup 251 /cfb put
575
dup 252 /cfc put
576
dup 253 /cfd put
577
dup 254 /cfe put
578
dup 255 /cff put
579
readonly def
580
/CharStrings 256 dict dup begin
581
/.notdef 0 def
582
/c01 1 def
583
/c02 2 def
584
/c03 3 def
585
/c04 4 def
586
/c05 5 def
587
/c06 6 def
588
/c07 7 def
589
/c08 8 def
590
/c09 9 def
591
/c0a 10 def
592
/c0b 11 def
593
/c0c 12 def
594
end readonly def
595
/sfnts [
596
<000100000009008000030010637674206DAAA1090000009C0000043C6670676D
597
07DB318A000004D8000007BA676C7966E0FF215500000C940000092468656164
598
17A15658000015B80000003668686561079CFE4D000015F000000024686D7478
599
077804A2000016140000001C6C6F63610ECE111C000016300000001C6D617870
600
050401F90000164C0000002070726570CD554A0D0000166C000008AF00>
601
<062B0019000005C800250000000000000000000000000000000000000000043E
602
001900000000FFDB00000000FFE70000000000000000FE75FFE70000062B0000
603
FED80000000000000000000005E1000C02FDFFF402FD000C0000FFF400000000
604
000000000000FFE7FEE400000000000000000000000000000000000000000000
605
0000080000000800000004000000000000000000000000000000000000000000
606
0000000000000000000000000000000000000000000000000000000000000000
607
0000000000000000000000B30069003EFF4DFF97FFC20094003E000EFF6CFFC2
608
FFF2022B01ED0000000CFFF4007DFF83000004D204D2006FFF9100D200C800C5
609
00A000BE009F00D2000000C500B900BB00A300D2009400C5007B00BE00940000
610
0000009400A10000007C009400BB00AC009E0094006200AD0000000000000000
611
0000000000000000000000000000000001A60000000000000000000000000128
612
012800AD0141006300F600000000000000000000000000000000009500950095
613
00C600C60088005F01C600570000000000000000000000000000000000000000
614
000000000000000000A0FF6000000000000000000096007D0000000000000056
615
FFAA008C008C00A0008900B3009400DE01C60000000000000000000000000000
616
007B025000B000AD00B7007B013401BC01C500A0004C006F0000000000000000
617
0000000000000000009A00F700FA000000000000000000000000000000F0007C
618
012800F700B900A00094007C0000000006440000000004A00019000000000800
619
00AD00C5000004000000000000000000000000000000FFE70000000000000000
620
00B900B90000FED8FFE7000000980098009100CA00750075004500630063007C
621
007C00B400DE0032004B00500000000000000000068E0000000005C800190000
622
0000080000AF00AF000004000000000000000378001900000000FFF400000000
623
0000000000C300C30000FD6600000000000000000087000000A500D6005A0064
624
0064007300820000007B011701170128012801710171006F01180071009600A5
625
00C600000000000000000000056600000000043E001900000000080000AD0087
626
0000040000000000000006BF001900000000FFE700000000FFF30000009400A0
627
0000FEF1FFE7000000CD00CD006F006300F700F70079006400500050003C003C
628
00C000A50000007C010900790000000000C50094009400F7008E00F7012801BC
629
01C500A0007C00620000000000000000000000000000000000AD009000000000
630
00000000000000000000000000A0007C00000000000000000000000000000000
631
007C00000000000000000000000000000000000000AD00B7007B000000000000
632
0000000000000000009400DE0066019300000000000000000000000000000000
633
0000000000000000000008000064006400000400000000000000000000000000
634
0000000000000000000000000094000000000000000000000000000000>
635
<40405249483C3B3A393837363534333231302F2E2D2C2B2A2928272625242322
636
21201F1E1D1C1B1A191817161514131211100F0E0D0C0B0A0908070605040302
637
01002C0118B0184358456AB0194360B00C2344231020B00C4EF04D2FB000121B
638
21231120332F592D2C0118B0184358B0052BB000134BB0145058B100403859B0
639
062B1B21231120332F592D2C0118B01843584EB0032510F221B000124D1B2045
640
B00425B00425234A6164B0285258212310D61BB0032510F221B0001259592D2C
641
B01A435821211BB00225B0022549B00325B003254A612064B01050582121211B
642
B00325B0032549B0005058B0005058B8FFE238211BB0003821591BB0005258B0
643
1E38211BB0003821595959592D2C0118B0184358B0052BB000134BB0145058B9
644
0000FFC03859B0062B1B21231120332F592D2C4E018A10B10C194344B00014B1
645
000CE2B00015B90000FFF03800B0003CB0282BB0022510B0003C2D2C0118B000
646
2FB00114F2B00113B001154DB000122D2C0118B0184358B0052BB00013B90000
647
FFE038B0062B1B21231120332F592D2C0118B018435845646A23456469B01943
648
646060B00C2344231020B00CF02FB000121B2121208A208A525811331B212159
649
592D2C014BB0C85158B10B0A432343650A592D2C004BB0C8515800B10A0B4323
650
430B592D2C00B00C2370B1010C3E01B00C2370B1020C453AB10200080D2D2CB0
651
122BB0022545B00225456AB0408B60B0022523442121212D2CB0132BB0022545
652
B00225456AB8FFC08C60B0022523442121212D2CB000B0122B2121212D2CB000
653
B0132B2121212D2C014BB0C85158B00643B00743650A592D2C2069B04061B000
654
8B20B12CC08A8CB8100062602B0C642364615C58B00361592D2CB10003254568
655
54B01C4B505A58B0032545B0032545606820B004252344B0042523441BB00325
656
204568208A2344B00325456860B003252344592D2CB00325204568208A2344B0
657
03254564686560B00425B0016023442D2CB00943588721C01BB01243588745B0
658
112BB00D2344B00D7AE41B038A45186920B00D23448A8A8720B0A05158B0112B
659
B00D2344B00D7AE41B21B00D7AE4595959182D2C208A4523456860442D2C456A
660
422D2C01182F2D2C0118B0184358B00425B00425496423456469B0408B6120B0
661
80626AB00225B00225618CB0194360B00C2344218A10B00CF6211B2121212159
662
2D2C01B0184358B0022545B002254564606AB00325456A6120B00425456A208A
663
8B65B0042523448CB00325234421211B20456A4420456A44592D2C012045B000
664
55B018435A584568234569B0408B6120B080626A208A236120B003258B65B004
665
2523448CB00325234421211B2121B0192B592D2C018A8A45642345646164422D
666
2CB00425B00425B0192BB0184358B00425B00425B00325B01B2B01B0022543B0
667
4054B0022543B000545A58B003252045B040614459B0022543B00054B0022543
668
B040545A58B004252045B04060445959212121212D2CB0032520B0072587052E
669
23208AB00425B00725B0142B1021C4212D2CC02D2C4B525845441B2121592D2C
670
B00243583DED181BED592D2C4B505845441B2121592D2C01184B52588A2FED1B
671
212121592D2C4B53234B515A58B003254568B003254568B00325605458212121
672
1BB00225456860B0032523442121591B212121592D2CB00243583DCD181BCD59
673
2D2C462346608A8A462320468A608A61B8FF8062232010238AB10C0C8A704560
674
20B0005058B00161B8FFBA8B1BB0468C59B0106068013A2D2C2045B003254652
675
4BB013515B58B0022546206861B00325B003253F2321381B2111592D2C2045B0
676
0325465058B0022546206861B00325B003253F2321381B2111592D2C004BB0C8
677
515800B00743B006430B592D2C8A10EC2D2CB00C4358211B2046B0005258B8FF
678
F0381BB0103859592D2C20B0005558B8100063B003254564B00325456461B000
679
5358B0021BB04061B00359254569535845441B2121591B21B0022545B0022545
680
6164B028515845441B212159592D2C21210C6423648BB84000622D2C21B08051
681
580C6423648BB82000621BB200402F2B59B002602D2C21B0C051580C6423648B
682
B81555621BB200802F2B59B002602D2C0C6423648BB84000626023212D2C184B
683
5358B00425B00425496423456469B0408B6120B080626AB00225B00225618CB0
684
0C2344218A10B00CF6211B218A11231220392F592D2CB00225B002254964B0C0
685
5458B8FFF838B008381B2121592D2CB0134358031B02592D2CB0134358021B03
686
592D2CB00A2B2310203CB0172B2D2CB00225B8FFF038B0282B8A102320D023B0
687
102BB0054358C01B3C59201011B00012012D2C4B53234B515A58381B2121592D
688
2C01B0022510D023C901B00113B0001410B0013CB001162D2C01B00013B001B0
689
032549B0031738B001132D2C4B53234B515A5820458A60441B2121592D2C184B
690
5358B00425B004254964B00325B00325496468B0408B6120B080626AB00225B0
691
0225618CB00C234421B004251023B00CF61BB00425B0042511122320392F59CC
692
21212D2C0118B0184358B0052546234564611B21B00425B004254A59B00E2344
693
2310B00EEC2310B00EEC2D2CB01B435820B0016045B000515820B00160204520
694
68B0005558B0206044211B212121591B20B0016020452068B0005558B8FFE060
695
44B01C4B50582045B02060441B21591B21212159591B21592D2C4B53234B515A
696
58381B2121592D2C4B5458381B2121592D2C4B52587D1B7A592D000000>
697
<00020100000003D205000003000700002111211125211121010002D2FD6E0252
698
FDAE0500FB0040048000000000>
699
<00010020000004CB05C800080072402A05040482070614070403070603040481
700
0102140405010204070101000206050302030005060610030202B8FFF0401101
701
0207066D3B04077F0140090A017F64302B011A18104DED392B01381133381133
702
00182F3FC0D0C01112392FC033313087084D2B057D10C4870818102B057D10C4
703
2111013309013301110207FE19E3017D0190BBFE0102700358FD62029EFCA8FD
704
9000000000>
705
<0002006FFFDB046305ED000B0017007E40520517010513010A11010A0D010A87
706
0B01060B160B028607010607160702880501090519050288010109011901020B
707
030F164F1602130010011706129906040C9900130F89094019097C0215890340
708
18037B022B011A18104DED2B011A18104DED003FED3FED31305F5E5D5E5D015F
709
5E5D5D5D5D5D5D5D5D5E5D5D5D5D052200111000333200111000273212111002
710
2322021110120261E1FEEF0113E7E60114FEECEB969794949494912501AA0160
711
016301A5FE5CFE9FFE96FE5D94013E013E01370137FEC6FEC7FEC4FEC500000000>
712
<000100B90000049405ED0009006D401403040506030604990506140506040503
713
18060106B8FFF84028060408019900090E0E0003068B034005040F000100000A
714
030F03010E0303401013480A0B038B19302B012B5F5E5D111239182F5DD0C01A
715
104DFD4944E4002FFDC03F385D33CD32872B10C187047D10C431303335211105
716
3525112115B9018BFE750250018B94047B839CC5FAA7940000>
717
<000200B8000004B305C8000F0018009B40177912891202C80CD80C0246155615
718
021B082B083B080305B8FFC0B60D114806050104B8FFE0403C0D11480D0C0C81
719
0B0A140B0B0A0A010D91101000189101030B0C000C0B100B0B1A7B0A8B0A0203
720
0F0A0109050D0A0F147D071A180F7F004019006B022B011A18104DFDC010DEED
721
1239395F5E5D5F5D12392F3833002FD0C03FED12392FED11398705102B7D10C4
722
3130002B5D2B5D5D015D5D33112132171E011514060701230123190133323635
723
34262B01B80167D35E566A959501CDEFFE6BB2689BBE97B17905C82925B06A8B
724
D74BFD4D0279FD87030DB2917B69000000>
725
<000100A8000003F705ED00180110B392160116B8FFD0B315194816B8FFE8400A
726
09114816151266140110B8FFE0408A0D11480610014A075A0702650501060301
727
0515019515A515D515E515049512A512D512E5120412151A5215990205140202
728
05D905010B051B052B056B059B05BB05CB0507A902B90202D412010A12011512
729
160EA802012B02011902B902D90203020501090B9B4F0C5F0C6F0C030C09990E
730
0401169B0015121611020501061706895F116F1102111A0B16B8FFC0B31F2348
731
16B8FFC0B316194816B8FFC0400A0E1148160001100102012F5DCD2B2B2BC610
732
DE5DEDC41112393911123939002FED323FEDD55DED111239395D5D5D11123939
733
5D5D5D5D7187102B2B10C4007171723130715D5D5D2B718705C0012B2B5D3335
734
363F0136353426232207353633321615140F0106072115A87AF259B88D768FC6
735
B8B1CAF7FA54E82F025DADECF059B7BA778F68AE4EDDB5D8EA4FD8C5AD00000000>
736
<000100EAFFDB041B05EE0024009C401D4A215A216A2103461F561F661F03291E
737
391E02341B01A6190102190119B8FFD0404C0F1248961001340E012907390702
738
26053605021D0A990B0B0317149B70158015021512991704019B004010164800
739
039923131D1A0A0A000F8B1A0689702001202615000010005000600004002F5D
740
C410DE5DEDD4ED11392F1239003FEDD52BED3FEDD55DED1112392FED3931305D
741
5D5D5D2B5D5D5D5D5D5D3735163332363534262B013533323635342623220735
742
36333216151406071E011514042322EAC96E84A4BCBB6039C7B67E6C97A8A3A7
743
C5E086859C9CFEEAEE8E07AE46A6859C9C8E8794667851AD39B49E7CBA3E36C7
744
91CFF00000>
745
<00010066FFDB048305EE0015009040330311431153116311040C0F4C0F5C0F6C
746
0F04095B060154040119070109031903690379038903B903060A231201230E01
747
0B920AB8FFC040180D11480A0D91080415920F001F00020D0300139202130A00
748
B8FFC04012090C480017107D054005401B224816056C022B2B011A18104DED10
749
D62BC4003FEDD55F5E5DED3FEDD52BED3130015D5D5E5D5D005D5D5E5D5D2506
750
23200011100021321715262322021110003332370483C4B0FEC8FE8F016C0132
751
ABC3C6A8D0FC011DEC87BB2247019E0160016801AD3AB65BFEA2FEE0FEECFEB5
752
4800000000>
753
<00020056011C047B0309000300070033401B00BE0105BE404004010F04010B03
754
0407030903E00204000800DF022B0110C02B0110C000182F5F5E5D5D1A4DEDD6
755
ED31301335211501352115560425FBDB0425011C949401599494000000>
756
<0001005D00000482043E000B00C7406D390A0136040126070129010103040405
757
0707060803080101000A0A0B0902090707080A0A090B060B0404030101020005
758
00000B200B020F052F050215060309020987080314080803050B060B88000514
759
000005060503020F08090B00050608090808100D086A020302000B0000B8FFF0
760
B30C0067022B013811331810C6322B013811331810C632002FC0D0C03FC0D0C0
761
8705104D2B877DC48718102B877DC4015F5E5D5D31301007083C08C41007083C
762
08C41007083C083C1007083C083C015F5D5D005D5D3309013309013309012309
763
015D0194FE6EF7012C0113C3FE8F019BF6FEC9FECF02250219FE6F0191FDE8FD
764
DA019FFE6100000000>
765
<00020069FFE704690456000B0017005440360F0D1F0D2F0D0300171017201703
766
0F111F112F1103001310132013030C04129506100C9500160F83094019096902
767
15830340180366022B011A18104DED2B011A18104DED003FED3FED3130015F5E
768
5D5D5D5D0522001110003332001110002732363534262322061514160261E8FE
769
F00112EEEE0112FEEDF19999A08E8EA09F19013201060108012FFED2FEF9FEF3
770
FED394D3D3C3DEDEC5C4E00000>
771
<000101340000045604560012005440370611861102110E040474048404940404
772
040007000A010A090E970710010F000B85800A010A1403020412850000100080
773
009000F00005002F5DFDC0C0C510DE5DED002F3F3FEDD5CD5D1112395D11395D
774
313021113307333E013332171123352623220607110134C50C0C4BCA7F587194
775
2E2565BB56043ECC727219FECC9B0A7675FD3D0000>
776
<0001000000011999400BD3F05F0F3CF5000B080000000000B3B7F1F500000000
777
000000000000FFDB04CB05EE0000000C000100000000000000>
778
<00010000079BFE4B000000000000000000000001000000000000000000000000
779
0000000100>
780
<04D201000020006F00B900B800A800EA006600000056005D0069013400>
781
<00000016006800D80124019C024C02CE03400340036E03F20448049200>
782
<00010000000D002500020000000000020010002800530000048E01A90003000100>
783
<B9013A013BB216171C4127013601370016001B013601370019021C021D001600
784
1B021C021D001901A401A50016001B01A401A50019004001A5005001A5000200
785
0001A4009001A400A001A40003016801690016001B01680169409319DFE01617
786
1CD4D516171C7B7C161B507B017B7C19D1D216171CAFE201A0E101E1E216171C
787
767716171C6D7016171C6C6F16171C6B6E161B6F6E7F6E8F6EAF6EBF6ECF6EDF
788
6E076B6E7F721A747514151C40675067021067206702676A14151C666914151C
789
6568141B10684F68F068034F685F686F689F68AF68FF68061065806502656885
790
711A1973167A4319217943192102410A013901210003002B013101210005002B
791
012101204009022B10F60100F50100BB01EC0001FFC001BEB3191C3990413101
792
AA00A001AA000201AA018F0002002B019F018F0004002B018F018E0002002B01
793
8001520004002B017F01520004002B017C01520004002B016D01520004002B01
794
7B016F0004002B0171016F0004002B016301530003002B015301520002002B01
795
0FB295032BB8FFC0B3E82B2E39B8FFC0B3E8222439B8FFC0404AE81E1F3900E8
796
012FE73FE74FE703BFBD082BBEBD082BBD99042B8E99052B9B993A1F9995042B
797
9491032B9291062B9195042B9895052B9795042B9695042B40952F3039A09501
798
9585022B410A013C011E0012001F014101200004002BFFC00138B21D1D39B9FF
799
C00138B20F1139BD013001200005002B021602064012012BF985042BF4F3042B
800
F38B022BF285032BB9FFC001F7B2171939B9FFC001F7B31214394FBA01F50001
801
01F4B285032BBC01EB01EA0004002B01EAB28B022BB801D6B285022BB801C2B2
802
85022BB801C1B285042BBA01BC01BBFFC0B2081923B801BBB2AF022BB801B8B3
803
85032B40B801B4B31C1E3940B801B4B317173940B801B4B311113940B801B4B2
804
0E0F39410A01AC01AB002A001F01A601A70064001FFFC001A7B21F1F39B9FFC0
805
01ABB21F1F39B9FFC001A9B21D1F39B9FFC001A9B2151539B9FFC001A9B20D0F
806
39B9FFC001A9B2090A39B9FFC001A8B21D1F39B9FFC001A8B2151539B9FFC001
807
A8B20D0F39B9FFC001A8B2090B39410A01B301B10002002B01B1019E0003002B
808
018E019EB2032B9F4118019E00AF019E00BF019E0003017A01760003002B0179
809
01750003002B017801760008002B017701750008002BFFC00176B3464D3940B8
810
0176B23A3E39B9FFC00176B337393940B80176B22D2F39B9FFC00176B3292C39
811
40B80176B21E2039B9FFC00176B31A1D3920BD0176003001760002FFC00175B3
812
464D3940B80175B23A3E39B9FFC00175B337393940B80175B22D2F39B9FFC001
813
75B3292C3940B80175B21E2039B9FFC00175B21A1D39B9FFC00175B20A113941
814
0E0172016E0002002B016C016A0004002B0170016E0004002BFFC0016AB22628
815
394109016A01520002002B016201520005002B0112B285052BB8010EB287471F
816
B80106B381052B40410A010500500105006001050003009F010400AF01044029
817
02B4AF032B8D8B062B8C8B022B8A8B022B898B062B8B7F042BE482032BE38104
818
2B8280042B817F0C2BB8FFC0B3802D2E39B8FFC0401480202339807F022B7E7F
819
062B7D7F062B7F85042BB8FFC0400CE6313339E688032BE587042BB8FFC0B388
820
464839B8FFC0B388393939B8FFC0B3882C2E39B8FFC04020882023398885022B
821
8785062B8685032B8485022B8385062B7085808502BF85014199012701280129
822
000C011B011C011D000C01180119011A000C013301190135000D012D0128012F
823
000D012A011C012C000D0133003C012D003C012A003C0127003C011B003C0118
824
003C020D020E020F000C020102020203000C01FE01FF0200000C021901FF021B
825
000D0213020E0215000D021002020212000D0219003C0213003C0210003C020D
826
003C0201003C01FE003C019501960197000C0189018A018B000C018601870188
827
000C001F0189003F0189005F0189000301A1018701A3000D019B0196019D000D
828
0198018A019A000D01A1003C019B003C0198003C0195003C0189003C0186003C
829
0159015A015B000C014D014E014F000C014A014B014C000C0060015900010165
830
014B0167000D015F015A0161000D015C014E015E000D0165003C015F003C015C
831
003C0159003C014D003C014A40A33C1B37151836151535151234150F33150C32
832
15093115063015032F15002E1526270E28270F2603642B2A2B0E2C2B0F22230E
833
24230F1E1F0E201F0F0F10110C090A0B0C0607080C0304050C0001020C000340
834
111A230003111F1F0F3F0F7F0F032003011F034F03BF03FF03041B011D0D1807
835
1A0D1204140D1510170D901B012C3C2A3C283C263C243C223C203C1E3C1B3C18
836
3C153C123C0F3C093C063C033C003C503301B0124B004B5442B013014B004B53
837
42B0332B4BB8032052B0322B4BB009505B58B101018E59B0332BB00288B80100
838
54B00488B8020054B012435A5B58B80119B101018E851BB900010100B0236085
839
8D59B1020042B00188B0235358B00188B0405158B02088B810005458B1020142
840
595959B0374B5058B1020042592B1DB0644B5358B0801D59B0324B5358B0901D
841
59004BB03A51B01B23422B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B732B2B2B2B
842
7374732B2B2B2B2B2B2B2B2B2B2B2B2B2BB1282645B02A4561B02C4560442B2B
843
B128044523456861B02823442B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B73
844
2B2B2B2B2B2B2B2B2B2B2B2B732B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B
845
2B2B2B2B2B2B2B2B0174732B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B
846
2B2B2B2B2B2B2B73732B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B732B2B2B2B2B
847
2B2B2B2B2B2B732B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B
848
2B2B2B732B2B2B2B2B2B2B2B2B2B2B2B002B742B2B2B2B2B2B2B2B2B2B2B2B2B
849
73742B2B2B2B2B2B2B2B2B2B2B2B2B2B2B732B7474732B2B2B0143581B592B2B
850
B018B0224B53422B2B7373742B2B2B74732B2B732B2B2B2B2B73732B2B732B2B
851
2B2B2B73732B2B2B2B2B2B2BB109322B4BB04752424BB008524BB008505BB01A
852
23424BB0C8524BB036505BB00C23420000>
853
] def
854
FontName currentdict end definefont pop
855
%%EndResource
856
/F9_0 /BAAAAA+LucidaSans-Typewriter 1 1
857
[ /c00/c01/c02/c03/c04/c05/c06/c07
858
  /c08/c09/c0a/c0b/c0c/c0d/c0e/c0f
859
  /c10/c11/c12/c13/c14/c15/c16/c17
860
  /c18/c19/c1a/c1b/c1c/c1d/c1e/c1f
861
  /c20/c21/c22/c23/c24/c25/c26/c27
862
  /c28/c29/c2a/c2b/c2c/c2d/c2e/c2f
863
  /c30/c31/c32/c33/c34/c35/c36/c37
864
  /c38/c39/c3a/c3b/c3c/c3d/c3e/c3f
865
  /c40/c41/c42/c43/c44/c45/c46/c47
866
  /c48/c49/c4a/c4b/c4c/c4d/c4e/c4f
867
  /c50/c51/c52/c53/c54/c55/c56/c57
868
  /c58/c59/c5a/c5b/c5c/c5d/c5e/c5f
869
  /c60/c61/c62/c63/c64/c65/c66/c67
870
  /c68/c69/c6a/c6b/c6c/c6d/c6e/c6f
871
  /c70/c71/c72/c73/c74/c75/c76/c77
872
  /c78/c79/c7a/c7b/c7c/c7d/c7e/c7f
873
  /c80/c81/c82/c83/c84/c85/c86/c87
874
  /c88/c89/c8a/c8b/c8c/c8d/c8e/c8f
875
  /c90/c91/c92/c93/c94/c95/c96/c97
876
  /c98/c99/c9a/c9b/c9c/c9d/c9e/c9f
877
  /ca0/ca1/ca2/ca3/ca4/ca5/ca6/ca7
878
  /ca8/ca9/caa/cab/cac/cad/cae/caf
879
  /cb0/cb1/cb2/cb3/cb4/cb5/cb6/cb7
880
  /cb8/cb9/cba/cbb/cbc/cbd/cbe/cbf
881
  /cc0/cc1/cc2/cc3/cc4/cc5/cc6/cc7
882
  /cc8/cc9/cca/ccb/ccc/ccd/cce/ccf
883
  /cd0/cd1/cd2/cd3/cd4/cd5/cd6/cd7
884
  /cd8/cd9/cda/cdb/cdc/cdd/cde/cdf
885
  /ce0/ce1/ce2/ce3/ce4/ce5/ce6/ce7
886
  /ce8/ce9/cea/ceb/cec/ced/cee/cef
887
  /cf0/cf1/cf2/cf3/cf4/cf5/cf6/cf7
888
  /cf8/cf9/cfa/cfb/cfc/cfd/cfe/cff]
889
pdfMakeFont
890
%%EndSetup
891
pdfStartPage
892
[] 0 d
893
 
894
 
895
 
896
10 M
897
1 w
898
 
899
 
900
 
901
q
902
 
903
W*
904
0.8 0.8 1 rg
905
0.9 72.5 137.8 142.5 re
906
f*
907
1 0.59999 0.4 rg
908
138.7 72.5 68.9 142.5 re
909
f*
910
0.9 1.3 137.8 71.3 re
911
f*
912
 
913
 
914
0.7 215.3 m
915
207.7 215.3 l
916
S
917
0.7 144 m
918
207.6 144 l
919
S
920
0.7 72.7 m
921
207.7 72.7 l
922
S
923
0.7 1.5 m
924
138.9 1.5 l
925
S
926
0.7 215.3 m
927
0.7 1.5 l
928
S
929
69.5 215.2 m
930
69.5 1.5 l
931
S
932
138.9 215.2 m
933
138.9 1.5 l
934
S
935
207.7 215.3 m
936
207.7 72.7 l
937
S
938
1 0.59999 0.4 rg
939
q
940
 
941
[1 0 0 1 0 0] Tm
942
 
943
[0.96465 0 0 1 12.2 164.8] Tm
944
 
945
/F9_0 40 Tf
946
(\001) 24.08 Tj
947
[0.96465 0 0 1 35.4 164.8] Tm
948
 
949
/F9_0 40 Tf
950
(\002) 24.08 Tj
951
Q
952
q
953
 
954
[1 0 0 1 0 0] Tm
955
 
956
[0.96465 0 0 1 81.1 164.8] Tm
957
 
958
/F9_0 40 Tf
959
(\001) 24.08 Tj
960
[0.96465 0 0 1 104.2 164.8] Tm
961
 
962
/F9_0 40 Tf
963
(\003) 24.08 Tj
964
Q
965
q
966
 
967
[1 0 0 1 0 0] Tm
968
 
969
[0.96465 0 0 1 150 164.8] Tm
970
 
971
/F9_0 40 Tf
972
(\004) 24.08 Tj
973
[0.96465 0 0 1 173.1 164.8] Tm
974
 
975
/F9_0 40 Tf
976
(\002) 24.08 Tj
977
Q
978
q
979
 
980
[1 0 0 1 0 0] Tm
981
 
982
[0.96465 0 0 1 12.2 93.6] Tm
983
 
984
/F9_0 40 Tf
985
(\001) 24.08 Tj
986
[0.96465 0 0 1 35.4 93.6] Tm
987
 
988
/F9_0 40 Tf
989
(\005) 24.08 Tj
990
Q
991
q
992
 
993
[1 0 0 1 0 0] Tm
994
 
995
[0.96465 0 0 1 81.1 93.6] Tm
996
 
997
/F9_0 40 Tf
998
(\001) 24.08 Tj
999
[0.96465 0 0 1 104.2 93.6] Tm
1000
 
1001
/F9_0 40 Tf
1002
(\006) 24.08 Tj
1003
Q
1004
q
1005
 
1006
[1 0 0 1 0 0] Tm
1007
 
1008
[0.96465 0 0 1 150 93.6] Tm
1009
 
1010
/F9_0 40 Tf
1011
(\004) 24.08 Tj
1012
[0.96465 0 0 1 173.1 93.6] Tm
1013
 
1014
/F9_0 40 Tf
1015
(\003) 24.08 Tj
1016
Q
1017
q
1018
 
1019
[1 0 0 1 0 0] Tm
1020
 
1021
[0.96465 0 0 1 12.2 22.3] Tm
1022
 
1023
/F9_0 40 Tf
1024
(\007) 24.08 Tj
1025
[0.96465 0 0 1 35.4 22.3] Tm
1026
 
1027
/F9_0 40 Tf
1028
(\002) 24.08 Tj
1029
Q
1030
q
1031
 
1032
[1 0 0 1 0 0] Tm
1033
 
1034
[0.96465 0 0 1 81.1 22.3] Tm
1035
 
1036
/F9_0 40 Tf
1037
(\007) 24.08 Tj
1038
[0.96465 0 0 1 104.2 22.3] Tm
1039
 
1040
/F9_0 40 Tf
1041
(\003) 24.08 Tj
1042
Q
1043
q
1044
 
1045
[1 0 0 1 0 0] Tm
1046
 
1047
[0.96465 0 0 1 238.9 172.7] Tm
1048
 
1049
/F9_0 18 Tf
1050
(\004) 10.836 Tj
1051
[0.96465 0 0 1 249 172.7] Tm
1052
 
1053
/F9_0 18 Tf
1054
(\002) 10.836 Tj
1055
[0.96465 0 0 1 259.1 172.7] Tm
1056
 
1057
/F9_0 18 Tf
1058
(\010) 10.836 Tj
1059
[0.96465 0 0 1 269.3 172.7] Tm
1060
 
1061
/F9_0 18 Tf
1062
(\011) 10.836 Tj
1063
[0.96465 0 0 1 279.4 172.7] Tm
1064
 
1065
/F9_0 18 Tf
1066
(\010) 10.836 Tj
1067
[0.96465 0 0 1 289.5 172.7] Tm
1068
 
1069
/F9_0 18 Tf
1070
(\001) 10.836 Tj
1071
[0.96465 0 0 1 299.7 172.7] Tm
1072
 
1073
/F9_0 18 Tf
1074
(\002) 10.836 Tj
1075
[0.96465 0 0 1 309.8 172.7] Tm
1076
 
1077
/F9_0 18 Tf
1078
(\010) 10.836 Tj
1079
[0.96465 0 0 1 319.9 172.7] Tm
1080
 
1081
/F9_0 18 Tf
1082
(\012) 10.836 Tj
1083
[0.96465 0 0 1 330 172.7] Tm
1084
 
1085
/F9_0 18 Tf
1086
(\013) 10.836 Tj
1087
[0.96465 0 0 1 340.2 172.7] Tm
1088
 
1089
/F9_0 18 Tf
1090
(\014) 10.836 Tj
1091
[0.96465 0 0 1 350.3 172.7] Tm
1092
 
1093
/F9_0 18 Tf
1094
(\010) 10.836 Tj
1095
[0.96465 0 0 1 360.4 172.7] Tm
1096
 
1097
/F9_0 18 Tf
1098
(\001) 10.836 Tj
1099
[0.96465 0 0 1 370.5 172.7] Tm
1100
 
1101
/F9_0 18 Tf
1102
(\003) 10.836 Tj
1103
Q
1104
q
1105
 
1106
[1 0 0 1 0 0] Tm
1107
 
1108
[0.96465 0 0 1 238.9 101.4] Tm
1109
 
1110
/F9_0 18 Tf
1111
(\004) 10.836 Tj
1112
[0.96465 0 0 1 249 101.4] Tm
1113
 
1114
/F9_0 18 Tf
1115
(\003) 10.836 Tj
1116
[0.96465 0 0 1 259.1 101.4] Tm
1117
 
1118
/F9_0 18 Tf
1119
(\010) 10.836 Tj
1120
[0.96465 0 0 1 269.3 101.4] Tm
1121
 
1122
/F9_0 18 Tf
1123
(\011) 10.836 Tj
1124
[0.96465 0 0 1 279.4 101.4] Tm
1125
 
1126
/F9_0 18 Tf
1127
(\010) 10.836 Tj
1128
[0.96465 0 0 1 289.5 101.4] Tm
1129
 
1130
/F9_0 18 Tf
1131
(\001) 10.836 Tj
1132
[0.96465 0 0 1 299.7 101.4] Tm
1133
 
1134
/F9_0 18 Tf
1135
(\005) 10.836 Tj
1136
[0.96465 0 0 1 309.8 101.4] Tm
1137
 
1138
/F9_0 18 Tf
1139
(\010) 10.836 Tj
1140
[0.96465 0 0 1 319.9 101.4] Tm
1141
 
1142
/F9_0 18 Tf
1143
(\012) 10.836 Tj
1144
[0.96465 0 0 1 330 101.4] Tm
1145
 
1146
/F9_0 18 Tf
1147
(\013) 10.836 Tj
1148
[0.96465 0 0 1 340.2 101.4] Tm
1149
 
1150
/F9_0 18 Tf
1151
(\014) 10.836 Tj
1152
[0.96465 0 0 1 350.3 101.4] Tm
1153
 
1154
/F9_0 18 Tf
1155
(\010) 10.836 Tj
1156
[0.96465 0 0 1 360.4 101.4] Tm
1157
 
1158
/F9_0 18 Tf
1159
(\001) 10.836 Tj
1160
[0.96465 0 0 1 370.5 101.4] Tm
1161
 
1162
/F9_0 18 Tf
1163
(\006) 10.836 Tj
1164
Q
1165
q
1166
 
1167
[1 0 0 1 0 0] Tm
1168
 
1169
[0.96465 0 0 1 238.9 40.7] Tm
1170
 
1171
/F9_0 18 Tf
1172
(\007) 10.836 Tj
1173
[0.96465 0 0 1 249 40.7] Tm
1174
 
1175
/F9_0 18 Tf
1176
(\002) 10.836 Tj
1177
[0.96465 0 0 1 259.1 40.7] Tm
1178
 
1179
/F9_0 18 Tf
1180
(\010) 10.836 Tj
1181
[0.96465 0 0 1 269.3 40.7] Tm
1182
 
1183
/F9_0 18 Tf
1184
(\011) 10.836 Tj
1185
[0.96465 0 0 1 279.4 40.7] Tm
1186
 
1187
/F9_0 18 Tf
1188
(\010) 10.836 Tj
1189
[0.96465 0 0 1 289.5 40.7] Tm
1190
 
1191
/F9_0 18 Tf
1192
(\001) 10.836 Tj
1193
[0.96465 0 0 1 299.7 40.7] Tm
1194
 
1195
/F9_0 18 Tf
1196
(\002) 10.836 Tj
1197
[0.96465 0 0 1 309.8 40.7] Tm
1198
 
1199
/F9_0 18 Tf
1200
(\010) 10.836 Tj
1201
[0.96465 0 0 1 319.9 40.7] Tm
1202
 
1203
/F9_0 18 Tf
1204
(\012) 10.836 Tj
1205
[0.96465 0 0 1 330 40.7] Tm
1206
 
1207
/F9_0 18 Tf
1208
(\013) 10.836 Tj
1209
[0.96465 0 0 1 340.2 40.7] Tm
1210
 
1211
/F9_0 18 Tf
1212
(\014) 10.836 Tj
1213
[0.96465 0 0 1 350.3 40.7] Tm
1214
 
1215
/F9_0 18 Tf
1216
(\010) 10.836 Tj
1217
[0.96465 0 0 1 360.4 40.7] Tm
1218
 
1219
/F9_0 18 Tf
1220
(\001) 10.836 Tj
1221
[0.96465 0 0 1 370.5 40.7] Tm
1222
 
1223
/F9_0 18 Tf
1224
(\005) 10.836 Tj
1225
[0.96465 0 0 1 380.7 40.7] Tm
1226
 
1227
/F9_0 18 Tf
1228
(\010) 10.836 Tj
1229
Q
1230
q
1231
 
1232
[1 0 0 1 0 0] Tm
1233
 
1234
[0.96465 0 0 1 238.9 19.7] Tm
1235
 
1236
/F9_0 18 Tf
1237
(\007) 10.836 Tj
1238
[0.96465 0 0 1 249 19.7] Tm
1239
 
1240
/F9_0 18 Tf
1241
(\003) 10.836 Tj
1242
[0.96465 0 0 1 259.1 19.7] Tm
1243
 
1244
/F9_0 18 Tf
1245
(\010) 10.836 Tj
1246
[0.96465 0 0 1 269.3 19.7] Tm
1247
 
1248
/F9_0 18 Tf
1249
(\011) 10.836 Tj
1250
[0.96465 0 0 1 279.4 19.7] Tm
1251
 
1252
/F9_0 18 Tf
1253
(\010) 10.836 Tj
1254
[0.96465 0 0 1 289.5 19.7] Tm
1255
 
1256
/F9_0 18 Tf
1257
(\001) 10.836 Tj
1258
[0.96465 0 0 1 299.7 19.7] Tm
1259
 
1260
/F9_0 18 Tf
1261
(\003) 10.836 Tj
1262
[0.96465 0 0 1 309.8 19.7] Tm
1263
 
1264
/F9_0 18 Tf
1265
(\010) 10.836 Tj
1266
[0.96465 0 0 1 319.9 19.7] Tm
1267
 
1268
/F9_0 18 Tf
1269
(\012) 10.836 Tj
1270
[0.96465 0 0 1 330 19.7] Tm
1271
 
1272
/F9_0 18 Tf
1273
(\013) 10.836 Tj
1274
[0.96465 0 0 1 340.2 19.7] Tm
1275
 
1276
/F9_0 18 Tf
1277
(\014) 10.836 Tj
1278
[0.96465 0 0 1 350.3 19.7] Tm
1279
 
1280
/F9_0 18 Tf
1281
(\010) 10.836 Tj
1282
[0.96465 0 0 1 360.4 19.7] Tm
1283
 
1284
/F9_0 18 Tf
1285
(\001) 10.836 Tj
1286
[0.96465 0 0 1 370.5 19.7] Tm
1287
 
1288
/F9_0 18 Tf
1289
(\006) 10.836 Tj
1290
Q
1291
Q
1292
showpage
1293
%%PageTrailer
1294
pdfEndPage
1295
%%Trailer
1296
end
1297
%%DocumentSuppliedResources:
1298
%%+ font BAAAAA+LucidaSans-Typewriter
1299
%%EOF

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.