neo.mjs 6.26.0 → 6.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1603 @@
1
+ %!PS-Adobe-3.0 EPSF-3.0
2
+ %%HiResBoundingBox: 0.000000 0.000000 406.000000 347.000000
3
+ %APL_DSC_Encoding: UTF8
4
+ %APLProducer: (Version 14.2.1 (Build 23C71) Quartz PS Context)
5
+ %%Title: (Unknown)
6
+ %%Creator: (Unknown)
7
+ %%CreationDate: (Unknown)
8
+ %%For: (Unknown)
9
+ %%DocumentData: Clean7Bit
10
+ %%LanguageLevel: 2
11
+ %%Pages: 1
12
+ %%BoundingBox: 0 0 406 347
13
+ %%EndComments
14
+ %%BeginProlog
15
+ %%BeginFile: cg-pdf.ps
16
+ %%Copyright: Copyright 2000-2004 Apple Computer Incorporated.
17
+ %%Copyright: All Rights Reserved.
18
+ currentpacking true setpacking
19
+ /cg_md 141 dict def
20
+ cg_md begin
21
+ /L3? languagelevel 3 ge def
22
+ /bd{bind def}bind def
23
+ /ld{load def}bd
24
+ /xs{exch store}bd
25
+ /xd{exch def}bd
26
+ /cmmtx matrix def
27
+ mark
28
+ /sc/setcolor
29
+ /scs/setcolorspace
30
+ /dr/defineresource
31
+ /fr/findresource
32
+ /T/true
33
+ /F/false
34
+ /d/setdash
35
+ /w/setlinewidth
36
+ /J/setlinecap
37
+ /j/setlinejoin
38
+ /M/setmiterlimit
39
+ /i/setflat
40
+ /rc/rectclip
41
+ /rf/rectfill
42
+ /rs/rectstroke
43
+ /f/fill
44
+ /f*/eofill
45
+ /sf/selectfont
46
+ /s/show
47
+ %/as/ashow
48
+ /xS/xshow
49
+ /yS/yshow
50
+ /xyS/xyshow
51
+ /S/stroke
52
+ /m/moveto
53
+ /l/lineto
54
+ /c/curveto
55
+ /h/closepath
56
+ /n/newpath
57
+ /q/gsave
58
+ /Q/grestore
59
+ counttomark 2 idiv
60
+ %dup (number of ld's = )print == flush % *** how many
61
+ {ld}repeat pop
62
+ /SC{ % CSname
63
+ /ColorSpace fr scs
64
+ }bd
65
+ /sopr /setoverprint where{pop/setoverprint}{/pop}ifelse ld
66
+ /soprm /setoverprintmode where{pop/setoverprintmode}{/pop}ifelse ld
67
+ /cgmtx matrix def
68
+ /sdmtx{cgmtx currentmatrix pop}bd
69
+ /CM {cgmtx setmatrix}bd % pop the ctm: our gstate ctm on host is now identity
70
+ /cm {cmmtx astore CM concat}bd % reset the matrix and then concat
71
+ /W{clip newpath}bd
72
+ /W*{eoclip newpath}bd
73
+
74
+ statusdict begin product end dup (HP) anchorsearch{
75
+ pop pop pop % pop off the search results
76
+ true
77
+ }{
78
+ pop % previous search result
79
+ (hp) anchorsearch{
80
+ pop pop true
81
+ }{
82
+ pop false
83
+ }ifelse
84
+ }ifelse
85
+
86
+ { % HP is the product: we use this method of stroking because of a bug in their clone printers with certain T3 fonts
87
+ {
88
+ { % charCode Wx Wy
89
+ pop pop % charCode
90
+ (0)dup 0 4 -1 roll put
91
+ F charpath
92
+ }cshow
93
+ }
94
+ }{
95
+ {F charpath}
96
+ }ifelse
97
+ /cply exch bd
98
+ /cps {cply stroke}bd
99
+ /pgsave 0 def
100
+ /bp{/pgsave save store}bd
101
+ /ep{pgsave restore showpage}def % dont' bind
102
+ /re{4 2 roll m 1 index 0 rlineto 0 exch rlineto neg 0 rlineto h}bd
103
+
104
+ /scrdict 10 dict def
105
+ /scrmtx matrix def
106
+ /patarray 0 def
107
+ /createpat{patarray 3 1 roll put}bd
108
+ /makepat{
109
+ scrmtx astore pop
110
+ gsave
111
+ initgraphics
112
+ CM
113
+ patarray exch get
114
+ scrmtx
115
+ makepattern
116
+ grestore
117
+ setpattern
118
+ }bd
119
+
120
+ /cg_BeginEPSF{
121
+ userdict save/cg_b4_Inc_state exch put
122
+ userdict/cg_endepsf/cg_EndEPSF load put
123
+ count userdict/cg_op_count 3 -1 roll put
124
+ countdictstack dup array dictstack userdict/cg_dict_array 3 -1 roll put
125
+ 3 sub{end}repeat
126
+ /showpage {} def
127
+ 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
128
+ 10 setmiterlimit [] 0 setdash newpath
129
+ false setstrokeadjust false setoverprint % don't use F
130
+ }bd
131
+ /cg_EndEPSF{
132
+ countdictstack 3 sub { end } repeat
133
+ cg_dict_array 3 1 index length 3 sub getinterval
134
+ {begin}forall
135
+ count userdict/cg_op_count get sub{pop}repeat
136
+ userdict/cg_b4_Inc_state get restore
137
+ F setpacking
138
+ }bd
139
+
140
+ /cg_biproc{currentfile/RunLengthDecode filter}bd
141
+ /cg_aiproc{currentfile/ASCII85Decode filter/RunLengthDecode filter}bd
142
+ /ImageDataSource 0 def
143
+ L3?{
144
+ /cg_mibiproc{pop pop/ImageDataSource{cg_biproc}def}bd
145
+ /cg_miaiproc{pop pop/ImageDataSource{cg_aiproc}def}bd
146
+ }{
147
+ /ImageBandMask 0 def
148
+ /ImageBandData 0 def
149
+ /cg_mibiproc{
150
+ string/ImageBandMask xs
151
+ string/ImageBandData xs
152
+ /ImageDataSource{[currentfile/RunLengthDecode filter dup ImageBandMask/readstring cvx
153
+ /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
154
+ }bd
155
+ /cg_miaiproc{
156
+ string/ImageBandMask xs
157
+ string/ImageBandData xs
158
+ /ImageDataSource{[currentfile/ASCII85Decode filter/RunLengthDecode filter
159
+ dup ImageBandMask/readstring cvx
160
+ /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
161
+ }bd
162
+ }ifelse
163
+ /imsave 0 def
164
+ /BI{save/imsave xd mark}bd
165
+ /EI{imsave restore}bd
166
+ /ID{
167
+ counttomark 2 idiv
168
+ dup 2 add % leave room for imagetype and imagematrix
169
+ dict begin
170
+ {def} repeat
171
+ pop % remove mark
172
+ /ImageType 1 def
173
+ /ImageMatrix[Width 0 0 Height neg 0 Height]def
174
+ currentdict dup/ImageMask known{ImageMask}{F}ifelse exch
175
+ % currentdict on stack
176
+ L3?{
177
+ dup/MaskedImage known
178
+ {
179
+ pop
180
+ <<
181
+ /ImageType 3
182
+ /InterleaveType 2
183
+ /DataDict currentdict
184
+ /MaskDict
185
+ << /ImageType 1
186
+ /Width Width
187
+ /Height Height
188
+ /ImageMatrix ImageMatrix
189
+ /BitsPerComponent 1
190
+ /Decode [0 1]
191
+ currentdict/Interpolate known
192
+ {/Interpolate Interpolate}if
193
+ >>
194
+ >>
195
+ }if
196
+ }if
197
+ exch
198
+ {imagemask}{image}ifelse
199
+ end % pop imagedict from dict stack
200
+ }bd
201
+
202
+ /cguidfix{statusdict begin mark version end
203
+ {cvr}stopped{cleartomark 0}{exch pop}ifelse
204
+ 2012 lt{dup findfont dup length dict begin
205
+ {1 index/FID ne 2 index/UniqueID ne and
206
+ {def} {pop pop} ifelse}forall
207
+ currentdict end definefont pop
208
+ }{pop}ifelse
209
+ }bd
210
+ /t_array 0 def
211
+ /t_i 0 def
212
+ /t_c 1 string def
213
+ /x_proc{ % x y
214
+ exch t_array t_i get add exch moveto
215
+ /t_i t_i 1 add store
216
+ }bd
217
+ /y_proc{ % x y
218
+ t_array t_i get add moveto
219
+ /t_i t_i 1 add store
220
+ }bd
221
+ /xy_proc{
222
+ % x y
223
+ t_array t_i 2 copy 1 add get 3 1 roll get
224
+ 4 -1 roll add 3 1 roll add moveto
225
+ /t_i t_i 2 add store
226
+ }bd
227
+ /sop 0 def % don't bind sop
228
+ /cp_proc/x_proc ld % default moveto proc is for xwidths only
229
+ /base_charpath % string array
230
+ {
231
+ /t_array xs
232
+ /t_i 0 def
233
+ { % char
234
+ t_c 0 3 -1 roll put
235
+ currentpoint
236
+ t_c cply sop
237
+ cp_proc
238
+ }forall
239
+ /t_array 0 def
240
+ }bd
241
+ /sop/stroke ld % default sop is stroke. Done here so we don't bind in /base_charpath
242
+
243
+ % default sop is stroke
244
+ /nop{}def
245
+ /xsp/base_charpath ld
246
+ /ysp{/cp_proc/y_proc ld base_charpath/cp_proc/x_proc ld}bd
247
+ /xysp{/cp_proc/xy_proc ld base_charpath/cp_proc/x_proc ld}bd
248
+ /xmp{/sop/nop ld /cp_proc/x_proc ld base_charpath/sop/stroke ld}bd
249
+ /ymp{/sop/nop ld /cp_proc/y_proc ld base_charpath/sop/stroke ld}bd
250
+ /xymp{/sop/nop ld /cp_proc/xy_proc ld base_charpath/sop/stroke ld}bd
251
+ /refnt{ % newname encoding fontname
252
+ findfont dup length dict copy dup
253
+ /Encoding 4 -1 roll put
254
+ definefont pop
255
+ }bd
256
+ /renmfont{ % newname fontname
257
+ findfont dup length dict copy definefont pop
258
+ }bd
259
+
260
+ L3? dup dup{save exch}if
261
+
262
+ % languagelevel2 ONLY code goes here
263
+
264
+ /Range 0 def
265
+ /DataSource 0 def
266
+ /val 0 def
267
+ /nRange 0 def
268
+ /mulRange 0 def
269
+ /d0 0 def
270
+ /r0 0 def
271
+ /di 0 def
272
+ /ri 0 def
273
+ /a0 0 def
274
+ /a1 0 def
275
+ /r1 0 def
276
+ /r2 0 def
277
+ /dx 0 def
278
+ /Nsteps 0 def
279
+ /sh3tp 0 def
280
+ /ymax 0 def
281
+ /ymin 0 def
282
+ /xmax 0 def
283
+ /xmin 0 def
284
+
285
+ /setupFunEval % funDict -- % this calculates and sets up a function dict for evaulation.
286
+ {
287
+ begin
288
+ /nRange Range length 2 idiv store
289
+ /mulRange % precompute the range data needed to map a sample value from the table to a range value
290
+ % this data looks like [ range0mul range0min range1mul range1min ... rangeN-1mul rangeN-1min ]
291
+ [
292
+ 0 1 nRange 1 sub
293
+ { % index
294
+ 2 mul/nDim2 xd % 2*dimension# we are dealing with
295
+ Range nDim2 get % ymin
296
+ Range nDim2 1 add get % ymin ymax
297
+ 1 index sub % ymin (ymax-ymin)
298
+ % xmin = 0, xmax = 255 (2^bitspersample - 1)
299
+ 255 div % ymin (ymax-ymin)/(xmax - xmin)
300
+ exch % (ymax-ymin)/(xmax - xmin) ymin
301
+ }for
302
+ ]store
303
+ end
304
+ }bd
305
+
306
+ /FunEval % val1 fundict -> comp1 comp2 ... compN
307
+ {
308
+ begin
309
+ % the value passed in is the base index into the table
310
+ nRange mul /val xd % compute the actual index to the table
311
+ % since there are nRange entries per base index
312
+ 0 1 nRange 1 sub
313
+ {
314
+ dup 2 mul/nDim2 xd % dim
315
+ val % base value to use to do our lookup
316
+ add DataSource exch get % lookedupval
317
+ mulRange nDim2 get mul % lookedupval*(ymax-ymin)/(xmax-xmin)
318
+ mulRange nDim2 1 add get % lookedupval*(ymax-ymin)/(xmax-xmin) ymin
319
+ add % interpolated result
320
+ }for % comp1 comp2 ... compN
321
+ end
322
+ }bd
323
+
324
+ /max % a b -> max(a, b)
325
+ {
326
+ 2 copy lt
327
+ {exch pop}{pop}ifelse
328
+ }bd
329
+
330
+ /sh2
331
+ { % emulation of shading type 2. Assumes shading dictionary is top dictionary on the dict stack
332
+ /Coords load aload pop % x0 y0 x1 y1
333
+ 3 index 3 index translate % origin is now at beginning point of shading
334
+ % x0 y0 x1 y1
335
+ 3 -1 roll sub % x0 x1 y1-y0
336
+ 3 1 roll exch % y1-y0 x1 x0
337
+ sub % y1-y0 x1-x0
338
+ 2 copy
339
+ dup mul exch dup mul add sqrt % length of segment between two points
340
+ dup
341
+ scale
342
+ atan % atan (dy/dx)
343
+ %dup (rotation angle = )print ==
344
+ rotate % now line between 0,0 and 1,0 is the line perpendicular to which the axial lines are drawn
345
+
346
+ /Function load setupFunEval % may need to setup function dictionary by calling setupFunEval
347
+
348
+ % this is now specific to axial shadings. Compute the maximum bounds to fill
349
+ clippath {pathbbox}stopped {0 0 0 0}if newpath % x0 y0 x1 y1
350
+ /ymax xs
351
+ /xmax xs
352
+ /ymin xs
353
+ /xmin xs
354
+ currentdict/Extend known
355
+ {
356
+ /Extend load 0 get
357
+ {
358
+ 0/Function load FunEval sc % evaluate the function to get a color and set it
359
+ xmin ymin xmin abs ymax ymin sub rectfill
360
+ }if
361
+ }if
362
+ % paint the rects. The sampling frequency is that of our table
363
+ /Nsteps/Function load/Size get 0 get 1 sub store
364
+ /dx 1 Nsteps div store
365
+ gsave
366
+ /di ymax ymin sub store
367
+ /Function load
368
+ % loop Nsteps + 1 times, incrementing the index by 1 each time
369
+ 0 1 Nsteps
370
+ {
371
+ 1 index FunEval sc
372
+ 0 ymin dx di rectfill
373
+ dx 0 translate
374
+ }for
375
+ pop % pop our function
376
+ grestore % origin is back to start point
377
+ currentdict/Extend known
378
+ {
379
+ /Extend load 1 get
380
+ {
381
+ Nsteps/Function load FunEval sc % last element
382
+ 1 ymin xmax 1 sub abs ymax ymin sub rectfill
383
+ }if
384
+ }if
385
+ }bd
386
+
387
+ /shp % this paints our shape for shading type 3
388
+ { % x1 r1 x0 r0 -
389
+ 4 copy
390
+
391
+ % fill interior arc
392
+ dup 0 gt{
393
+ 0 exch a1 a0 arc
394
+ }{
395
+ pop 0 moveto
396
+ }ifelse
397
+
398
+ dup 0 gt{
399
+ 0 exch a0 a1 arcn
400
+ }{
401
+ pop 0 lineto
402
+ }ifelse
403
+
404
+ fill
405
+
406
+ % fill exterior arc
407
+ dup 0 gt{
408
+ 0 exch a0 a1 arc
409
+ }{
410
+ pop 0 moveto
411
+ }ifelse
412
+
413
+ dup 0 gt{
414
+ 0 exch a1 a0 arcn
415
+ }{
416
+ pop 0 lineto
417
+ }ifelse
418
+
419
+ fill
420
+ }bd
421
+
422
+ /calcmaxs
423
+ { % calculate maximum distance vector from origin to corner points
424
+ % of bbox
425
+ xmin dup mul ymin dup mul add sqrt % (xmin2 + ymin2)
426
+ xmax dup mul ymin dup mul add sqrt % (xmax2 + ymin2)
427
+ xmin dup mul ymax dup mul add sqrt % (xmin2 + ymax2)
428
+ xmax dup mul ymax dup mul add sqrt % (xmax2 + ymax2)
429
+ max max max % maximum value
430
+ }bd
431
+
432
+ /sh3
433
+ { % emulation of shading type 3. Assumes shading dictionary is top dictionary on the dict stack
434
+ /Coords load aload pop % x0 y0 r1 x1 y1 r2
435
+ 5 index 5 index translate % origin is now at first circle origin
436
+ 3 -1 roll 6 -1 roll sub % y0 r1 y1 r2 dx
437
+ 3 -1 roll 5 -1 roll sub % r1 r2 dx dy
438
+ 2 copy dup mul exch dup mul add sqrt
439
+ /dx xs % r1 r2 dx dy
440
+ 2 copy 0 ne exch 0 ne or
441
+ {
442
+ % r1 r2 dx dy
443
+ exch atan rotate % we are now rotated so dy is zero and positive values of dx move us as expected
444
+ }{
445
+ pop pop
446
+ }ifelse
447
+ % r1 r2
448
+ /r2 xs
449
+ /r1 xs
450
+ /Function load
451
+ dup/Size get 0 get 1 sub % this is the size of our table minus 1
452
+ /Nsteps xs % at some point we should optimize this better so NSteps is based on needed steps for the device
453
+ setupFunEval % may need to setup function dictionary by calling setupFunEval
454
+ % determine the case:
455
+ % case 0: circle1 inside circle2
456
+ % case 1: circle 2 inside circle 1
457
+ % case 2: r1 = r2
458
+ % case 3: r1 != r2
459
+ dx r2 add r1 lt{
460
+ % circle 2 inside of circle 1
461
+ 0
462
+ }{
463
+ dx r1 add r2 le
464
+ { % circle 1 inside of circle 2
465
+ 1
466
+ }{ % circles don't contain each other
467
+ r1 r2 eq
468
+ { % equal
469
+ 2
470
+ }{ % r1 != r2
471
+ 3
472
+ }ifelse
473
+ }ifelse
474
+ }ifelse
475
+ /sh3tp xs % sh3tp has the number of our different cases
476
+ clippath {pathbbox}stopped {0 0 0 0}if
477
+ newpath % x0 y0 x1 y1
478
+ /ymax xs
479
+ /xmax xs
480
+ /ymin xs
481
+ /xmin xs
482
+
483
+ % Arc angle atan( sqrt((dx*dx + dy*dy) - dr*dr), dr)
484
+ dx dup mul r2 r1 sub dup mul sub dup 0 gt
485
+ {
486
+ sqrt r2 r1 sub atan
487
+ /a0 exch 180 exch sub store
488
+ /a1 a0 neg store
489
+ }{
490
+ pop
491
+ /a0 0 store
492
+ /a1 360 store
493
+ }ifelse
494
+
495
+ currentdict/Extend known
496
+ {
497
+ /Extend load 0 get r1 0 gt and % no need to extend if the radius of the first end is 0
498
+ {
499
+ 0/Function load FunEval sc % evaluate the function to get a color and set it
500
+ % case 0: circle1 inside circle2
501
+ % case 1: circle 2 inside circle 1
502
+ % case 2: circles don't contain each other and r1 == r2
503
+ % case 3: circles don't contain each other and r1 != r2
504
+ {
505
+ { % case 0
506
+ dx 0 r1 360 0 arcn
507
+ xmin ymin moveto
508
+ xmax ymin lineto
509
+ xmax ymax lineto
510
+ xmin ymax lineto
511
+ xmin ymin lineto
512
+ eofill % for the bigger radius we fill everything except our circle
513
+ }
514
+ { % case 1
515
+ r1 0 gt{0 0 r1 0 360 arc fill}if
516
+ }
517
+ { % case 2
518
+ % r1 == r2, extend 0
519
+ % r3 = r, x3 = -(abs(minx) + r), x1 = 0
520
+
521
+ % x(i+1) r(i+1) x(i) r(i) shp
522
+ 0 r1 xmin abs r1 add neg r1 shp
523
+ }
524
+ { % case 3
525
+ % no containment, r1 != r2
526
+
527
+ r2 r1 gt{ % the endpoint we are drawing is that with a circle of zero radius
528
+ % x(i+1) r(i+1) x(i) r(i) shp
529
+ 0 r1
530
+ r1 neg r2 r1 sub div dx mul % this is point of beginning circle
531
+ 0 % point of ending circle
532
+ shp % takes x(i+1) r(i+1) x(i) r(i)
533
+ }{ % the first circle is the bigger of the two
534
+ % we find a circle on our line which is outside the bbox in the
535
+ % negative direction
536
+ % x(i+1) r(i+1) x(i) r(i) shp
537
+ 0 r1 calcmaxs % 0 r1 maxs
538
+ dup
539
+ % calculating xs: (-(maxs+r2)*x2)/(x2-(r1-r2))
540
+ r2 add dx mul dx r1 r2 sub sub div
541
+ neg % maxs xs'
542
+ exch 1 index % xs' maxs xs'
543
+ abs exch sub
544
+ shp
545
+ }ifelse
546
+ }
547
+ }sh3tp get exec % execute the extend at beginning proc for our shading type
548
+ }if
549
+ }if
550
+
551
+ % now do the shading
552
+ /d0 0 store
553
+ /r0 r1 store
554
+ /di dx Nsteps div store
555
+ /ri r2 r1 sub Nsteps div store
556
+ /Function load
557
+ 0 1 Nsteps
558
+ { % function t(i)
559
+ 1 index FunEval sc
560
+ d0 di add r0 ri add d0 r0 shp
561
+ {
562
+ % fill interior arc
563
+ d0 0 r0 a1 a0 arc
564
+ d0 di add 0 r0 ri add a0 a1 arcn
565
+ fill
566
+
567
+ % fill exterior arc
568
+ d0 0 r0 a0 a1 arc
569
+ d0 di add 0 r0 ri add a1 a0 arcn
570
+ fill
571
+ }pop
572
+
573
+ % advance to next
574
+ /d0 d0 di add store
575
+ /r0 r0 ri add store
576
+ }for
577
+ pop % pop our function dict
578
+
579
+ % handle Extend
580
+ currentdict/Extend known
581
+ {
582
+ /Extend load 1 get r2 0 gt and % no need to extend if the radius of the last end is 0
583
+ {
584
+ Nsteps/Function load FunEval sc % last element
585
+ % case 0: circle1 inside circle2
586
+ % case 1: circle 2 inside circle 1
587
+ % case 2: circles don't contain each other and r1 == r2
588
+ % case 3: circles don't contain each other and r1 != r2
589
+ {
590
+ {
591
+ dx 0 r2 0 360 arc fill
592
+ }
593
+ {
594
+ dx 0 r2 360 0 arcn
595
+ xmin ymin moveto
596
+ xmax ymin lineto
597
+ xmax ymax lineto
598
+ xmin ymax lineto
599
+ xmin ymin lineto
600
+ eofill % for the bigger radius we fill everything except our circle
601
+ }
602
+ { % r1 == r2, extend 1
603
+ % r3 = r, x3 = (abs(xmax) + r), x1 = dx
604
+ % x(i+1) r(i+1) x(i) r(i) shp
605
+ xmax abs r1 add r1 dx r1 shp
606
+ }
607
+ { % no containment, r1 != r2
608
+
609
+ r2 r1 gt{
610
+ % we find a circle on our line which is outside the bbox in the
611
+ % positive direction
612
+ % x(i+1) r(i+1) x(i) r(i) shp
613
+ calcmaxs dup % maxs maxs
614
+ % calculating xs: ((maxs+r1)*x2)/(x2-(r2-r1))
615
+ r1 add dx mul dx r2 r1 sub sub div % maxs xs
616
+ exch 1 index % xs maxs xs
617
+ exch sub
618
+ dx r2
619
+ shp
620
+ }{ % the endpoint we are drawing is that with a circle of zero radius
621
+ % x(i+1) r(i+1) x(i) r(i) shp
622
+ r1 neg r2 r1 sub div dx mul % this is point of ending circle
623
+ 0 % radius of ending circle
624
+ dx % point of starting circle
625
+ r2 % radius of starting circle
626
+ shp
627
+ }ifelse
628
+ }
629
+ }
630
+ sh3tp get exec % execute the extend at end proc for our shading type
631
+ }if
632
+ }if
633
+ }bd
634
+ /sh % emulation of shfill operator for type 2 and type 3 shadings based on type 0 functions
635
+ { % shadingDict --
636
+ begin
637
+ /ShadingType load dup dup 2 eq exch 3 eq or
638
+ { % shadingtype
639
+ gsave
640
+ newpath
641
+ /ColorSpace load scs
642
+ currentdict/BBox known
643
+ {
644
+ /BBox load aload pop % llx lly urx ury
645
+ 2 index sub % llx lly urx ury-lly
646
+ 3 index % llx lly urx ury-lly llx
647
+ 3 -1 roll exch sub
648
+ exch rectclip
649
+ }if
650
+ 2 eq
651
+ {sh2}{sh3}ifelse
652
+ grestore
653
+ }{
654
+ % shadingtype
655
+ pop
656
+ (DEBUG: shading type unimplemented\n)print flush
657
+ }ifelse
658
+ end
659
+ }bd
660
+
661
+ % end of language level 2 ONLY code
662
+
663
+ {restore}if not dup{save exch}if
664
+ % languagelevel3 ONLY code goes here
665
+ L3?{ % we do these loads conditionally or else they will fail on a level 2 printer
666
+ /sh/shfill ld
667
+ /csq/clipsave ld
668
+ /csQ/cliprestore ld
669
+ }if
670
+ {restore}if
671
+
672
+ %currentdict dup maxlength exch length sub (number of extra slots in md = )print == flush % *** how many entries are free
673
+ end
674
+ setpacking
675
+ % count 0 ne { pstack(***extras on stack during prolog execution***\n)print flush}if % *** BARK if anything is left on stack
676
+ %%EndFile
677
+ %%EndProlog
678
+ %%BeginSetup
679
+ %%EndSetup
680
+ %%Page: 1 1
681
+ %%PageBoundingBox: 0 0 406 347
682
+ %%BeginPageSetup
683
+ cg_md begin
684
+ bp
685
+ sdmtx
686
+ %RBIBeginFontSubset: HelveticaNeue
687
+ %!FontType1-1.0: HelveticaNeue 1.0000.1.0000
688
+ 14 dict begin
689
+ /FontName /HelveticaNeue def
690
+ /PaintType 0 def
691
+ /Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
692
+ dup 33 /less put
693
+ dup 34 /h put
694
+ dup 35 /t put
695
+ dup 36 /m put
696
+ dup 37 /l put
697
+ dup 38 /greater put
698
+ dup 39 /j put
699
+ dup 40 /s put
700
+ dup 41 /braceleft put
701
+ dup 42 /o put
702
+ dup 43 /n put
703
+ dup 44 /braceright put
704
+ dup 45 /r put
705
+ dup 46 /e put
706
+ dup 47 /a put
707
+ dup 48 /d put
708
+ readonly def
709
+ 42/FontType resourcestatus{pop pop false}{true}ifelse
710
+ %APLsfntBegin
711
+ {currentfile 0(%APLsfntEnd\n)/SubFileDecode filter flushfile}if
712
+ /FontType 42 def
713
+ /FontMatrix matrix def
714
+ /FontBBox[1000 -951 1 index div -481 2 index div 1987 3 index div 1077 5 -1 roll div]cvx def
715
+ /sfnts [<
716
+ 74727565000900000000000063767420000000000000009C000000186670676D00000000000000B400000428676C796600000000000004DC00000D6068656164000000000000123C0000003668686561000000000000127400000024686D74780000000000001298000000446C6F636100000000000012DC000000246D6178700000000000001300000000207072657000000000000013200000004D14000014004B005A00000011FF3A000B0205000C02CA0011B800002C4BB800095058B101018E59B801FF85B844001DB9000900035F5E2DB800012C2020456944B001602DB800022CB800012A212DB800032C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB800042C2046B00425465258238A592046206A6164B0042546206A61645258238A592FFD2DB800052C4B20B0032650585158B080441BB04044591B21212045B0C05058B0C0441B2159592DB800062C2020456944B001602020457D691844B001602DB800072CB800062A2DB800082C4B20B003265358B0801BB040598A8A20B003265358B0022621B0C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B80003265358B0032545B8014050582321B8014023211BB003254523212321591B2159442DB800092C4B535845441B2121592DB8000A2C4BB800095058B101018E59B801FF85B800441DB9000900035F5E2DB8000B2C2020456944B001602DB8000C2CB8000B2A212DB8000D2C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB8000E2C2046B00425465258238A592046206A6164B0042546206A61645258238A592FFD2DB8000F2C4B20B0032650585158B080441BB04044591B21212045B0C05058B0C0441B2159592DB800102C2020456944B001602020457D691844B001602DB800112CB800102A2DB800122C4B20B003265358B0801BB040598A8A20B0032653582321B0C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B0032653582321B801408A8A1B8A235920B80003265358B0032545B8018050582321B8018023211BB003254523212321591B2159442DB800132C4B535845441B2121592DB800142C4BB800095058B101018E59B801FF85B800441DB9000900035F5E2DB800152C2020456944B001602DB800162CB800152A212DB800172C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB800182C2046B00425465258238A592046206A6164B0042546
717
+
718
+
719
+
720
+
721
+ 00>] def
722
+ /CharStrings 17 dict dup begin
723
+ /.notdef 0 def
724
+ /less 1 def
725
+ /greater 2 def
726
+ /a 3 def
727
+ /d 4 def
728
+ /e 5 def
729
+ /h 6 def
730
+ /j 7 def
731
+ /l 8 def
732
+ /m 9 def
733
+ /n 10 def
734
+ /o 11 def
735
+ /r 12 def
736
+ /s 13 def
737
+ /t 14 def
738
+ /braceleft 15 def
739
+ /braceright 16 def
740
+ end readonly def
741
+ currentdict dup/FontName get exch definefont pop end
742
+ %APLsfntEnd
743
+ 42/FontType resourcestatus{pop pop true}{false}ifelse
744
+ {currentfile 0(%APLT1End\n)/SubFileDecode filter flushfile}if
745
+ /FontType 1 def
746
+ /FontMatrix [ 0.001 0 0 0.001 0 0 ] readonly def
747
+ /FontBBox {-951 -481 1987 1077} readonly def
748
+ /UniqueID 4399364 def
749
+ currentdict end
750
+ currentfile eexec
751
+ 54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB2829775B70D17B42EDA8CC4658DDF1D1ECA31288756CA6F91C8712AF5F303CB1D43FFFE152B07A49BE9F7ACDF83CAF577699BD6524656A60B1C98BDFC538133EF24A97B49DBF0161B3676947289951479E3C05A364A0DD76787842883FC6DB08D0AC19BC26F18975D64C5EB19F264F4BA55033A64D0A297381C6DA2668F418D3C5AB4A389B95A323CD3A30F4F692E27CF49922C54820671FCDE803BF63A509B66911D5EE25357208E9FF5A01A647577D2CA1B1D4D26305E755583E2295BD41CAC86E0F97F7F34C91C332B89BA74D040A6E32825E5F7BCC48651A3F60474F94F0F2B961E772B622456656C9CB70E624C58561EF83A54A61BFCAB312A8728288876005353A1C0C046663D914A7087FFDBFAF470EA0F7FBACF142B5945BD5F7040762F4FDDF07878864425713504D7F60E89D23754E3BEBE34F24C7BCE91486797757E507A6A5FBA722ABD4250A9FF50E04A1C7F28627462CB7376DE1FDF882E01A63AA2927A2B18F017CBD5D3430AF1F7DB6A354CEE271EADD70C39140679147B6922C634059E99063B734199C9720DE022FCE2DDCF024472E7D77FA4970835680638C80A27985E9A170E012E4B0DC2827F28A810EBA8A12A75F6B8BE90EE74A4BD1577A472A1625AA69FABEEF2EDA1F4498B0AADAE274E89EE4E3CE9F7BAA4ED70FC75B37E6D03EE154A705560DEC7D180C718AD274BD14FA02599B61017C1BB9EDCE1FCB30F8AE120393BB03384E2C6729A8C639D435EB0478E01C660D4C4459090B9A481
752
+
753
+
754
+
755
+
756
+ 0000000000000000000000000000000000000000000000000000000000000000
757
+ 0000000000000000000000000000000000000000000000000000000000000000
758
+ 0000000000000000000000000000000000000000000000000000000000000000
759
+ 0000000000000000000000000000000000000000000000000000000000000000
760
+ 0000000000000000000000000000000000000000000000000000000000000000
761
+ 0000000000000000000000000000000000000000000000000000000000000000
762
+ 0000000000000000000000000000000000000000000000000000000000000000
763
+ cleartomark
764
+ %APLT1End
765
+ %RBIEndFontSubset
766
+ /HelveticaNeue cguidfix
767
+ /F1.1/HelveticaNeue renmfont
768
+ %RBIBeginFontSubset: LucidaGrande
769
+ %!FontType1-1.0: LucidaGrande 1.0000.6.0040
770
+ /FontInfo 1 dict dup begin
771
+ /FSType 6 def
772
+ end readonly def
773
+ 14 dict begin
774
+ /FontName /LucidaGrande def
775
+ /PaintType 0 def
776
+ /Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
777
+ dup 33 /i put
778
+ dup 34 /n put
779
+ dup 35 /d put
780
+ dup 36 /e put
781
+ dup 37 /x put
782
+ dup 38 /period put
783
+ dup 39 /h put
784
+ dup 40 /t put
785
+ dup 41 /m put
786
+ dup 42 /l put
787
+ dup 43 /s put
788
+ dup 44 /r put
789
+ dup 45 /c put
790
+ dup 46 /slash put
791
+ dup 47 /M put
792
+ dup 48 /o put
793
+ dup 49 /L put
794
+ dup 50 /a put
795
+ dup 51 /j put
796
+ dup 52 /p put
797
+ dup 53 /C put
798
+ dup 54 /N put
799
+ dup 55 /hyphen put
800
+ dup 56 /fi put
801
+ dup 57 /g put
802
+ readonly def
803
+ 42/FontType resourcestatus{pop pop false}{true}ifelse
804
+ %APLsfntBegin
805
+ {currentfile 0(%APLsfntEnd\n)/SubFileDecode filter flushfile}if
806
+ /FontType 42 def
807
+ /FontMatrix matrix def
808
+ /FontBBox[2048 -2186 1 index div -1509 2 index div 3361 3 index div 2381 5 -1 roll div]cvx def
809
+ /sfnts [<
810
+ 74727565000900000000000063767420000000000000009C000006B66670676D000000000000075400000D33676C79660000000000001488000015E4686561640000000000002A6C00000036686865610000000000002AA400000024686D74780000000000002AC8000000686C6F63610000000000002B30000000366D6178700000000000002B6800000020707265700000000000002B8800000CAF062B0019000005C80025000005C800250000000000000000000000000000043E001800000000FFDB00000000FFE800000000FFDB0000FE75FFE8000000000000FED80000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000080000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C5006F000CFF3BFF91FFF400BF00680014FF41FF98FFEC00000000000000000000000000000000000000000082FF7E00DF00D200C900B400AD009B00DE00D200C500BE00B900AB00E300D200C600B900AD00950062000000A4009D0085000000AA00A10094007200AD00A100940085000000C5000000000000000000000000000000000000012800000000000000000000000000F700F700970141004A00F7000000000000000000000000000000000094009400940000000000000000000000000000000000000000000000000000000000000000000000000000000000E6FF1A00000000000000000000000000000000000000DEFF22007C007C027502E400750075009A009400AC00A0000000000000000000000069000000A50073007B00C501ED006201BC0066009D00880064008F0250FFEA05C9001603780016006F04A0001900000000000000000000000000000096005800790064039CFFF1062B000F0750000F02AFFFF1007B00000000000000000000000000000096005800790064039CFFF1062B000F0750000F02AFFFF1007B0000006F0073000000000000000000B9008C010A007E00C50031004F009A004200000000000000000000000000000000000000000000012800F700A00063009400820082009700C600B300B3007C007B009100000000000000000000000006440000000004A00019000000000800043E0018000004000000000000000534000000000000FFE70000FF780000000000C500940000FED80000000000E100760063003C002D001E000FFF1FFF3BFF48FF65FF79FF9DFFBD00DE00B900AD00A600DE00D200C500BF00B900A900910197007C0062005C005602CC01ED0197007C006F00620056004A011D010D009E00940035000000000000000000000000000005C8002500000503
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+
825
+ 00>] def
826
+ /CharStrings 26 dict dup begin
827
+ /.notdef 0 def
828
+ /hyphen 1 def
829
+ /period 2 def
830
+ /slash 3 def
831
+ /C 4 def
832
+ /L 5 def
833
+ /M 6 def
834
+ /N 7 def
835
+ /a 8 def
836
+ /c 9 def
837
+ /d 10 def
838
+ /e 11 def
839
+ /g 12 def
840
+ /h 13 def
841
+ /i 14 def
842
+ /j 15 def
843
+ /l 16 def
844
+ /m 17 def
845
+ /n 18 def
846
+ /o 19 def
847
+ /p 20 def
848
+ /r 21 def
849
+ /s 22 def
850
+ /t 23 def
851
+ /x 24 def
852
+ /fi 25 def
853
+ end readonly def
854
+ currentdict dup/FontName get exch definefont pop end
855
+ %APLsfntEnd
856
+ 42/FontType resourcestatus{pop pop true}{false}ifelse
857
+ {currentfile 0(%APLT1End\n)/SubFileDecode filter flushfile}if
858
+ /FontInfo 1 dict dup begin
859
+ /FSType 6 def
860
+ end readonly def
861
+ /FontType 1 def
862
+ /FontMatrix [ 0.00048828125 0 0 0.00048828125 0 0 ] readonly def
863
+ /FontBBox {-2186 -1509 3361 2381} readonly def
864
+ /UniqueID 4186211 def
865
+ currentdict end
866
+ currentfile eexec
867
+ 54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB281E4F2B7E4857BF54BFC4169B6E3076DA51F266F2CFA07F908C9D988D40261A45EB0D9042082D332931CCBF8F5B9EF25C838A5972FBDB8524B31823265E60BA501862D6E64093013A0325AD065F83868EC5AF21F2758AEBCDB70125C5D539CAB04307B09E685C1C81D0F33C902A428D854B75834DE5624B74D7E28D7E566D83DD5D2CDF30EF4982A5134B2D41EC1B87662ACCB9F585EF67789D3E590CC3FB52231D24F281E6FEED7263BA73698D68ABD0AB9F39503F7279E730640A031BD1037513A6EFE30E49335A5AA765BDCAE7C7566557A5F2CDDF6CF9AC7872D32AD54A266B88B4E32C972EAECF3EAACB83E125FA8BD62208BB46E2E5C343B7722147AE257E296FB609BF1215D67637F6F73E8F71DCFBC8DED21C262A1F25919DF4936E01891BF0F66F4A8C965F5310616426FC77A7AD470D8817D9EF72C86D213CD74F938BC32BC68CB2C014660B5E569C20068E568633A0D4B75C735F65EB36015E9A1622B45DC4E1A517A11CBD26A2C2921F0EE70482237556B7A57C0C8FAC7B385139C3122321B89E438A279C6064909D0D6370776CFACA2BA812503F4B8342E511041227F1FA6A02CB04495B1746855668FC68430023F3BCA1C40C11B637BE3E223D9D48BB178D11DC123D83EB47C1703F5E2FE45004AEA2AC1728DC32D54192DD49B8687A5B0B2F6C9773D4AFA5C307AF8173A6CBEC645ECAD1B25990C861A898C7C263BC0FC9BC61DF1F434ECB9F11209CED611C6C4A3C6E0907735CC70272C4E25F6CA3E
868
+
869
+
870
+
871
+
872
+ 0000000000000000000000000000000000000000000000000000000000000000
873
+ 0000000000000000000000000000000000000000000000000000000000000000
874
+ 0000000000000000000000000000000000000000000000000000000000000000
875
+ 0000000000000000000000000000000000000000000000000000000000000000
876
+ 0000000000000000000000000000000000000000000000000000000000000000
877
+ 0000000000000000000000000000000000000000000000000000000000000000
878
+ 0000000000000000000000000000000000000000000000000000000000000000
879
+ cleartomark
880
+ %APLT1End
881
+ %RBIEndFontSubset
882
+ /LucidaGrande cguidfix
883
+ /F2.1/LucidaGrande renmfont
884
+ %RBIBeginFontSubset: Menlo-Regular
885
+ %!FontType1-1.0: Menlo-Regular 1.0000.2.0280
886
+ 14 dict begin
887
+ /FontName /Menlo-Regular def
888
+ /PaintType 0 def
889
+ /Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
890
+ dup 33 /uni2699 put
891
+ readonly def
892
+ 42/FontType resourcestatus{pop pop false}{true}ifelse
893
+ %APLsfntBegin
894
+ {currentfile 0(%APLsfntEnd\n)/SubFileDecode filter flushfile}if
895
+ /FontType 42 def
896
+ /FontMatrix matrix def
897
+ /FontBBox[2048 -1143 1 index div -767 2 index div 1470 3 index div 2133 5 -1 roll div]cvx def
898
+ /sfnts [<
899
+ 74727565000900000000000063767420000000000000009C000002326670676D00000000000002D00000021F676C796600000000000004F00000014C68656164000000000000063C0000003668686561000000000000067400000024686D74780000000000000698000000086C6F636100000000000006A0000000066D61787000000000000006A8000000207072657000000000000006C80000071F00B800CB00B800CB00AA019100B80066000000B80087027F0002000200020002000200B800C300CB000200CB00B800B801CB018901BA00CB00A600FC00CB008300F2010A03C70137008300BE00000058042100CB008F009C00020002008F03E7007503BC00D300C900DB007503E7013903BA00CB01D3002101DF00B800890002000200020002000203BE008900C303BE007B03BE0358011F016D00A401AE0000007B00B8016F007F027B00B80252008F00CD04D1000000CD00870087009300A4006F00CD00CB00B80083019100DD00B4008B00F4009802E9005A00B400BA00C5042100FE000E00020002000201D500F6007F02AA023D0266008B00C5008F009A009A018300D500730400010A00FE00E105D5022B00A400B4009C00000062009C05D505980087027F05D505D505F000A40000001D06B80614072301D300B800CB00A601BC0131024E00D3010A007B0054035C037103DB01850423047703E9008F02000360006A00CF05D50614008F0723008F06660179046004600460047B0000007B0277046001AA00E90614076203F8007B022100C5009C007F027B000000B40252054E054E04D10066009C009C0066009C008F0066009C008F061000CD03FA0083009102FE01480446033F008F007B044C009800A200000027006F0000006F0335006A006F007B058D058D058D058D00AA00AA002D058D0396027B00F6007F02AA0133023D009C0266018B008F02F600CD006F034400370066001D05EE008501B406140000077D007305D500001400002A0000B707060504030201002C2010B002254964B040515820C859212D2CB002254964B040515820C859212D2C20100720B00050B00D7920B8FFFF5058041B0559B0051CB0032508B0042523E120B00050B00D7920B8FFFF5058041B0559B0051CB0032508E12D2C4B505820B80117454459212D2CB002254560442D2C4B5358B00225B0022545445921212D2C45442D2CB00225B0022549B00525B005254960B0206368208A108A233A8A10653A2DB800082C4BB800085058B101018E59B801FF85B800441DB9000800035F5E2DB800092C2020456944B001602DB8000A2CB800092A212DB8000B2C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB8000C2C2046
900
+
901
+
902
+
903
+ 00>] def
904
+ /CharStrings 2 dict dup begin
905
+ /.notdef 0 def
906
+ /uni2699 1 def
907
+ end readonly def
908
+ currentdict dup/FontName get exch definefont pop end
909
+ %APLsfntEnd
910
+ 42/FontType resourcestatus{pop pop true}{false}ifelse
911
+ {currentfile 0(%APLT1End\n)/SubFileDecode filter flushfile}if
912
+ /FontType 1 def
913
+ /FontMatrix [ 0.00048828125 0 0 0.00048828125 0 0 ] readonly def
914
+ /FontBBox {-1143 -767 1470 2133} readonly def
915
+ /UniqueID 4336582 def
916
+ currentdict end
917
+ currentfile eexec
918
+ 54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB281F2788D084443B32230D2F4B074310C9E819A208550D46E710FA6F0881C427F2C1E571B004624F6ADF0B672B7962D3DE852973C3F49BED3805C353C0091E82D251D97AA4BAE39FB043F4A1E6D98CA0413033BB4F7BBF8C7BAD0E13C078E0AFD232B6A0A01D9F5293C01E124401A4A54BA62CEB94ED9C92F0BC97F0F75EE2CEFD562C8B7F0458BB0FB72B6A067DB34A939F48A3EA8EA6D5B28F6499043CB36576C5260340FFEF8343CD69AC1D8350F6A479E03D9EFCAD0B7E8154A2589BBF698798E7CCDAAEA8DBD2A25C19603A36967570100F4D8DB08FD9D3EC2F244A3A9527FDE47BFED5C4BB14E5670E445C0F2621155AF72771AF0C6FEC8E12BEC7966EB6FD0A2FC1E2EDBCC60B59EB5688F7A97C4B6968B388E77B3D2510BDAF4D18F4E6477569FED31301FFAA4D1719D6C08E071FF49BCC0AF04F9F51CAC7811CCFB4634E58FF6F483C6908191D18136E7D0CAFA8D274C8C4A65A0AB4863318D02D472C284D9F690CCEAABA4F8CF7B6E7BEC8208018529054E220165133BBBA72B1F97B42D7577EB540B97BD3135E1540B7D4431534834467C58D1E9EEEBE209D51112FEF2D1DE5002809350A8874E354F58B97CF4F46957FA743902005B3929AE3D9008390B1540FD47344420FB02379C14A266A5F4EC88B78DCC98728D24845C3991C1DCE8CC10EF770D1CBE990A2A0E8D8423C7EAD490EF593D60E2D49908081B9DE2747419A5A178A4A5CE7A90BD1419335CFAA9A0EACF5FA6619760B48B27EF3C09F5A3D9
919
+
920
+
921
+ 0000000000000000000000000000000000000000000000000000000000000000
922
+ 0000000000000000000000000000000000000000000000000000000000000000
923
+ 0000000000000000000000000000000000000000000000000000000000000000
924
+ 0000000000000000000000000000000000000000000000000000000000000000
925
+ 0000000000000000000000000000000000000000000000000000000000000000
926
+ 0000000000000000000000000000000000000000000000000000000000000000
927
+ 0000000000000000000000000000000000000000000000000000000000000000
928
+ cleartomark
929
+ %APLT1End
930
+ %RBIEndFontSubset
931
+ /Menlo-Regular cguidfix
932
+ /F3.1/Menlo-Regular renmfont
933
+ %RBIBeginFontSubset: Helvetica
934
+ %!FontType1-1.0: Helvetica 1.0000.0.0000
935
+ 14 dict begin
936
+ /FontName /Helvetica def
937
+ /PaintType 0 def
938
+ /Encoding 256 array 0 1 255 {1 index exch/.notdef put} for
939
+ dup 33 /space put
940
+ dup 34 /n put
941
+ dup 35 /e put
942
+ dup 36 /o put
943
+ dup 37 /m put
944
+ dup 38 /j put
945
+ dup 39 /s put
946
+ dup 40 /hyphen put
947
+ dup 41 /d put
948
+ dup 42 /a put
949
+ dup 43 /t put
950
+ dup 44 /w put
951
+ dup 45 /r put
952
+ dup 46 /k put
953
+ dup 47 /v put
954
+ dup 48 /p put
955
+ readonly def
956
+ 42/FontType resourcestatus{pop pop false}{true}ifelse
957
+ %APLsfntBegin
958
+ {currentfile 0(%APLsfntEnd\n)/SubFileDecode filter flushfile}if
959
+ /FontType 42 def
960
+ /FontMatrix matrix def
961
+ /FontBBox[2048 -1947 1 index div -985 2 index div 2961 3 index div 2297 5 -1 roll div]cvx def
962
+ /sfnts [<
963
+ 74727565000900000000000063767420000000000000009C0000038C6670676D000000000000042800000B90676C79660000000000000FB800000EF4686561640000000000001EAC00000036686865610000000000001EE400000024686D74780000000000001F08000000446C6F63610000000000001F4C000000246D6178700000000000001F7000000020707265700000000000001F900000046E05C0001005BD00280580001A042F001F0000FFD90000FFDA0000FFD9FE55FFE605C70010FE6DFFF1033B000000B9000000B902FE3F3C00C0008D009B00AF000600A800C00028005E009800C9016A00B9015C00B400D6011E002E0080000400B8004C00CC01FFFFD1006600A400AF007400C2009500B1000C0028006D0015004C008E0125FF7A000C0040004C00620084FFA200240038008600BD0039005E008E00EDFFA9FFB300400052005500AA00AB00C200CB012302B10413FFAEFFE4000800510074008400AA00D1FF4CFFAF0012002C004200500051008400BE012503DAFF680018003B0098009C009F00A100C100EC018201B4FF68FF76FFD0FFE100020018001C00530053007D01B401E103AF0486FF9CFFEAFFFE001F0028002A00520060009300A300AA00AF00AF00C001000145016B0174019301950240028202B404850517FEFD00060029004700470048006F008800B400B900C400F200F901EF02180310037403C5FF35FFF3000B004B004C0052005500650076007600870087008E00AB00BB0106013001430150017D0194019501D3022A025502580277027802E6034E035C037903D3047304B2058C0598060BFEF5FFBBFFC7FFD50017001D005B0072007E009C00C200D000F400FA01030106011C0125013B0142015E015E0180019B02B901A101B9025001C001D002AA01DF01E301EF01FB0205020C0215022B0274029302AB02C202CE03690395039903DF03F5043E050205A105E5062507DBFE62FE89FECEFF3BFFE1FFF800030008002100390042004E005F0061006F00700034007F008E00AD00AD00AF00BD00C400C500C900C900C900E3011C00ED00F800F901000112011A0132014D014D014E014F01660169019E01BA01BA01BE01E301EF01F602000200020902110217021C02530262026D028002D50280031B032A034A035A03AF03AF03C803D603FB03FB04050413041504470449008C046D049A049A04A604A804B204CF0539053E054E055605800589058C036305D105D6067E068E06B206EF06F00728074C076F078C00B400C900C000C10000000000000000000000000004012400AF0032006E0063014401620096014301A10161008A00740064018801EF01700028FF5D037E0347023000AA00BE007B0062009A007D0089035C00A1FFD803AA00D70093006C0000008000A70442001D0597001D00820030002A
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+ 00>] def
973
+ /CharStrings 17 dict dup begin
974
+ /.notdef 0 def
975
+ /space 1 def
976
+ /hyphen 2 def
977
+ /a 3 def
978
+ /d 4 def
979
+ /e 5 def
980
+ /j 6 def
981
+ /k 7 def
982
+ /m 8 def
983
+ /n 9 def
984
+ /o 10 def
985
+ /p 11 def
986
+ /r 12 def
987
+ /s 13 def
988
+ /t 14 def
989
+ /v 15 def
990
+ /w 16 def
991
+ end readonly def
992
+ currentdict dup/FontName get exch definefont pop end
993
+ %APLsfntEnd
994
+ 42/FontType resourcestatus{pop pop true}{false}ifelse
995
+ {currentfile 0(%APLT1End\n)/SubFileDecode filter flushfile}if
996
+ /FontType 1 def
997
+ /FontMatrix [ 0.00048828125 0 0 0.00048828125 0 0 ] readonly def
998
+ /FontBBox {-1947 -985 2961 2297} readonly def
999
+ /UniqueID 4052586 def
1000
+ currentdict end
1001
+ currentfile eexec
1002
+ 54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA55675454E59AEC12A68086DDD95476477C46AE143377694529C58844212FC811560E27EEE2CF00BCB2829775B70D17B42EDA8CC4658DDF1D1ECA31288756CA6F91C8712AF31AD3A4AC1A3330A35F2664FFD040E4B386329BF74C7B892F6D099FC666D589A85E402AC73039FBC40031BB9D19A64685E95D404B1D3EFD057CA68E32994BCB4B6BF41D089EFF5FEF8B9ED31B73F92D24FF99C7D7BF5C446609404E726A6536583BC5A90CA66B49A9159035B96DA79CFF48D2A5E909297FFD8EEDD44763E4F324172FF4FA3BEA96C9FA2FCDFA89BE2B0321F50CC2E0957B362D2B3CFCB71F32540A02A3107E2A5262B4CF43FED3D082394529FD497505D46BF2503365A4F9632D0FFF48B28C3EB9C6C58DD3D60D6EAD6128441FEEF9ACEA2A540CB2B48DB0483E257238AFD20895ED2B2EECDEC0F3FE29A9C4F7EAECDD7FC42B7330CB152DFD5F268626BF5CF1EAA26E144B6F59B124ED9A53359C0E979CE11E64142A3A567C930EF0B0A5A81E4A5735BE330E519420CDA76D3BF51B78CD463D31D70062A015BF374C64FAFB06508ECE71131EF20B361758FD1CA70865F23670C2EB066D44C294C61F5BF48FDED81351BE8195DD2D234EBF330BFBDE051EC320F325D390DC108756561EABEA8327FF3F4CB7DAB92B2AD766A517D685AF72054016ABD2DCC1467C389EE40595802286F531782B7AE492EE3BA1F760FDB14C461711CE1892E42B66F4CCA0F542DB7E9936392EE93D6A2248C3F2BAC0C48D4788D728B8C51DBA4E448BDFAF64359447F539CB903C156C1A9AF41828D2B3F386066D6E1760C1F14648DB0F30BEBA327562
1003
+
1004
+
1005
+
1006
+ 0000000000000000000000000000000000000000000000000000000000000000
1007
+ 0000000000000000000000000000000000000000000000000000000000000000
1008
+ 0000000000000000000000000000000000000000000000000000000000000000
1009
+ 0000000000000000000000000000000000000000000000000000000000000000
1010
+ 0000000000000000000000000000000000000000000000000000000000000000
1011
+ 0000000000000000000000000000000000000000000000000000000000000000
1012
+ 0000000000000000000000000000000000000000000000000000000000000000
1013
+ cleartomark
1014
+ %APLT1End
1015
+ %RBIEndFontSubset
1016
+ /Helvetica cguidfix
1017
+ /F4.1/Helvetica renmfont
1018
+ [ /CIEBasedABC 4 dict dup begin
1019
+ /WhitePoint [ 0.9505 1.0000 1.0891 ] def
1020
+ /DecodeABC [ { 1.8008 exp } bind { 1.8008 exp } bind { 1.8008 exp } bind ] def
1021
+ /MatrixABC [ 0.4295 0.2318 0.0204 0.3278 0.6722 0.1111 0.1933 0.0960 0.9578 ] def
1022
+ /RangeLMN [ 0.0 0.9505 0.0 1.0000 0.0 1.0891 ] def
1023
+ end ] /Cs1 exch/ColorSpace dr pop
1024
+ [ /CIEBasedABC 4 dict dup begin
1025
+ /WhitePoint [ 0.9505 1.0000 1.0891 ] def
1026
+ /DecodeABC [
1027
+ { 1.0 0.0 3 -1 roll 1 index 1 index le { exch pop} { pop } ifelse
1028
+ 1 index 1 index ge { exch pop } { pop } ifelse <
1029
+ 0000000000000000000000000000000000000000000000000000000000000000
1030
+ 0000000000000000000000000000000000000001010101010101010101010101
1031
+ 0101010101010101010101010101010101010101010101020202020202020202
1032
+ 0202020202020202020202020202020202030303030303030303030303030303
1033
+ 0303030303030304040404040404040404040404040404040404050505050505
1034
+ 0505050505050505050506060606060606060606060606060607070707070707
1035
+ 0707070707070708080808080808080808080808090909090909090909090909
1036
+ 0a0a0a0a0a0a0a0a0a0a0a0b0b0b0b0b0b0b0b0b0b0b0c0c0c0c0c0c0c0c0c0c
1037
+ 0d0d0d0d0d0d0d0d0d0d0e0e0e0e0e0e0e0e0e0f0f0f0f0f0f0f0f0f10101010
1038
+ 1010101010111111111111111112121212121212121313131313131313141414
1039
+ 1414141414151515151515151616161616161616171717171717171818181818
1040
+ 18181919191919191a1a1a1a1a1a1a1b1b1b1b1b1b1c1c1c1c1c1c1c1d1d1d1d
1041
+ 1d1d1e1e1e1e1e1e1f1f1f1f1f1f202020202020212121212121222222222223
1042
+ 2323232323242424242425252525252526262626262727272727282828282829
1043
+ 292929292a2a2a2a2a2b2b2b2b2b2c2c2c2c2c2d2d2d2d2d2e2e2e2e2e2f2f2f
1044
+ 2f2f303030303131313131323232323333333333343434343535353535363636
1045
+ 36373737373838383839393939393a3a3a3a3b3b3b3b3c3c3c3c3d3d3d3d3e3e
1046
+ 3e3e3f3f3f3f4040404041414141424242424343434444444445454545464646
1047
+ 4647474748484848494949494a4a4a4b4b4b4b4c4c4c4d4d4d4d4e4e4e4f4f4f
1048
+ 4f50505051515151525252535353535454545555555656565657575758585859
1049
+ 59595a5a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606061616162626263
1050
+ 63636464646565656666666767676868686969696a6a6a6b6b6b6c6c6d6d6d6e
1051
+ 6e6e6f6f6f707070717171727273737374747475757576767677777878787979
1052
+ 797a7a7b7b7b7c7c7c7d7d7e7e7e7f7f7f808081818182828283838484848585
1053
+ 86868687878888888989898a8a8b8b8b8c8c8d8d8d8e8e8f8f90909091919292
1054
+ 9293939494949595969697979798989999999a9a9b9b9c9c9c9d9d9e9e9f9f9f
1055
+ a0a0a1a1a2a2a3a3a3a4a4a5a5a6a6a6a7a7a8a8a9a9aaaaabababacacadadae
1056
+ aeafafb0b0b0b1b1b2b2b3b3b4b4b5b5b6b6b6b7b7b8b8b9b9bababbbbbcbcbd
1057
+ bdbebebebfbfc0c0c1c1c2c2c3c3c4c4c5c5c6c6c7c7c8c8c9c9cacacbcbcccc
1058
+ cdcdcececfcfd0d0d1d1d2d2d3d3d4d4d5d5d6d6d7d7d8d8d9d9dadadbdcdcdd
1059
+ dddededfdfe0e0e1e1e2e2e3e3e4e4e5e6e6e7e7e8e8e9e9eaeaebebecededee
1060
+ eeefeff0f0f1f1f2f3f3f4f4f5f5f6f6f7f8f8f9f9fafafbfcfcfdfdfefeffff
1061
+ > dup length 1 sub 3 -1 roll mul dup dup floor cvi exch ceiling
1062
+ cvi 3 index exch get 4 -1 roll 3 -1 roll get
1063
+ dup 3 1 roll sub 3 -1 roll dup floor cvi sub mul add 255 div } bind
1064
+
1065
+ { 1.0 0.0 3 -1 roll 1 index 1 index le { exch pop} { pop } ifelse
1066
+ 1 index 1 index ge { exch pop } { pop } ifelse <
1067
+ 0000000000000000000000000000000000000000000000000000000000000000
1068
+ 0000000000000000000000000000000000000001010101010101010101010101
1069
+ 0101010101010101010101010101010101010101010101020202020202020202
1070
+ 0202020202020202020202020202020202030303030303030303030303030303
1071
+ 0303030303030304040404040404040404040404040404040404050505050505
1072
+ 0505050505050505050506060606060606060606060606060607070707070707
1073
+ 0707070707070708080808080808080808080808090909090909090909090909
1074
+ 0a0a0a0a0a0a0a0a0a0a0a0b0b0b0b0b0b0b0b0b0b0b0c0c0c0c0c0c0c0c0c0c
1075
+ 0d0d0d0d0d0d0d0d0d0d0e0e0e0e0e0e0e0e0e0f0f0f0f0f0f0f0f0f10101010
1076
+ 1010101010111111111111111112121212121212121313131313131313141414
1077
+ 1414141414151515151515151616161616161616171717171717171818181818
1078
+ 18181919191919191a1a1a1a1a1a1a1b1b1b1b1b1b1c1c1c1c1c1c1c1d1d1d1d
1079
+ 1d1d1e1e1e1e1e1e1f1f1f1f1f1f202020202020212121212121222222222223
1080
+ 2323232323242424242425252525252526262626262727272727282828282829
1081
+ 292929292a2a2a2a2a2b2b2b2b2b2c2c2c2c2c2d2d2d2d2d2e2e2e2e2e2f2f2f
1082
+ 2f2f303030303131313131323232323333333333343434343535353535363636
1083
+ 36373737373838383839393939393a3a3a3a3b3b3b3b3c3c3c3c3d3d3d3d3e3e
1084
+ 3e3e3f3f3f3f4040404041414141424242424343434444444445454545464646
1085
+ 4647474748484848494949494a4a4a4b4b4b4b4c4c4c4d4d4d4d4e4e4e4f4f4f
1086
+ 4f50505051515151525252535353535454545555555656565657575758585859
1087
+ 59595a5a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606061616162626263
1088
+ 63636464646565656666666767676868686969696a6a6a6b6b6b6c6c6d6d6d6e
1089
+ 6e6e6f6f6f707070717171727273737374747475757576767677777878787979
1090
+ 797a7a7b7b7b7c7c7c7d7d7e7e7e7f7f7f808081818182828283838484848585
1091
+ 86868687878888888989898a8a8b8b8b8c8c8d8d8d8e8e8f8f90909091919292
1092
+ 9293939494949595969697979798989999999a9a9b9b9c9c9c9d9d9e9e9f9f9f
1093
+ a0a0a1a1a2a2a3a3a3a4a4a5a5a6a6a6a7a7a8a8a9a9aaaaabababacacadadae
1094
+ aeafafb0b0b0b1b1b2b2b3b3b4b4b5b5b6b6b6b7b7b8b8b9b9bababbbbbcbcbd
1095
+ bdbebebebfbfc0c0c1c1c2c2c3c3c4c4c5c5c6c6c7c7c8c8c9c9cacacbcbcccc
1096
+ cdcdcececfcfd0d0d1d1d2d2d3d3d4d4d5d5d6d6d7d7d8d8d9d9dadadbdcdcdd
1097
+ dddededfdfe0e0e1e1e2e2e3e3e4e4e5e6e6e7e7e8e8e9e9eaeaebebecededee
1098
+ eeefeff0f0f1f1f2f3f3f4f4f5f5f6f6f7f8f8f9f9fafafbfcfcfdfdfefeffff
1099
+ > dup length 1 sub 3 -1 roll mul dup dup floor cvi exch ceiling
1100
+ cvi 3 index exch get 4 -1 roll 3 -1 roll get
1101
+ dup 3 1 roll sub 3 -1 roll dup floor cvi sub mul add 255 div } bind
1102
+
1103
+ { 1.0 0.0 3 -1 roll 1 index 1 index le { exch pop} { pop } ifelse
1104
+ 1 index 1 index ge { exch pop } { pop } ifelse <
1105
+ 0000000000000000000000000000000000000000000000000000000000000000
1106
+ 0000000000000000000000000000000000000001010101010101010101010101
1107
+ 0101010101010101010101010101010101010101010101020202020202020202
1108
+ 0202020202020202020202020202020202030303030303030303030303030303
1109
+ 0303030303030304040404040404040404040404040404040404050505050505
1110
+ 0505050505050505050506060606060606060606060606060607070707070707
1111
+ 0707070707070708080808080808080808080808090909090909090909090909
1112
+ 0a0a0a0a0a0a0a0a0a0a0a0b0b0b0b0b0b0b0b0b0b0b0c0c0c0c0c0c0c0c0c0c
1113
+ 0d0d0d0d0d0d0d0d0d0d0e0e0e0e0e0e0e0e0e0f0f0f0f0f0f0f0f0f10101010
1114
+ 1010101010111111111111111112121212121212121313131313131313141414
1115
+ 1414141414151515151515151616161616161616171717171717171818181818
1116
+ 18181919191919191a1a1a1a1a1a1a1b1b1b1b1b1b1c1c1c1c1c1c1c1d1d1d1d
1117
+ 1d1d1e1e1e1e1e1e1f1f1f1f1f1f202020202020212121212121222222222223
1118
+ 2323232323242424242425252525252526262626262727272727282828282829
1119
+ 292929292a2a2a2a2a2b2b2b2b2b2c2c2c2c2c2d2d2d2d2d2e2e2e2e2e2f2f2f
1120
+ 2f2f303030303131313131323232323333333333343434343535353535363636
1121
+ 36373737373838383839393939393a3a3a3a3b3b3b3b3c3c3c3c3d3d3d3d3e3e
1122
+ 3e3e3f3f3f3f4040404041414141424242424343434444444445454545464646
1123
+ 4647474748484848494949494a4a4a4b4b4b4b4c4c4c4d4d4d4d4e4e4e4f4f4f
1124
+ 4f50505051515151525252535353535454545555555656565657575758585859
1125
+ 59595a5a5a5a5b5b5b5c5c5c5d5d5d5e5e5e5f5f5f6060606061616162626263
1126
+ 63636464646565656666666767676868686969696a6a6a6b6b6b6c6c6d6d6d6e
1127
+ 6e6e6f6f6f707070717171727273737374747475757576767677777878787979
1128
+ 797a7a7b7b7b7c7c7c7d7d7e7e7e7f7f7f808081818182828283838484848585
1129
+ 86868687878888888989898a8a8b8b8b8c8c8d8d8d8e8e8f8f90909091919292
1130
+ 9293939494949595969697979798989999999a9a9b9b9c9c9c9d9d9e9e9f9f9f
1131
+ a0a0a1a1a2a2a3a3a3a4a4a5a5a6a6a6a7a7a8a8a9a9aaaaabababacacadadae
1132
+ aeafafb0b0b0b1b1b2b2b3b3b4b4b5b5b6b6b6b7b7b8b8b9b9bababbbbbcbcbd
1133
+ bdbebebebfbfc0c0c1c1c2c2c3c3c4c4c5c5c6c6c7c7c8c8c9c9cacacbcbcccc
1134
+ cdcdcececfcfd0d0d1d1d2d2d3d3d4d4d5d5d6d6d7d7d8d8d9d9dadadbdcdcdd
1135
+ dddededfdfe0e0e1e1e2e2e3e3e4e4e5e6e6e7e7e8e8e9e9eaeaebebecededee
1136
+ eeefeff0f0f1f1f2f3f3f4f4f5f5f6f6f7f8f8f9f9fafafbfcfcfdfdfefeffff
1137
+ > dup length 1 sub 3 -1 roll mul dup dup floor cvi exch ceiling
1138
+ cvi 3 index exch get 4 -1 roll 3 -1 roll get
1139
+ dup 3 1 roll sub 3 -1 roll dup floor cvi sub mul add 255 div } bind
1140
+ ] def
1141
+ /MatrixABC [ 0.4124 0.2126 0.0193 0.3576 0.7151 0.1192 0.1805 0.0722 0.9508 ] def
1142
+ /RangeLMN [ 0.0 0.9505 0.0 1.0000 0.0 1.0891 ] def
1143
+ end ] /Cs2 exch/ColorSpace dr pop
1144
+ [ /CIEBasedA 5 dict dup begin /WhitePoint [ 0.9505 1.0000 1.0891 ] def
1145
+ /DecodeA { { 1.8008 exp } bind exec} bind
1146
+ def
1147
+ /MatrixA [ 0.9642 1.0000 0.8249 ] def
1148
+ /RangeLMN [ 0.0 2.0000 0.0 2.0000 0.0 2.0000 ] def
1149
+ /DecodeLMN [ { 0.9857 mul} bind { 1.0000 mul} bind { 1.3202 mul} bind ] def
1150
+ end ] /Cs3 exch/ColorSpace dr pop
1151
+ %%EndPageSetup
1152
+ /Cs1 SC
1153
+ 1 1 1 sc
1154
+ q
1155
+ 0 0 406 347 rc
1156
+ -23 358 m
1157
+ 553 358 l
1158
+ 553 -375 l
1159
+ -23 -375 l
1160
+ h
1161
+ f
1162
+ /Cs2 SC
1163
+ 0.92143101 0.921453 0.92144102 sc
1164
+ 32.5 333.8476 m
1165
+ 32.5 337.25787 32.118999 337.67981 29.335899 341.05481 c
1166
+ 29.306499 341.08972 l
1167
+ 26.508699 344.5 26.479601 344.5 23.608299 344.5 c
1168
+ 19.785101 344.5 2.5 344.5 2.5 344.5 c
1169
+ 2.5 308.5 l
1170
+ 32.5 308.5 l
1171
+ 32.5 333.8476 l
1172
+ h
1173
+ 32.5 333.8476 m
1174
+ f
1175
+ 1 J
1176
+ 1 j
1177
+ 0.60000002 i
1178
+ 1 0 0 -1 -23 358 cm
1179
+ 55.5 24.152399 m
1180
+ 55.5 20.742121 55.118999 20.3202 52.335899 16.9452 c
1181
+ 52.306499 16.91028 l
1182
+ 49.508701 13.5 49.479599 13.5 46.608299 13.5 c
1183
+ 42.785099 13.5 25.5 13.5 25.5 13.5 c
1184
+ 25.5 49.5 l
1185
+ 55.5 49.5 l
1186
+ 55.5 24.152399 l
1187
+ h
1188
+ 55.5 23.976721 m
1189
+ 55.5 20.742121 55.4706 20.742121 49.479599 20.742121 c
1190
+ 49.479599 20.742121 l
1191
+ 49.479599 13.53528 49.479599 13.5 46.7841 13.5 c
1192
+ S
1193
+ /Cs1 SC
1194
+ 0.40000001 0.40000999 0.40000001 sc
1195
+ 0 i
1196
+ 1 0 0 -1 17.5 326.5 cm
1197
+ /F1.1[ 6 0 0 -6 0 0]sf
1198
+ -9.4379997 2.4160004 m
1199
+ (!"#$%&)[ 3.600000 3.336000 1.890000 5.118000 1.332000 0.000000 ] xS
1200
+ 0.50195998 0.50196999 0.50196999 sc
1201
+ 1 0 0 -1 71.5 326.5 cm
1202
+ /F2.1[ 12 0 0 -12 0 0]sf
1203
+ -31.5 4.5 m
1204
+ (!"#$%&'\(\)*)[ 3.468750 7.447266 7.552734 6.685547 7.359375 3.796875 7.447266 4.488281 11.203125 0.000000 ] xS
1205
+ /Cs2 SC
1206
+ 0.92143101 0.921453 0.92144102 sc
1207
+ CM
1208
+ 32.5 252.8476 m
1209
+ 32.5 256.25787 32.118999 256.67981 29.335899 260.05481 c
1210
+ 29.306499 260.08972 l
1211
+ 26.508699 263.5 26.479601 263.5 23.608299 263.5 c
1212
+ 19.785101 263.5 2.5 263.5 2.5 263.5 c
1213
+ 2.5 227.5 l
1214
+ 32.5 227.5 l
1215
+ 32.5 252.8476 l
1216
+ h
1217
+ 32.5 252.8476 m
1218
+ f
1219
+ 0.60000002 i
1220
+ 1 0 0 -1 -23 358 cm
1221
+ 55.5 105.1524 m
1222
+ 55.5 101.74212 55.118999 101.3202 52.335899 97.945198 c
1223
+ 52.306499 97.910278 l
1224
+ 49.508701 94.5 49.479599 94.5 46.608299 94.5 c
1225
+ 42.785099 94.5 25.5 94.5 25.5 94.5 c
1226
+ 25.5 130.5 l
1227
+ 55.5 130.5 l
1228
+ 55.5 105.1524 l
1229
+ h
1230
+ 55.5 104.97672 m
1231
+ 55.5 101.74212 55.4706 101.74212 49.479599 101.74212 c
1232
+ 49.479599 101.74212 l
1233
+ 49.479599 94.535278 49.479599 94.5 46.7841 94.5 c
1234
+ S
1235
+ /Cs1 SC
1236
+ 0.40000001 0.40000999 0.40000001 sc
1237
+ 0 i
1238
+ 1 0 0 -1 17.5 245.5 cm
1239
+ /F1.1[ 6 0 0 -6 0 0]sf
1240
+ -5.7659998 2.4160004 m
1241
+ (!'\(&)[ 3.600000 1.332000 3.000000 0.000000 ] xS
1242
+ 0.50195998 0.50196999 0.50196999 sc
1243
+ 1 0 0 -1 100.5 245.5 cm
1244
+ /F2.1[ 12 0 0 -12 0 0]sf
1245
+ -60.5 4.5 m
1246
+ (+,-./!-,0102#$,&\)3+)[ 6.117188 4.910156 6.146484 6.292969 10.335938 3.468750 6.146484 4.910156 7.371094 6.398438 7.371094 6.626953 7.552734 6.685547 4.910156 3.796875 11.203125 3.650391 0.000000 ] xS
1247
+ /Cs2 SC
1248
+ 0.92143101 0.921453 0.92144102 sc
1249
+ CM
1250
+ 32.5 180.8476 m
1251
+ 32.5 184.25787 32.118999 184.67979 29.335899 188.05479 c
1252
+ 29.306499 188.08972 l
1253
+ 26.508699 191.5 26.479601 191.5 23.608299 191.5 c
1254
+ 19.785101 191.5 2.5 191.5 2.5 191.5 c
1255
+ 2.5 155.5 l
1256
+ 32.5 155.5 l
1257
+ 32.5 180.8476 l
1258
+ h
1259
+ 32.5 180.8476 m
1260
+ f
1261
+ 0.60000002 i
1262
+ 1 0 0 -1 -23 358 cm
1263
+ 55.5 177.1524 m
1264
+ 55.5 173.74213 55.118999 173.32021 52.335899 169.94521 c
1265
+ 52.306499 169.91028 l
1266
+ 49.508701 166.5 49.479599 166.5 46.608299 166.5 c
1267
+ 42.785099 166.5 25.5 166.5 25.5 166.5 c
1268
+ 25.5 202.5 l
1269
+ 55.5 202.5 l
1270
+ 55.5 177.1524 l
1271
+ h
1272
+ 55.5 176.97672 m
1273
+ 55.5 173.74213 55.4706 173.74213 49.479599 173.74213 c
1274
+ 49.479599 173.74213 l
1275
+ 49.479599 166.53528 49.479599 166.5 46.7841 166.5 c
1276
+ S
1277
+ /Cs1 SC
1278
+ 0.40000001 0.40000999 0.40000001 sc
1279
+ 0 i
1280
+ 1 0 0 -1 17.5 173.5 cm
1281
+ /F1.1[ 6 0 0 -6 0 0]sf
1282
+ -5.7659998 2.4160004 m
1283
+ (!'\(&)[ 3.600000 1.332000 3.000000 0.000000 ] xS
1284
+ 0.50195998 0.50196999 0.50196999 sc
1285
+ 1 0 0 -1 78.5 174.5 cm
1286
+ /F2.1[ 12 0 0 -12 0 0]sf
1287
+ -38.5 4.5 m
1288
+ (+,-./2!"&\)3+)[ 6.117188 4.910156 6.146484 6.292969 10.335938 6.626953 3.468750 7.447266 3.796875 11.203125 3.650391 0.000000 ] xS
1289
+ /Cs2 SC
1290
+ 0.92143101 0.921453 0.92144102 sc
1291
+ CM
1292
+ 266.5 99.847603 m
1293
+ 266.5 103.25788 266.11899 103.6798 263.33591 107.0548 c
1294
+ 263.30649 107.08972 l
1295
+ 260.5087 110.5 260.47961 110.5 257.60831 110.5 c
1296
+ 253.7851 110.5 236.5 110.5 236.5 110.5 c
1297
+ 236.5 74.5 l
1298
+ 266.5 74.5 l
1299
+ 266.5 99.847603 l
1300
+ h
1301
+ 266.5 99.847603 m
1302
+ f
1303
+ 0.60000002 i
1304
+ 1 0 0 -1 -23 358 cm
1305
+ 289.5 258.1524 m
1306
+ 289.5 254.74213 289.11899 254.32021 286.33591 250.94521 c
1307
+ 286.30649 250.91028 l
1308
+ 283.5087 247.5 283.47961 247.5 280.60831 247.5 c
1309
+ 276.7851 247.5 259.5 247.5 259.5 247.5 c
1310
+ 259.5 283.5 l
1311
+ 289.5 283.5 l
1312
+ 289.5 258.1524 l
1313
+ h
1314
+ 289.5 257.97672 m
1315
+ 289.5 254.74213 289.47061 254.74213 283.47961 254.74213 c
1316
+ 283.47961 254.74213 l
1317
+ 283.47961 247.53528 283.47961 247.5 280.78409 247.5 c
1318
+ S
1319
+ /Cs1 SC
1320
+ 0.40000001 0.40000999 0.40000001 sc
1321
+ 0 i
1322
+ 1 0 0 -1 251.5 92.5 cm
1323
+ /F1.1[ 6 0 0 -6 0 0]sf
1324
+ -5.7659998 2.4160004 m
1325
+ (!'\(&)[ 3.600000 1.332000 3.000000 0.000000 ] xS
1326
+ 0.50195998 0.50196999 0.50196999 sc
1327
+ 1 0 0 -1 309 92.5 cm
1328
+ /F2.1[ 12 0 0 -12 0 0]sf
1329
+ -35 4.5 m
1330
+ (+,-.244&\)3+)[ 6.117188 4.910156 6.146484 6.292969 6.626953 7.552734 7.552734 3.796875 11.203125 3.650391 0.000000 ] xS
1331
+ /Cs2 SC
1332
+ 0.92143101 0.921453 0.92144102 sc
1333
+ CM
1334
+ 265 27.847601 m
1335
+ 265 31.257879 264.61899 31.6798 261.83591 35.054798 c
1336
+ 261.80649 35.089722 l
1337
+ 259.0087 38.5 258.97961 38.5 256.10831 38.5 c
1338
+ 252.2851 38.5 235 38.5 235 38.5 c
1339
+ 235 2.5 l
1340
+ 265 2.5 l
1341
+ 265 27.847601 l
1342
+ h
1343
+ 265 27.847601 m
1344
+ f
1345
+ 0.60000002 i
1346
+ 1 0 0 -1 -23 358 cm
1347
+ 288 330.1524 m
1348
+ 288 326.74213 287.61899 326.32019 284.83591 322.94519 c
1349
+ 284.80649 322.91028 l
1350
+ 282.0087 319.5 281.97961 319.5 279.10831 319.5 c
1351
+ 275.2851 319.5 258 319.5 258 319.5 c
1352
+ 258 355.5 l
1353
+ 288 355.5 l
1354
+ 288 330.1524 l
1355
+ h
1356
+ 288 329.97672 m
1357
+ 288 326.74213 287.97061 326.74213 281.97961 326.74213 c
1358
+ 281.97961 326.74213 l
1359
+ 281.97961 319.53528 281.97961 319.5 279.28409 319.5 c
1360
+ S
1361
+ /Cs3 SC
1362
+ 0 sc
1363
+ 0 i
1364
+ 1 0 0 -1 250 20.5 cm
1365
+ /F1.1[ 6 0 0 -6 0 0]sf
1366
+ -5.7659998 2.4160004 m
1367
+ (!'\(&)[ 3.600000 1.332000 3.000000 0.000000 ] xS
1368
+ 1 0 0 -1 339 20.5 cm
1369
+ /F2.1[ 12 0 0 -12 0 0]sf
1370
+ -66.5 4.5 m
1371
+ (+,-./2!"50"\(2!"$,&\)3+)[ 6.117188 4.910156 6.146484 6.292969 10.335938 6.626953 3.468750 7.447266 8.302734 7.371094 7.447266 4.488281 6.626953 3.468750 7.447266 6.685547 4.910156 3.796875 11.203125 3.650391 0.000000 ] xS
1372
+ /Cs2 SC
1373
+ 0 0.58980101 1 sc
1374
+ CM
1375
+ 166 214 m
1376
+ 263 214 l
1377
+ 263 196 l
1378
+ 166 196 l
1379
+ h
1380
+ 166 214 m
1381
+ f
1382
+ 0.60000002 i
1383
+ 1 0 0 -1 -23 358 cm
1384
+ 189 144 m
1385
+ 286 144 l
1386
+ 286 162 l
1387
+ 189 162 l
1388
+ h
1389
+ 189 144 m
1390
+ S
1391
+ /Cs1 SC
1392
+ 1 1 1 sc
1393
+ 0 i
1394
+ 1 0 0 -1 214.5 205 cm
1395
+ /F3.1[ 11 0 0 -11 0 0]sf
1396
+ -44.5 3.5 m
1397
+ (!)s
1398
+ /F4.1[ 9 0 0 -9 0 0]sf
1399
+ -37.877441 3.5 m
1400
+ (!"#$%&'\(\)*+*\(,$-.#-)[ 2.500488 5.005371 5.005371 5.005371 7.497070 1.999512 4.500000 2.997070 5.005371 5.005371 2.500488 5.005371 2.997070 6.499512 5.005371 2.997070 4.500000 5.005371 0.000000 ] xS
1401
+ /Cs2 SC
1402
+ 0 0.58980101 1 sc
1403
+ CM
1404
+ 184 191.5 m
1405
+ 286 191.5 l
1406
+ 286 173.5 l
1407
+ 184 173.5 l
1408
+ h
1409
+ 184 191.5 m
1410
+ f
1411
+ 0.60000002 i
1412
+ 1 0 0 -1 -23 358 cm
1413
+ 207 166.5 m
1414
+ 309 166.5 l
1415
+ 309 184.5 l
1416
+ 207 184.5 l
1417
+ h
1418
+ 207 166.5 m
1419
+ S
1420
+ /Cs1 SC
1421
+ 1 1 1 sc
1422
+ 0 i
1423
+ 1 0 0 -1 235 182.5 cm
1424
+ /F3.1[ 11 0 0 -11 0 0]sf
1425
+ -47 3.5 m
1426
+ (!)s
1427
+ /F4.1[ 9 0 0 -9 0 0]sf
1428
+ -40.377441 3.5 m
1429
+ (!"#$%&'\(/\)$%\(,$-.#-)[ 2.500488 5.005371 5.005371 5.005371 7.497070 1.999512 4.500000 2.997070 4.500000 5.005371 5.005371 7.497070 2.997070 6.499512 5.005371 2.997070 4.500000 5.005371 0.000000 ] xS
1430
+ /Cs2 SC
1431
+ 0 0.58980101 1 sc
1432
+ CM
1433
+ 202 169 m
1434
+ 297 169 l
1435
+ 297 151 l
1436
+ 202 151 l
1437
+ h
1438
+ 202 169 m
1439
+ f
1440
+ 0.60000002 i
1441
+ 1 0 0 -1 -23 358 cm
1442
+ 225 189 m
1443
+ 320 189 l
1444
+ 320 207 l
1445
+ 225 207 l
1446
+ h
1447
+ 225 189 m
1448
+ S
1449
+ /Cs1 SC
1450
+ 1 1 1 sc
1451
+ 0 i
1452
+ 1 0 0 -1 249.5 160 cm
1453
+ /F3.1[ 11 0 0 -11 0 0]sf
1454
+ -43.5 3.5 m
1455
+ (!)s
1456
+ /F4.1[ 9 0 0 -9 0 0]sf
1457
+ -36.877441 3.5 m
1458
+ (!"#$%&'\(*00\(,$-.#-)[ 2.500488 5.005371 5.005371 5.005371 7.497070 1.999512 4.500000 2.997070 5.005371 5.005371 5.005371 2.997070 6.499512 5.005371 2.997070 4.500000 5.005371 0.000000 ] xS
1459
+ 0.60000002 i
1460
+ /Cs2 SC
1461
+ 0 0.56031799 0 sc
1462
+ 1 0 0 -1 -23 358 cm
1463
+ 40.5 59 m
1464
+ 40.5 76.099998 l
1465
+ S
1466
+ 0 J
1467
+ 0 j
1468
+ 0 i
1469
+ 40.5 84.099998 m
1470
+ 40.5 76.099998 l
1471
+ 43.5 76.099998 m
1472
+ 40.5 84.099998 l
1473
+ 37.5 76.099998 l
1474
+ S
1475
+ 1 J
1476
+ 1 j
1477
+ 0.60000002 i
1478
+ 40.5 130.5 m
1479
+ 40.5 147.60001 l
1480
+ S
1481
+ 0 J
1482
+ 0 j
1483
+ 0 i
1484
+ 40.5 155.60001 m
1485
+ 40.5 147.60001 l
1486
+ 43.5 147.60001 m
1487
+ 40.5 155.60001 l
1488
+ 37.5 147.60001 l
1489
+ S
1490
+ 1 J
1491
+ 1 j
1492
+ 0.60000002 i
1493
+ 270 288 m
1494
+ 270 305.10001 l
1495
+ S
1496
+ 0 J
1497
+ 0 j
1498
+ 0 i
1499
+ 270 313.10001 m
1500
+ 270 305.10001 l
1501
+ 273 305.10001 m
1502
+ 270 313.10001 l
1503
+ 267 305.10001 l
1504
+ S
1505
+ 1 J
1506
+ 1 j
1507
+ 0.60000002 i
1508
+ 270 216 m
1509
+ 270 233.10001 l
1510
+ S
1511
+ 0 J
1512
+ 0 j
1513
+ 0 i
1514
+ 270 241.10001 m
1515
+ 270 233.10001 l
1516
+ 273 233.10001 m
1517
+ 270 241.10001 l
1518
+ 267 233.10001 l
1519
+ S
1520
+ 1 J
1521
+ 1 j
1522
+ 0.60000002 i
1523
+ 153 175.5 m
1524
+ 170.10001 175.5 l
1525
+ S
1526
+ 0 J
1527
+ 0 j
1528
+ 0 i
1529
+ 178.10001 175.5 m
1530
+ 170.10001 175.5 l
1531
+ 170.10001 172.5 m
1532
+ 178.10001 175.5 l
1533
+ 170.10001 178.5 l
1534
+ S
1535
+ 0.92143101 0.921453 0.92144102 sc
1536
+ CM
1537
+ 113.5 293.3476 m
1538
+ 113.5 296.75787 113.119 297.17981 110.3359 300.55481 c
1539
+ 110.3065 300.58972 l
1540
+ 107.5087 304 107.4796 304 104.6083 304 c
1541
+ 100.7851 304 83.5 304 83.5 304 c
1542
+ 83.5 268 l
1543
+ 113.5 268 l
1544
+ 113.5 293.3476 l
1545
+ h
1546
+ 113.5 293.3476 m
1547
+ f
1548
+ 1 J
1549
+ 1 j
1550
+ 0.60000002 i
1551
+ 1 0 0 -1 -23 358 cm
1552
+ 136.5 64.652397 m
1553
+ 136.5 61.242119 136.119 60.820202 133.33591 57.445202 c
1554
+ 133.3065 57.410278 l
1555
+ 130.5087 54 130.4796 54 127.6083 54 c
1556
+ 123.7851 54 106.5 54 106.5 54 c
1557
+ 106.5 90 l
1558
+ 136.5 90 l
1559
+ 136.5 64.652397 l
1560
+ h
1561
+ 136.5 64.476723 m
1562
+ 136.5 61.242119 136.4706 61.242119 130.4796 61.242119 c
1563
+ 130.4796 61.242119 l
1564
+ 130.4796 54.035278 130.4796 54 127.7841 54 c
1565
+ S
1566
+ /Cs1 SC
1567
+ 0.40000001 0.40000999 0.40000001 sc
1568
+ 0 i
1569
+ 1 0 0 -1 98.5 286 cm
1570
+ /F1.1[ 6 0 0 -6 0 0]sf
1571
+ -7.5539999 2.4160004 m
1572
+ (\)'\(*+,)[ 1.998000 1.332000 3.000000 3.444000 3.336000 0.000000 ] xS
1573
+ 0.50195998 0.50196999 0.50196999 sc
1574
+ 1 0 0 -1 168.5 290.5 cm
1575
+ /F2.1[ 12 0 0 -12 0 0]sf
1576
+ -47.5 4.5 m
1577
+ (6$07-0"89&3+0")[ 8.865234 6.685547 7.371094 6.943359 6.146484 7.371094 7.447266 7.734375 7.482422 3.796875 3.650391 6.117188 7.371094 0.000000 ] xS
1578
+ 0.60000002 i
1579
+ /Cs2 SC
1580
+ 1 0.14913142 0 sc
1581
+ 1 0 0 -1 -23 358 cm
1582
+ 90.117111 78.5 m
1583
+ 72.114273 86.134758 l
1584
+ S
1585
+ 0 J
1586
+ 0 j
1587
+ 0 i
1588
+ 64.749207 89.258186 m
1589
+ 72.114273 86.134758 l
1590
+ 73.285553 88.89666 m
1591
+ 64.749207 89.258186 l
1592
+ 70.942986 83.372864 l
1593
+ S
1594
+ /Cs1 SC
1595
+ 0.59999752 0.6000154 0.60000515 sc
1596
+ 0.9335804 0.35836795 0.35836795 -0.9335804 55.5625 280 cm
1597
+ /F1.1[ 6 0 0 -6 0 0]sf
1598
+ -5.9460001 2.4160004 m
1599
+ (-./0)[ 1.890000 3.222000 3.222000 0.000000 ] xS
1600
+ ep
1601
+ end
1602
+ %%Trailer
1603
+ %%EOF