-
Notifications
You must be signed in to change notification settings - Fork 0
/
282-3-hist.eps
4700 lines (4633 loc) · 66.7 KB
/
282-3-hist.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
%%Title: 282-3-hist.eps
%%Creator: matplotlib version 1.1.1rc, http://matplotlib.sourceforge.net/
%%CreationDate: Tue Oct 1 17:12:58 2013
%%Orientation: portrait
%%BoundingBox: -558 -468 1170 1260
%%EndComments
%%BeginProlog
/mpldict 12 dict def
mpldict begin
/m { moveto } bind def
/l { lineto } bind def
/r { rlineto } bind def
/c { curveto } bind def
/cl { closepath } bind def
/box {
m
1 index 0 r
0 exch r
neg 0 r
cl
} bind def
/clipbox {
box
clip
newpath
} bind def
%!PS-Adobe-3.0 Resource-Font
%%Title: cmsy10
%%Copyright: Copyright (C) 1994, Basil K. Malyshev. All Rights Reserved.012BaKoMa Fonts Collection, Level-B.
%%Creator: Converted from TrueType to type 3 by PPR
25 dict begin
/_d{bind def}bind def
/_m{moveto}_d
/_l{lineto}_d
/_cl{closepath eofill}_d
/_c{curveto}_d
/_sc{7 -1 roll{setcachedevice}{pop pop pop pop pop pop}ifelse}_d
/_e{exec}_d
/FontName /Cmsy10 def
/PaintType 0 def
/FontMatrix[.001 0 0 .001 0 0]def
/FontBBox[-29 -960 1123 779]def
/FontType 3 def
/Encoding [ /minus ] def
/FontInfo 10 dict dup begin
/FamilyName (cmsy10) def
/FullName (cmsy10) def
/Notice (Copyright (C) 1994, Basil K. Malyshev. All Rights Reserved.012BaKoMa Fonts Collection, Level-B. ) def
/Weight (Regular) def
/Version (1.1/12-Nov-94) def
/ItalicAngle 0.0 def
/isFixedPitch false def
/UnderlinePosition -133 def
/UnderlineThickness 20 def
end readonly def
/CharStrings 1 dict dup begin
/minus{777 0 83 230 694 270 _sc
102 230 _m
96 230 92 232 88 236 _c
84 240 83 245 83 250 _c
83 254 84 259 88 263 _c
92 267 96 270 102 270 _c
676 270 _l
681 270 685 267 689 263 _c
692 259 694 254 694 250 _c
694 245 692 240 689 236 _c
685 232 681 230 676 230 _c
102 230 _l
_cl}_d
end readonly def
/BuildGlyph
{exch begin
CharStrings exch
2 copy known not{pop /.notdef}if
true 3 1 roll get exec
end}_d
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
}_d
FontName currentdict end definefont pop
%!PS-Adobe-3.0 Resource-Font
%%Title: DejaVu Sans
%%Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain
%%Creator: Converted from TrueType to type 3 by PPR
25 dict begin
/_d{bind def}bind def
/_m{moveto}_d
/_l{lineto}_d
/_cl{closepath eofill}_d
/_c{curveto}_d
/_sc{7 -1 roll{setcachedevice}{pop pop pop pop pop pop}ifelse}_d
/_e{exec}_d
/FontName /DejaVuSans def
/PaintType 0 def
/FontMatrix[.001 0 0 .001 0 0]def
/FontBBox[-1021 -415 1681 1167]def
/FontType 3 def
/Encoding [ /period /zero /one /two /three /four /five /six /eight ] def
/FontInfo 10 dict dup begin
/FamilyName (DejaVu Sans) def
/FullName (DejaVu Sans) def
/Notice (Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain ) def
/Weight (Book) def
/Version (Version 2.33) def
/ItalicAngle 0.0 def
/isFixedPitch false def
/UnderlinePosition -130 def
/UnderlineThickness 90 def
end readonly def
/CharStrings 9 dict dup begin
/period{318 0 107 0 210 124 _sc
107 124 _m
210 124 _l
210 0 _l
107 0 _l
107 124 _l
_cl}_d
/zero{636 0 66 -13 570 742 _sc
318 664 _m
267 664 229 639 203 589 _c
177 539 165 464 165 364 _c
165 264 177 189 203 139 _c
229 89 267 64 318 64 _c
369 64 407 89 433 139 _c
458 189 471 264 471 364 _c
471 464 458 539 433 589 _c
407 639 369 664 318 664 _c
318 742 _m
399 742 461 709 505 645 _c
548 580 570 486 570 364 _c
570 241 548 147 505 83 _c
461 19 399 -13 318 -13 _c
236 -13 173 19 130 83 _c
87 147 66 241 66 364 _c
66 486 87 580 130 645 _c
173 709 236 742 318 742 _c
_cl}_d
/one{636 0 110 0 544 729 _sc
124 83 _m
285 83 _l
285 639 _l
110 604 _l
110 694 _l
284 729 _l
383 729 _l
383 83 _l
544 83 _l
544 0 _l
124 0 _l
124 83 _l
_cl}_d
/two{{636 0 73 0 536 742 _sc
192 83 _m
536 83 _l
536 0 _l
73 0 _l
73 83 _l
110 121 161 173 226 239 _c
290 304 331 346 348 365 _c
380 400 402 430 414 455 _c
426 479 433 504 433 528 _c
433 566 419 598 392 622 _c
365 646 330 659 286 659 _c
255 659 222 653 188 643 _c
154 632 117 616 78 594 _c
78 694 _l
118 710 155 722 189 730 _c
223 738 255 742 284 742 _c
359 742 419 723 464 685 _c
509 647 532 597 532 534 _c
532 504 526 475 515 449 _c
504 422 484 390 454 354 _c
446 344 420 317 376 272 _c
332 227 271 164 192 83 _c
_cl}_e}_d
/three{{636 0 76 -13 556 742 _sc
406 393 _m
453 383 490 362 516 330 _c
542 298 556 258 556 212 _c
556 140 531 84 482 45 _c
432 6 362 -13 271 -13 _c
240 -13 208 -10 176 -4 _c
144 1 110 10 76 22 _c
76 117 _l
103 101 133 89 166 81 _c
198 73 232 69 268 69 _c
330 69 377 81 409 105 _c
441 129 458 165 458 212 _c
458 254 443 288 413 312 _c
383 336 341 349 287 349 _c
202 349 _l
202 430 _l
291 430 _l
339 430 376 439 402 459 _c
428 478 441 506 441 543 _c
441 580 427 609 401 629 _c
374 649 336 659 287 659 _c
260 659 231 656 200 650 _c
169 644 135 635 98 623 _c
98 711 _l
135 721 170 729 203 734 _c
235 739 266 742 296 742 _c
}_e{370 742 429 725 473 691 _c
517 657 539 611 539 553 _c
539 513 527 479 504 451 _c
481 423 448 403 406 393 _c
_cl}_e}_d
/four{636 0 49 0 580 729 _sc
378 643 _m
129 254 _l
378 254 _l
378 643 _l
352 729 _m
476 729 _l
476 254 _l
580 254 _l
580 172 _l
476 172 _l
476 0 _l
378 0 _l
378 172 _l
49 172 _l
49 267 _l
352 729 _l
_cl}_d
/five{{636 0 77 -13 549 729 _sc
108 729 _m
495 729 _l
495 646 _l
198 646 _l
198 467 _l
212 472 227 476 241 478 _c
255 480 270 482 284 482 _c
365 482 429 459 477 415 _c
525 370 549 310 549 234 _c
549 155 524 94 475 51 _c
426 8 357 -13 269 -13 _c
238 -13 207 -10 175 -6 _c
143 -1 111 6 77 17 _c
77 116 _l
106 100 136 88 168 80 _c
199 72 232 69 267 69 _c
323 69 368 83 401 113 _c
433 143 450 183 450 234 _c
450 284 433 324 401 354 _c
368 384 323 399 267 399 _c
241 399 214 396 188 390 _c
162 384 135 375 108 363 _c
108 729 _l
_cl}_e}_d
/six{{636 0 70 -13 573 742 _sc
330 404 _m
286 404 251 388 225 358 _c
199 328 186 286 186 234 _c
186 181 199 139 225 109 _c
251 79 286 64 330 64 _c
374 64 409 79 435 109 _c
461 139 474 181 474 234 _c
474 286 461 328 435 358 _c
409 388 374 404 330 404 _c
526 713 _m
526 623 _l
501 635 476 644 451 650 _c
425 656 400 659 376 659 _c
310 659 260 637 226 593 _c
192 549 172 482 168 394 _c
187 422 211 444 240 459 _c
269 474 301 482 336 482 _c
409 482 467 459 509 415 _c
551 371 573 310 573 234 _c
573 159 550 99 506 54 _c
462 9 403 -13 330 -13 _c
246 -13 181 19 137 83 _c
92 147 70 241 70 364 _c
70 479 97 571 152 639 _c
206 707 280 742 372 742 _c
}_e{396 742 421 739 447 735 _c
472 730 498 723 526 713 _c
_cl}_e}_d
/eight{{636 0 68 -13 568 742 _sc
318 346 _m
271 346 234 333 207 308 _c
180 283 167 249 167 205 _c
167 161 180 126 207 101 _c
234 76 271 64 318 64 _c
364 64 401 76 428 102 _c
455 127 469 161 469 205 _c
469 249 455 283 429 308 _c
402 333 365 346 318 346 _c
219 388 _m
177 398 144 418 120 447 _c
96 476 85 511 85 553 _c
85 611 105 657 147 691 _c
188 725 245 742 318 742 _c
390 742 447 725 489 691 _c
530 657 551 611 551 553 _c
551 511 539 476 515 447 _c
491 418 459 398 417 388 _c
464 377 501 355 528 323 _c
554 291 568 251 568 205 _c
568 134 546 80 503 43 _c
459 5 398 -13 318 -13 _c
237 -13 175 5 132 43 _c
89 80 68 134 68 205 _c
68 251 81 291 108 323 _c
134 355 171 377 219 388 _c
}_e{183 544 _m
183 506 194 476 218 455 _c
242 434 275 424 318 424 _c
360 424 393 434 417 455 _c
441 476 453 506 453 544 _c
453 582 441 611 417 632 _c
393 653 360 664 318 664 _c
275 664 242 653 218 632 _c
194 611 183 582 183 544 _c
_cl}_e}_d
end readonly def
/BuildGlyph
{exch begin
CharStrings exch
2 copy known not{pop /.notdef}if
true 3 1 roll get exec
end}_d
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
}_d
FontName currentdict end definefont pop
%!PS-Adobe-3.0 Resource-Font
%%Title: cmmi10
%%Copyright: Copyright (C) 1994, Basil K. Malyshev. All Rights Reserved.012BaKoMa Fonts Collection, Level-B.
%%Creator: Converted from TrueType to type 3 by PPR
25 dict begin
/_d{bind def}bind def
/_m{moveto}_d
/_l{lineto}_d
/_cl{closepath eofill}_d
/_c{curveto}_d
/_sc{7 -1 roll{setcachedevice}{pop pop pop pop pop pop}ifelse}_d
/_e{exec}_d
/FontName /Cmmi10 def
/PaintType 0 def
/FontMatrix[.001 0 0 .001 0 0]def
/FontBBox[-34 -250 1048 750]def
/FontType 3 def
/Encoding [ /K ] def
/FontInfo 10 dict dup begin
/FamilyName (cmmi10) def
/FullName (cmmi10) def
/Notice (Copyright (C) 1994, Basil K. Malyshev. All Rights Reserved.012BaKoMa Fonts Collection, Level-B. ) def
/Weight (Regular) def
/Version (1.1/12-Nov-94) def
/ItalicAngle 0.0 def
/isFixedPitch false def
/UnderlinePosition -133 def
/UnderlineThickness 20 def
end readonly def
/CharStrings 1 dict dup begin
/K{{849 0 37 0 890 683 _sc
47 0 _m
40 0 37 4 37 13 _c
37 15 38 18 39 22 _c
40 26 41 29 43 31 _c
45 33 47 35 50 35 _c
90 35 119 37 135 42 _c
143 44 150 53 154 69 _c
291 618 _l
292 624 293 629 293 632 _c
293 639 289 643 281 644 _c
268 646 244 648 209 648 _c
202 648 199 652 199 661 _c
201 669 203 675 205 678 _c
206 681 210 683 216 683 _c
485 683 _l
491 683 495 678 495 670 _c
495 668 494 665 493 661 _c
492 657 491 654 489 652 _c
487 649 485 648 482 648 _c
}_e{441 648 413 645 397 641 _c
388 637 382 628 378 614 _c
297 290 _l
689 593 _l
689 594 693 598 701 606 _c
709 614 713 621 713 629 _c
713 641 701 648 679 648 _c
672 648 669 652 669 661 _c
670 666 671 670 672 673 _c
672 676 674 678 676 680 _c
678 682 682 683 686 683 _c
880 683 _l
883 683 885 681 887 679 _c
889 676 890 673 890 670 _c
890 668 889 665 888 661 _c
886 657 885 653 883 651 _c
881 649 879 648 876 648 _c
827 648 774 625 716 580 _c
715 580 714 579 714 579 _c
713 579 712 579 712 579 _c
711 579 711 578 711 578 _c
505 418 _l
655 67 _l
663 52 673 43 684 40 _c
694 36 710 35 732 35 _c
}_e{738 35 742 30 742 22 _c
740 14 738 8 736 5 _c
734 1 730 0 725 0 _c
493 0 _l
487 0 484 4 484 13 _c
484 19 485 25 487 29 _c
488 33 491 35 497 35 _c
513 35 528 36 540 40 _c
552 43 558 51 558 64 _c
558 68 557 72 557 74 _c
433 363 _l
287 250 _l
241 65 _l
239 57 239 52 239 51 _c
239 44 243 40 251 39 _c
263 36 287 35 323 35 _c
329 35 333 30 333 22 _c
331 12 329 6 328 4 _c
326 1 322 0 316 0 _c
47 0 _l
_cl}_e}_d
end readonly def
/BuildGlyph
{exch begin
CharStrings exch
2 copy known not{pop /.notdef}if
true 3 1 roll get exec
end}_d
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
}_d
FontName currentdict end definefont pop
%!PS-Adobe-3.0 Resource-Font
%%Title: DejaVu Sans Bold
%%Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain
%%Creator: Converted from TrueType to type 3 by PPR
25 dict begin
/_d{bind def}bind def
/_m{moveto}_d
/_l{lineto}_d
/_cl{closepath eofill}_d
/_c{curveto}_d
/_sc{7 -1 roll{setcachedevice}{pop pop pop pop pop pop}ifelse}_d
/_e{exec}_d
/FontName /DejaVuSans-Bold def
/PaintType 0 def
/FontMatrix[.001 0 0 .001 0 0]def
/FontBBox[-1069 -415 1975 1174]def
/FontType 3 def
/Encoding [ /space /i /m /n /o /z ] def
/FontInfo 10 dict dup begin
/FamilyName (DejaVu Sans) def
/FullName (DejaVu Sans Bold) def
/Notice (Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain ) def
/Weight (Bold) def
/Version (Version 2.33) def
/ItalicAngle 0.0 def
/isFixedPitch false def
/UnderlinePosition -130 def
/UnderlineThickness 90 def
end readonly def
/CharStrings 6 dict dup begin
/space{348 0 0 0 0 0 _sc
}_d
/i{343 0 84 0 259 760 _sc
84 547 _m
259 547 _l
259 0 _l
84 0 _l
84 547 _l
84 760 _m
259 760 _l
259 617 _l
84 617 _l
84 760 _l
_cl}_d
/m{{1042 0 83 0 963 560 _sc
591 456 _m
613 490 639 515 669 533 _c
699 551 733 560 770 560 _c
832 560 880 540 913 502 _c
946 463 963 407 963 333 _c
963 0 _l
787 0 _l
787 285 _l
787 289 788 294 788 298 _c
788 302 788 309 788 318 _c
788 356 782 384 771 402 _c
759 419 741 428 716 428 _c
682 428 657 414 639 387 _c
621 359 611 320 611 269 _c
611 0 _l
435 0 _l
435 285 _l
435 345 429 384 419 402 _c
409 419 390 428 364 428 _c
330 428 304 414 286 387 _c
268 359 259 320 259 269 _c
259 0 _l
83 0 _l
83 547 _l
259 547 _l
259 467 _l
280 497 305 520 333 536 _c
361 552 391 560 425 560 _c
}_e{462 560 495 550 524 532 _c
553 514 575 488 591 456 _c
_cl}_e}_d
/n{712 0 84 0 634 560 _sc
634 333 _m
634 0 _l
458 0 _l
458 54 _l
458 255 _l
458 302 457 334 455 352 _c
453 370 449 383 444 392 _c
437 403 428 412 416 418 _c
404 424 390 428 376 428 _c
339 428 310 414 290 386 _c
269 358 259 319 259 269 _c
259 0 _l
84 0 _l
84 547 _l
259 547 _l
259 467 _l
285 499 312 522 342 537 _c
372 552 405 560 441 560 _c
504 560 552 540 585 502 _c
617 463 634 407 634 333 _c
_cl}_d
/o{687 0 43 -13 644 560 _sc
344 435 _m
305 435 275 421 255 393 _c
235 365 225 325 225 273 _c
225 220 235 180 255 152 _c
275 124 305 111 344 111 _c
382 111 411 124 431 152 _c
451 180 462 220 462 273 _c
462 325 451 365 431 393 _c
411 421 382 435 344 435 _c
344 560 _m
438 560 511 534 564 484 _c
617 433 644 363 644 273 _c
644 183 617 112 564 62 _c
511 12 438 -13 344 -13 _c
250 -13 176 12 123 62 _c
69 112 43 183 43 273 _c
43 363 69 433 123 484 _c
176 534 250 560 344 560 _c
_cl}_d
/z{582 0 45 0 534 547 _sc
57 547 _m
534 547 _l
534 425 _l
246 125 _l
534 125 _l
534 0 _l
45 0 _l
45 122 _l
333 422 _l
57 422 _l
57 547 _l
_cl}_d
end readonly def
/BuildGlyph
{exch begin
CharStrings exch
2 copy known not{pop /.notdef}if
true 3 1 roll get exec
end}_d
/BuildChar {
1 index /Encoding get exch get
1 index /BuildGlyph get exec
}_d
FontName currentdict end definefont pop
%!PS-Adobe-3.0 Resource-Font
%%Title: cmr10
%%Copyright: Copyright (C) 1994, Basil K. Malyshev. All Rights Reserved.012BaKoMa Fonts Collection, Level-B.
%%Creator: Converted from TrueType to type 3 by PPR
25 dict begin
/_d{bind def}bind def
/_m{moveto}_d
/_l{lineto}_d
/_cl{closepath eofill}_d
/_c{curveto}_d
/_sc{7 -1 roll{setcachedevice}{pop pop pop pop pop pop}ifelse}_d
/_e{exec}_d
/FontName /Cmr10 def
/PaintType 0 def
/FontMatrix[.001 0 0 .001 0 0]def
/FontBBox[-44 -250 1009 750]def
/FontType 3 def
/Encoding [ /t /i /m /o /parenright /d /s /P /one /E /y /three /a /n /parenleft /c /e /r ] def
/FontInfo 10 dict dup begin
/FamilyName (cmr10) def
/FullName (cmr10) def
/Notice (Copyright (C) 1994, Basil K. Malyshev. All Rights Reserved.012BaKoMa Fonts Collection, Level-B. ) def
/Weight (Regular) def
/Version (1.1/12-Nov-94) def
/ItalicAngle 0.0 def
/isFixedPitch false def
/UnderlinePosition -133 def
/UnderlineThickness 20 def
end readonly def
/CharStrings 18 dict dup begin
/t{{388 0 19 -10 332 615 _sc
102 120 _m
102 396 _l
19 396 _l
19 422 _l
62 422 94 442 115 483 _c
135 523 146 567 146 615 _c
175 615 _l
175 431 _l
316 431 _l
316 396 _l
175 396 _l
175 122 _l
175 94 179 70 189 49 _c
198 28 215 18 239 18 _c
261 18 278 29 288 51 _c
298 73 303 96 303 122 _c
303 181 _l
332 181 _l
332 120 _l
332 99 328 78 320 58 _c
312 38 301 21 286 9 _c
271 -3 253 -10 232 -10 _c
192 -10 160 1 137 25 _c
113 49 102 80 102 120 _c
_cl}_e}_d
/i{{277 0 31 0 249 669 _sc
31 0 _m
31 35 _l
53 35 72 36 87 40 _c
101 44 109 53 109 67 _c
109 340 _l
109 365 104 381 94 387 _c
84 393 64 396 35 396 _c
35 431 _l
179 442 _l
179 67 _l
179 53 185 44 198 40 _c
210 36 227 35 249 35 _c
249 0 _l
31 0 _l
73 614 _m
73 628 78 641 89 652 _c
100 663 113 669 128 669 _c
137 669 146 666 155 661 _c
163 656 170 649 175 641 _c
180 632 183 623 183 614 _c
183 599 177 586 166 575 _c
155 564 142 559 128 559 _c
113 559 100 564 89 575 _c
78 586 73 599 73 614 _c
_cl}_e}_d
/m{{833 0 30 0 815 442 _sc
30 0 _m
30 35 _l
52 35 71 36 86 40 _c
100 44 108 53 108 67 _c
108 340 _l
108 358 105 371 100 379 _c
94 387 87 391 77 393 _c
67 395 51 396 30 396 _c
30 431 _l
175 442 _l
175 344 _l
188 372 208 396 234 414 _c
260 432 288 442 320 442 _c
396 442 441 410 455 348 _c
468 376 487 398 513 416 _c
539 433 567 442 598 442 _c
628 442 654 437 675 427 _c
695 417 711 403 721 383 _c
731 363 737 337 737 307 _c
737 67 _l
737 53 744 44 759 40 _c
773 36 792 35 815 35 _c
815 0 _l
586 0 _l
586 35 _l
608 35 627 36 642 40 _c
656 44 664 53 664 67 _c
664 304 _l
}_e{664 337 659 364 650 385 _c
640 405 621 416 592 416 _c
553 416 521 400 496 369 _c
471 338 459 303 459 264 _c
459 67 _l
459 53 466 44 481 40 _c
495 36 514 35 537 35 _c
537 0 _l
308 0 _l
308 35 _l
330 35 349 36 364 40 _c
378 44 386 53 386 67 _c
386 304 _l
386 336 381 363 372 384 _c
362 405 343 416 314 416 _c
275 416 243 400 218 369 _c
193 338 181 303 181 264 _c
181 67 _l
181 53 188 44 203 40 _c
217 36 236 35 259 35 _c
259 0 _l
30 0 _l
_cl}_e}_d
/o{{500 0 28 -10 471 448 _sc
250 -10 _m
210 -10 172 0 138 20 _c
104 40 77 67 57 101 _c
37 135 28 172 28 213 _c
28 243 33 273 44 301 _c
55 329 71 355 91 377 _c
111 399 135 417 162 429 _c
189 441 218 448 250 448 _c
291 448 328 437 362 415 _c
396 393 422 364 442 328 _c
461 292 471 253 471 213 _c
471 173 461 135 441 101 _c
421 67 395 40 361 20 _c
327 0 290 -10 250 -10 _c
250 18 _m
303 18 339 37 357 76 _c
375 114 384 164 384 224 _c
384 257 382 285 378 307 _c
374 329 367 349 355 367 _c
347 378 338 388 326 396 _c
314 404 302 411 290 415 _c
277 419 264 422 250 422 _c
229 422 209 417 191 408 _c
172 398 156 385 144 367 _c
131 348 123 327 120 305 _c
116 282 115 255 115 224 _c
115 186 118 153 125 123 _c
131 93 144 68 164 48 _c
184 28 212 18 250 18 _c
_cl}_e}_d
/parenright{{388 0 56 -249 291 750 _sc
65 -249 _m
59 -249 56 -246 56 -240 _c
56 -237 56 -235 58 -234 _c
172 -122 229 38 229 250 _c
229 462 172 623 60 733 _c
57 734 56 737 56 741 _c
56 743 57 745 59 747 _c
61 749 63 750 65 750 _c
74 750 _l
76 750 77 749 79 748 _c
127 710 167 664 199 610 _c
231 556 254 498 269 437 _c
283 376 291 314 291 250 _c
291 202 287 156 279 110 _c
271 64 258 20 241 -24 _c
223 -68 201 -108 175 -146 _c
148 -184 116 -217 79 -247 _c
77 -248 76 -249 74 -249 _c
65 -249 _l
_cl}_e}_d
/d{{555 0 33 -10 529 694 _sc
244 -10 _m
204 -10 168 0 136 21 _c
103 42 78 70 60 105 _c
42 139 33 176 33 216 _c
33 256 42 293 62 328 _c
82 362 109 390 143 411 _c
177 431 214 442 255 442 _c
279 442 302 436 324 426 _c
346 416 365 402 381 384 _c
381 592 _l
381 610 378 623 373 631 _c
367 639 360 643 350 645 _c
340 647 324 648 303 648 _c
303 683 _l
451 694 _l
451 91 _l
451 73 453 60 459 52 _c
464 44 472 40 482 38 _c
492 36 507 35 529 35 _c
529 0 _l
378 -10 _l
378 52 _l
360 32 340 16 316 6 _c
292 -4 268 -10 244 -10 _c
142 87 _m
153 65 168 47 187 34 _c
206 21 227 15 250 15 _c
278 15 303 23 326 39 _c
349 55 366 75 378 101 _c
378 341 _l
}_e{370 355 360 368 348 380 _c
336 391 323 400 308 406 _c
293 412 277 416 261 416 _c
226 416 198 406 177 386 _c
156 366 141 341 133 311 _c
124 280 120 248 120 215 _c
120 188 121 165 124 145 _c
126 125 132 105 142 87 _c
_cl}_e}_d
/s{{394 0 33 -10 360 448 _sc
33 -2 _m
33 160 _l
33 165 36 168 42 168 _c
54 168 _l
58 168 60 165 62 160 _c
80 63 125 15 197 15 _c
228 15 254 22 276 36 _c
297 50 308 73 308 103 _c
308 124 299 142 283 158 _c
266 173 246 183 224 189 _c
157 202 _l
135 206 114 214 96 224 _c
77 234 62 248 50 265 _c
38 281 33 301 33 323 _c
33 352 40 376 56 395 _c
72 413 92 427 117 435 _c
141 443 168 448 197 448 _c
231 448 260 439 286 421 _c
315 446 _l
315 447 316 448 320 448 _c
327 448 _l
329 448 330 447 332 445 _c
334 443 335 442 335 440 _c
335 309 _l
}_e{335 303 332 300 327 300 _c
315 300 _l
309 300 306 303 306 309 _c
306 343 296 371 277 393 _c
257 414 230 425 196 425 _c
166 425 140 419 118 408 _c
96 397 85 378 85 351 _c
85 332 92 317 108 305 _c
124 293 142 285 164 280 _c
232 267 _l
254 261 275 252 295 240 _c
315 228 330 212 342 194 _c
354 175 360 154 360 130 _c
360 106 355 85 347 67 _c
339 49 327 35 313 23 _c
298 11 280 2 260 -2 _c
240 -7 219 -10 197 -10 _c
155 -10 119 3 90 31 _c
53 -8 _l
53 -9 51 -10 48 -10 _c
42 -10 _l
36 -10 33 -7 33 -2 _c
_cl}_e}_d
/P{{680 0 33 0 624 683 _sc
33 0 _m
33 35 _l
101 35 136 45 136 67 _c
136 616 _l
136 637 101 648 33 648 _c
33 683 _l
389 683 _l
425 683 462 675 498 660 _c
534 645 564 623 588 595 _c
612 566 624 533 624 495 _c
624 457 612 425 588 397 _c
564 369 534 347 498 333 _c
462 319 425 312 389 312 _c
229 312 _l
229 67 _l
229 45 263 35 332 35 _c
332 0 _l
33 0 _l
226 342 _m
362 342 _l
398 342 428 347 451 358 _c
473 368 490 385 501 407 _c
511 429 517 458 517 495 _c
517 549 505 588 481 612 _c
457 636 417 648 362 648 _c
277 648 _l
265 648 255 647 249 646 _c
242 645 236 642 232 638 _c
228 633 226 626 226 616 _c
}_e{226 342 _l
_cl}_e}_d
/one{500 0 87 0 421 666 _sc
93 0 _m
93 35 _l
176 35 218 45 218 67 _c
218 592 _l
183 575 139 567 87 567 _c
87 602 _l
168 602 230 623 272 666 _c
286 666 _l
288 666 291 665 293 663 _c
295 661 296 659 296 657 _c
296 67 _l
296 45 337 35 421 35 _c
421 0 _l
93 0 _l
_cl}_d
/E{{680 0 31 0 652 683 _sc
31 0 _m
31 35 _l
99 35 134 45 134 67 _c
134 616 _l
134 637 99 648 31 648 _c
31 683 _l
596 683 _l
624 454 _l
595 454 _l
587 512 577 554 565 580 _c
552 606 531 623 503 633 _c
475 643 432 648 376 648 _c
278 648 _l
266 648 256 647 250 646 _c
243 645 237 642 233 638 _c
229 633 227 626 227 616 _c
227 372 _l
301 372 _l
335 372 360 374 377 380 _c
393 386 405 397 411 413 _c
417 429 421 455 421 489 _c
450 489 _l
450 220 _l
421 220 _l
421 254 417 279 411 295 _c
405 311 393 322 377 328 _c
360 334 335 337 301 337 _c
227 337 _l
227 67 _l
}_e{227 52 231 43 239 40 _c
247 36 260 35 278 35 _c
384 35 _l
430 35 467 38 496 46 _c
524 53 546 65 562 82 _c
578 99 590 121 599 149 _c
607 176 615 214 623 262 _c
652 262 _l
610 0 _l
31 0 _l
_cl}_e}_d
/y{{527 0 19 -204 508 431 _sc
69 -163 _m
81 -173 95 -178 111 -178 _c
153 -178 187 -146 214 -83 _c
248 0 _l
98 367 _l
92 379 82 387 70 391 _c
57 394 40 396 19 396 _c
19 431 _l
229 431 _l
229 396 _l
192 396 174 388 174 372 _c
174 369 174 367 175 366 _c
286 93 _l
386 339 _l
388 344 389 350 389 356 _c
389 364 386 371 382 377 _c
378 383 372 387 365 391 _c
358 394 350 396 342 396 _c
342 431 _l
508 431 _l
508 396 _l
487 396 469 391 454 382 _c
438 372 426 358 418 340 _c
245 -83 _l
}_e{235 -104 225 -124 213 -142 _c
201 -160 186 -174 168 -186 _c
150 -198 131 -204 111 -204 _c
86 -204 64 -196 46 -180 _c
28 -164 19 -144 19 -120 _c
19 -108 23 -97 31 -89 _c
39 -80 50 -76 63 -76 _c
71 -76 79 -77 86 -81 _c
92 -85 97 -90 101 -97 _c
105 -103 107 -111 107 -120 _c
107 -130 103 -140 96 -149 _c
88 -157 79 -162 69 -163 _c
_cl}_e}_d
/three{{500 0 42 -21 457 666 _sc
95 77 _m
111 54 132 37 158 26 _c
184 15 213 10 243 10 _c
281 10 309 26 325 59 _c
341 92 350 130 350 172 _c