forked from laserroger/QHE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExpFractionalCharge.eps
1247 lines (1226 loc) · 49.9 KB
/
ExpFractionalCharge.eps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%!PS-Adobe-2.0 EPSF-2.0
%%Title: ExpFractionalCharge.fig
%%Creator: fig2dev Version 3.2 Patchlevel 5
%%CreationDate: Thu Aug 20 14:21:50 2009
%%For: goerbig@skyrmion (goerbig,,,)
%%BoundingBox: 0 0 1405 462
%Magnification: 1.0000
%%EndComments
%%BeginProlog
/MyAppDict 100 dict dup begin def
/$F2psDict 200 dict def
$F2psDict begin
$F2psDict /mtrx matrix put
/col-1 {0 setgray} bind def
/col0 {0.000 0.000 0.000 srgb} bind def
/col1 {0.000 0.000 1.000 srgb} bind def
/col2 {0.000 1.000 0.000 srgb} bind def
/col3 {0.000 1.000 1.000 srgb} bind def
/col4 {1.000 0.000 0.000 srgb} bind def
/col5 {1.000 0.000 1.000 srgb} bind def
/col6 {1.000 1.000 0.000 srgb} bind def
/col7 {1.000 1.000 1.000 srgb} bind def
/col8 {0.000 0.000 0.560 srgb} bind def
/col9 {0.000 0.000 0.690 srgb} bind def
/col10 {0.000 0.000 0.820 srgb} bind def
/col11 {0.530 0.810 1.000 srgb} bind def
/col12 {0.000 0.560 0.000 srgb} bind def
/col13 {0.000 0.690 0.000 srgb} bind def
/col14 {0.000 0.820 0.000 srgb} bind def
/col15 {0.000 0.560 0.560 srgb} bind def
/col16 {0.000 0.690 0.690 srgb} bind def
/col17 {0.000 0.820 0.820 srgb} bind def
/col18 {0.560 0.000 0.000 srgb} bind def
/col19 {0.690 0.000 0.000 srgb} bind def
/col20 {0.820 0.000 0.000 srgb} bind def
/col21 {0.560 0.000 0.560 srgb} bind def
/col22 {0.690 0.000 0.690 srgb} bind def
/col23 {0.820 0.000 0.820 srgb} bind def
/col24 {0.500 0.190 0.000 srgb} bind def
/col25 {0.630 0.250 0.000 srgb} bind def
/col26 {0.750 0.380 0.000 srgb} bind def
/col27 {1.000 0.500 0.500 srgb} bind def
/col28 {1.000 0.630 0.630 srgb} bind def
/col29 {1.000 0.750 0.750 srgb} bind def
/col30 {1.000 0.880 0.880 srgb} bind def
/col31 {1.000 0.840 0.000 srgb} bind def
/col32 {0.459 0.459 0.459 srgb} bind def
end
% This junk string is used by the show operators
/PATsstr 1 string def
/PATawidthshow { % cx cy cchar rx ry string
% Loop over each character in the string
{ % cx cy cchar rx ry char
% Show the character
dup % cx cy cchar rx ry char char
PATsstr dup 0 4 -1 roll put % cx cy cchar rx ry char (char)
false charpath % cx cy cchar rx ry char
/clip load PATdraw
% Move past the character (charpath modified the
% current point)
currentpoint % cx cy cchar rx ry char x y
newpath
moveto % cx cy cchar rx ry char
% Reposition by cx,cy if the character in the string is cchar
3 index eq { % cx cy cchar rx ry
4 index 4 index rmoveto
} if
% Reposition all characters by rx ry
2 copy rmoveto % cx cy cchar rx ry
} forall
pop pop pop pop pop % -
currentpoint
newpath
moveto
} bind def
/PATcg {
7 dict dup begin
/lw currentlinewidth def
/lc currentlinecap def
/lj currentlinejoin def
/ml currentmiterlimit def
/ds [ currentdash ] def
/cc [ currentrgbcolor ] def
/cm matrix currentmatrix def
end
} bind def
% PATdraw - calculates the boundaries of the object and
% fills it with the current pattern
/PATdraw { % proc
save exch
PATpcalc % proc nw nh px py
5 -1 roll exec % nw nh px py
newpath
PATfill % -
restore
} bind def
% PATfill - performs the tiling for the shape
/PATfill { % nw nh px py PATfill -
PATDict /CurrentPattern get dup begin
setfont
% Set the coordinate system to Pattern Space
PatternGState PATsg
% Set the color for uncolored pattezns
PaintType 2 eq { PATDict /PColor get PATsc } if
% Create the string for showing
3 index string % nw nh px py str
% Loop for each of the pattern sources
0 1 Multi 1 sub { % nw nh px py str source
% Move to the starting location
3 index 3 index % nw nh px py str source px py
moveto % nw nh px py str source
% For multiple sources, set the appropriate color
Multi 1 ne { dup PC exch get PATsc } if
% Set the appropriate string for the source
0 1 7 index 1 sub { 2 index exch 2 index put } for pop
% Loop over the number of vertical cells
3 index % nw nh px py str nh
{ % nw nh px py str
currentpoint % nw nh px py str cx cy
2 index oldshow % nw nh px py str cx cy
YStep add moveto % nw nh px py str
} repeat % nw nh px py str
} for
5 { pop } repeat
end
} bind def
% PATkshow - kshow with the current pattezn
/PATkshow { % proc string
exch bind % string proc
1 index 0 get % string proc char
% Loop over all but the last character in the string
0 1 4 index length 2 sub {
% string proc char idx
% Find the n+1th character in the string
3 index exch 1 add get % string proc char char+1
exch 2 copy % strinq proc char+1 char char+1 char
% Now show the nth character
PATsstr dup 0 4 -1 roll put % string proc chr+1 chr chr+1 (chr)
false charpath % string proc char+1 char char+1
/clip load PATdraw
% Move past the character (charpath modified the current point)
currentpoint newpath moveto
% Execute the user proc (should consume char and char+1)
mark 3 1 roll % string proc char+1 mark char char+1
4 index exec % string proc char+1 mark...
cleartomark % string proc char+1
} for
% Now display the last character
PATsstr dup 0 4 -1 roll put % string proc (char+1)
false charpath % string proc
/clip load PATdraw
neewath
pop pop % -
} bind def
% PATmp - the makepattern equivalent
/PATmp { % patdict patmtx PATmp patinstance
exch dup length 7 add % We will add 6 new entries plus 1 FID
dict copy % Create a new dictionary
begin
% Matrix to install when painting the pattern
TilingType PATtcalc
/PatternGState PATcg def
PatternGState /cm 3 -1 roll put
% Check for multi pattern sources (Level 1 fast color patterns)
currentdict /Multi known not { /Multi 1 def } if
% Font dictionary definitions
/FontType 3 def
% Create a dummy encoding vector
/Encoding 256 array def
3 string 0 1 255 {
Encoding exch dup 3 index cvs cvn put } for pop
/FontMatrix matrix def
/FontBBox BBox def
/BuildChar {
mark 3 1 roll % mark dict char
exch begin
Multi 1 ne {PaintData exch get}{pop} ifelse % mark [paintdata]
PaintType 2 eq Multi 1 ne or
{ XStep 0 FontBBox aload pop setcachedevice }
{ XStep 0 setcharwidth } ifelse
currentdict % mark [paintdata] dict
/PaintProc load % mark [paintdata] dict paintproc
end
gsave
false PATredef exec true PATredef
grestore
cleartomark % -
} bind def
currentdict
end % newdict
/foo exch % /foo newlict
definefont % newfont
} bind def
% PATpcalc - calculates the starting point and width/height
% of the tile fill for the shape
/PATpcalc { % - PATpcalc nw nh px py
PATDict /CurrentPattern get begin
gsave
% Set up the coordinate system to Pattern Space
% and lock down pattern
PatternGState /cm get setmatrix
BBox aload pop pop pop translate
% Determine the bounding box of the shape
pathbbox % llx lly urx ury
grestore
% Determine (nw, nh) the # of cells to paint width and height
PatHeight div ceiling % llx lly urx qh
4 1 roll % qh llx lly urx
PatWidth div ceiling % qh llx lly qw
4 1 roll % qw qh llx lly
PatHeight div floor % qw qh llx ph
4 1 roll % ph qw qh llx
PatWidth div floor % ph qw qh pw
4 1 roll % pw ph qw qh
2 index sub cvi abs % pw ph qs qh-ph
exch 3 index sub cvi abs exch % pw ph nw=qw-pw nh=qh-ph
% Determine the starting point of the pattern fill
%(px, py)
4 2 roll % nw nh pw ph
PatHeight mul % nw nh pw py
exch % nw nh py pw
PatWidth mul exch % nw nh px py
end
} bind def
% Save the original routines so that we can use them later on
/oldfill /fill load def
/oldeofill /eofill load def
/oldstroke /stroke load def
/oldshow /show load def
/oldashow /ashow load def
/oldwidthshow /widthshow load def
/oldawidthshow /awidthshow load def
/oldkshow /kshow load def
% These defs are necessary so that subsequent procs don't bind in
% the originals
/fill { oldfill } bind def
/eofill { oldeofill } bind def
/stroke { oldstroke } bind def
/show { oldshow } bind def
/ashow { oldashow } bind def
/widthshow { oldwidthshow } bind def
/awidthshow { oldawidthshow } bind def
/kshow { oldkshow } bind def
/PATredef {
MyAppDict begin
{
/fill { /clip load PATdraw newpath } bind def
/eofill { /eoclip load PATdraw newpath } bind def
/stroke { PATstroke } bind def
/show { 0 0 null 0 0 6 -1 roll PATawidthshow } bind def
/ashow { 0 0 null 6 3 roll PATawidthshow }
bind def
/widthshow { 0 0 3 -1 roll PATawidthshow }
bind def
/awidthshow { PATawidthshow } bind def
/kshow { PATkshow } bind def
} {
/fill { oldfill } bind def
/eofill { oldeofill } bind def
/stroke { oldstroke } bind def
/show { oldshow } bind def
/ashow { oldashow } bind def
/widthshow { oldwidthshow } bind def
/awidthshow { oldawidthshow } bind def
/kshow { oldkshow } bind def
} ifelse
end
} bind def
false PATredef
% Conditionally define setcmykcolor if not available
/setcmykcolor where { pop } {
/setcmykcolor {
1 sub 4 1 roll
3 {
3 index add neg dup 0 lt { pop 0 } if 3 1 roll
} repeat
setrgbcolor - pop
} bind def
} ifelse
/PATsc { % colorarray
aload length % c1 ... cn length
dup 1 eq { pop setgray } { 3 eq { setrgbcolor } { setcmykcolor
} ifelse } ifelse
} bind def
/PATsg { % dict
begin
lw setlinewidth
lc setlinecap
lj setlinejoin
ml setmiterlimit
ds aload pop setdash
cc aload pop setrgbcolor
cm setmatrix
end
} bind def
/PATDict 3 dict def
/PATsp {
true PATredef
PATDict begin
/CurrentPattern exch def
% If it's an uncolored pattern, save the color
CurrentPattern /PaintType get 2 eq {
/PColor exch def
} if
/CColor [ currentrgbcolor ] def
end
} bind def
% PATstroke - stroke with the current pattern
/PATstroke {
countdictstack
save
mark
{
currentpoint strokepath moveto
PATpcalc % proc nw nh px py
clip newpath PATfill
} stopped {
(*** PATstroke Warning: Path is too complex, stroking
with gray) =
cleartomark
restore
countdictstack exch sub dup 0 gt
{ { end } repeat } { pop } ifelse
gsave 0.5 setgray oldstroke grestore
} { pop restore pop } ifelse
newpath
} bind def
/PATtcalc { % modmtx tilingtype PATtcalc tilematrix
% Note: tiling types 2 and 3 are not supported
gsave
exch concat % tilingtype
matrix currentmatrix exch % cmtx tilingtype
% Tiling type 1 and 3: constant spacing
2 ne {
% Distort the pattern so that it occupies
% an integral number of device pixels
dup 4 get exch dup 5 get exch % tx ty cmtx
XStep 0 dtransform
round exch round exch % tx ty cmtx dx.x dx.y
XStep div exch XStep div exch % tx ty cmtx a b
0 YStep dtransform
round exch round exch % tx ty cmtx a b dy.x dy.y
YStep div exch YStep div exch % tx ty cmtx a b c d
7 -3 roll astore % { a b c d tx ty }
} if
grestore
} bind def
/PATusp {
false PATredef
PATDict begin
CColor PATsc
end
} bind def
% crosshatch30
11 dict begin
/PaintType 1 def
/PatternType 1 def
/TilingType 1 def
/BBox [0 0 1 1] def
/XStep 1 def
/YStep 1 def
/PatWidth 1 def
/PatHeight 1 def
/Multi 2 def
/PaintData [
{ clippath } bind
{ 32 16 true [ 32 0 0 -16 0 16 ]
{<033003300c0c0c0c30033003c000c000300330030c0c0c0c
0330033000c000c0033003300c0c0c0c30033003c000c000
300330030c0c0c0c0330033000c000c0>}
imagemask } bind
] def
/PaintProc {
pop
exec fill
} def
currentdict
end
/P3 exch def
/cp {closepath} bind def
/ef {eofill} bind def
/gr {grestore} bind def
/gs {gsave} bind def
/sa {save} bind def
/rs {restore} bind def
/l {lineto} bind def
/m {moveto} bind def
/rm {rmoveto} bind def
/n {newpath} bind def
/s {stroke} bind def
/sh {show} bind def
/slc {setlinecap} bind def
/slj {setlinejoin} bind def
/slw {setlinewidth} bind def
/srgb {setrgbcolor} bind def
/rot {rotate} bind def
/sc {scale} bind def
/sd {setdash} bind def
/ff {findfont} bind def
/sf {setfont} bind def
/scf {scalefont} bind def
/sw {stringwidth} bind def
/tr {translate} bind def
/tnt {dup dup currentrgbcolor
4 -2 roll dup 1 exch sub 3 -1 roll mul add
4 -2 roll dup 1 exch sub 3 -1 roll mul add
4 -2 roll dup 1 exch sub 3 -1 roll mul add srgb}
bind def
/shd {dup dup currentrgbcolor 4 -2 roll mul 4 -2 roll mul
4 -2 roll mul srgb} bind def
/$F2psBegin {$F2psDict begin /$F2psEnteredState save def} def
/$F2psEnd {$F2psEnteredState restore end} def
/pageheader {
save
newpath 0 462 moveto 0 0 lineto 1405 0 lineto 1405 462 lineto closepath clip newpath
-35.1 428.8 translate
1 -1 scale
$F2psBegin
10 setmiterlimit
0 slj 0 slc
0.06000 0.06000 sc
} bind def
/pagefooter {
$F2psEnd
restore
} bind def
%%EndProlog
pageheader
%
% Fig objects follow
%
%
% here starts figure with depth 55
% Polyline
0 slj
0 slc
15.000 slw
[90 45 15 45] 0 sd
n 1650 5100 m
10350 5100 l gs col0 s gr [] 0 sd
% Polyline
[90 45 15 45] 0 sd
n 1725 1425 m
10425 1425 l gs col0 s gr [] 0 sd
% Polyline
[90] 0 sd
gs clippath
5940 3552 m 5940 3840 l 6060 3840 l 6060 3552 l 6060 3552 l 6000 3792 l 5940 3552 l cp
eoclip
n 6000 2625 m
6000 3825 l gs col32 s gr gr
[] 0 sd
% arrowhead
n 5940 3552 m 6000 3792 l 6060 3552 l col32 s
% Polyline
2 slj
n 1650 5100 m 1652 5100 l 1656 5100 l 1664 5100 l 1676 5100 l 1694 5100 l
1717 5100 l 1747 5100 l 1782 5100 l 1824 5100 l 1872 5100 l
1924 5100 l 1981 5100 l 2042 5100 l 2105 5100 l 2171 5100 l
2238 5100 l 2306 5100 l 2373 5100 l 2439 5100 l 2504 5100 l
2568 5100 l 2629 5100 l 2688 5100 l 2745 5100 l 2800 5100 l
2852 5100 l 2902 5100 l 2949 5100 l 2995 5100 l 3038 5100 l
3080 5100 l 3119 5100 l 3157 5100 l 3194 5100 l 3230 5100 l
3264 5100 l 3298 5100 l 3330 5100 l 3363 5100 l 3404 5100 l
3446 5100 l 3486 5100 l 3526 5100 l 3566 5100 l 3606 5100 l
3645 5100 l 3684 5100 l 3722 5100 l 3760 5099 l 3798 5099 l
3835 5099 l 3872 5099 l 3908 5099 l 3944 5098 l 3978 5098 l
4012 5097 l 4045 5097 l 4077 5097 l 4108 5096 l 4138 5095 l
4166 5095 l 4194 5094 l 4221 5093 l 4246 5092 l 4271 5092 l
4295 5091 l 4318 5090 l 4341 5089 l 4363 5088 l 4389 5086 l
4416 5084 l 4442 5082 l 4469 5080 l 4495 5078 l 4521 5074 l
4548 5071 l 4574 5067 l 4601 5062 l 4627 5056 l 4653 5050 l
4679 5043 l 4704 5036 l 4729 5027 l 4754 5018 l 4778 5008 l
4801 4998 l 4824 4986 l 4846 4974 l 4868 4961 l 4889 4947 l
4910 4932 l 4930 4917 l 4950 4900 l 4967 4885 l 4985 4869 l
5002 4852 l 5020 4834 l 5038 4815 l 5056 4795 l 5074 4774 l
5093 4752 l 5112 4729 l 5132 4706 l 5151 4681 l 5171 4657 l
5191 4631 l 5211 4606 l 5231 4580 l 5250 4554 l 5270 4528 l
5289 4502 l 5308 4477 l 5326 4452 l 5345 4428 l 5363 4404 l
5380 4381 l 5397 4358 l 5414 4337 l 5430 4315 l 5446 4295 l
5463 4275 l 5483 4250 l 5503 4226 l 5524 4203 l 5544 4180 l
5566 4158 l 5587 4136 l 5609 4115 l 5631 4095 l 5653 4076 l
5676 4057 l 5698 4040 l 5721 4024 l 5743 4010 l 5765 3997 l
5786 3986 l 5808 3976 l 5828 3968 l 5848 3961 l 5868 3956 l
5887 3953 l 5906 3951 l 5925 3950 l 5944 3951 l 5963 3953 l
5982 3956 l 6002 3961 l 6022 3968 l 6042 3976 l 6063 3986 l
6084 3997 l 6106 4010 l 6128 4024 l 6150 4040 l 6172 4057 l
6194 4076 l 6216 4095 l 6237 4115 l 6258 4136 l 6278 4158 l
6298 4180 l 6318 4203 l 6337 4226 l 6356 4250 l 6375 4275 l
6390 4295 l 6405 4315 l 6420 4337 l 6435 4358 l 6451 4381 l
6467 4404 l 6483 4428 l 6500 4452 l 6517 4477 l 6535 4502 l
6553 4528 l 6572 4554 l 6591 4580 l 6610 4606 l 6630 4631 l
6650 4657 l 6670 4681 l 6690 4706 l 6711 4729 l 6731 4752 l
6752 4774 l 6773 4795 l 6794 4815 l 6814 4834 l 6835 4852 l
6857 4869 l 6878 4885 l 6900 4900 l 6920 4913 l 6940 4925 l
6960 4936 l 6982 4947 l 7004 4957 l 7028 4967 l 7052 4977 l
7077 4986 l 7104 4995 l 7132 5003 l 7161 5011 l 7192 5018 l
7223 5025 l 7256 5032 l 7290 5038 l 7325 5043 l 7362 5049 l
7399 5053 l 7437 5058 l 7477 5062 l 7517 5066 l 7558 5069 l
7600 5072 l 7643 5074 l 7686 5077 l 7730 5079 l 7775 5081 l
7820 5082 l 7867 5084 l 7914 5085 l 7963 5086 l 8013 5088 l
8047 5088 l 8081 5089 l 8117 5090 l 8153 5090 l 8191 5091 l
8230 5091 l 8270 5092 l 8312 5092 l 8355 5093 l 8400 5093 l
8447 5094 l 8496 5094 l 8546 5095 l 8599 5095 l 8655 5095 l
8712 5096 l 8772 5096 l 8835 5096 l 8899 5097 l 8966 5097 l
9036 5097 l 9107 5097 l 9181 5098 l 9256 5098 l 9332 5098 l
9409 5098 l 9487 5098 l 9564 5099 l 9641 5099 l 9717 5099 l
9791 5099 l 9862 5099 l 9930 5099 l 9994 5100 l 10053 5100 l
10108 5100 l 10157 5100 l 10200 5100 l 10237 5100 l 10268 5100 l
10293 5100 l 10313 5100 l 10328 5100 l 10339 5100 l 10345 5100 l
10348 5100 l
10350 5100 l gs col0 s gr
% Polyline
n 1722 1446 m 1724 1446 l 1728 1446 l 1736 1446 l 1748 1446 l 1766 1446 l
1789 1446 l 1819 1446 l 1854 1446 l 1896 1446 l 1944 1446 l
1996 1446 l 2053 1446 l 2114 1446 l 2177 1446 l 2243 1446 l
2310 1446 l 2378 1446 l 2445 1446 l 2511 1446 l 2576 1446 l
2640 1446 l 2701 1446 l 2760 1446 l 2817 1446 l 2872 1446 l
2924 1446 l 2974 1446 l 3021 1446 l 3067 1446 l 3110 1446 l
3152 1446 l 3191 1446 l 3229 1446 l 3266 1446 l 3302 1446 l
3336 1446 l 3370 1446 l 3402 1446 l 3435 1446 l 3476 1446 l
3518 1446 l 3558 1446 l 3598 1446 l 3638 1446 l 3678 1446 l
3717 1446 l 3756 1446 l 3794 1446 l 3832 1447 l 3870 1447 l
3907 1447 l 3944 1447 l 3980 1447 l 4016 1448 l 4050 1448 l
4084 1449 l 4117 1449 l 4149 1449 l 4180 1450 l 4210 1451 l
4238 1451 l 4266 1452 l 4293 1453 l 4318 1454 l 4343 1454 l
4367 1455 l 4390 1456 l 4413 1457 l 4435 1459 l 4461 1460 l
4488 1462 l 4514 1464 l 4541 1466 l 4567 1468 l 4593 1472 l
4620 1475 l 4646 1479 l 4673 1484 l 4699 1490 l 4725 1496 l
4751 1503 l 4776 1510 l 4801 1519 l 4826 1528 l 4850 1538 l
4873 1548 l 4896 1560 l 4918 1572 l 4940 1585 l 4961 1599 l
4982 1614 l 5002 1629 l 5022 1646 l 5039 1661 l 5057 1677 l
5074 1694 l 5092 1712 l 5110 1731 l 5128 1751 l 5146 1772 l
5165 1794 l 5184 1817 l 5204 1840 l 5223 1865 l 5243 1889 l
5263 1915 l 5283 1940 l 5303 1966 l 5322 1992 l 5342 2018 l
5361 2044 l 5380 2069 l 5398 2094 l 5417 2118 l 5435 2142 l
5452 2165 l 5469 2188 l 5486 2209 l 5502 2231 l 5518 2251 l
5535 2271 l 5555 2296 l 5575 2320 l 5596 2343 l 5616 2366 l
5638 2388 l 5659 2410 l 5681 2431 l 5703 2451 l 5725 2470 l
5748 2489 l 5770 2506 l 5793 2522 l 5815 2536 l 5837 2549 l
5858 2560 l 5880 2570 l 5900 2578 l 5920 2585 l 5940 2590 l
5959 2593 l 5978 2595 l 5997 2596 l 6016 2595 l 6035 2593 l
6054 2590 l 6074 2585 l 6094 2578 l 6114 2570 l 6135 2560 l
6156 2549 l 6178 2536 l 6200 2522 l 6222 2506 l 6244 2489 l
6266 2470 l 6288 2451 l 6309 2431 l 6330 2410 l 6350 2388 l
6370 2366 l 6390 2343 l 6409 2320 l 6428 2296 l 6447 2271 l
6462 2251 l 6477 2231 l 6492 2209 l 6507 2188 l 6523 2165 l
6539 2142 l 6555 2118 l 6572 2094 l 6589 2069 l 6607 2044 l
6625 2018 l 6644 1992 l 6663 1966 l 6682 1940 l 6702 1915 l
6722 1889 l 6742 1865 l 6762 1840 l 6783 1817 l 6803 1794 l
6824 1772 l 6845 1751 l 6866 1731 l 6886 1712 l 6907 1694 l
6929 1677 l 6950 1661 l 6972 1646 l 6992 1633 l 7012 1621 l
7032 1610 l 7054 1599 l 7076 1589 l 7100 1579 l 7124 1569 l
7149 1560 l 7176 1551 l 7204 1543 l 7233 1535 l 7264 1528 l
7295 1521 l 7328 1514 l 7362 1508 l 7397 1503 l 7434 1497 l
7471 1493 l 7509 1488 l 7549 1484 l 7589 1480 l 7630 1477 l
7672 1474 l 7715 1472 l 7758 1469 l 7802 1467 l 7847 1465 l
7892 1464 l 7939 1462 l 7986 1461 l 8035 1460 l 8085 1459 l
8119 1458 l 8153 1457 l 8189 1456 l 8225 1456 l 8263 1455 l
8302 1455 l 8342 1454 l 8384 1454 l 8427 1453 l 8472 1453 l
8519 1452 l 8568 1452 l 8618 1451 l 8671 1451 l 8727 1451 l
8784 1450 l 8844 1450 l 8907 1450 l 8971 1449 l 9038 1449 l
9108 1449 l 9179 1449 l 9253 1448 l 9328 1448 l 9404 1448 l
9481 1448 l 9559 1448 l 9636 1447 l 9713 1447 l 9789 1447 l
9863 1447 l 9934 1447 l 10002 1447 l 10066 1446 l 10125 1446 l
10180 1446 l 10229 1446 l 10272 1446 l 10309 1446 l 10340 1446 l
10365 1446 l 10385 1446 l 10400 1446 l 10411 1446 l 10417 1446 l
10420 1446 l
10422 1446 l gs col0 s gr
% Polyline
gs clippath
2973 4740 m 2685 4740 l 2685 4860 l 2973 4860 l 2973 4860 l 2733 4800 l 2973 4740 l cp
eoclip
n 2700 1800 m 2702 1800 l 2707 1800 l 2715 1800 l 2729 1800 l 2747 1801 l
2772 1801 l 2801 1801 l 2835 1802 l 2873 1803 l 2914 1804 l
2958 1805 l 3002 1806 l 3047 1807 l 3092 1809 l 3136 1810 l
3179 1812 l 3220 1814 l 3259 1816 l 3296 1818 l 3332 1820 l
3366 1822 l 3398 1825 l 3429 1828 l 3459 1831 l 3489 1834 l
3517 1838 l 3545 1841 l 3572 1846 l 3600 1850 l 3628 1855 l
3655 1860 l 3683 1865 l 3711 1871 l 3740 1877 l 3769 1884 l
3798 1891 l 3828 1899 l 3858 1907 l 3888 1916 l 3919 1925 l
3950 1935 l 3981 1945 l 4012 1956 l 4043 1967 l 4074 1979 l
4104 1991 l 4135 2004 l 4164 2016 l 4193 2029 l 4222 2043 l
4250 2057 l 4277 2071 l 4304 2085 l 4330 2099 l 4355 2114 l
4379 2129 l 4403 2144 l 4427 2159 l 4450 2175 l 4474 2192 l
4499 2211 l 4523 2229 l 4547 2249 l 4571 2269 l 4594 2290 l
4618 2312 l 4642 2335 l 4666 2359 l 4689 2384 l 4712 2409 l
4735 2435 l 4757 2462 l 4779 2489 l 4800 2516 l 4821 2544 l
4841 2572 l 4860 2600 l 4878 2628 l 4895 2657 l 4911 2684 l
4927 2712 l 4941 2740 l 4955 2767 l 4967 2794 l 4979 2821 l
4990 2848 l 5000 2875 l 5009 2902 l 5018 2930 l 5027 2957 l
5034 2986 l 5041 3015 l 5047 3044 l 5053 3075 l 5058 3105 l
5062 3137 l 5066 3169 l 5069 3201 l 5071 3234 l 5072 3267 l
5072 3300 l 5072 3333 l 5071 3366 l 5069 3399 l 5066 3431 l
5062 3463 l 5058 3495 l 5053 3525 l 5047 3556 l 5041 3585 l
5034 3614 l 5027 3643 l 5018 3670 l 5009 3698 l 5000 3725 l
4990 3752 l 4979 3779 l 4967 3806 l 4955 3833 l 4941 3860 l
4927 3888 l 4911 3916 l 4895 3943 l 4878 3972 l 4860 4000 l
4841 4028 l 4821 4056 l 4800 4084 l 4779 4111 l 4757 4138 l
4735 4165 l 4712 4191 l 4689 4216 l 4666 4241 l 4642 4265 l
4618 4288 l 4594 4310 l 4571 4331 l 4547 4351 l 4523 4371 l
4499 4389 l 4474 4408 l 4450 4425 l 4427 4441 l 4403 4456 l
4379 4471 l 4355 4486 l 4330 4501 l 4304 4515 l 4277 4529 l
4250 4543 l 4222 4557 l 4193 4571 l 4164 4584 l 4135 4596 l
4104 4609 l 4074 4621 l 4043 4633 l 4012 4644 l 3981 4655 l
3950 4665 l 3919 4675 l 3888 4684 l 3858 4693 l 3828 4701 l
3798 4709 l 3769 4716 l 3740 4723 l 3711 4729 l 3683 4735 l
3655 4740 l 3628 4745 l 3600 4750 l 3572 4754 l 3545 4759 l
3517 4762 l 3489 4766 l 3459 4769 l 3429 4772 l 3398 4775 l
3366 4778 l 3332 4780 l 3296 4782 l 3259 4784 l 3220 4786 l
3179 4788 l 3136 4790 l 3092 4791 l 3047 4793 l 3002 4794 l
2958 4795 l 2914 4796 l 2873 4797 l 2835 4798 l 2801 4799 l
2772 4799 l 2747 4799 l 2729 4800 l
2700 4800 l gs col32 s gr gr
% arrowhead
0 slj
n 2973 4740 m 2733 4800 l 2973 4860 l col32 s
% Polyline
[90 45 15 45] 0 sd
n 13950 5100 m
22650 5100 l gs col0 s gr [] 0 sd
% Polyline
[90 45 15 45] 0 sd
n 14025 1425 m
22725 1425 l gs col0 s gr [] 0 sd
% Polyline
[90] 0 sd
gs clippath
18657 3360 m 18945 3360 l 18945 3240 l 18657 3240 l 18657 3240 l 18897 3300 l 18657 3360 l cp
eoclip
n 17700 3300 m
18930 3300 l gs col32 s gr gr
[] 0 sd
% arrowhead
n 18657 3360 m 18897 3300 l 18657 3240 l col32 s
% Polyline
2 slj
gs clippath
3327 1635 m 3615 1635 l 3615 1515 l 3327 1515 l 3327 1515 l 3567 1575 l 3327 1635 l cp
eoclip
n 2700 1575 m
3600 1575 l gs col0 s gr gr
% arrowhead
0 slj
n 3327 1635 m 3567 1575 l 3327 1515 l col0 s
% Polyline
2 slj
gs clippath
5120 2209 m 5284 2446 l 5382 2378 l 5219 2141 l 5219 2141 l 5306 2373 l 5120 2209 l cp
eoclip
n 4800 1800 m 4803 1802 l 4810 1807 l 4822 1815 l 4838 1827 l 4857 1841 l
4879 1857 l 4900 1874 l 4921 1891 l 4941 1907 l 4959 1922 l
4976 1937 l 4992 1952 l 5008 1968 l 5023 1983 l 5038 2000 l
5049 2013 l 5060 2026 l 5071 2041 l 5084 2056 l 5097 2073 l
5111 2092 l 5125 2112 l 5141 2135 l 5159 2159 l 5177 2185 l
5196 2213 l 5216 2241 l 5236 2270 l 5256 2299 l 5274 2325 l
5290 2348 l 5303 2368 l
5325 2400 l gs col0 s gr gr
% arrowhead
0 slj
n 5120 2209 m 5306 2373 l 5219 2141 l col0 s
% Polyline
2 slj
gs clippath
7021 2021 m 7258 1857 l 7190 1759 l 6953 1922 l 6953 1922 l 7185 1836 l 7021 2021 l cp
eoclip
n 6612 2342 m 6614 2339 l 6619 2332 l 6627 2320 l 6639 2304 l 6653 2285 l
6669 2263 l 6686 2242 l 6703 2221 l 6719 2201 l 6734 2183 l
6749 2166 l 6764 2150 l 6780 2134 l 6795 2119 l 6812 2105 l
6825 2093 l 6838 2082 l 6853 2071 l 6868 2058 l 6885 2045 l
6904 2031 l 6924 2017 l 6947 2001 l 6971 1983 l 6997 1965 l
7025 1946 l 7053 1926 l 7082 1906 l 7111 1886 l 7137 1868 l
7160 1852 l 7180 1839 l
7212 1817 l gs col0 s gr gr
% arrowhead
0 slj
n 7021 2021 m 7185 1836 l 6953 1922 l col0 s
% Polyline
2 slj
gs clippath
9027 1635 m 9315 1635 l 9315 1515 l 9027 1515 l 9027 1515 l 9267 1575 l 9027 1635 l cp
eoclip
n 8400 1575 m
9300 1575 l gs col0 s gr gr
% arrowhead
0 slj
n 9027 1635 m 9267 1575 l 9027 1515 l col0 s
% Polyline
2 slj
n 14025 1425 m 14027 1425 l 14030 1425 l 14038 1425 l 14049 1425 l 14065 1425 l
14087 1425 l 14114 1426 l 14148 1426 l 14188 1426 l 14235 1426 l
14287 1427 l 14345 1427 l 14408 1428 l 14475 1428 l 14546 1429 l
14620 1430 l 14696 1431 l 14774 1432 l 14853 1432 l 14931 1434 l
15010 1435 l 15087 1436 l 15163 1437 l 15237 1438 l 15309 1440 l
15378 1441 l 15446 1443 l 15511 1444 l 15573 1446 l 15633 1448 l
15690 1449 l 15745 1451 l 15797 1453 l 15847 1456 l 15895 1458 l
15941 1460 l 15986 1463 l 16028 1465 l 16069 1468 l 16108 1471 l
16146 1474 l 16183 1477 l 16219 1480 l 16253 1484 l 16288 1488 l
16335 1493 l 16381 1499 l 16427 1505 l 16471 1512 l 16514 1519 l
16557 1527 l 16599 1535 l 16639 1544 l 16680 1553 l 16719 1563 l
16757 1573 l 16795 1584 l 16832 1596 l 16867 1608 l 16902 1620 l
16936 1633 l 16968 1647 l 16999 1661 l 17029 1675 l 17058 1690 l
17085 1705 l 17111 1720 l 17136 1736 l 17160 1752 l 17182 1768 l
17204 1784 l 17224 1801 l 17243 1817 l 17262 1834 l 17279 1852 l
17296 1869 l 17313 1888 l 17329 1907 l 17346 1928 l 17362 1949 l
17378 1971 l 17393 1993 l 17409 2017 l 17423 2042 l 17438 2067 l
17452 2093 l 17466 2121 l 17480 2149 l 17493 2178 l 17506 2208 l
17519 2238 l 17531 2269 l 17542 2301 l 17554 2332 l 17564 2365 l
17574 2397 l 17583 2429 l 17592 2462 l 17601 2494 l 17609 2526 l
17616 2559 l 17623 2591 l 17629 2623 l 17635 2654 l 17640 2686 l
17645 2718 l 17650 2750 l 17654 2780 l 17658 2811 l 17662 2842 l
17665 2874 l 17668 2906 l 17671 2939 l 17674 2972 l 17677 3007 l
17679 3042 l 17681 3077 l 17682 3113 l 17684 3150 l 17685 3187 l
17686 3225 l 17686 3262 l 17686 3300 l 17686 3338 l 17686 3375 l
17685 3413 l 17684 3450 l 17682 3487 l 17681 3523 l 17679 3558 l
17677 3593 l 17674 3628 l 17671 3661 l 17668 3694 l 17665 3726 l
17662 3758 l 17658 3789 l 17654 3820 l 17650 3850 l 17645 3882 l
17640 3914 l 17635 3946 l 17629 3977 l 17623 4009 l 17616 4041 l
17609 4073 l 17601 4106 l 17593 4138 l 17585 4170 l 17576 4202 l
17567 4235 l 17557 4266 l 17547 4298 l 17536 4329 l 17525 4360 l
17514 4390 l 17502 4419 l 17491 4448 l 17479 4475 l 17466 4502 l
17454 4528 l 17442 4552 l 17429 4576 l 17416 4599 l 17403 4621 l
17390 4642 l 17377 4662 l 17364 4681 l 17350 4700 l 17336 4718 l
17322 4736 l 17307 4753 l 17291 4769 l 17274 4786 l 17257 4802 l
17238 4817 l 17219 4833 l 17197 4848 l 17175 4862 l 17151 4877 l
17126 4891 l 17099 4904 l 17071 4917 l 17041 4929 l 17010 4941 l
16977 4952 l 16943 4963 l 16907 4973 l 16870 4983 l 16832 4992 l
16792 5000 l 16751 5008 l 16709 5016 l 16666 5023 l 16621 5029 l
16574 5035 l 16526 5040 l 16477 5045 l 16425 5050 l 16392 5053 l
16357 5055 l 16322 5058 l 16285 5061 l 16247 5063 l 16208 5065 l
16167 5067 l 16124 5069 l 16080 5071 l 16033 5073 l 15984 5075 l
15934 5076 l 15880 5078 l 15825 5080 l 15767 5081 l 15706 5082 l
15642 5084 l 15576 5085 l 15508 5086 l 15436 5087 l 15362 5088 l
15286 5089 l 15208 5090 l 15127 5091 l 15046 5092 l 14963 5093 l
14880 5094 l 14796 5095 l 14714 5095 l 14632 5096 l 14553 5097 l
14476 5097 l 14403 5098 l 14334 5098 l 14270 5098 l 14212 5099 l
14159 5099 l 14112 5099 l 14072 5099 l 14039 5100 l 14011 5100 l
13990 5100 l 13973 5100 l 13962 5100 l 13955 5100 l 13952 5100 l
13950 5100 l gs col0 s gr
% Polyline
n 22596 5088 m 22594 5088 l 22591 5088 l 22583 5088 l 22572 5088 l 22556 5088 l
22534 5088 l 22507 5087 l 22473 5087 l 22433 5087 l 22386 5087 l
22334 5086 l 22276 5086 l 22213 5085 l 22146 5085 l 22075 5084 l
22001 5083 l 21925 5082 l 21847 5081 l 21768 5081 l 21690 5079 l
21611 5078 l 21534 5077 l 21458 5076 l 21384 5075 l 21312 5073 l
21243 5072 l 21175 5070 l 21110 5069 l 21048 5067 l 20988 5065 l
20931 5064 l 20876 5062 l 20824 5060 l 20774 5057 l 20726 5055 l
20680 5053 l 20635 5050 l 20593 5048 l 20552 5045 l 20513 5042 l
20475 5039 l 20438 5036 l 20402 5033 l 20368 5029 l 20334 5026 l
20286 5020 l 20240 5014 l 20194 5008 l 20150 5001 l 20107 4994 l
20064 4986 l 20022 4978 l 19982 4969 l 19941 4960 l 19902 4950 l
19864 4940 l 19826 4929 l 19789 4917 l 19754 4905 l 19719 4893 l
19685 4880 l 19653 4866 l 19622 4852 l 19592 4838 l 19563 4823 l
19536 4808 l 19510 4793 l 19485 4777 l 19461 4761 l 19439 4745 l
19417 4729 l 19397 4712 l 19378 4696 l 19359 4679 l 19342 4661 l
19325 4644 l 19309 4626 l 19292 4606 l 19275 4585 l 19259 4564 l
19243 4542 l 19228 4520 l 19212 4496 l 19198 4471 l 19183 4446 l
19169 4420 l 19155 4392 l 19141 4364 l 19128 4335 l 19115 4305 l
19102 4275 l 19090 4244 l 19079 4212 l 19067 4181 l 19057 4148 l
19047 4116 l 19038 4084 l 19029 4051 l 19020 4019 l 19012 3987 l
19005 3954 l 18998 3922 l 18992 3890 l 18986 3859 l 18981 3827 l
18976 3795 l 18971 3763 l 18967 3733 l 18963 3702 l 18959 3671 l
18956 3639 l 18953 3607 l 18950 3574 l 18947 3541 l 18944 3506 l
18942 3471 l 18940 3436 l 18939 3400 l 18937 3363 l 18936 3326 l
18935 3288 l 18935 3251 l 18935 3213 l 18935 3175 l 18935 3138 l
18936 3100 l 18937 3063 l 18939 3026 l 18940 2990 l 18942 2955 l
18944 2920 l 18947 2885 l 18950 2852 l 18953 2819 l 18956 2787 l
18959 2755 l 18963 2724 l 18967 2693 l 18971 2663 l 18976 2631 l
18981 2599 l 18986 2567 l 18992 2536 l 18998 2504 l 19005 2472 l
19012 2440 l 19020 2407 l 19028 2375 l 19036 2343 l 19045 2311 l
19054 2278 l 19064 2247 l 19074 2215 l 19085 2184 l 19096 2153 l
19107 2123 l 19119 2094 l 19130 2065 l 19142 2038 l 19155 2011 l
19167 1985 l 19179 1961 l 19192 1937 l 19205 1914 l 19218 1892 l
19231 1871 l 19244 1851 l 19257 1832 l 19271 1813 l 19285 1795 l
19299 1777 l 19314 1760 l 19330 1744 l 19347 1727 l 19364 1711 l
19383 1696 l 19402 1680 l 19424 1665 l 19446 1651 l 19470 1636 l
19495 1622 l 19522 1609 l 19550 1596 l 19580 1584 l 19611 1572 l
19644 1561 l 19678 1550 l 19714 1540 l 19751 1530 l 19789 1521 l
19829 1513 l 19870 1505 l 19912 1497 l 19955 1490 l 20000 1484 l
20047 1478 l 20095 1473 l 20144 1468 l 20196 1463 l 20229 1460 l
20264 1458 l 20299 1455 l 20336 1452 l 20374 1450 l 20413 1448 l
20454 1446 l 20497 1444 l 20541 1442 l 20588 1440 l 20637 1438 l
20687 1437 l 20741 1435 l 20796 1433 l 20854 1432 l 20915 1431 l
20979 1429 l 21045 1428 l 21113 1427 l 21185 1426 l 21259 1425 l
21335 1424 l 21413 1423 l 21494 1422 l 21575 1421 l 21658 1420 l
21741 1419 l 21825 1418 l 21907 1418 l 21989 1417 l 22068 1416 l
22145 1416 l 22218 1415 l 22287 1415 l 22351 1415 l 22409 1414 l
22462 1414 l 22509 1414 l 22549 1414 l 22582 1413 l 22610 1413 l
22631 1413 l 22648 1413 l 22659 1413 l 22666 1413 l 22669 1413 l
22671 1413 l gs col0 s gr
% Polyline
gs clippath
15121 4596 m 14833 4605 l 14836 4725 l 15124 4716 l 15124 4716 l 14883 4664 l 15121 4596 l cp
eoclip
n 14835 1965 m 14837 1965 l 14842 1965 l 14850 1965 l 14863 1965 l 14881 1966 l
14905 1966 l 14934 1967 l 14969 1967 l 15007 1968 l 15050 1969 l
15096 1971 l 15143 1972 l 15192 1974 l 15240 1975 l 15289 1977 l
15336 1979 l 15382 1981 l 15427 1984 l 15469 1986 l 15510 1989 l
15548 1992 l 15585 1995 l 15620 1998 l 15654 2002 l 15686 2005 l
15717 2009 l 15748 2014 l 15777 2019 l 15806 2024 l 15834 2029 l
15863 2035 l 15892 2042 l 15922 2049 l 15953 2056 l 15983 2064 l
16013 2073 l 16044 2083 l 16075 2093 l 16106 2103 l 16138 2115 l
16169 2127 l 16201 2139 l 16232 2152 l 16264 2166 l 16295 2181 l
16326 2196 l 16356 2212 l 16386 2228 l 16416 2245 l 16444 2262 l
16472 2279 l 16499 2297 l 16525 2315 l 16551 2333 l 16575 2351 l
16598 2370 l 16621 2389 l 16642 2408 l 16663 2428 l 16683 2447 l
16703 2468 l 16723 2490 l 16742 2512 l 16761 2536 l 16780 2561 l
16798 2586 l 16815 2612 l 16832 2640 l 16849 2668 l 16865 2697 l
16881 2727 l 16896 2758 l 16910 2789 l 16924 2821 l 16936 2854 l
16948 2887 l 16959 2920 l 16969 2953 l 16978 2986 l 16987 3019 l
16994 3052 l 17000 3084 l 17006 3116 l 17010 3148 l 17014 3179 l
17017 3209 l 17018 3240 l 17020 3270 l 17020 3300 l 17020 3330 l
17018 3360 l 17017 3391 l 17014 3421 l 17010 3452 l 17006 3484 l
17000 3516 l 16994 3548 l 16987 3581 l 16978 3614 l 16969 3647 l
16959 3681 l 16948 3714 l 16936 3747 l 16924 3779 l 16910 3812 l
16896 3843 l 16881 3874 l 16865 3905 l 16849 3934 l 16832 3963 l
16815 3990 l 16798 4017 l 16780 4043 l 16761 4068 l 16742 4092 l
16723 4115 l 16703 4138 l 16683 4158 l 16663 4178 l 16642 4198 l
16621 4218 l 16598 4238 l 16575 4257 l 16551 4276 l 16526 4295 l
16499 4314 l 16472 4332 l 16445 4350 l 16416 4368 l 16387 4385 l
16357 4402 l 16326 4419 l 16295 4435 l 16264 4450 l 16233 4465 l
16201 4479 l 16170 4492 l 16138 4505 l 16107 4517 l 16076 4528 l
16045 4539 l 16015 4549 l 15984 4558 l 15954 4567 l 15925 4575 l
15895 4583 l 15865 4590 l 15835 4597 l 15805 4603 l 15774 4609 l
15743 4614 l 15711 4619 l 15678 4623 l 15643 4628 l 15607 4632 l
15569 4635 l 15529 4639 l 15486 4642 l 15442 4645 l 15396 4647 l
15347 4650 l 15298 4652 l 15247 4654 l 15195 4656 l 15144 4658 l
15095 4659 l 15048 4661 l 15004 4662 l 14965 4663 l 14932 4663 l
14904 4664 l 14883 4664 l
14850 4665 l gs col0 s gr gr
% arrowhead
0 slj
n 15121 4596 m 14883 4664 l 15124 4716 l col0 s
% Polyline
2 slj
gs clippath
15312 1740 m 15600 1740 l 15600 1620 l 15312 1620 l 15312 1620 l 15552 1680 l 15312 1740 l cp
eoclip
n 14880 1680 m
15585 1680 l gs col32 s gr gr
% arrowhead
0 slj
n 15312 1740 m 15552 1680 l 15312 1620 l col32 s
% Polyline
2 slj
gs clippath
17145 2351 m 17278 2606 l 17385 2550 l 17251 2295 l 17251 2295 l 17310 2536 l 17145 2351 l cp
eoclip
n 16725 1920 m 16728 1922 l 16734 1925 l 16745 1932 l 16761 1941 l 16782 1953 l
16807 1968 l 16834 1984 l 16862 2001 l 16890 2018 l 16917 2035 l
16942 2051 l 16965 2067 l 16987 2082 l 17007 2097 l 17024 2111 l
17041 2125 l 17056 2139 l 17071 2153 l 17085 2168 l 17099 2183 l
17112 2198 l 17125 2215 l 17138 2233 l 17152 2253 l 17166 2274 l
17180 2298 l 17196 2324 l 17212 2352 l 17228 2382 l 17245 2413 l
17262 2444 l 17278 2474 l 17292 2501 l 17304 2525 l
17325 2565 l gs col32 s gr gr
% arrowhead
0 slj
n 17145 2351 m 17310 2536 l 17251 2295 l col32 s
% Polyline
2 slj
gs clippath
19496 2162 m 19662 1927 l 19564 1858 l 19398 2093 l 19398 2093 l 19586 1932 l 19496 2162 l cp
eoclip
n 19215 2610 m 19216 2606 l 19219 2599 l 19225 2586 l 19232 2567 l 19242 2544 l
19253 2517 l 19265 2488 l 19277 2459 l 19289 2431 l 19301 2405 l
19312 2381 l 19322 2358 l 19332 2337 l 19341 2317 l 19351 2299 l
19360 2280 l 19370 2263 l 19379 2246 l 19389 2230 l 19399 2213 l
19409 2195 l 19421 2177 l 19434 2157 l 19448 2135 l 19463 2112 l
19480 2087 l 19497 2061 l 19516 2035 l 19534 2008 l 19552 1982 l
19568 1959 l 19581 1939 l
19605 1905 l gs col32 s gr gr
% arrowhead
0 slj
n 19496 2162 m 19586 1932 l 19398 2093 l col32 s
% Polyline
2 slj
gs clippath
21027 1740 m 21315 1740 l 21315 1620 l 21027 1620 l 21027 1620 l 21267 1680 l 21027 1740 l cp
eoclip
n 20595 1680 m
21300 1680 l gs col32 s gr gr
% arrowhead
0 slj
n 21027 1740 m 21267 1680 l 21027 1620 l col32 s
/Helvetica ff 500.00 scf sf
6300 3300 m
gs 1 -1 sc (tunneling) col32 sh gr
/Helvetica ff 500.00 scf sf
6300 3870 m
gs 1 -1 sc (event) col32 sh gr
/Symbol ff 500.00 scf sf
600 3300 m
gs 1 -1 sc (m) col0 sh gr
/Symbol ff 500.00 scf sf
11100 3300 m
gs 1 -1 sc (m) col0 sh gr
/Times-Roman ff 416.67 scf sf
900 3450 m
gs 1 -1 sc (L) col0 sh gr
/Times-Roman ff 416.67 scf sf
11400 3450 m
gs 1 -1 sc (R) col0 sh gr
/Helvetica ff 500.00 scf sf
675 450 m
gs 1 -1 sc (\(a\)) col0 sh gr
/Helvetica ff 500.00 scf sf
12975 450 m
gs 1 -1 sc (\(b\)) col0 sh gr
/Symbol ff 500.00 scf sf
12900 3300 m
gs 1 -1 sc (m) col0 sh gr
/Symbol ff 500.00 scf sf
23400 3300 m
gs 1 -1 sc (m) col0 sh gr
/Times-Roman ff 416.67 scf sf
13200 3450 m
gs 1 -1 sc (L) col0 sh gr
/Times-Roman ff 416.67 scf sf
23700 3450 m
gs 1 -1 sc (R) col0 sh gr
/Symbol ff 500.00 scf sf
21075 2175 m
gs 1 -1 sc (n=1/3) col0 sh gr
/Symbol ff 500.00 scf sf
8775 2175 m
gs 1 -1 sc (n=1/3) col0 sh gr
/Helvetica ff 500.00 scf sf
19260 3210 m
gs 1 -1 sc (tunneling) col32 sh gr
/Helvetica ff 500.00 scf sf
19275 3750 m
gs 1 -1 sc (event) col32 sh gr
/Symbol ff 500.00 scf sf
17940 2910 m
gs 1 -1 sc (n=0) col0 sh gr
% here ends figure;
%
% here starts figure with depth 50
% Polyline
0 slj
0 slc
7.500 slw
n 5661 531 m 6261 531 l 5961 2331 l
5661 531 l cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def
15.00 15.00 sc P3 [16 0 0 -8 377.40 35.40] PATmp PATsp ef gr PATusp gs col0 s gr
% Polyline
15.000 slw
n 5925 525 m 5925 -75 l
7050 -75 l gs col0 s gr
% Polyline
n 7050 -525 m
7050 375 l gs col0 s gr
% Polyline
n 7200 -300 m
7200 150 l gs col0 s gr
% Polyline
7.500 slw
n 6225 6075 m 5625 6075 l 5925 4275 l
6225 6075 l cp gs /PC [[1.00 1.00 1.00] [0.00 0.00 0.00]] def
15.00 15.00 sc P3 [16 0 0 -8 375.00 285.00] PATmp PATsp ef gr PATusp gs col0 s gr
% Polyline
15.000 slw
n 5925 6075 m 5925 6675 l
7050 6675 l gs col0 s gr
% Polyline
n 7050 6225 m
7050 7125 l gs col0 s gr
% Polyline
n 7200 6450 m
7200 6900 l gs col0 s gr
% Polyline
2 slj
n 1800 600 m 1803 603 l 1809 610 l 1818 622 l 1832 639 l 1849 661 l
1868 685 l 1887 712 l 1905 739 l 1921 766 l 1935 792 l
1946 816 l 1954 840 l 1959 862 l 1961 884 l 1960 906 l
1956 927 l 1950 950 l 1944 967 l 1936 985 l 1927 1004 l
1917 1024 l 1905 1044 l 1893 1065 l 1880 1087 l 1866 1110 l
1852 1133 l 1837 1157 l 1822 1182 l 1807 1207 l 1792 1232 l