[818e31]: / figs / preprocessing.eps

Download this file

2120 lines (2109 with data), 40.6 kB

   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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
%!PS-Adobe-3.0 EPSF-3.0
%%Title: ../figs/preprocessing.eps
%%Creator: matplotlib version 3.0.2, http://matplotlib.org/
%%CreationDate: Sat Apr 27 14:39:31 2019
%%Orientation: portrait
%%BoundingBox: 75 304 536 487
%%EndComments
%%BeginProlog
/mpldict 8 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: Liberation Sans
%%Copyright: Digitized data copyright (c) 2010 Google Corporation. Copyright (c) 2012 Red Hat, Inc.
%%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 /LiberationSans def
/PaintType 0 def
/FontMatrix[.001 0 0 .001 0 0]def
/FontBBox[-544 -303 1302 980]def
/FontType 3 def
/Encoding [ /space /percent /parenleft /parenright /hyphen /slash /zero /one /two /three /four /five /six /seven /eight /nine /A /C /E /F /G /M /N /O /P /R /Y /a /b /c /d /e /f /g /h /i /l /m /n /o /p /q /r /s /t /u /w /x /y ] def
/FontInfo 10 dict dup begin
/FamilyName (Liberation Sans) def
/FullName (Liberation Sans) def
/Notice (Digitized data copyright (c) 2010 Google Corporation. Copyright (c) 2012 Red Hat, Inc. Liberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.) def
/Weight (Regular) def
/Version (Version 2.00.2) def
/ItalicAngle 0.0 def
/isFixedPitch false def
/UnderlinePosition -217 def
/UnderlineThickness 150 def
end readonly def
/CharStrings 50 dict dup begin
/.notdef 0 def
/space{278 0 0 0 0 0 _sc
}_d
/percent{{889 0 36 -5 854 694 _sc
854 212 _m
854 142 840 88 814 51 _c
787 13 748 -5 697 -5 _c
646 -5 608 13 582 49 _c
556 85 543 140 543 212 _c
543 286 555 341 580 377 _c
605 413 645 432 699 432 _c
752 432 791 413 816 376 _c
841 338 854 284 854 212 _c
257 0 _m
182 0 _l
632 688 _l
708 688 _l
257 0 _l
192 694 _m
244 694 282 675 307 639 _c
332 602 345 548 345 476 _c
}_e{345 405 332 351 306 313 _c
280 275 242 256 190 256 _c
138 256 100 274 74 312 _c
48 350 36 404 36 476 _c
36 548 48 603 73 639 _c
98 675 138 694 192 694 _c
781 212 _m
781 270 774 312 762 338 _c
750 364 729 378 699 378 _c
669 378 648 365 635 339 _c
621 313 615 271 615 212 _c
615 156 621 114 634 88 _c
647 61 668 48 698 48 _c
726 48 747 61 761 88 _c
}_e{774 115 781 156 781 212 _c
273 476 _m
273 533 266 575 254 601 _c
242 627 221 641 192 641 _c
161 641 139 628 126 602 _c
113 576 107 534 107 476 _c
107 420 113 378 126 351 _c
139 324 161 311 191 311 _c
219 311 240 324 253 352 _c
266 379 273 420 273 476 _c
_cl}_e}_d
/parenleft{333 0 62 -206 327 725 _sc
62 260 _m
62 354 76 438 106 513 _c
135 587 180 658 242 725 _c
327 725 _l
266 657 221 585 193 509 _c
164 433 150 349 150 259 _c
150 169 164 86 192 10 _c
220 -65 265 -137 327 -206 _c
242 -206 _l
180 -139 135 -68 106 6 _c
76 80 62 164 62 258 _c
62 260 _l
_cl}_d
/parenright{333 0 6 -206 271 725 _sc
271 258 _m
271 164 256 79 227 5 _c
197 -69 152 -140 91 -206 _c
6 -206 _l
67 -137 112 -65 140 10 _c
168 85 183 168 183 259 _c
183 349 168 433 140 509 _c
111 585 66 657 6 725 _c
91 725 _l
152 658 197 587 227 512 _c
256 437 271 353 271 260 _c
271 258 _l
_cl}_d
/hyphen{333 0 44 227 289 305 _sc
44 227 _m
44 305 _l
289 305 _l
289 227 _l
44 227 _l
_cl}_d
/slash{278 0 0 -9 278 725 _sc
0 -9 _m
201 725 _l
278 725 _l
79 -9 _l
0 -9 _l
_cl}_d
/zero{556 0 39 -9 517 698 _sc
517 344 _m
517 229 496 141 456 81 _c
416 21 356 -9 277 -9 _c
197 -9 138 21 98 81 _c
58 141 39 228 39 344 _c
39 462 58 550 97 609 _c
135 668 196 698 280 698 _c
360 698 420 668 459 609 _c
497 549 517 461 517 344 _c
428 344 _m
428 443 416 515 393 560 _c
370 604 332 627 280 627 _c
226 627 187 605 163 561 _c
139 517 128 444 128 344 _c
128 246 140 175 164 130 _c
188 84 226 62 278 62 _c
329 62 367 85 391 131 _c
415 177 428 248 428 344 _c
_cl}_d
/one{556 0 76 0 507 688 _sc
76 0 _m
76 75 _l
251 75 _l
251 604 _l
96 493 _l
96 576 _l
259 688 _l
340 688 _l
340 75 _l
507 75 _l
507 0 _l
76 0 _l
_cl}_d
/two{{556 0 50 0 506 698 _sc
50 0 _m
50 62 _l
66 100 87 133 111 163 _c
135 192 160 218 186 242 _c
212 265 239 287 265 307 _c
291 327 314 348 335 368 _c
355 388 372 409 385 431 _c
398 453 405 479 405 507 _c
405 544 393 573 371 594 _c
349 615 318 626 279 626 _c
241 626 210 615 186 595 _c
162 575 148 546 144 510 _c
54 518 _l
60 573 84 617 124 649 _c
}_e{164 681 216 698 279 698 _c
348 698 401 681 439 649 _c
476 616 495 570 495 510 _c
495 483 488 456 476 430 _c
464 404 446 377 422 351 _c
398 325 352 284 284 229 _c
246 198 217 170 195 146 _c
173 121 157 97 147 75 _c
506 75 _l
506 0 _l
50 0 _l
_cl}_e}_d
/three{{556 0 38 -9 512 698 _sc
512 190 _m
512 126 491 77 451 43 _c
411 8 353 -9 279 -9 _c
209 -9 153 6 112 37 _c
70 68 46 115 38 177 _c
129 185 _l
140 103 190 63 279 63 _c
323 63 357 73 383 95 _c
408 117 421 149 421 193 _c
421 230 406 259 377 280 _c
348 301 307 312 253 312 _c
203 312 _l
203 388 _l
251 388 _l
299 388 336 398 363 419 _c
389 440 403 469 403 507 _c
}_e{403 543 392 572 370 594 _c
348 615 316 626 274 626 _c
235 626 204 616 180 596 _c
156 576 142 548 138 512 _c
50 519 _l
56 575 80 619 120 651 _c
160 682 211 698 275 698 _c
343 698 397 682 435 650 _c
473 618 493 573 493 516 _c
493 472 480 436 456 409 _c
431 381 395 363 349 353 _c
349 351 _l
400 345 440 328 469 299 _c
497 270 512 234 512 190 _c
_cl}_e}_d
/four{556 0 23 0 527 688 _sc
430 156 _m
430 0 _l
347 0 _l
347 156 _l
23 156 _l
23 224 _l
338 688 _l
430 688 _l
430 225 _l
527 225 _l
527 156 _l
430 156 _l
347 589 _m
346 587 341 578 333 563 _c
325 547 318 537 314 531 _c
138 271 _l
112 235 _l
104 225 _l
347 225 _l
347 589 _l
_cl}_d
/five{{556 0 40 -9 514 688 _sc
514 224 _m
514 151 492 94 449 53 _c
406 11 346 -9 270 -9 _c
206 -9 154 4 115 32 _c
75 60 50 100 40 154 _c
129 164 _l
147 96 195 62 272 62 _c
319 62 356 76 383 104 _c
409 132 423 172 423 222 _c
423 265 409 300 382 327 _c
355 353 319 367 274 367 _c
250 367 227 363 207 356 _c
187 348 166 336 146 318 _c
60 318 _l
83 688 _l
474 688 _l
}_e{474 613 _l
163 613 _l
150 395 _l
188 424 235 439 292 439 _c
360 439 414 419 454 379 _c
494 339 514 288 514 224 _c
_cl}_e}_d
/six{{556 0 51 -9 512 698 _sc
512 225 _m
512 152 492 95 453 53 _c
413 11 359 -9 290 -9 _c
212 -9 153 19 112 77 _c
71 134 51 218 51 328 _c
51 447 72 538 115 602 _c
157 666 218 698 297 698 _c
401 698 466 651 493 558 _c
409 543 _l
391 599 354 627 296 627 _c
246 627 207 603 179 557 _c
151 510 138 442 138 354 _c
154 383 176 405 205 421 _c
234 437 267 445 305 445 _c
}_e{368 445 418 425 456 385 _c
493 345 512 292 512 225 _c
423 221 _m
423 271 410 309 386 336 _c
362 363 328 377 284 377 _c
243 377 210 365 185 341 _c
159 317 147 284 147 242 _c
147 189 160 146 186 112 _c
212 78 246 61 287 61 _c
329 61 363 75 387 103 _c
411 131 423 171 423 221 _c
_cl}_e}_d
/seven{556 0 51 0 506 688 _sc
506 617 _m
435 509 385 425 356 364 _c
327 303 305 243 291 184 _c
277 124 270 63 270 0 _c
178 0 _l
178 88 196 180 234 277 _c
271 374 333 486 421 613 _c
51 613 _l
51 688 _l
506 688 _l
506 617 _l
_cl}_d
/eight{{556 0 43 -9 513 698 _sc
513 192 _m
513 128 492 79 452 44 _c
412 8 354 -9 278 -9 _c
204 -9 147 8 105 43 _c
63 77 43 127 43 191 _c
43 235 56 273 82 304 _c
108 334 141 353 181 360 _c
181 362 _l
143 370 114 389 92 419 _c
70 448 60 482 60 522 _c
60 574 79 617 118 649 _c
157 681 210 698 276 698 _c
344 698 397 682 437 650 _c
476 618 496 575 496 521 _c
}_e{496 481 485 447 463 418 _c
441 388 411 370 374 363 _c
374 361 _l
417 353 451 335 476 305 _c
500 275 513 237 513 192 _c
404 516 _m
404 594 361 633 276 633 _c
234 633 203 623 181 603 _c
159 583 149 554 149 516 _c
149 476 160 446 182 426 _c
204 405 236 395 277 395 _c
318 395 349 404 371 423 _c
393 442 404 473 404 516 _c
421 200 _m
421 242 408 274 383 296 _c
}_e{357 318 322 329 276 329 _c
231 329 196 317 171 294 _c
146 270 134 238 134 198 _c
134 103 182 56 279 56 _c
327 56 362 67 386 90 _c
409 113 421 150 421 200 _c
_cl}_e}_d
/nine{{556 0 47 -9 509 698 _sc
509 358 _m
509 240 487 149 444 86 _c
400 22 339 -9 260 -9 _c
206 -9 162 2 130 24 _c
98 46 75 83 61 134 _c
145 147 _l
162 89 201 61 261 61 _c
311 61 350 84 378 131 _c
406 178 420 245 422 332 _c
408 302 386 279 355 261 _c
323 243 289 235 251 235 _c
189 235 139 256 102 298 _c
65 340 47 397 47 467 _c
47 539 67 595 107 636 _c
}_e{147 677 204 698 276 698 _c
352 698 410 669 450 613 _c
489 556 509 471 509 358 _c
413 443 _m
413 498 400 542 375 576 _c
349 610 315 627 273 627 _c
230 627 196 612 172 584 _c
148 555 136 516 136 467 _c
136 417 148 377 172 348 _c
196 318 230 304 272 304 _c
297 304 320 309 342 321 _c
364 333 381 349 394 370 _c
406 391 413 415 413 443 _c
_cl}_e}_d
/A{667 0 2 0 665 688 _sc
570 0 _m
491 201 _l
178 201 _l
99 0 _l
2 0 _l
283 688 _l
389 688 _l
665 0 _l
570 0 _l
334 618 _m
330 604 _l
322 576 310 542 294 500 _c
206 274 _l
463 274 _l
375 501 _l
365 523 356 549 348 577 _c
334 618 _l
_cl}_d
/C{{722 0 51 -9 684 698 _sc
387 622 _m
310 622 251 597 209 548 _c
167 499 146 432 146 347 _c
146 263 168 195 212 144 _c
256 92 315 67 391 67 _c
487 67 559 114 608 210 _c
684 172 _l
656 112 616 67 565 37 _c
513 6 454 -9 386 -9 _c
316 -9 256 5 206 34 _c
155 62 116 103 90 157 _c
64 210 51 273 51 347 _c
51 457 80 543 140 605 _c
199 667 281 698 386 698 _c
}_e{459 698 520 683 569 655 _c
618 626 654 584 678 528 _c
589 499 _l
573 539 547 569 512 590 _c
476 611 435 622 387 622 _c
_cl}_e}_d
/E{667 0 82 0 624 688 _sc
82 0 _m
82 688 _l
604 688 _l
604 612 _l
175 612 _l
175 391 _l
575 391 _l
575 316 _l
175 316 _l
175 76 _l
624 76 _l
624 0 _l
82 0 _l
_cl}_d
/F{611 0 82 0 571 688 _sc
175 612 _m
175 356 _l
559 356 _l
559 279 _l
175 279 _l
175 0 _l
82 0 _l
82 688 _l
571 688 _l
571 612 _l
175 612 _l
_cl}_d
/G{{778 0 50 -9 703 698 _sc
50 347 _m
50 459 80 545 140 606 _c
200 667 284 698 393 698 _c
469 698 530 685 578 659 _c
625 633 662 592 688 536 _c
599 510 _l
579 548 552 577 518 595 _c
484 613 441 622 390 622 _c
310 622 250 598 208 550 _c
166 502 145 434 145 347 _c
145 260 167 191 212 141 _c
256 91 318 66 397 66 _c
441 66 483 72 522 86 _c
561 100 593 118 617 142 _c
}_e{617 266 _l
412 266 _l
412 344 _l
703 344 _l
703 107 _l
666 69 621 41 569 21 _c
516 1 459 -9 397 -9 _c
325 -9 263 5 211 33 _c
159 61 119 103 91 157 _c
63 211 50 274 50 347 _c
_cl}_e}_d
/M{{833 0 82 0 751 688 _sc
667 0 _m
667 459 _l
667 509 668 558 671 605 _c
655 547 640 501 628 469 _c
451 0 _l
385 0 _l
205 469 _l
178 552 _l
162 605 _l
163 551 _l
165 459 _l
165 0 _l
82 0 _l
82 688 _l
205 688 _l
388 211 _l
394 191 400 171 406 149 _c
412 127 416 111 418 102 _c
420 114 426 134 434 161 _c
442 187 448 204 452 211 _c
631 688 _l
751 688 _l
}_e{751 0 _l
667 0 _l
_cl}_e}_d
/N{722 0 82 0 641 688 _sc
528 0 _m
160 586 _l
163 539 _l
165 457 _l
165 0 _l
82 0 _l
82 688 _l
190 688 _l
563 98 _l
559 162 557 208 557 237 _c
557 688 _l
641 688 _l
641 0 _l
528 0 _l
_cl}_d
/O{{778 0 47 -9 730 698 _sc
730 347 _m
730 275 716 212 688 158 _c
660 104 621 62 570 34 _c
518 5 458 -9 388 -9 _c
317 -9 256 5 205 33 _c
153 61 114 103 87 157 _c
60 211 47 275 47 347 _c
47 457 77 543 137 605 _c
197 667 281 698 389 698 _c
459 698 519 684 571 656 _c
622 628 661 588 689 535 _c
716 482 730 419 730 347 _c
635 347 _m
635 433 613 500 570 549 _c
}_e{527 597 467 622 389 622 _c
310 622 249 598 206 550 _c
163 502 142 434 142 347 _c
142 261 163 192 207 142 _c
250 91 310 66 388 66 _c
467 66 528 90 571 139 _c
613 188 635 257 635 347 _c
_cl}_e}_d
/P{667 0 82 0 614 688 _sc
614 481 _m
614 415 592 363 550 325 _c
508 287 450 268 377 268 _c
175 268 _l
175 0 _l
82 0 _l
82 688 _l
372 688 _l
448 688 508 670 550 634 _c
592 598 614 547 614 481 _c
521 480 _m
521 568 467 613 360 613 _c
175 613 _l
175 342 _l
364 342 _l
468 342 521 388 521 480 _c
_cl}_d
/R{722 0 82 0 676 688 _sc
568 0 _m
390 286 _l
175 286 _l
175 0 _l
82 0 _l
82 688 _l
406 688 _l
483 688 543 670 585 636 _c
627 601 648 553 648 491 _c
648 440 633 397 603 362 _c
573 327 532 305 480 296 _c
676 0 _l
568 0 _l
555 490 _m
555 530 541 560 514 581 _c
486 602 447 613 396 613 _c
175 613 _l
175 359 _l
400 359 _l
449 359 487 370 514 393 _c
541 416 555 448 555 490 _c
_cl}_d
/Y{667 0 22 0 645 688 _sc
379 285 _m
379 0 _l
287 0 _l
287 285 _l
22 688 _l
125 688 _l
334 360 _l
542 688 _l
645 688 _l
379 285 _l
_cl}_d
/a{{556 0 42 -9 556 538 _sc
202 -9 _m
149 -9 109 4 82 32 _c
55 60 42 98 42 147 _c
42 201 60 243 96 273 _c
132 302 190 318 271 320 _c
389 322 _l
389 351 _l
389 394 379 425 361 443 _c
343 461 314 471 276 471 _c
236 471 208 464 190 451 _c
172 437 161 416 158 387 _c
66 396 _l
80 490 151 538 278 538 _c
344 538 393 522 427 492 _c
461 462 478 418 478 360 _c
478 133 _l
}_e{478 107 481 87 488 74 _c
495 60 508 54 527 54 _c
535 54 545 55 556 58 _c
556 3 _l
534 -1 511 -4 488 -4 _c
455 -4 431 4 417 21 _c
402 37 394 64 392 101 _c
389 101 _l
366 61 340 32 310 16 _c
280 0 244 -9 202 -9 _c
222 56 _m
254 56 283 63 308 78 _c
333 92 353 112 367 138 _c
381 164 389 190 389 217 _c
389 261 _l
293 259 _l
}_e{251 258 220 254 199 246 _c
177 238 161 226 150 210 _c
138 194 133 172 133 146 _c
133 117 140 95 156 79 _c
171 63 193 56 222 56 _c
_cl}_e}_d
/b{{556 0 64 -9 514 725 _sc
514 267 _m
514 83 449 -9 320 -9 _c
280 -9 246 -2 220 12 _c
193 26 171 50 155 82 _c
154 82 _l
154 72 153 56 152 36 _c
150 15 149 3 149 0 _c
64 0 _l
66 17 67 53 67 109 _c
67 725 _l
155 725 _l
155 518 _l
155 496 154 471 153 443 _c
155 443 _l
171 477 193 501 220 516 _c
246 530 280 538 320 538 _c
386 538 435 515 467 470 _c
}_e{498 425 514 357 514 267 _c
422 264 _m
422 338 412 390 392 422 _c
372 454 341 470 297 470 _c
247 470 211 453 189 419 _c
166 385 155 332 155 258 _c
155 188 166 137 188 104 _c
210 71 246 55 296 55 _c
340 55 372 71 392 104 _c
412 136 422 190 422 264 _c
_cl}_e}_d
/c{{500 0 42 -9 474 538 _sc
134 267 _m
134 196 145 144 167 110 _c
189 76 223 60 268 60 _c
298 60 324 68 345 85 _c
366 101 379 127 385 163 _c
474 157 _l
466 106 444 66 408 36 _c
372 6 326 -9 270 -9 _c
196 -9 139 14 100 60 _c
61 106 42 175 42 265 _c
42 353 61 421 101 468 _c
140 514 196 538 269 538 _c
323 538 367 524 403 496 _c
439 468 461 429 471 380 _c
}_e{380 374 _l
376 402 364 425 346 443 _c
327 460 301 469 267 469 _c
220 469 186 453 165 422 _c
144 391 134 339 134 267 _c
_cl}_e}_d
/d{{556 0 42 -9 492 725 _sc
401 85 _m
384 51 362 26 336 12 _c
309 -2 276 -9 236 -9 _c
169 -9 120 13 89 58 _c
57 102 42 170 42 262 _c
42 446 106 538 236 538 _c
276 538 309 530 336 516 _c
362 501 384 478 401 446 _c
402 446 _l
401 505 _l
401 725 _l
489 725 _l
489 109 _l
489 53 490 17 492 0 _c
408 0 _l
406 5 405 17 404 36 _c
403 54 403 71 403 85 _c
}_e{401 85 _l
134 265 _m
134 191 143 138 163 106 _c
183 74 215 58 259 58 _c
308 58 344 75 367 110 _c
389 144 401 198 401 271 _c
401 340 389 391 367 424 _c
344 456 308 473 260 473 _c
215 473 183 456 163 424 _c
143 391 134 338 134 265 _c
_cl}_e}_d
/e{{556 0 42 -9 512 538 _sc
135 246 _m
135 185 147 138 172 105 _c
197 72 234 56 282 56 _c
320 56 350 63 373 79 _c
396 94 412 113 420 137 _c
498 115 _l
466 32 394 -9 282 -9 _c
204 -9 144 14 103 60 _c
62 106 42 176 42 268 _c
42 354 62 421 103 468 _c
144 514 203 538 279 538 _c
434 538 512 444 512 257 _c
512 246 _l
135 246 _l
421 313 _m
416 368 402 408 378 434 _c
}_e{354 460 321 473 277 473 _c
234 473 200 458 176 430 _c
151 402 138 363 136 313 _c
421 313 _l
_cl}_e}_d
/f{278 0 14 0 279 724 _sc
176 464 _m
176 0 _l
88 0 _l
88 464 _l
14 464 _l
14 528 _l
88 528 _l
88 588 _l
88 636 98 670 120 692 _c
141 713 173 724 217 724 _c
241 724 262 722 279 718 _c
279 651 _l
264 653 251 655 240 655 _c
218 655 201 649 191 638 _c
181 626 176 606 176 576 _c
176 528 _l
279 528 _l
279 464 _l
176 464 _l
_cl}_d
/g{{556 0 42 -207 492 537 _sc
268 -207 _m
210 -207 164 -195 130 -173 _c
96 -150 74 -118 64 -76 _c
152 -63 _l
158 -87 171 -106 191 -120 _c
211 -133 237 -140 270 -140 _c
357 -140 401 -89 401 13 _c
401 98 _l
400 98 _l
383 64 360 38 332 22 _c
303 5 269 -3 230 -3 _c
165 -3 117 18 87 61 _c
57 103 42 171 42 263 _c
42 356 58 425 91 470 _c
123 514 173 537 240 537 _c
}_e{277 537 309 528 337 511 _c
365 493 386 469 401 438 _c
402 438 _l
402 448 402 465 404 489 _c
405 513 406 526 408 528 _c
492 528 _l
490 510 489 474 489 419 _c
489 15 _l
489 -133 415 -207 268 -207 _c
401 264 _m
401 307 395 344 383 375 _c
371 406 355 430 334 446 _c
312 462 288 471 262 471 _c
216 471 183 454 163 422 _c
143 390 133 337 133 264 _c
133 192 142 140 161 108 _c
}_e{180 76 213 61 260 61 _c
288 61 312 69 334 85 _c
355 101 371 125 383 155 _c
395 185 401 222 401 264 _c
_cl}_e}_d
/h{556 0 69 0 491 725 _sc
155 438 _m
173 472 196 498 223 514 _c
249 530 283 538 324 538 _c
381 538 423 523 450 495 _c
477 467 491 419 491 352 _c
491 0 _l
403 0 _l
403 335 _l
403 372 399 400 392 418 _c
385 436 374 449 358 457 _c
342 465 321 470 294 470 _c
252 470 219 455 194 427 _c
169 398 157 360 157 312 _c
157 0 _l
69 0 _l
69 725 _l
157 725 _l
157 536 _l
157 516 156 495 155 474 _c
154 453 153 441 153 438 _c
155 438 _l
_cl}_d
/i{222 0 67 0 155 725 _sc
67 641 _m
67 725 _l
155 725 _l
155 641 _l
67 641 _l
67 0 _m
67 528 _l
155 528 _l
155 0 _l
67 0 _l
_cl}_d
/l{222 0 67 0 155 725 _sc
67 0 _m
67 725 _l
155 725 _l
155 0 _l
67 0 _l
_cl}_d
/m{{833 0 66 0 767 538 _sc
375 0 _m
375 335 _l
375 386 368 421 354 441 _c
340 460 314 470 278 470 _c
240 470 211 455 189 427 _c
167 398 157 358 157 306 _c
157 0 _l
69 0 _l
69 416 _l
69 477 68 514 66 528 _c
149 528 _l
149 526 150 522 150 515 _c
150 507 151 499 151 490 _c
151 481 152 464 153 438 _c
155 438 _l
173 475 195 501 219 516 _c
243 530 273 538 309 538 _c
}_e{349 538 380 530 404 514 _c
427 498 443 472 453 438 _c
454 438 _l
472 473 494 498 520 514 _c
546 530 577 538 614 538 _c
667 538 706 523 730 494 _c
754 465 767 418 767 352 _c
767 0 _l
680 0 _l
680 335 _l
680 386 673 421 659 441 _c
645 460 619 470 583 470 _c
545 470 515 455 494 427 _c
472 399 462 358 462 306 _c
462 0 _l
375 0 _l
_cl}_e}_d
/n{{556 0 66 0 491 538 _sc
403 0 _m
403 335 _l
403 369 399 396 392 416 _c
385 435 374 449 359 457 _c
344 465 322 470 294 470 _c
251 470 217 455 193 426 _c
169 397 157 357 157 306 _c
157 0 _l
69 0 _l
69 416 _l
69 477 68 514 66 528 _c
149 528 _l
149 526 150 522 150 515 _c
150 507 151 499 151 490 _c
151 481 152 464 153 438 _c
155 438 _l
175 474 198 500 225 515 _c
}_e{251 530 284 538 324 538 _c
382 538 424 523 451 495 _c
477 466 491 418 491 352 _c
491 0 _l
403 0 _l
_cl}_e}_d
/o{556 0 42 -9 514 538 _sc
514 265 _m
514 172 493 103 453 58 _c
412 13 353 -9 276 -9 _c
198 -9 140 14 101 61 _c
61 107 42 175 42 265 _c
42 447 121 538 279 538 _c
359 538 419 515 457 471 _c
495 427 514 358 514 265 _c
422 265 _m
422 337 411 390 389 423 _c
367 456 331 473 280 473 _c
228 473 191 456 168 422 _c
145 388 134 336 134 265 _c
134 195 145 142 168 107 _c
190 72 226 55 275 55 _c
327 55 365 72 388 106 _c
410 140 422 193 422 265 _c
_cl}_d
/p{{556 0 64 -207 514 538 _sc
514 267 _m
514 83 449 -9 320 -9 _c
238 -9 184 21 156 82 _c
153 82 _l
154 79 155 52 155 0 _c
155 -207 _l
67 -207 _l
67 420 _l
67 474 66 510 64 528 _c
149 528 _l
149 526 150 522 151 514 _c
151 506 152 493 153 477 _c
153 461 154 449 154 443 _c
156 443 _l
172 475 192 499 218 515 _c
244 530 278 538 320 538 _c
384 538 433 516 465 472 _c
}_e{497 428 514 360 514 267 _c
422 265 _m
422 338 412 390 392 422 _c
372 454 340 470 297 470 _c
262 470 235 462 215 448 _c
195 433 180 410 170 379 _c
160 348 155 308 155 258 _c
155 188 166 137 188 104 _c
210 71 246 55 296 55 _c
340 55 372 71 392 103 _c
412 135 422 189 422 265 _c
_cl}_e}_d
/q{{556 0 42 -207 492 538 _sc
236 -9 _m
169 -9 120 13 89 58 _c
57 103 42 171 42 262 _c
42 446 106 538 236 538 _c
276 538 309 531 335 517 _c
361 503 383 479 401 446 _c
402 446 _l
402 456 402 473 404 497 _c
405 521 406 533 408 535 _c
492 535 _l
490 515 489 467 489 391 _c
489 -207 _l
401 -207 _l
401 7 _l
403 87 _l
402 87 _l
384 52 362 27 336 13 _c
}_e{310 -1 277 -9 236 -9 _c
401 271 _m
401 339 389 390 367 423 _c
344 456 308 473 260 473 _c
215 473 183 456 163 423 _c
143 390 134 337 134 265 _c
134 191 143 138 163 106 _c
183 74 215 58 259 58 _c
308 58 344 75 367 111 _c
389 147 401 200 401 271 _c
_cl}_e}_d
/r{333 0 66 0 316 538 _sc
69 0 _m
69 405 _l
69 442 68 483 66 528 _c
149 528 _l
151 468 153 432 153 420 _c
155 420 _l
169 465 185 496 203 513 _c
221 529 247 538 281 538 _c
292 538 304 536 316 533 _c
316 453 _l
304 456 289 458 270 458 _c
233 458 205 442 186 410 _c
166 378 157 333 157 275 _c
157 0 _l
69 0 _l
_cl}_d
/s{{500 0 28 -9 464 537 _sc
464 146 _m
464 96 445 57 407 31 _c
369 4 317 -9 250 -9 _c
184 -9 133 1 97 23 _c
61 44 38 78 28 124 _c
105 139 _l
113 111 128 90 152 77 _c
175 63 208 57 250 57 _c
294 57 326 63 347 77 _c
367 91 378 111 378 139 _c
378 159 370 176 356 189 _c
342 202 319 213 288 222 _c
225 239 _l
174 251 138 264 117 277 _c
}_e{95 289 79 305 67 323 _c
55 341 49 363 49 389 _c
49 437 66 473 100 499 _c
134 524 184 537 250 537 _c
308 537 355 526 389 506 _c
423 485 445 452 455 407 _c
375 397 _l
370 421 357 439 336 451 _c
314 463 286 470 250 470 _c
210 470 181 464 162 452 _c
143 440 134 421 134 397 _c
134 382 138 370 146 360 _c
154 350 165 342 181 335 _c
196 328 228 319 277 307 _c
}_e{323 295 357 285 378 275 _c
398 265 414 254 426 242 _c
438 230 447 216 454 200 _c
460 184 464 166 464 146 _c
_cl}_e}_d
/t{278 0 15 -7 271 646 _sc
271 4 _m
241 -3 212 -7 182 -7 _c
111 -7 76 32 76 112 _c
76 464 _l
15 464 _l
15 528 _l
80 528 _l
105 646 _l
164 646 _l
164 528 _l
262 528 _l
262 464 _l
164 464 _l
164 131 _l
164 105 168 87 176 77 _c
184 67 199 62 220 62 _c
231 62 248 64 271 69 _c
271 4 _l
_cl}_d
/u{{556 0 65 -9 490 528 _sc
153 528 _m
153 193 _l
153 158 156 131 163 112 _c
170 92 181 78 196 70 _c
211 62 233 58 262 58 _c
304 58 338 72 362 101 _c
386 130 399 170 399 222 _c
399 528 _l
487 528 _l
487 113 _l
487 51 488 14 490 0 _c
407 0 _l
406 1 405 5 405 13 _c
405 20 404 28 404 38 _c
404 47 403 64 403 90 _c
401 90 _l
381 54 357 28 331 13 _c
}_e{305 -1 272 -9 232 -9 _c
174 -9 132 5 105 34 _c
78 62 65 110 65 176 _c
65 528 _l
153 528 _l
_cl}_e}_d
/w{722 0 0 0 725 528 _sc
573 0 _m
471 0 _l
379 374 _l
361 456 _l
358 441 353 420 347 393 _c
341 365 308 234 248 0 _c
146 0 _l
0 528 _l
85 528 _l
175 169 _l
177 161 184 129 196 73 _c
204 109 _l
314 528 _l
409 528 _l
501 166 _l
523 73 _l
539 141 _l
639 528 _l
725 528 _l
573 0 _l
_cl}_d
/x{500 0 11 0 489 528 _sc
391 0 _m
249 217 _l
106 0 _l
11 0 _l
199 271 _l
20 528 _l
117 528 _l
249 323 _l
380 528 _l
478 528 _l
299 272 _l
489 0 _l
391 0 _l
_cl}_d
/y{500 0 2 -207 498 528 _sc
93 -207 _m
69 -207 49 -205 33 -201 _c
33 -135 _l
45 -137 58 -138 74 -138 _c
128 -138 172 -98 204 -18 _c
212 2 _l
2 528 _l
96 528 _l
208 236 _l
209 231 211 225 213 219 _c
215 213 223 192 235 156 _c
247 120 254 100 255 96 _c
290 192 _l
405 528 _l
498 528 _l
295 0 _l
273 -55 252 -96 234 -124 _c
215 -152 194 -172 171 -186 _c
148 -200 122 -207 93 -207 _c
_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
end
%%EndProlog
mpldict begin
75.576 304.404 translate
460.848 183.191 0 0 clipbox
gsave
0 0 m
460.84775 0 l
460.84775 183.191232 l
0 183.191232 l
cl
1.000 setgray
fill
grestore
gsave
78.53125 33.484375 m
352.88625 33.484375 l
352.88625 171.191232 l
78.53125 171.191232 l
cl
grestore
1.000 setlinewidth
1 setlinejoin
0 setlinecap
[] 0 setdash
0.150 setgray
gsave
/o {
gsave
newpath
translate
1.0 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -4.8 l
gsave
0.150 setgray
fill
grestore
stroke
grestore
} bind def
78.5312 33.4844 o
grestore
/LiberationSans findfont
7.000 scalefont
setfont
gsave
76.585938 20.106250 translate
0.000000 rotate
0.000000 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
1.0 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -4.8 l
gsave
0.150 setgray
fill
grestore
stroke
grestore
} bind def
133.402 33.4844 o
grestore
gsave
129.511625 20.106250 translate
0.000000 rotate
0.000000 0.000000 m /two glyphshow
3.893066 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
1.0 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -4.8 l
gsave
0.150 setgray
fill
grestore
stroke
grestore
} bind def
188.273 33.4844 o
grestore
gsave
184.382625 20.106250 translate
0.000000 rotate
0.000000 0.000000 m /four glyphshow
3.893066 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
1.0 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -4.8 l
gsave
0.150 setgray
fill
grestore
stroke
grestore
} bind def
243.144 33.4844 o
grestore
gsave
239.253625 20.106250 translate
0.000000 rotate
0.000000 0.000000 m /six glyphshow
3.893066 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
1.0 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -4.8 l
gsave
0.150 setgray
fill
grestore
stroke
grestore
} bind def
298.015 33.4844 o
grestore
gsave
294.124625 20.106250 translate
0.000000 rotate
0.000000 0.000000 m /eight glyphshow
3.893066 0.000000 m /zero glyphshow
grestore
gsave
/o {
gsave
newpath
translate
1.0 setlinewidth
1 setlinejoin
0 setlinecap
0 0 m
0 -4.8 l
gsave
0.150 setgray
fill
grestore
stroke
grestore
} bind def
352.886 33.4844 o
grestore
gsave
347.050313 20.106250 translate
0.000000 rotate
0.000000 0.000000 m /one glyphshow
3.893066 0.000000 m /zero glyphshow
7.786133 0.000000 m /zero glyphshow
grestore
/LiberationSans findfont
8.000 scalefont
setfont
gsave
187.896250 8.856250 translate
0.000000 rotate
0.000000 0.000000 m /P glyphshow
5.335938 0.000000 m /e glyphshow
9.785156 0.000000 m /r glyphshow
12.449219 0.000000 m /c glyphshow
16.449219 0.000000 m /e glyphshow
20.898438 0.000000 m /n glyphshow
25.347656 0.000000 m /t glyphshow
27.570312 0.000000 m /a glyphshow
32.019531 0.000000 m /g glyphshow
36.468750 0.000000 m /e glyphshow
40.917969 0.000000 m /space glyphshow
43.140625 0.000000 m /parenleft glyphshow
45.804688 0.000000 m /percent glyphshow
52.917969 0.000000 m /parenright glyphshow
grestore
/LiberationSans findfont
7.000 scalefont
setfont
gsave
7.200000 148.282197 translate
0.000000 rotate
0.000000 0.000000 m /parenleft glyphshow
2.331055 0.000000 m /a glyphshow
6.224121 0.000000 m /parenright glyphshow
8.555176 0.000000 m /space glyphshow
10.500000 0.000000 m /P glyphshow
15.168945 0.000000 m /r glyphshow
17.500000 0.000000 m /e glyphshow
21.393066 0.000000 m /p glyphshow
25.286133 0.000000 m /r glyphshow
27.617188 0.000000 m /o glyphshow
31.510254 0.000000 m /c glyphshow
35.010254 0.000000 m /e glyphshow
38.903320 0.000000 m /s glyphshow
42.403320 0.000000 m /s glyphshow
45.903320 0.000000 m /i glyphshow
47.458496 0.000000 m /n glyphshow
51.351562 0.000000 m /g glyphshow
55.244629 0.000000 m /space glyphshow
57.189453 0.000000 m /o glyphshow
61.082520 0.000000 m /f glyphshow
grestore
gsave
39.856250 140.735322 translate
0.000000 rotate
0.000000 0.000000 m /E glyphshow
4.668945 0.000000 m /E glyphshow
9.337891 0.000000 m /G glyphshow
14.782715 0.000000 m /space glyphshow
16.727539 0.000000 m /d glyphshow
20.620605 0.000000 m /a glyphshow
24.513672 0.000000 m /t glyphshow
26.458496 0.000000 m /a glyphshow
grestore
gsave
37.918750 103.572179 translate
0.000000 rotate
0.000000 0.000000 m /parenleft glyphshow
2.331055 0.000000 m /b glyphshow
6.224121 0.000000 m /parenright glyphshow
8.555176 0.000000 m /space glyphshow
10.500000 0.000000 m /A glyphshow
15.168945 0.000000 m /r glyphshow
17.500000 0.000000 m /t glyphshow
19.444824 0.000000 m /i glyphshow
21.000000 0.000000 m /f glyphshow
22.944824 0.000000 m /a glyphshow
26.837891 0.000000 m /c glyphshow
30.337891 0.000000 m /t glyphshow
grestore
gsave
43.762500 96.025304 translate
0.000000 rotate
0.000000 0.000000 m /h glyphshow
3.893066 0.000000 m /a glyphshow
7.786133 0.000000 m /n glyphshow
11.679199 0.000000 m /d glyphshow
15.572266 0.000000 m /l glyphshow
17.127441 0.000000 m /i glyphshow
18.682617 0.000000 m /n glyphshow
22.575684 0.000000 m /g glyphshow
grestore
gsave
30.543750 58.862160 translate
0.000000 rotate
0.000000 0.000000 m /parenleft glyphshow
2.331055 0.000000 m /c glyphshow
5.831055 0.000000 m /parenright glyphshow
8.162109 0.000000 m /space glyphshow
10.106934 0.000000 m /E glyphshow
14.775879 0.000000 m /x glyphshow
18.275879 0.000000 m /t glyphshow
20.220703 0.000000 m /r glyphshow
22.551758 0.000000 m /a glyphshow
26.444824 0.000000 m /c glyphshow
29.944824 0.000000 m /t glyphshow
31.889648 0.000000 m /e glyphshow
35.782715 0.000000 m /d glyphshow
grestore
gsave
44.934375 51.315285 translate
0.000000 rotate
0.000000 0.000000 m /f glyphshow
1.944824 0.000000 m /e glyphshow
5.837891 0.000000 m /a glyphshow
9.730957 0.000000 m /t glyphshow
11.675781 0.000000 m /u glyphshow
15.568848 0.000000 m /r glyphshow
17.899902 0.000000 m /e glyphshow
21.792969 0.000000 m /s glyphshow
grestore
0.800 setlinewidth
0 setlinejoin
[] 0 setdash
1.000 setgray
gsave
274.4 137.7 78.53 33.48 clipbox
78.53125 164.93183 m
78.53125 164.93183 l
78.53125 129.163815 l
78.53125 129.163815 l
cl
gsave
0.681 0.799 0.860 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
78.53125 120.221811 m
78.53125 120.221811 l
78.53125 84.453796 l
78.53125 84.453796 l
cl
gsave
0.195 0.456 0.633 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
78.53125 75.511792 m
78.53125 75.511792 l
78.53125 39.743778 l
78.53125 39.743778 l
cl
gsave
0.700 0.833 0.583 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
78.53125 153.754325 m
276.280633 153.754325 l
276.280633 140.341319 l
78.53125 140.341319 l
cl
gsave
0.651 0.808 0.890 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
276.280633 153.754325 m
317.255731 153.754325 l
317.255731 140.341319 l
276.280633 140.341319 l
cl
gsave
0.122 0.471 0.706 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
317.255731 153.754325 m
352.88625 153.754325 l
352.88625 140.341319 l
317.255731 140.341319 l
cl
gsave
0.698 0.875 0.541 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
78.53125 109.044306 m
142.666185 109.044306 l
142.666185 95.631301 l
78.53125 95.631301 l
cl
gsave
0.651 0.808 0.890 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
142.666185 109.044306 m
270.936055 109.044306 l
270.936055 95.631301 l
142.666185 95.631301 l
cl
gsave
0.122 0.471 0.706 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
270.936055 109.044306 m
352.88625 109.044306 l
352.88625 95.631301 l
270.936055 95.631301 l
cl
gsave
0.698 0.875 0.541 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
78.53125 64.334288 m
105.25414 64.334288 l
105.25414 50.921282 l
78.53125 50.921282 l
cl
gsave
0.651 0.808 0.890 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
105.25414 64.334288 m
112.380244 64.334288 l
112.380244 50.921282 l
105.25414 50.921282 l
cl
gsave
0.122 0.471 0.706 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
112.380244 64.334288 m
244.213166 64.334288 l
244.213166 50.921282 l
112.380244 50.921282 l
cl
gsave
0.698 0.875 0.541 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
244.213166 64.334288 m
349.323198 64.334288 l
349.323198 50.921282 l
244.213166 50.921282 l
cl
gsave
0.200 0.627 0.173 setrgbcolor
fill
grestore
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
349.323198 64.334288 m
352.88625 64.334288 l
352.88625 50.921282 l
349.323198 50.921282 l
cl
gsave
0.984 0.604 0.600 setrgbcolor
fill
grestore
stroke
grestore
2.160 setlinewidth
1 setlinejoin
1 setlinecap
[] 0 setdash
0.260 setgray
gsave
274.4 137.7 78.53 33.48 clipbox
0 0 m
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
0 0 m
stroke
grestore
gsave
274.4 137.7 78.53 33.48 clipbox
0 0 m
stroke
grestore
1.000 setlinewidth
0 setlinejoin
2 setlinecap
[] 0 setdash
0.150 setgray
gsave
78.53125 33.484375 m
352.88625 33.484375 l
stroke
grestore
/LiberationSans findfont
8.000 scalefont
setfont
gsave
170.726254 144.977510 translate
0.000000 rotate
0.000000 0.000000 m /one glyphshow
4.449219 0.000000 m /one glyphshow
8.898438 0.000000 m /one glyphshow
grestore
gsave
292.315057 144.977510 translate
0.000000 rotate
0.000000 0.000000 m /two glyphshow
4.449219 0.000000 m /three glyphshow
grestore
gsave
330.617865 144.977510 translate
0.000000 rotate
0.000000 0.000000 m /two glyphshow
4.449219 0.000000 m /zero glyphshow
grestore
gsave
106.145593 100.267491 translate
0.000000 rotate
0.000000 0.000000 m /three glyphshow
4.449219 0.000000 m /six glyphshow
grestore
gsave
202.347995 100.267491 translate
0.000000 rotate
0.000000 0.000000 m /seven glyphshow
4.449219 0.000000 m /two glyphshow
grestore
gsave
307.458028 100.267491 translate
0.000000 rotate
0.000000 0.000000 m /four glyphshow
4.449219 0.000000 m /six glyphshow
grestore
gsave
87.439570 55.557473 translate
0.000000 rotate
0.000000 0.000000 m /one glyphshow
4.449219 0.000000 m /five glyphshow
grestore
gsave
173.843580 55.557473 translate
0.000000 rotate
0.000000 0.000000 m /seven glyphshow
4.449219 0.000000 m /four glyphshow
grestore
gsave
292.315057 55.557473 translate
0.000000 rotate
0.000000 0.000000 m /five glyphshow
4.449219 0.000000 m /nine glyphshow
grestore
0.800 setlinewidth
0 setlinecap
1.000 setgray
gsave
372.904 155.266572 m
386.904 155.266572 l
386.904 160.166572 l
372.904 160.166572 l
cl
gsave
0.651 0.808 0.890 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
/LiberationSans findfont
7.000 scalefont
setfont
gsave
392.504000 155.266572 translate
0.000000 rotate
0.000000 0.000000 m /Y glyphshow
4.668945 0.000000 m /e glyphshow
8.562012 0.000000 m /s glyphshow
grestore
1.000 setgray
gsave
372.904 145.235322 m
386.904 145.235322 l
386.904 150.135322 l
372.904 150.135322 l
cl
gsave
0.122 0.471 0.706 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 145.235322 translate
0.000000 rotate
0.000000 0.000000 m /N glyphshow
5.055176 0.000000 m /o glyphshow
grestore
1.000 setgray
gsave
372.904 135.204072 m
386.904 135.204072 l
386.904 140.104072 l
372.904 140.104072 l
cl
gsave
0.698 0.875 0.541 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 135.204072 translate
0.000000 rotate
0.000000 0.000000 m /N glyphshow
5.055176 0.000000 m /slash glyphshow
7.000000 0.000000 m /M glyphshow
grestore
1.000 setgray
gsave
372.904 110.556554 m
386.904 110.556554 l
386.904 115.456554 l
372.904 115.456554 l
cl
gsave
0.651 0.808 0.890 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 110.556554 translate
0.000000 rotate
0.000000 0.000000 m /Y glyphshow
4.668945 0.000000 m /e glyphshow
8.562012 0.000000 m /s glyphshow
grestore
1.000 setgray
gsave
372.904 100.525304 m
386.904 100.525304 l
386.904 105.425304 l
372.904 105.425304 l
cl
gsave
0.122 0.471 0.706 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 100.525304 translate
0.000000 rotate
0.000000 0.000000 m /N glyphshow
5.055176 0.000000 m /o glyphshow
grestore
1.000 setgray
gsave
372.904 90.494054 m
386.904 90.494054 l
386.904 95.394054 l
372.904 95.394054 l
cl
gsave
0.698 0.875 0.541 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 90.494054 translate
0.000000 rotate
0.000000 0.000000 m /N glyphshow
5.055176 0.000000 m /slash glyphshow
7.000000 0.000000 m /M glyphshow
grestore
1.000 setgray
gsave
372.904 75.877785 m
386.904 75.877785 l
386.904 80.777785 l
372.904 80.777785 l
cl
gsave
0.651 0.808 0.890 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 75.877785 translate
0.000000 rotate
0.000000 0.000000 m /O glyphshow
5.444824 0.000000 m /t glyphshow
7.389648 0.000000 m /h glyphshow
11.282715 0.000000 m /e glyphshow
15.175781 0.000000 m /r glyphshow
grestore
1.000 setgray
gsave
372.904 65.846535 m
386.904 65.846535 l
386.904 70.746535 l
372.904 70.746535 l
cl
gsave
0.122 0.471 0.706 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 65.846535 translate
0.000000 rotate
0.000000 0.000000 m /N glyphshow
5.055176 0.000000 m /slash glyphshow
7.000000 0.000000 m /M glyphshow
grestore
1.000 setgray
gsave
372.904 55.815285 m
386.904 55.815285 l
386.904 60.715285 l
372.904 60.715285 l
cl
gsave
0.698 0.875 0.541 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 55.815285 translate
0.000000 rotate
0.000000 0.000000 m /R glyphshow
5.055176 0.000000 m /a glyphshow
8.948242 0.000000 m /w glyphshow
14.003418 0.000000 m /space glyphshow
15.948242 0.000000 m /E glyphshow
20.617188 0.000000 m /E glyphshow
25.286133 0.000000 m /G glyphshow
grestore
1.000 setgray
gsave
372.904 45.784035 m
386.904 45.784035 l
386.904 50.684035 l
372.904 50.684035 l
cl
gsave
0.200 0.627 0.173 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 45.784035 translate
0.000000 rotate
0.000000 0.000000 m /F glyphshow
4.275879 0.000000 m /r glyphshow
6.606934 0.000000 m /e glyphshow
10.500000 0.000000 m /q glyphshow
14.393066 0.000000 m /u glyphshow
18.286133 0.000000 m /e glyphshow
22.179199 0.000000 m /n glyphshow
26.072266 0.000000 m /c glyphshow
29.572266 0.000000 m /y glyphshow
33.072266 0.000000 m /hyphen glyphshow
35.403320 0.000000 m /d glyphshow
39.296387 0.000000 m /o glyphshow
43.189453 0.000000 m /m glyphshow
49.020508 0.000000 m /a glyphshow
52.913574 0.000000 m /i glyphshow
54.468750 0.000000 m /n glyphshow
grestore
1.000 setgray
gsave
372.904 35.752785 m
386.904 35.752785 l
386.904 40.652785 l
372.904 40.652785 l
cl
gsave
0.984 0.604 0.600 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 35.752785 translate
0.000000 rotate
0.000000 0.000000 m /C glyphshow
5.055176 0.000000 m /o glyphshow
8.948242 0.000000 m /m glyphshow
14.779297 0.000000 m /b glyphshow
18.672363 0.000000 m /i glyphshow
20.227539 0.000000 m /n glyphshow
24.120605 0.000000 m /a glyphshow
28.013672 0.000000 m /t glyphshow
29.958496 0.000000 m /i glyphshow
31.513672 0.000000 m /o glyphshow
35.406738 0.000000 m /n glyphshow
grestore
1.000 setgray
gsave
372.904 75.877785 m
386.904 75.877785 l
386.904 80.777785 l
372.904 80.777785 l
cl
gsave
0.651 0.808 0.890 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 75.877785 translate
0.000000 rotate
0.000000 0.000000 m /O glyphshow
5.444824 0.000000 m /t glyphshow
7.389648 0.000000 m /h glyphshow
11.282715 0.000000 m /e glyphshow
15.175781 0.000000 m /r glyphshow
grestore
1.000 setgray
gsave
372.904 65.846535 m
386.904 65.846535 l
386.904 70.746535 l
372.904 70.746535 l
cl
gsave
0.122 0.471 0.706 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 65.846535 translate
0.000000 rotate
0.000000 0.000000 m /N glyphshow
5.055176 0.000000 m /slash glyphshow
7.000000 0.000000 m /M glyphshow
grestore
1.000 setgray
gsave
372.904 55.815285 m
386.904 55.815285 l
386.904 60.715285 l
372.904 60.715285 l
cl
gsave
0.698 0.875 0.541 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 55.815285 translate
0.000000 rotate
0.000000 0.000000 m /R glyphshow
5.055176 0.000000 m /a glyphshow
8.948242 0.000000 m /w glyphshow
14.003418 0.000000 m /space glyphshow
15.948242 0.000000 m /E glyphshow
20.617188 0.000000 m /E glyphshow
25.286133 0.000000 m /G glyphshow
grestore
1.000 setgray
gsave
372.904 45.784035 m
386.904 45.784035 l
386.904 50.684035 l
372.904 50.684035 l
cl
gsave
0.200 0.627 0.173 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 45.784035 translate
0.000000 rotate
0.000000 0.000000 m /F glyphshow
4.275879 0.000000 m /r glyphshow
6.606934 0.000000 m /e glyphshow
10.500000 0.000000 m /q glyphshow
14.393066 0.000000 m /u glyphshow
18.286133 0.000000 m /e glyphshow
22.179199 0.000000 m /n glyphshow
26.072266 0.000000 m /c glyphshow
29.572266 0.000000 m /y glyphshow
33.072266 0.000000 m /hyphen glyphshow
35.403320 0.000000 m /d glyphshow
39.296387 0.000000 m /o glyphshow
43.189453 0.000000 m /m glyphshow
49.020508 0.000000 m /a glyphshow
52.913574 0.000000 m /i glyphshow
54.468750 0.000000 m /n glyphshow
grestore
1.000 setgray
gsave
372.904 35.752785 m
386.904 35.752785 l
386.904 40.652785 l
372.904 40.652785 l
cl
gsave
0.984 0.604 0.600 setrgbcolor
fill
grestore
stroke
grestore
0.150 setgray
gsave
392.504000 35.752785 translate
0.000000 rotate
0.000000 0.000000 m /C glyphshow
5.055176 0.000000 m /o glyphshow
8.948242 0.000000 m /m glyphshow
14.779297 0.000000 m /b glyphshow
18.672363 0.000000 m /i glyphshow
20.227539 0.000000 m /n glyphshow
24.120605 0.000000 m /a glyphshow
28.013672 0.000000 m /t glyphshow
29.958496 0.000000 m /i glyphshow
31.513672 0.000000 m /o glyphshow
35.406738 0.000000 m /n glyphshow
grestore
end
showpage