forked from laserroger/QHE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfig_001.eps
12403 lines (12401 loc) · 172 KB
/
fig_001.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-3.0 EPSF-3.0
%%BoundingBox: 18 16 281 212
%%LanguageLevel: 2
%%Creator: OriginLab Corporation
%%Title: (C:\Documents and Settings\marcin\Mes documents\Professional\Publications\Graphene PRL\fig_1.eps)
%%CreationDate: Fri May 12 17:41:13 2006
%%EndComments
/OriginLab::PSL1 128 dict dup begin def
/Save0 save def
%%BeginResource: procset OriginLab::PSL1
/wd{1 index where{pop pop pop}{bind def}ifelse}bind def
/setcmykcolor{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll}repeat setrgbcolor pop}wd
/selectfont{dup type/arraytype eq{exch findfont exch makefont setfont}{exch findfont exch scalefont setfont}ifelse}wd
/xshow{1 index length 0 le{}{currentpoint exch 3 index length 1 sub 0 exch 1 exch{dup 5 index exch 1 getinterval show 3 index exch get add 2 copy exch moveto}for pop pop}ifelse pop pop}wd
/glyphshow{matrix currentmatrix exch currentfont dup/FontMatrix get concat currentpoint translate
dup/Metrics get 2 index get 0 4 2 roll gsave/CharProcs get exch 2 copy known not{pop/.notdef}if
get exec fill grestore moveto setmatrix}wd
/grayimage/image load def/rgbtogray{cvx exec dup length 3 idiv 1 sub 0 exch 1 exch{dup 3 mul dup 3 index exch get 255 div .3 mul exch
1 add dup 4 index exch get 255 div .59 mul exch 1 add 4 index exch get 255 div .11 mul add add
255 mul dup 255 gt{255}if round cvi 2 index 3 1 roll put}for dup length 3 idiv 0 exch getinterval}bind def
/colorimage{0 setgray pop pop cvlit/rgbtogray cvx 2 packedarray cvx grayimage}wd
/bd{bind def}bind def/ld{load def}bd/ed{exch def}bd/xd{cvx def}bd
/np/newpath ld/a/arc ld/m/moveto ld/l/lineto ld/c/curveto ld/rm/rmoveto ld/rl/rlineto ld/rc/rcurveto ld/cp/closepath ld/cpt/currentpoint ld
/tr/translate ld/sc/scale ld/ro/rotate ld/t/transform ld/it/itransform ld/dt/dtransform ld/idt/idtransform ld
/mtx/matrix ld/cmtx/currentmatrix ld/dmtx/defaultmatrix ld/smtx/setmatrix ld/catmtx/concatmatrix ld
/sw/setlinewidth ld/scap/setlinecap ld/sj/setlinejoin ld/sm/setmiterlimit ld/sd/setdash ld/rgb/setrgbcolor ld/crgb/currentrgbcolor ld/cmyk/setcmykcolor ld/gs/gsave ld/gr/grestore ld
/st/stroke ld/fi/fill ld/eofi/eofill ld/cl/clip ld/eocl/eoclip ld
/df/definefont ld/ff/findfont ld/sf/setfont ld/scf/scalefont ld/self/selectfont ld/cf/currentfont ld
/s/show ld/xs/xshow ld/gls/glyphshow ld/xgls{cpt 3 1 roll add exch 3 -1 roll gls m}bd
/cd/currentdict ld/i/index ld
/DrawBox{4 2 roll m 1 index 0 rl 0 exch rl neg 0 rl cp}bd
/DrawBcc{4 2 roll m 2 copy 0 lt exch 0 lt xor{dup 0 exch rl exch 0 rl neg 0 exch rl}{exch dup 0 rl exch 0 exch rl neg 0 rl}ifelse cp}bd
/rectline{dup type/arraytype eq{dup length 0 exch 4 exch 4 sub{0 1 3{3 copy add get 4 1 roll pop}for pop 5 1 roll DrawBox}for pop}{DrawBox}ifelse}bd
/rectpath{dup type/arraytype eq{dup length 0 exch 4 exch 4 sub{0 1 3{3 copy add get 4 1 roll pop}for pop 5 1 roll DrawBcc}for pop}{DrawBcc}ifelse}bd
/pathproc{[{/m cvx}{/l cvx}{/c cvx}{/cp cvx}pathforall]cvx}bd
/L1img/image ld/L1idx[{0}
{dup 7 and 3 1 roll -3 bitshift get exch 7 sub 1 mul bitshift 1 and}bind 1 index dup
{dup 1 and 3 1 roll -1 bitshift get exch 1 sub 4 mul bitshift 15 and}bind 1 index dup dup
{get}bind]def
/image{dup type/dicttype eq {dup/ImgCS get 0 get/Indexed eq}{false}ifelse
{begin Width Height 8 ImageMatrix {rgb_string rgb_lookup
cd/DataSource get dup type/filetype eq
{mystring readstring pop}{exec}ifelse
dup length 0 ne
{L1idx BitsPerComponent get 0 1 Width 1 sub
{3 copy exch exec exch 3 mul exch
3 mul dup 5 index exch get exch 1 add dup 6 index exch get exch 1 add 6 index exch get
7 index exch 4 index 2 add exch put 6 index exch 3 index 1 add exch put 5 index exch 2 index exch put pop
}for pop pop pop }{pop pop pop ()}ifelse }false 3 colorimage end} {dup type/dicttype eq
{{dup mark exch L1img pop pop}stopped{cleartomark begin Width Height BitsPerComponent ImageMatrix
{cd/DataSource get dup type/filetype eq {mystring readstring pop}{exec}ifelse
}false 3 colorimage end} if}{L1img}ifelse}ifelse
}bd
/L1imgmask/imagemask ld/imagemask{dup type/dicttype eq
{{dup mark exch L1imgmask pop pop}stopped {cleartomark begin Width Height polarityflag ImageMatrix
{cd/DataSource get dup type/filetype eq {mystring readstring pop}{exec}ifelse
}L1imgmask end}if}{L1imgmask}ifelse
}bd
%%EndResource
/rectclip{np rectpath clip np}wd
/rectfill{gs np rectpath fi gr}wd
/rectstroke{gs np dup type/arraytype eq{dup length 6 eq}{false}ifelse{1 index type/arraytype eq{exch}{5 1 roll}ifelse rectline concat st}{rectline st}ifelse gr}wd
%%BeginFont: /MC1_Arial
12 dict begin
/FontInfo 8 dict dup begin
/ItalicAngle 0 def
/UnderlinePosition -217.00 def
/UnderlineThickness 150.00 def
/StrikeoutPosition 530.00 def
/StrikeoutThickness 102.00 def
/isFixedPitch false def
end readonly def
/FontName /MC1_Arial def
/FontType 3 def
/FontMatrix [1 2048 div 0 0 1 2048 div 0 0] def
/FontBBox [-1361 -665 4096 2060] def
/Encoding 256 array def 0 1 255{Encoding exch/.notdef put}for
Encoding 32/s32 put
Encoding 46/s46 put
Encoding 48/s48 put
Encoding 49/s49 put
Encoding 50/s50 put
Encoding 51/s51 put
Encoding 52/s52 put
Encoding 53/s53 put
Encoding 54/s54 put
Encoding 55/s55 put
Encoding 56/s56 put
Encoding 57/s57 put
/BoundingBoxes 13 dict def
BoundingBoxes begin
/s32 [0 -434 569 1854] def
/s46 [0 -434 569 1854] def
/s48 [0 -434 1139 1854] def
/s49 [0 -434 1139 1854] def
/s50 [0 -434 1139 1854] def
/s51 [0 -434 1139 1854] def
/s52 [0 -434 1139 1854] def
/s53 [0 -434 1139 1854] def
/s54 [0 -434 1139 1854] def
/s55 [0 -434 1139 1854] def
/s56 [0 -434 1139 1854] def
/s57 [0 -434 1139 1854] def
end
/Metrics 13 dict def
Metrics begin
/s32 569 def
/s46 569 def
/s48 1139 def
/s49 1139 def
/s50 1139 def
/s51 1139 def
/s52 1139 def
/s53 1139 def
/s54 1139 def
/s55 1139 def
/s56 1139 def
/s57 1139 def
end
/CharProcs 13 dict def
CharProcs begin
/.notdef {} def
/s46 {
186 0 m
186 205 186 0 186 205 c
391 205 186 205 391 205 c
391 0 391 205 391 0 c
186 0 391 0 186 0 c
closepath } bind def
/s48 {
85 723 m
85 896.33 102.83 1035.83 138.5 1141.5 c
174.17 1247.17 227.17 1328.67 297.5 1386 c
367.83 1443.33 456.33 1472 563 1472 c
641.67 1472 710.67 1456.17 770 1424.5 c
829.33 1392.83 878.33 1347.17 917 1287.5 c
955.67 1227.83 986 1155.17 1008 1069.5 c
1030 983.83 1041 868.33 1041 723 c
1041 551 1023.33 412.17 988 306.5 c
952.67 200.83 899.83 119.17 829.5 61.5 c
759.17 3.83 670.33 -25 563 -25 c
421.67 -25 310.67 25.67 230 127 c
133.33 249 85 447.67 85 723 c
closepath 270 723 m
270 482.33 298.17 322.17 354.5 242.5 c
410.83 162.83 480.33 123 563 123 c
645.67 123 715.17 163 771.5 243 c
827.83 323 856 483 856 723 c
856 964.33 827.83 1124.67 771.5 1204 c
715.17 1283.33 645 1323 561 1323 c
478.33 1323 412.33 1288 363 1218 c
301 1128.67 270 963.67 270 723 c
closepath } bind def
/s49 {
763 0 m
583 0 763 0 583 0 c
583 1147 583 0 583 1147 c
539.67 1105.67 482.83 1064.33 412.5 1023 c
342.17 981.67 279 950.67 223 930 c
223 1104 223 930 223 1104 c
323.67 1151.33 411.67 1208.67 487 1276 c
562.33 1343.33 615.67 1408.67 647 1472 c
763 1472 647 1472 763 1472 c
763 0 763 1472 763 0 c
closepath } bind def
/s50 {
1031 173 m
1031 0 1031 173 1031 0 c
62 0 1031 0 62 0 c
60.67 43.33 67.67 85 83 125 c
107.67 191 147.17 256 201.5 320 c
255.83 384 334.33 458 437 542 c
596.33 672.67 704 776.17 760 852.5 c
816 928.83 844 1001 844 1069 c
844 1140.33 818.5 1200.5 767.5 1249.5 c
716.5 1298.5 650 1323 568 1323 c
481.33 1323 412 1297 360 1245 c
308 1193 281.67 1121 281 1029 c
96 1048 281 1029 96 1048 c
108.67 1186 156.33 1291.17 239 1363.5 c
321.67 1435.83 432.67 1472 572 1472 c
712.67 1472 824 1433 906 1355 c
988 1277 1029 1180.33 1029 1065 c
1029 1006.33 1017 948.67 993 892 c
969 835.33 929.17 775.67 873.5 713 c
817.83 650.33 725.33 564.33 596 455 c
488 364.33 418.67 302.83 388 270.5 c
357.33 238.17 332 205.67 312 173 c
1031 173 312 173 1031 173 c
closepath } bind def
/s51 {
86 387 m
266 411 86 387 266 411 c
286.67 309 321.83 235.5 371.5 190.5 c
421.17 145.5 481.67 123 553 123 c
637.67 123 709.17 152.33 767.5 211 c
825.83 269.67 855 342.33 855 429 c
855 511.67 828 579.83 774 633.5 c
720 687.17 651.33 714 568 714 c
534 714 491.67 707.33 441 694 c
461 852 441 694 461 852 c
473 850.67 482.67 850 490 850 c
566.67 850 635.67 870 697 910 c
758.33 950 789 1011.67 789 1095 c
789 1161 766.67 1215.67 722 1259 c
677.33 1302.33 619.67 1324 549 1324 c
479 1324 420.67 1302 374 1258 c
327.33 1214 297.33 1148 284 1060 c
104 1092 284 1060 104 1092 c
126 1212.67 176 1306.17 254 1372.5 c
332 1438.83 429 1472 545 1472 c
625 1472 698.67 1454.83 766 1420.5 c
833.33 1386.17 884.83 1339.33 920.5 1280 c
956.17 1220.67 974 1157.67 974 1091 c
974 1027.67 957 970 923 918 c
889 866 838.67 824.67 772 794 c
858.67 774 926 732.5 974 669.5 c
1022 606.5 1046 527.67 1046 433 c
1046 305 999.33 196.5 906 107.5 c
812.67 18.5 694.67 -26 552 -26 c
423.33 -26 316.5 12.33 231.5 89 c
146.5 165.67 98 265 86 387 c
closepath } bind def
/s52 {
662 0 m
662 351 662 0 662 351 c
26 351 662 351 26 351 c
26 516 26 351 26 516 c
695 1466 26 516 695 1466 c
842 1466 695 1466 842 1466 c
842 516 842 1466 842 516 c
1040 516 842 516 1040 516 c
1040 351 1040 516 1040 351 c
842 351 1040 351 842 351 c
842 0 842 351 842 0 c
662 0 842 0 662 0 c
closepath 662 516 m
662 1177 662 516 662 1177 c
203 516 662 1177 203 516 c
662 516 203 516 662 516 c
closepath } bind def
/s53 {
85 384 m
274 400 85 384 274 400 c
288 308 320.5 238.83 371.5 192.5 c
422.5 146.17 484 123 556 123 c
642.67 123 716 155.67 776 221 c
836 286.33 866 373 866 481 c
866 583.67 837.17 664.67 779.5 724 c
721.83 783.33 646.33 813 553 813 c
495 813 442.67 799.83 396 773.5 c
349.33 747.17 312.67 713 286 671 c
117 693 286 671 117 693 c
259 1446 117 693 259 1446 c
988 1446 259 1446 988 1446 c
988 1274 988 1446 988 1274 c
403 1274 988 1274 403 1274 c
324 880 403 1274 324 880 c
412 941.33 504.33 972 601 972 c
729 972 837 927.67 925 839 c
1013 750.33 1057 636.33 1057 497 c
1057 364.33 1018.33 249.67 941 153 c
847 34.33 718.67 -25 556 -25 c
422.67 -25 313.83 12.33 229.5 87 c
145.17 161.67 97 260.67 85 384 c
closepath } bind def
/s54 {
1019 1107 m
840 1093 1019 1107 840 1093 c
824 1163.67 801.33 1215 772 1247 c
723.33 1298.33 663.33 1324 592 1324 c
534.67 1324 484.33 1308 441 1276 c
384.33 1234.67 339.67 1174.33 307 1095 c
274.33 1015.67 257.33 902.67 256 756 c
299.33 822 352.33 871 415 903 c
477.67 935 543.33 951 612 951 c
732 951 834.17 906.83 918.5 818.5 c
1002.83 730.17 1045 616 1045 476 c
1045 384 1025.17 298.5 985.5 219.5 c
945.83 140.5 891.33 80 822 38 c
752.67 -4 674 -25 586 -25 c
436 -25 313.67 30.17 219 140.5 c
124.33 250.83 77 432.67 77 686 c
77 969.33 129.33 1175.33 234 1304 c
325.33 1416 448.33 1472 603 1472 c
718.33 1472 812.83 1439.67 886.5 1375 c
960.17 1310.33 1004.33 1221 1019 1107 c
closepath 284 475 m
284 413 297.17 353.67 323.5 297 c
349.83 240.33 386.67 197.17 434 167.5 c
481.33 137.83 531 123 583 123 c
659 123 724.33 153.67 779 215 c
833.67 276.33 861 359.67 861 465 c
861 566.33 834 646.17 780 704.5 c
726 762.83 658 792 576 792 c
494.67 792 425.67 762.83 369 704.5 c
312.33 646.17 284 569.67 284 475 c
closepath } bind def
/s55 {
97 1274 m
97 1447 97 1274 97 1447 c
1046 1447 97 1447 1046 1447 c
1046 1307 1046 1447 1046 1307 c
952.67 1207.67 860.17 1075.67 768.5 911 c
676.83 746.33 606 577 556 403 c
520 280.33 497 146 487 0 c
302 0 487 0 302 0 c
304 115.33 326.67 254.67 370 418 c
413.33 581.33 475.5 738.83 556.5 890.5 c
637.5 1042.17 723.67 1170 815 1274 c
97 1274 815 1274 97 1274 c
closepath } bind def
/s56 {
362 795 m
287.33 822.33 232 861.33 196 912 c
160 962.67 142 1023.33 142 1094 c
142 1200.67 180.33 1290.33 257 1363 c
333.67 1435.67 435.67 1472 563 1472 c
691 1472 794 1434.83 872 1360.5 c
950 1286.17 989 1195.67 989 1089 c
989 1021 971.17 961.83 935.5 911.5 c
899.83 861.17 845.67 822.33 773 795 c
863 765.67 931.5 718.33 978.5 653 c
1025.5 587.67 1049 509.67 1049 419 c
1049 293.67 1004.67 188.33 916 103 c
827.33 17.67 710.67 -25 566 -25 c
421.33 -25 304.67 17.83 216 103.5 c
127.33 189.17 83 296 83 424 c
83 519.33 107.17 599.17 155.5 663.5 c
203.83 727.83 272.67 771.67 362 795 c
closepath 326 1100 m
326 1030.67 348.33 974 393 930 c
437.67 886 495.67 864 567 864 c
636.33 864 693.17 885.83 737.5 929.5 c
781.83 973.17 804 1026.67 804 1090 c
804 1156 781.17 1211.5 735.5 1256.5 c
689.83 1301.5 633 1324 565 1324 c
496.33 1324 439.33 1302 394 1258 c
348.67 1214 326 1161.33 326 1100 c
closepath 268 423 m
268 371.67 280.17 322 304.5 274 c
328.83 226 365 188.83 413 162.5 c
461 136.17 512.67 123 568 123 c
654 123 725 150.67 781 206 c
837 261.33 865 331.67 865 417 c
865 503.67 836.17 575.33 778.5 632 c
720.83 688.67 648.67 717 562 717 c
477.33 717 407.17 689 351.5 633 c
295.83 577 268 507 268 423 c
closepath } bind def
/s57 {
112 339 m
285 355 112 339 285 355 c
299.67 273.67 327.67 214.67 369 178 c
410.33 141.33 463.33 123 528 123 c
583.33 123 631.83 135.67 673.5 161 c
715.17 186.33 749.33 220.17 776 262.5 c
802.67 304.83 825 362 843 434 c
861 506 870 579.33 870 654 c
870 662 869.67 674 869 690 c
833 632.67 783.83 586.17 721.5 550.5 c
659.17 514.83 591.67 497 519 497 c
397.67 497 295 541 211 629 c
127 717 85 833 85 977 c
85 1125.67 128.83 1245.33 216.5 1336 c
304.17 1426.67 414 1472 546 1472 c
641.33 1472 728.5 1446.33 807.5 1395 c
886.5 1343.67 946.5 1270.5 987.5 1175.5 c
1028.5 1080.5 1049 943 1049 763 c
1049 575.67 1028.67 426.5 988 315.5 c
947.33 204.5 886.83 120 806.5 62 c
726.17 4 632 -25 524 -25 c
409.33 -25 315.67 6.83 243 70.5 c
170.33 134.17 126.67 223.67 112 339 c
closepath 849 986 m
849 1089.33 821.5 1171.33 766.5 1232 c
711.5 1292.67 645.33 1323 568 1323 c
488 1323 418.33 1290.33 359 1225 c
299.67 1159.67 270 1075 270 971 c
270 877.67 298.17 801.83 354.5 743.5 c
410.83 685.17 480.33 656 563 656 c
646.33 656 714.83 685.17 768.5 743.5 c
822.17 801.83 849 882.67 849 986 c
closepath } bind def
end
/BuildGlyph {
exch dup /Metrics get 2 index get 0 setcharwidth
/CharProcs get exch 2 copy known not{pop/.notdef}if get exec fill}bind def
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
} bind def
currentdict end /MC1_Arial exch definefont pop
%%EndFont
%%BeginFont: /MC2_Times-New-RomanItalic
12 dict begin
/FontInfo 8 dict dup begin
/ItalicAngle 16 def
/UnderlinePosition -223.00 def
/UnderlineThickness 100.00 def
/StrikeoutPosition 530.00 def
/StrikeoutThickness 102.00 def
/isFixedPitch false def
end readonly def
/FontName /MC2_Times-New-RomanItalic def
/FontType 3 def
/FontMatrix [1 2048 div 0 0 1 2048 div 0 0] def
/FontBBox [-1019 -628 3096 2096] def
/Encoding 256 array def 0 1 255{Encoding exch/.notdef put}for
Encoding 32/s32 put
Encoding 66/s66 put
Encoding 69/s69 put
/BoundingBoxes 4 dict def
BoundingBoxes begin
/s32 [0 -443 1180 1825] def
/s66 [-47 -443 1919 1825] def
/s69 [-46 -443 1919 1825] def
end
/Metrics 4 dict def
Metrics begin
/s32 512 def
/s66 1251 def
/s69 1251 def
end
/CharProcs 4 dict def
CharProcs begin
/.notdef {} def
/s66 {
303 1319 m
317 1356 303 1319 317 1356 c
801 1356 317 1356 801 1356 c
882.33 1356 954.83 1343.33 1018.5 1318 c
1082.17 1292.67 1129.83 1257.33 1161.5 1212 c
1193.17 1166.67 1209 1118.67 1209 1068 c
1209 990 1180.83 919.5 1124.5 856.5 c
1068.17 793.5 976.33 747 849 717 c
931 686.33 991.33 645.67 1030 595 c
1068.67 544.33 1088 488.67 1088 428 c
1088 360.67 1070.67 296.33 1036 235 c
1001.33 173.67 956.83 126 902.5 92 c
848.17 58 782.67 33 706 17 c
651.33 5.67 566 0 450 0 c
-47 0 450 0 -47 0 c
-34 37 -47 0 -34 37 c
18 38.33 53.33 43.33 72 52 c
98.67 63.33 117.67 78.33 129 97 c
145 122.33 166.33 180.33 193 271 c
436 1092 193 271 436 1092 c
456.67 1161.33 467 1210 467 1238 c
467 1262.67 457.83 1282.17 439.5 1296.5 c
421.17 1310.83 386.33 1318 335 1318 c
323.67 1318 313 1318.33 303 1319 c
closepath 506 756 m
549.33 754.67 580.67 754 600 754 c
738.67 754 841.83 784.17 909.5 844.5 c
977.17 904.83 1011 980.33 1011 1071 c
1011 1139.67 990.33 1193.17 949 1231.5 c
907.67 1269.83 841.67 1289 751 1289 c
727 1289 696.33 1285 659 1277 c
506 756 659 1277 506 756 c
closepath 309 88 m
381 78.67 437.33 74 478 74 c
582 74 674.17 105.33 754.5 168 c
834.83 230.67 875 315.67 875 423 c
875 505 850.17 569 800.5 615 c
750.83 661 670.67 684 560 684 c
538.67 684 512.67 683 482 681 c
309 88 482 681 309 88 c
closepath } bind def
/s69 {
663 1283 m
508 747 663 1283 508 747 c
635 747 508 747 635 747 c
725.67 747 791.33 760.83 832 788.5 c
872.67 816.17 907.67 867.33 937 942 c
974 942 937 942 974 942 c
835 450 974 942 835 450 c
795 450 835 450 795 450 c
807 491.33 813 526.67 813 556 c
813 584.67 807.17 607.67 795.5 625 c
783.83 642.33 767.83 655.17 747.5 663.5 c
727.17 671.83 684.33 676 619 676 c
490 676 619 676 490 676 c
359 227 490 676 359 227 c
346.33 183.67 340 150.67 340 128 c
340 110.67 348.33 95.33 365 82 c
376.33 72.67 404.67 68 450 68 c
570 68 450 68 570 68 c
700 68 804.17 91 882.5 137 c
960.83 183 1031 263 1093 377 c
1130 377 1093 377 1130 377 c
1002 0 1130 377 1002 0 c
-46 0 1002 0 -46 0 c
-33 37 -46 0 -33 37 c
19 38.33 54 43 72 51 c
98.67 63 118 78.33 130 97 c
148 124.33 169.33 181.67 194 269 c
432 1087 194 269 432 1087 c
450.67 1153 460 1203.33 460 1238 c
460 1263.33 451.17 1283.17 433.5 1297.5 c
415.83 1311.83 381.33 1319 330 1319 c
309 1319 330 1319 309 1319 c
321 1356 309 1319 321 1356 c
1295 1356 321 1356 1295 1356 c
1211 1029 1295 1356 1211 1029 c
1174 1029 1211 1029 1174 1029 c
1178.67 1059.67 1181 1085.33 1181 1106 c
1181 1141.33 1172.33 1171 1155 1195 c
1132.33 1225.67 1099.33 1249 1056 1265 c
1024 1277 950.33 1283 835 1283 c
663 1283 835 1283 663 1283 c
closepath } bind def
end
/BuildGlyph {
exch dup /Metrics get 2 index get 0 setcharwidth
/CharProcs get exch 2 copy known not{pop/.notdef}if get exec fill}bind def
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
} bind def
currentdict end /MC2_Times-New-RomanItalic exch definefont pop
%%EndFont
%%BeginFont: /MC3_Times-New-RomanItalic
12 dict begin
/FontInfo 8 dict dup begin
/ItalicAngle 16 def
/UnderlinePosition -223.00 def
/UnderlineThickness 100.00 def
/StrikeoutPosition 530.00 def
/StrikeoutThickness 102.00 def
/isFixedPitch false def
end readonly def
/FontName /MC3_Times-New-RomanItalic def
/FontType 3 def
/FontMatrix [1 2048 div 0 0 1 2048 div 0 0] def
/FontBBox [-1019 -628 3096 2096] def
/Encoding 256 array def 0 1 255{Encoding exch/.notdef put}for
Encoding 32/s32 put
Encoding 48/s48 put
Encoding 49/s49 put
Encoding 50/s50 put
Encoding 51/s51 put
Encoding 66/s66 put
Encoding 69/s69 put
Encoding 76/s76 put
Encoding 99/s99 put
Encoding 101/s101 put
/BoundingBoxes 11 dict def
BoundingBoxes begin
/s32 [0 -443 1180 1825] def
/s48 [0 -443 1692 1825] def
/s49 [0 -443 1692 1825] def
/s50 [0 -443 1692 1825] def
/s51 [0 -443 1692 1825] def
/s66 [-47 -443 1919 1825] def
/s69 [-46 -443 1919 1825] def
/s76 [-66 -443 1807 1825] def
/s99 [0 -443 1577 1825] def
/s101 [0 -443 1577 1825] def
end
/Metrics 11 dict def
Metrics begin
/s32 512 def
/s48 1024 def
/s49 1024 def
/s50 1024 def
/s51 1024 def
/s66 1251 def
/s69 1251 def
/s76 1139 def
/s99 909 def
/s101 909 def
end
/CharProcs 11 dict def
CharProcs begin
/.notdef {} def
/s48 {
708 1384 m
793.33 1384 865.17 1348.33 923.5 1277 c
981.83 1205.67 1011 1093 1011 939 c
1011 807 989.33 672.33 946 535 c
902.67 397.67 841.67 278.67 763 178 c
700.33 98.67 634.67 41.33 566 6 c
526 -14 479.67 -24 427 -24 c
340.33 -24 267.83 11.67 209.5 83 c
151.17 154.33 122 267.33 122 422 c
122 574.67 151.33 728 210 882 c
278.67 1062 366.33 1198.67 473 1292 c
543 1353.33 621.33 1384 708 1384 c
closepath 709 1332 m
670.33 1332 631.17 1316.83 591.5 1286.5 c
551.83 1256.17 510.83 1193 468.5 1097 c
426.17 1001 385.67 877.33 347 726 c
297 528 272 359.33 272 220 c
272 150.67 287 98.83 317 64.5 c
347 30.17 383.33 13 426 13 c
466.67 13 501.33 26.33 530 53 c
606.67 125 672.33 248 727 422 c
815.67 706.67 860 938 860 1116 c
860 1190 845 1244.5 815 1279.5 c
785 1314.5 749.67 1332 709 1332 c
closepath } bind def
/s49 {
855 1384 m
533 263 855 1384 533 263 c
514.33 197 505 149.33 505 120 c
505 95.33 513.5 76.5 530.5 63.5 c
547.5 50.5 587.33 41.67 650 37 c
640 0 650 37 640 0 c
125 0 640 0 125 0 c
139 37 125 0 139 37 c
193.67 38.33 229.67 42.67 247 50 c
275 62 296 78 310 98 c
332 128.67 354.33 183.67 377 263 c
609 1068 377 263 609 1068 c
623 1116.67 630.67 1144.67 632 1152 c
634 1165.33 635 1178.33 635 1191 c
635 1214.33 628.67 1232.67 616 1246 c
603.33 1259.33 586 1266 564 1266 c
546.67 1266 519.67 1262 483 1254 c
470 1290 483 1254 470 1290 c
807 1384 470 1290 807 1384 c
855 1384 807 1384 855 1384 c
closepath } bind def
/s50 {
707 0 m
32 0 707 0 32 0 c
32 37 32 0 32 37 c
376 338.33 603.33 574.67 714 746 c
765.33 825.33 791 908.67 791 996 c
791 1065.33 769.67 1121.83 727 1165.5 c
684.33 1209.17 629 1231 561 1231 c
467 1231 389.67 1186 329 1096 c
294 1112 329 1096 294 1112 c
328 1198 377.67 1264.83 443 1312.5 c
508.33 1360.17 579 1384 655 1384 c
741 1384 813.33 1354.5 872 1295.5 c
930.67 1236.5 960 1165 960 1081 c
960 1022.33 949.67 968 929 918 c
897 840 838 752.67 752 656 c
621.33 508 447 337.67 229 145 c
569 145 229 145 569 145 c
623.67 145 668.67 156.33 704 179 c
739.33 201.67 764.67 232 780 270 c
820 270 780 270 820 270 c
707 0 820 270 707 0 c
closepath } bind def
/s51 {
313 741 m
313 770 313 741 313 770 c
474.33 794.67 594.67 842.67 674 914 c
731.33 964.67 760 1025 760 1095 c
760 1147.67 743.33 1191.17 710 1225.5 c
676.67 1259.83 636.33 1277 589 1277 c
514.33 1277 448 1230.67 390 1138 c
353 1149 390 1138 353 1149 c
387.67 1226.33 432.17 1284.83 486.5 1324.5 c
540.83 1364.17 600.33 1384 665 1384 c
743.67 1384 807.33 1360.5 856 1313.5 c
904.67 1266.5 929 1207 929 1135 c
929 1073.67 906.17 1014.67 860.5 958 c
814.83 901.33 736.33 850.67 625 806 c
694.33 777.33 746.67 736.17 782 682.5 c
817.33 628.83 835 564.33 835 489 c
835 405.67 811 322.17 763 238.5 c
715 154.83 649.17 90.17 565.5 44.5 c
481.83 -1.17 394 -24 302 -24 c
218 -24 154.33 -9.33 111 20 c
82.33 40 68 63.33 68 90 c
68 113.33 76.5 133.33 93.5 150 c
110.5 166.67 131.33 175 156 175 c
173.33 175 190.67 172.33 208 167 c
218.67 163.67 244.83 150.33 286.5 127 c
328.17 103.67 360.67 88.17 384 80.5 c
407.33 72.83 431.33 69 456 69 c
516 69 565.5 103.83 604.5 173.5 c
643.5 243.17 663 317.33 663 396 c
663 460 649.83 517 623.5 567 c
597.17 617 555.67 657.5 499 688.5 c
442.33 719.5 380.33 737 313 741 c
closepath } bind def
/s66 {
303 1319 m
317 1356 303 1319 317 1356 c
801 1356 317 1356 801 1356 c
882.33 1356 954.83 1343.33 1018.5 1318 c
1082.17 1292.67 1129.83 1257.33 1161.5 1212 c
1193.17 1166.67 1209 1118.67 1209 1068 c
1209 990 1180.83 919.5 1124.5 856.5 c
1068.17 793.5 976.33 747 849 717 c
931 686.33 991.33 645.67 1030 595 c
1068.67 544.33 1088 488.67 1088 428 c
1088 360.67 1070.67 296.33 1036 235 c
1001.33 173.67 956.83 126 902.5 92 c
848.17 58 782.67 33 706 17 c
651.33 5.67 566 0 450 0 c
-47 0 450 0 -47 0 c
-34 37 -47 0 -34 37 c
18 38.33 53.33 43.33 72 52 c
98.67 63.33 117.67 78.33 129 97 c
145 122.33 166.33 180.33 193 271 c
436 1092 193 271 436 1092 c
456.67 1161.33 467 1210 467 1238 c
467 1262.67 457.83 1282.17 439.5 1296.5 c
421.17 1310.83 386.33 1318 335 1318 c
323.67 1318 313 1318.33 303 1319 c
closepath 506 756 m
549.33 754.67 580.67 754 600 754 c
738.67 754 841.83 784.17 909.5 844.5 c
977.17 904.83 1011 980.33 1011 1071 c
1011 1139.67 990.33 1193.17 949 1231.5 c
907.67 1269.83 841.67 1289 751 1289 c
727 1289 696.33 1285 659 1277 c
506 756 659 1277 506 756 c
closepath 309 88 m
381 78.67 437.33 74 478 74 c
582 74 674.17 105.33 754.5 168 c
834.83 230.67 875 315.67 875 423 c
875 505 850.17 569 800.5 615 c
750.83 661 670.67 684 560 684 c
538.67 684 512.67 683 482 681 c
309 88 482 681 309 88 c
closepath } bind def
/s69 {
663 1283 m
508 747 663 1283 508 747 c
635 747 508 747 635 747 c
725.67 747 791.33 760.83 832 788.5 c
872.67 816.17 907.67 867.33 937 942 c
974 942 937 942 974 942 c
835 450 974 942 835 450 c
795 450 835 450 795 450 c
807 491.33 813 526.67 813 556 c
813 584.67 807.17 607.67 795.5 625 c
783.83 642.33 767.83 655.17 747.5 663.5 c
727.17 671.83 684.33 676 619 676 c
490 676 619 676 490 676 c
359 227 490 676 359 227 c
346.33 183.67 340 150.67 340 128 c
340 110.67 348.33 95.33 365 82 c
376.33 72.67 404.67 68 450 68 c
570 68 450 68 570 68 c
700 68 804.17 91 882.5 137 c
960.83 183 1031 263 1093 377 c
1130 377 1093 377 1130 377 c
1002 0 1130 377 1002 0 c
-46 0 1002 0 -46 0 c
-33 37 -46 0 -33 37 c
19 38.33 54 43 72 51 c
98.67 63 118 78.33 130 97 c
148 124.33 169.33 181.67 194 269 c
432 1087 194 269 432 1087 c
450.67 1153 460 1203.33 460 1238 c
460 1263.33 451.17 1283.17 433.5 1297.5 c
415.83 1311.83 381.33 1319 330 1319 c
309 1319 330 1319 309 1319 c
321 1356 309 1319 321 1356 c
1295 1356 321 1356 1295 1356 c
1211 1029 1295 1356 1211 1029 c
1174 1029 1211 1029 1174 1029 c
1178.67 1059.67 1181 1085.33 1181 1106 c
1181 1141.33 1172.33 1171 1155 1195 c
1132.33 1225.67 1099.33 1249 1056 1265 c
1024 1277 950.33 1283 835 1283 c
663 1283 835 1283 663 1283 c
closepath } bind def
/s76 {
939 0 m
-66 0 939 0 -66 0 c
-52 37 -66 0 -52 37 c
1.33 38.33 37 42.67 55 50 c
83 62 103.67 77.67 117 97 c
137.67 127.67 159.67 183 183 263 c
422 1088 183 263 422 1088 c
442 1156 452 1206 452 1238 c
452 1263.33 442.83 1283 424.5 1297 c
406.17 1311 371.67 1318 321 1318 c
309.67 1318 300.67 1318.33 294 1319 c
306 1356 294 1319 306 1356 c
859 1356 306 1356 859 1356 c
851 1319 859 1356 851 1319 c
789 1319 745 1313 719 1301 c
693 1289 671.33 1269.33 654 1242 c
642 1224 622.33 1168 595 1074 c
360 263 595 1074 360 263 c
342 201.67 333 159 333 135 c
333 119 342 103.67 360 89 c
371.33 79 397 74 437 74 c
568 74 437 74 568 74 c
663.33 74 739 86 795 110 c
836.33 128 874.33 155 909 191 c
927.67 211 960.67 260.67 1008 340 c
1034 385 1008 340 1034 385 c
1071 385 1034 385 1071 385 c
939 0 1071 385 939 0 c
closepath } bind def
/s99 {
791 218 m
721.67 134.67 651.67 73.5 581 34.5 c
510.33 -4.5 435.67 -24 357 -24 c
262.33 -24 188.5 2.67 135.5 56 c
82.5 109.33 56 181 56 271 c
56 373 84.5 473.33 141.5 572 c
198.5 670.67 275.17 750.83 371.5 812.5 c
467.83 874.17 562.33 905 655 905 c
727.67 905 782 889.83 818 859.5 c
854 829.17 872 792 872 748 c
872 706.67 859.33 671.33 834 642 c
815.33 619.33 792.33 608 765 608 c
744.33 608 727.17 614.67 713.5 628 c
699.83 641.33 693 658 693 678 c
693 690.67 695.5 702.33 700.5 713 c
705.5 723.67 715.83 736.5 731.5 751.5 c
747.17 766.5 756.67 777.33 760 784 c
763.33 790.67 765 797.67 765 805 c
765 819 758.67 830.67 746 840 c
726.67 853.33 699.33 860 664 860 c
598.67 860 534 837 470 791 c
406 745 351.33 679.67 306 595 c
251.33 492.33 224 389.67 224 287 c
224 219 243.33 165.17 282 125.5 c
320.67 85.83 373.33 66 440 66 c
491.33 66 542.17 78.83 592.5 104.5 c
642.83 130.17 699.33 176.67 762 244 c
791 218 762 244 791 218 c
closepath } bind def
/s101 {
244 377 m
239.33 343.67 237 316 237 294 c
237 234.67 258 184.17 300 142.5 c
342 100.83 393 80 453 80 c
501 80 547.17 89.83 591.5 109.5 c
635.83 129.17 701.67 172.67 789 240 c
810 211 789 240 810 211 c
652 54.33 501.33 -24 358 -24 c
260.67 -24 187.33 6.67 138 68 c
88.67 129.33 64 197 64 271 c
64 370.33 94.67 472 156 576 c
217.33 680 294.33 760.83 387 818.5 c
479.67 876.17 575 905 673 905 c
743.67 905 796 890.67 830 862 c
864 833.33 881 799.33 881 760 c
881 704.67 859 651.67 815 601 c
757 535 671.67 481.67 559 441 c
484.33 413.67 379.33 392.33 244 377 c
closepath 251 426 m
349.67 437.33 430 456.67 492 484 c
574 520.67 635.5 564.5 676.5 615.5 c
717.5 666.5 738 715 738 761 c
738 789 729.17 811.67 711.5 829 c
693.83 846.33 668.67 855 636 855 c
568 855 495.83 818.83 419.5 746.5 c
343.17 674.17 287 567.33 251 426 c
closepath } bind def
end
/BuildGlyph {
exch dup /Metrics get 2 index get 0 setcharwidth
/CharProcs get exch 2 copy known not{pop/.notdef}if get exec fill}bind def
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
} bind def
currentdict end /MC3_Times-New-RomanItalic exch definefont pop
%%EndFont
%%BeginFont: /MC4_Symbol
12 dict begin
/FontInfo 8 dict dup begin
/ItalicAngle 0 def
/UnderlinePosition -223.00 def
/UnderlineThickness 100.00 def
/StrikeoutPosition 530.00 def
/StrikeoutThickness 102.00 def
/isFixedPitch false def
end readonly def
/FontName /MC4_Symbol def
/FontType 3 def
/FontMatrix [1 2048 div 0 0 1 2048 div 0 0] def
/FontBBox [-1 -450 2279 2059] def
/Encoding 256 array def 0 1 255{Encoding exch/.notdef put}for
Encoding 32/s32 put
/BoundingBoxes 5 dict def
BoundingBoxes begin
/s32 [0 -450 512 2059] def
/s61485 [0 -450 0 2059] def
/s61501 [0 -450 0 2059] def
/s61534 [0 -450 0 2059] def
end
/Metrics 5 dict def
Metrics begin
/s32 512 def
/s61485 0 def
/s61501 0 def
/s61534 0 def
end
/CharProcs 5 dict def
CharProcs begin
/.notdef {} def
/s61485 {
37 576 m
1087 576 37 576 1087 576 c
1087 477 1087 576 1087 477 c
37 477 1087 477 37 477 c
37 576 37 477 37 576 c
closepath } bind def
/s61501 {
37 759 m
1087 759 37 759 1087 759 c
1087 662 1087 759 1087 662 c
37 662 1087 662 37 662 c
37 759 37 662 37 759 c
closepath 37 386 m
1087 386 37 386 1087 386 c
1087 287 1087 386 1087 287 c
37 287 1087 287 37 287 c
37 386 37 287 37 386 c
closepath } bind def
/s61534 {
725 1356 m
725 96 725 1356 725 96 c
1310 96 725 96 1310 96 c
1310 0 1310 96 1310 0 c
37 0 1310 0 37 0 c
37 96 37 0 37 96 c
628 96 37 96 628 96 c
628 1356 628 96 628 1356 c
725 1356 628 1356 725 1356 c
closepath } bind def
end
/BuildGlyph {
exch dup /Metrics get 2 index get 0 setcharwidth
/CharProcs get exch 2 copy known not{pop/.notdef}if get exec fill}bind def
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
} bind def
currentdict end /MC4_Symbol exch definefont pop
%%EndFont
%%BeginFont: /MC5_MT-Extra
12 dict begin
/FontInfo 8 dict dup begin
/ItalicAngle 0 def
/UnderlinePosition -133.00 def
/UnderlineThickness 20.00 def
/StrikeoutPosition 0.00 def
/StrikeoutThickness 1.00 def
/isFixedPitch false def
end readonly def
/FontName /MC5_MT-Extra def
/FontType 3 def
/FontMatrix [1 1000 div 0 0 1 1000 div 0 0] def
/FontBBox [-1 -214 1020 798] def
/Encoding 256 array def 0 1 255{Encoding exch/.notdef put}for
Encoding 32/s32 put
/BoundingBoxes 3 dict def
BoundingBoxes begin
/s32 [0 -214 310 798] def
/s61544 [0 -214 0 798] def
end
/Metrics 3 dict def
Metrics begin
/s32 310 def
/s61544 0 def
end
/CharProcs 3 dict def
CharProcs begin
/.notdef {} def
/s61544 {
174 550 m
185 591 174 550 185 591 c
191.67 616.33 192 631 186 635 c
180 639 162 641 132 641 c
132 659 132 641 132 659 c
277 684 132 659 277 684 c
277 668 275 652 271 636 c
247 550 271 636 247 550 c
390 550 247 550 390 550 c
390 510 390 550 390 510 c
236 510 390 510 236 510 c
159 230 236 510 159 230 c
227 341.33 295.33 411.67 364 441 c
398 455.67 423.67 448 441 418 c
453 398 455.33 375.33 448 350 c
382 109 448 350 382 109 c
373.33 79.67 369 59.17 369 47.5 c
369 35.83 378.67 33.33 398 40 c
409.33 44 421.83 56 435.5 76 c
449.17 96 457.33 107 460 109 c
467.33 115.67 471.33 115.83 472 109.5 c
472.67 103.17 469.33 95 462 85 c
444 59.67 428 39.83 414 25.5 c
400 11.17 382.67 0.33 362 -7 c
341.33 -14.33 323.33 -11.17 308 2.5 c
292.67 16.17 290 41 300 77 c
374 342 300 77 374 342 c
381.33 368.67 379.33 385.67 368 393 c
355.33 400.33 341.33 399.33 326 390 c
288.67 367.33 248.83 324 206.5 260 c
164.17 196 134.33 133.67 117 73 c
97 0 117 73 97 0 c