From 0dad310636511861e7cb5ba0974c818fdf1c1377 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 3 Jan 2010 18:45:56 +0000 Subject: avoid deletion of newline after %%BeginFont and the like with -K1, report from T S, 1 Jan 2010 16:32:16 git-svn-id: svn://tug.org/texlive/trunk@16584 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipsk/ChangeLog | 12 + Build/source/texk/dvipsk/Makefile.am | 12 +- Build/source/texk/dvipsk/Makefile.in | 11 +- Build/source/texk/dvipsk/beginfontk1.test | 9 + Build/source/texk/dvipsk/output.c | 4 +- Build/source/texk/dvipsk/testdata/beginfontk1.eps | 1492 +++++++++++++++++++++ Build/source/texk/dvipsk/testdata/beginfontk1.tex | 5 + 7 files changed, 1535 insertions(+), 10 deletions(-) create mode 100755 Build/source/texk/dvipsk/beginfontk1.test create mode 100644 Build/source/texk/dvipsk/testdata/beginfontk1.eps create mode 100644 Build/source/texk/dvipsk/testdata/beginfontk1.tex diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index c5874e4d858..250984f8555 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,15 @@ +2010-01-03 Karl Berry + + * output.c (copyfile_general) : write newline + after writing possibleDSCLine. + * beginfontk1.test, + * testdata/beginfontk1.{tex,eps}: new test. + Report from T S, 1 Jan 2010 16:32:16, + fix from Akira Kakuto, 02 Jan 2010 09:07:19. + + * Makefile.am (TESTS_ENVIRONMENT): set TEXFONTS instead of + TFMFONTS, VFFONTS, and TEXFONTMAPS. + 2010-01-02 Karl Berry * dvips.texi (Debug options), diff --git a/Build/source/texk/dvipsk/Makefile.am b/Build/source/texk/dvipsk/Makefile.am index f3fbdde3b0a..5eb0b649c5e 100644 --- a/Build/source/texk/dvipsk/Makefile.am +++ b/Build/source/texk/dvipsk/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/dvipsk/ ## -## Copyright (C) 2009 Peter Breitenlohner +## Copyright (C) 2009, 2010 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## ACLOCAL_AMFLAGS = -I ../../m4 @@ -111,17 +111,21 @@ CLEANFILES = $(prologues) texc.lpro ## dvips test ## -TESTS = dvips.test pfbincl.test +TESTS = beginfontk1.test dvips.test pfbincl.test TESTS_ENVIRONMENT = TEXMFCNF=$(srcdir)/../kpathsea TEXCONFIG=$(srcdir)/testdata -TESTS_ENVIRONMENT += TFMFONTS=$(srcdir)/testdata VFFONTS=$(srcdir)/testdata -TESTS_ENVIRONMENT += TEXFONTMAPS=$(srcdir)/testdata TEXPSHEADERS=$(srcdir)/testdata +TESTS_ENVIRONMENT += TEXFONTS=$(srcdir)/testdata +TESTS_ENVIRONMENT += TEXPSHEADERS=$(srcdir)/testdata EXTRA_DIST += \ + beginfontk1.test \ dvips.test \ pfbincl.test \ testdata/8r.enc \ testdata/ad.enc \ + testdata/beginfontk1.dvi \ + testdata/beginfontk1.eps \ + testdata/beginfontk1.tex \ testdata/cmex10.pfb \ testdata/cmex10.tfm \ testdata/cmmi10.pfb \ diff --git a/Build/source/texk/dvipsk/Makefile.in b/Build/source/texk/dvipsk/Makefile.in index 787b9bce372..e13d2a83429 100644 --- a/Build/source/texk/dvipsk/Makefile.in +++ b/Build/source/texk/dvipsk/Makefile.in @@ -379,8 +379,10 @@ dist_prologues = \ prologdir = ${prefix}/texmf/dvips/base prologues = $(dist_prologues:.lpro=.pro) texc.pro SUFFIXES = .pro .lpro -EXTRA_DIST = $(dist_prologues) texc.script dvips.test pfbincl.test \ - testdata/8r.enc testdata/ad.enc testdata/cmex10.pfb \ +EXTRA_DIST = $(dist_prologues) texc.script beginfontk1.test dvips.test \ + pfbincl.test testdata/8r.enc testdata/ad.enc \ + testdata/beginfontk1.dvi testdata/beginfontk1.eps \ + testdata/beginfontk1.tex testdata/cmex10.pfb \ testdata/cmex10.tfm testdata/cmmi10.pfb testdata/cmmi10.tfm \ testdata/cmr10.pfb testdata/cmr10.tfm testdata/cmsy10.pfb \ testdata/cmsy10.tfm testdata/cmtt10.pfb testdata/cmtt10.tfm \ @@ -399,10 +401,9 @@ EXTRA_DIST = $(dist_prologues) texc.script dvips.test pfbincl.test \ mvs psfonts.map tex vmcms vms CLEANFILES = $(prologues) texc.lpro dvipstst.ps missfont.log mtest.ps \ pfbincl.ps -TESTS = dvips.test pfbincl.test +TESTS = beginfontk1.test dvips.test pfbincl.test TESTS_ENVIRONMENT = TEXMFCNF=$(srcdir)/../kpathsea \ - TEXCONFIG=$(srcdir)/testdata TFMFONTS=$(srcdir)/testdata \ - VFFONTS=$(srcdir)/testdata TEXFONTMAPS=$(srcdir)/testdata \ + TEXCONFIG=$(srcdir)/testdata TEXFONTS=$(srcdir)/testdata \ TEXPSHEADERS=$(srcdir)/testdata all: c-auto.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/Build/source/texk/dvipsk/beginfontk1.test b/Build/source/texk/dvipsk/beginfontk1.test new file mode 100755 index 00000000000..ffd5988de88 --- /dev/null +++ b/Build/source/texk/dvipsk/beginfontk1.test @@ -0,0 +1,9 @@ +#! /bin/sh +# ensure -K1 does not remove newline after %%BeginFont line. +# Report from T S, 1 Jan 2010 16:32:16. + +tst=beginfontk1 +dvips -K1 $srcdir/testdata/$tst.dvi -o || exit 1 +grep '^%%BeginFont: /MC1_ArialBold$' $tst.ps || exit 1 + +exit 0 diff --git a/Build/source/texk/dvipsk/output.c b/Build/source/texk/dvipsk/output.c index cc899b50cd3..687dc817039 100644 --- a/Build/source/texk/dvipsk/output.c +++ b/Build/source/texk/dvipsk/output.c @@ -310,8 +310,10 @@ msdosdone: char *p = possibleDSCLine ; *dscLinePointer = 0 ; *dscLineEnd = 0 ; - if (scanForEnd == 0 && removecomments) + if (scanForEnd == 0 && removecomments) { (void)fputs(possibleDSCLine, bitfile) ; + (void)putc('\n', bitfile) ; + } if (strncmp(possibleDSCLine, "%%BeginFont:", 12) == 0) { diff --git a/Build/source/texk/dvipsk/testdata/beginfontk1.eps b/Build/source/texk/dvipsk/testdata/beginfontk1.eps new file mode 100644 index 00000000000..ca5d5fe6fca --- /dev/null +++ b/Build/source/texk/dvipsk/testdata/beginfontk1.eps @@ -0,0 +1,1492 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%BoundingBox: 0 0 819 573 +%%LanguageLevel: 2 +%%Creator: OriginLab Corporation +%%Title: (C:\Documents and Settings\Пользователь\Рабочий стол\Graph4.eps) +%%CreationDate: Tue Dec 01 00:57:40 2009 +%%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_ArialBold +12 dict begin +/FontInfo 8 dict dup begin +/ItalicAngle 0 def +/UnderlinePosition -217.00 def +/UnderlineThickness 215.00 def +/StrikeoutPosition 530.00 def +/StrikeoutThickness 102.00 def +/isFixedPitch false def +end readonly def +/FontName /MC1_ArialBold def +/FontType 3 def +/FontMatrix [1 2048 div 0 0 1 2048 div 0 0] def +/FontBBox [-1286 -771 4096 2069] def +/Encoding 256 array def 0 1 255{Encoding exch/.notdef put}for +Encoding 32/s32 put +Encoding 45/s45 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 +/BoundingBoxes 10 dict def +BoundingBoxes begin +/s32 [0 -434 569 1854] def +/s45 [0 -434 682 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 +end +/Metrics 10 dict def + Metrics begin +/s32 569 def +/s45 682 def +/s46 569 def +/s48 1139 def +/s49 1139 def +/s50 1139 def +/s51 1139 def +/s52 1139 def +/s53 1139 def +end +/CharProcs 10 dict def +CharProcs begin +/.notdef {} def +/s45 { +115 391 m +115 672 115 391 115 672 c +667 672 115 672 667 672 c +667 391 667 672 667 391 c +115 391 667 391 115 391 c +closepath } bind def +/s46 { +147 0 m +147 281 147 0 147 281 c +428 281 147 281 428 281 c +428 0 428 281 428 0 c +147 0 428 0 147 0 c +closepath } bind def +/s48 { +562 1472 m +704 1472 815 1421.33 895 1320 c +990.33 1200 1038 1001 1038 723 c +1038 445.67 990 246.33 894 125 c +814.67 25 704 -25 562 -25 c +419.33 -25 304.33 29.83 217 139.5 c +129.67 249.17 86 444.67 86 726 c +86 1002 134 1200.67 230 1322 c +309.33 1422 420 1472 562 1472 c +closepath 562 1239 m +528 1239 497.67 1228.17 471 1206.5 c +444.33 1184.83 423.67 1146 409 1090 c +389.67 1017.33 380 895 380 723 c +380 551 388.67 432.83 406 368.5 c +423.33 304.17 445.17 261.33 471.5 240 c +497.83 218.67 528 208 562 208 c +596 208 626.33 218.83 653 240.5 c +679.67 262.17 700.33 301 715 357 c +734.33 429 744 551 744 723 c +744 895 735.33 1013.17 718 1077.5 c +700.67 1141.83 678.83 1184.83 652.5 1206.5 c +626.17 1228.17 596 1239 562 1239 c +closepath } bind def +/s49 { +806 0 m +525 0 806 0 525 0 c +525 1059 525 0 525 1059 c +422.33 963 301.33 892 162 846 c +162 1101 162 846 162 1101 c +235.33 1125 315 1170.5 401 1237.5 c +487 1304.5 546 1382.67 578 1472 c +806 1472 578 1472 806 1472 c +806 0 806 1472 806 0 c +closepath } bind def +/s50 { +1036 261 m +1036 0 1036 261 1036 0 c +51 0 1036 0 51 0 c +61.67 98.67 93.67 192.17 147 280.5 c +200.33 368.83 305.67 486 463 632 c +589.67 750 667.33 830 696 872 c +734.67 930 754 987.33 754 1044 c +754 1106.67 737.17 1154.83 703.5 1188.5 c +669.83 1222.17 623.33 1239 564 1239 c +505.33 1239 458.67 1221.33 424 1186 c +389.33 1150.67 369.33 1092 364 1010 c +84 1038 364 1010 84 1038 c +100.67 1192.67 153 1303.67 241 1371 c +329 1438.33 439 1472 571 1472 c +715.67 1472 829.33 1433 912 1355 c +994.67 1277 1036 1180 1036 1064 c +1036 998 1024.17 935.17 1000.5 875.5 c +976.83 815.83 939.33 753.33 888 688 c +854 644.67 792.67 582.33 704 501 c +615.33 419.67 559.17 365.67 535.5 339 c +511.83 312.33 492.67 286.33 478 261 c +1036 261 478 261 1036 261 c +closepath } bind def +/s51 { +77 389 m +349 422 77 389 349 422 c +357.67 352.67 381 299.67 419 263 c +457 226.33 503 208 557 208 c +615 208 663.83 230 703.5 274 c +743.17 318 763 377.33 763 452 c +763 522.67 744 578.67 706 620 c +668 661.33 621.67 682 567 682 c +531 682 488 675 438 661 c +469 890 438 661 469 890 c +545 888 603 904.5 643 939.5 c +683 974.5 703 1021 703 1079 c +703 1128.33 688.33 1167.67 659 1197 c +629.67 1226.33 590.67 1241 542 1241 c +494 1241 453 1224.33 419 1191 c +385 1157.67 364.33 1109 357 1045 c +98 1089 357 1045 98 1089 c +116 1177.67 143.17 1248.5 179.5 1301.5 c +215.83 1354.5 266.5 1396.17 331.5 1426.5 c +396.5 1456.83 469.33 1472 550 1472 c +688 1472 798.67 1428 882 1340 c +950.67 1268 985 1186.67 985 1096 c +985 967.33 914.67 864.67 774 788 c +858 770 925.17 729.67 975.5 667 c +1025.83 604.33 1051 528.67 1051 440 c +1051 311.33 1004 201.67 910 111 c +816 20.33 699 -25 559 -25 c +426.33 -25 316.33 13.17 229 89.5 c +141.67 165.83 91 265.67 77 389 c +closepath } bind def +/s52 { +638 0 m +638 295 638 0 638 295 c +38 295 638 295 38 295 c +38 541 38 295 38 541 c +674 1472 38 541 674 1472 c +910 1472 674 1472 910 1472 c +910 542 910 1472 910 542 c +1092 542 910 542 1092 542 c +1092 295 1092 542 1092 295 c +910 295 1092 295 910 295 c +910 0 910 295 910 0 c +638 0 910 0 638 0 c +closepath 638 542 m +638 1043 638 542 638 1043 c +301 542 638 1043 301 542 c +638 542 301 542 638 542 c +closepath } bind def +/s53 { +91 377 m +371 406 91 377 371 406 c +379 342.67 402.67 292.5 442 255.5 c +481.33 218.5 526.67 200 578 200 c +636.67 200 686.33 223.83 727 271.5 c +767.67 319.17 788 391 788 487 c +788 577 767.83 644.5 727.5 689.5 c +687.17 734.5 634.67 757 570 757 c +489.33 757 417 721.33 353 650 c +125 683 353 650 125 683 c +269 1446 125 683 269 1446 c +1012 1446 269 1446 1012 1446 c +1012 1183 1012 1446 1012 1183 c +482 1183 1012 1183 482 1183 c +438 934 482 1183 438 934 c +500.67 965.33 564.67 981 630 981 c +754.67 981 860.33 935.67 947 845 c +1033.67 754.33 1077 636.67 1077 492 c +1077 371.33 1042 263.67 972 169 c +876.67 39.67 744.33 -25 575 -25 c +439.67 -25 329.33 11.33 244 84 c +158.67 156.67 107.67 254.33 91 377 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_ArialBold exch definefont pop +%%EndFont +%%BeginFont: /MC2_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 /MC2_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 +/BoundingBoxes 2 dict def +BoundingBoxes begin +/s32 [0 -434 569 1854] def +end +/Metrics 2 dict def + Metrics begin +/s32 569 def +end +/CharProcs 2 dict def +CharProcs begin +/.notdef {} 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_Arial exch definefont pop +%%EndFont +%%BeginFont: /MC3_ArialBoldItalic +12 dict begin +/FontInfo 8 dict dup begin +/ItalicAngle 12 def +/UnderlinePosition -217.00 def +/UnderlineThickness 215.00 def +/StrikeoutPosition 530.00 def +/StrikeoutThickness 102.00 def +/isFixedPitch false def +end readonly def +/FontName /MC3_ArialBoldItalic def +/FontType 3 def +/FontMatrix [1 2048 div 0 0 1 2048 div 0 0] def +/FontBBox [-1146 -771 2968 2049] def +/Encoding 256 array def 0 1 255{Encoding exch/.notdef put}for +Encoding 32/s32 put +Encoding 40/s40 put +Encoding 41/s41 put +Encoding 46/s46 put +Encoding 48/s48 put +Encoding 50/s50 put +Encoding 51/s51 put +Encoding 53/s53 put +Encoding 61/s61 put +Encoding 84/s84 put +Encoding 98/s98 put +Encoding 115/s115 put +/BoundingBoxes 13 dict def +BoundingBoxes begin +/s32 [0 -434 1055 1854] def +/s40 [0 -434 1168 1854] def +/s41 [-160 -434 1168 1854] def +/s46 [0 -434 1055 1854] def +/s48 [0 -434 1625 1854] def +/s50 [0 -434 1625 1854] def +/s51 [0 -434 1625 1854] def +/s53 [0 -434 1625 1854] def +/s61 [0 -434 1682 1854] def +/s84 [0 -434 1737 1854] def +/s98 [0 -434 1737 1854] def +/s115 [0 -434 1625 1854] def +end +/Metrics 13 dict def + Metrics begin +/s32 569 def +/s40 682 def +/s41 682 def +/s46 569 def +/s48 1139 def +/s50 1139 def +/s51 1139 def +/s53 1139 def +/s61 1196 def +/s84 1251 def +/s98 1251 def +/s115 1139 def +end +/CharProcs 13 dict def +CharProcs begin +/.notdef {} def +/s40 { +491 -431 m +296 -431 491 -431 296 -431 c +241.33 -303.67 200.83 -174.83 174.5 -44.5 c +148.17 85.83 135 205.33 135 314 c +135 450 156.83 586.5 200.5 723.5 c +244.17 860.5 311 1000 401 1142 c +457.67 1232.67 548.67 1349 674 1491 c +892 1491 674 1491 892 1491 c +764.67 1341.67 666.5 1201.33 597.5 1070 c +528.5 938.67 477 795.67 443 641 c +409 486.33 392 335 392 187 c +392 87 399.5 -10.33 414.5 -105 c +429.5 -199.67 455 -308.33 491 -431 c +closepath } bind def +/s41 { +241 1491 m +436 1491 241 1491 436 1491 c +490.67 1364.33 531.17 1235.67 557.5 1105 c +583.83 974.33 597 855 597 747 c +597 611 575.17 474.5 531.5 337.5 c +487.83 200.5 421 60.67 331 -82 c +273.67 -172.67 182.67 -289 58 -431 c +-160 -431 58 -431 -160 -431 c +-33.33 -281.67 64.5 -141.67 133.5 -11 c +202.5 119.67 254 262.5 288 417.5 c +322 572.5 339 724.33 339 873 c +339 973.67 331.67 1071.17 317 1165.5 c +302.33 1259.83 277 1368.33 241 1491 c +closepath } bind def +/s46 { +148 277 m +432 277 148 277 432 277 c +374 0 432 277 374 0 c +90 0 374 0 90 0 c +148 277 90 0 148 277 c +closepath } bind def +/s48 { +132 477 m +132 624.33 157 773.67 207 925 c +268.33 1109.67 347 1247 443 1337 c +539 1427 645.67 1472 763 1472 c +881.67 1472 979.17 1429 1055.5 1343 c +1131.83 1257 1170 1132 1170 968 c +1170 818 1142.17 659.5 1086.5 492.5 c +1030.83 325.5 955.67 197.5 861 108.5 c +766.33 19.5 659.67 -25 541 -25 c +422.33 -25 324.5 18 247.5 104 c +170.5 190 132 314.33 132 477 c +closepath 414 419 m +414 340.33 426.67 285 452 253 c +477.33 221 510 205 550 205 c +603.33 205 650.67 229.67 692 279 c +747.33 345 796.33 475 839 669 c +873 823 890 945 890 1035 c +890 1108.33 877.17 1161.17 851.5 1193.5 c +825.83 1225.83 793 1242 753 1242 c +702.33 1242 657.33 1217.67 618 1169 c +560 1098.33 510 974 468 796 c +432 642 414 516.33 414 419 c +closepath } bind def +/s50 { +541 1009 m +260 1051 541 1009 260 1051 c +282.67 1187 335.5 1291.17 418.5 1363.5 c +501.5 1435.83 605.33 1472 730 1472 c +866.67 1472 974 1435 1052 1361 c +1130 1287 1169 1193 1169 1079 c +1169 1021 1157 962.83 1133 904.5 c +1109 846.17 1069.67 785 1015 721 c +975.67 675.67 911.33 611.5 822 528.5 c +732.67 445.5 673.5 388.83 644.5 358.5 c +615.5 328.17 587.67 296 561 262 c +1069 262 561 262 1069 262 c +1015 0 1069 262 1015 0 c +124 0 1015 0 124 0 c +133.33 72 154.5 140.5 187.5 205.5 c +220.5 270.5 261.67 331 311 387 c +360.33 443 450.67 533.33 582 658 c +680.67 752.67 743 814.33 769 843 c +815.67 895 847.67 940 865 978 c +882.33 1016 891 1050.33 891 1081 c +891 1130.33 876.5 1170.33 847.5 1201 c +818.5 1231.67 781.67 1247 737 1247 c +691.67 1247 652 1229.83 618 1195.5 c +584 1161.17 558.33 1099 541 1009 c +closepath } bind def +/s51 { +104 383 m +379 416 104 383 379 416 c +390.33 338 410.83 284 440.5 254 c +470.17 224 509.67 209 559 209 c +624.33 209 678.5 231 721.5 275 c +764.5 319 786 375.33 786 444 c +786 504 768.67 551.5 734 586.5 c +699.33 621.5 652.67 639 594 639 c +579.33 639 564 637.67 548 635 c +598 874 548 635 598 874 c +608 872.67 617.67 872 627 872 c +703.67 872 762 891.5 802 930.5 c +842 969.5 862 1022.33 862 1089 c +862 1136.33 848.5 1173.67 821.5 1201 c +794.5 1228.33 759 1242 715 1242 c +673.67 1242 636.67 1226.83 604 1196.5 c +571.33 1166.17 545.33 1114.33 526 1041 c +264 1093 526 1041 264 1093 c +297.33 1201 343.67 1284 403 1342 c +493 1428.67 603.67 1472 735 1472 c +869.67 1472 972 1434.5 1042 1359.5 c +1112 1284.5 1147 1194.67 1147 1090 c +1147 1014 1124.67 945.33 1080 884 c +1035.33 822.67 974 777.67 896 749 c +958 716.33 1003.67 674 1033 622 c +1062.33 570 1077 515.67 1077 459 c +1077 351 1038.67 251.67 962 161 c +857.33 37 722.33 -25 557 -25 c +433 -25 330.83 10.5 250.5 81.5 c +170.17 152.5 121.33 253 104 383 c +closepath } bind def +/s53 { +130 420 m +409 445 130 420 409 445 c +408.33 431.67 408 421.67 408 415 c +408 347 423.17 296 453.5 262 c +483.83 228 523.33 211 572 211 c +640 211 701.83 243.5 757.5 308.5 c +813.17 373.5 841 463.33 841 578 c +841 646 825.33 697.33 794 732 c +762.67 766.67 721 784 669 784 c +631.67 784 595.5 775.33 560.5 758 c +525.5 740.67 491.67 714.33 459 679 c +223 697 459 679 223 697 c +446 1446 223 697 446 1446 c +1183 1446 446 1446 1183 1446 c +1129 1184 1183 1446 1129 1184 c +642 1184 1129 1184 642 1184 c +575 958 642 1184 575 958 c +603 970.67 631 980.17 659 986.5 c +687 992.83 714.67 996 742 996 c +854 996 946 958.33 1018 883 c +1090 807.67 1126 706.67 1126 580 c +1126 478.67 1100.83 378.83 1050.5 280.5 c +1000.17 182.17 930.33 106.67 841 54 c +751.67 1.33 658 -25 560 -25 c +435.33 -25 332.83 15.33 252.5 96 c +172.17 176.67 131.33 284.67 130 420 c +closepath } bind def +/s61 { +165 816 m +165 1074 165 816 165 1074 c +1190 1074 165 1074 1190 1074 c +1190 816 1190 1074 1190 816 c +165 816 1190 816 165 816 c +closepath 165 372 m +165 631 165 372 165 631 c +1190 631 165 631 1190 631 c +1190 372 1190 631 1190 372 c +165 372 1190 372 165 372 c +closepath } bind def +/s84 { +722 0 m +420 0 722 0 420 0 c +676 1221 420 0 676 1221 c +246 1221 676 1221 246 1221 c +297 1466 246 1221 297 1466 c +1452 1466 297 1466 1452 1466 c +1401 1221 1452 1466 1401 1221 c +977 1221 1401 1221 977 1221 c +722 0 977 1221 722 0 c +closepath } bind def +/s98 { +74 0 m +380 1466 74 0 380 1466 c +668 1466 380 1466 668 1466 c +565 976 668 1466 565 976 c +617.67 1016 666.83 1044.5 712.5 1061.5 c +758.17 1078.5 808 1087 862 1087 c +974 1087 1063.67 1049.5 1131 974.5 c +1198.33 899.5 1232 790.33 1232 647 c +1232 550.33 1216.17 456.5 1184.5 365.5 c +1152.83 274.5 1110.5 200.5 1057.5 143.5 c +1004.5 86.5 948.83 44.17 890.5 16.5 c +832.17 -11.17 771 -25 707 -25 c +555 -25 443.33 41.67 372 175 c +335 0 372 175 335 0 c +74 0 335 0 74 0 c +closepath 461 433 m +461 361.67 481.17 303.67 521.5 259 c +561.83 214.33 609.33 192 664 192 c +712 192 757.83 209.33 801.5 244 c +845.17 278.67 881.5 334 910.5 410 c +939.5 486 954 562.67 954 640 c +954 715.33 934.5 774.5 895.5 817.5 c +856.5 860.5 809.33 882 754 882 c +682 882 620 848.67 568 782 c +496.67 690.67 461 574.33 461 433 c +closepath } bind def +/s115 { +45 297 m +323 341 45 297 323 341 c +347.67 282.33 378.33 240.83 415 216.5 c +451.67 192.17 501.67 180 565 180 c +630.33 180 682.67 194.67 722 224 c +749.33 244 763 268.33 763 297 c +763 316.33 756 333.67 742 349 c +727.33 363.67 687.67 381.67 623 403 c +449.67 460.33 342.33 505.67 301 539 c +236.33 591 204 659 204 743 c +204 827 235.33 899.33 298 960 c +385.33 1044.67 515 1087 687 1087 c +823.67 1087 927 1062 997 1012 c +1067 962 1111.33 894.33 1130 809 c +865 763 1130 809 865 763 c +851 801.67 828.33 830.67 797 850 c +754.33 876 703 889 643 889 c +583 889 539.83 879 513.5 859 c +487.17 839 474 816 474 790 c +474 763.33 487.33 741.33 514 724 c +530.67 713.33 584.33 694.67 675 668 c +815 627.33 908.67 587.33 956 548 c +1022.67 492.67 1056 426 1056 348 c +1056 247.33 1013.67 160 929 86 c +844.33 12 725 -25 571 -25 c +417.67 -25 299.17 3.17 215.5 59.5 c +131.83 115.83 75 195 45 297 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_ArialBoldItalic exch definefont pop +%%EndFont +%%BeginFont: /MC4_ArialBoldItalic +12 dict begin +/FontInfo 8 dict dup begin +/ItalicAngle 12 def +/UnderlinePosition -217.00 def +/UnderlineThickness 215.00 def +/StrikeoutPosition 530.00 def +/StrikeoutThickness 102.00 def +/isFixedPitch false def +end readonly def +/FontName /MC4_ArialBoldItalic def +/FontType 3 def +/FontMatrix [1 2048 div 0 0 1 2048 div 0 0] def +/FontBBox [-1146 -771 2968 2049] def +/Encoding 256 array def 0 1 255{Encoding exch/.notdef put}for +Encoding 32/s32 put +Encoding 40/s40 put +Encoding 41/s41 put +Encoding 47/s47 put +Encoding 49/s49 put +Encoding 50/s50 put +Encoding 51/s51 put +Encoding 68/s68 put +Encoding 84/s84 put +Encoding 108/s108 put +Encoding 110/s110 put +/BoundingBoxes 12 dict def +BoundingBoxes begin +/s32 [0 -434 1055 1854] def +/s40 [0 -434 1168 1854] def +/s41 [-160 -434 1168 1854] def +/s47 [-89 -434 1055 1854] def +/s49 [0 -434 1625 1854] def +/s50 [0 -434 1625 1854] def +/s51 [0 -434 1625 1854] def +/s68 [0 -434 1965 1854] def +/s84 [0 -434 1737 1854] def +/s108 [0 -434 1055 1854] def +/s110 [0 -434 1737 1854] def +end +/Metrics 12 dict def + Metrics begin +/s32 569 def +/s40 682 def +/s41 682 def +/s47 569 def +/s49 1139 def +/s50 1139 def +/s51 1139 def +/s68 1479 def +/s84 1251 def +/s108 569 def +/s110 1251 def +end +/CharProcs 12 dict def +CharProcs begin +/.notdef {} def +/s40 { +491 -431 m +296 -431 491 -431 296 -431 c +241.33 -303.67 200.83 -174.83 174.5 -44.5 c +148.17 85.83 135 205.33 135 314 c +135 450 156.83 586.5 200.5 723.5 c +244.17 860.5 311 1000 401 1142 c +457.67 1232.67 548.67 1349 674 1491 c +892 1491 674 1491 892 1491 c +764.67 1341.67 666.5 1201.33 597.5 1070 c +528.5 938.67 477 795.67 443 641 c +409 486.33 392 335 392 187 c +392 87 399.5 -10.33 414.5 -105 c +429.5 -199.67 455 -308.33 491 -431 c +closepath } bind def +/s41 { +241 1491 m +436 1491 241 1491 436 1491 c +490.67 1364.33 531.17 1235.67 557.5 1105 c +583.83 974.33 597 855 597 747 c +597 611 575.17 474.5 531.5 337.5 c +487.83 200.5 421 60.67 331 -82 c +273.67 -172.67 182.67 -289 58 -431 c +-160 -431 58 -431 -160 -431 c +-33.33 -281.67 64.5 -141.67 133.5 -11 c +202.5 119.67 254 262.5 288 417.5 c +322 572.5 339 724.33 339 873 c +339 973.67 331.67 1071.17 317 1165.5 c +302.33 1259.83 277 1368.33 241 1491 c +closepath } bind def +/s47 { +-89 -25 m +637 1491 -89 -25 637 1491 c +837 1491 637 1491 837 1491 c +112 -25 837 1491 112 -25 c +-89 -25 112 -25 -89 -25 c +closepath } bind def +/s49 { +243 842 m +297 1098 243 842 297 1098 c +544.33 1206 735.67 1331.67 871 1475 c +1046 1475 871 1475 1046 1475 c +737 0 1046 1475 737 0 c +448 0 737 0 448 0 c +661 1016 448 0 661 1016 c +601 977.33 531.83 942 453.5 910 c +375.17 878 305 855.33 243 842 c +closepath } bind def +/s50 { +541 1009 m +260 1051 541 1009 260 1051 c +282.67 1187 335.5 1291.17 418.5 1363.5 c +501.5 1435.83 605.33 1472 730 1472 c +866.67 1472 974 1435 1052 1361 c +1130 1287 1169 1193 1169 1079 c +1169 1021 1157 962.83 1133 904.5 c +1109 846.17 1069.67 785 1015 721 c +975.67 675.67 911.33 611.5 822 528.5 c +732.67 445.5 673.5 388.83 644.5 358.5 c +615.5 328.17 587.67 296 561 262 c +1069 262 561 262 1069 262 c +1015 0 1069 262 1015 0 c +124 0 1015 0 124 0 c +133.33 72 154.5 140.5 187.5 205.5 c +220.5 270.5 261.67 331 311 387 c +360.33 443 450.67 533.33 582 658 c +680.67 752.67 743 814.33 769 843 c +815.67 895 847.67 940 865 978 c +882.33 1016 891 1050.33 891 1081 c +891 1130.33 876.5 1170.33 847.5 1201 c +818.5 1231.67 781.67 1247 737 1247 c +691.67 1247 652 1229.83 618 1195.5 c +584 1161.17 558.33 1099 541 1009 c +closepath } bind def +/s51 { +104 383 m +379 416 104 383 379 416 c +390.33 338 410.83 284 440.5 254 c +470.17 224 509.67 209 559 209 c +624.33 209 678.5 231 721.5 275 c +764.5 319 786 375.33 786 444 c +786 504 768.67 551.5 734 586.5 c +699.33 621.5 652.67 639 594 639 c +579.33 639 564 637.67 548 635 c +598 874 548 635 598 874 c +608 872.67 617.67 872 627 872 c +703.67 872 762 891.5 802 930.5 c +842 969.5 862 1022.33 862 1089 c +862 1136.33 848.5 1173.67 821.5 1201 c +794.5 1228.33 759 1242 715 1242 c +673.67 1242 636.67 1226.83 604 1196.5 c +571.33 1166.17 545.33 1114.33 526 1041 c +264 1093 526 1041 264 1093 c +297.33 1201 343.67 1284 403 1342 c +493 1428.67 603.67 1472 735 1472 c +869.67 1472 972 1434.5 1042 1359.5 c +1112 1284.5 1147 1194.67 1147 1090 c +1147 1014 1124.67 945.33 1080 884 c +1035.33 822.67 974 777.67 896 749 c +958 716.33 1003.67 674 1033 622 c +1062.33 570 1077 515.67 1077 459 c +1077 351 1038.67 251.67 962 161 c +857.33 37 722.33 -25 557 -25 c +433 -25 330.83 10.5 250.5 81.5 c +170.17 152.5 121.33 253 104 383 c +closepath } bind def +/s68 { +89 0 m +396 1466 89 0 396 1466 c +791 1466 396 1466 791 1466 c +901 1466 971.33 1464.33 1002 1461 c +1062.67 1455 1116.83 1442.67 1164.5 1424 c +1212.17 1405.33 1255.5 1379.17 1294.5 1345.5 c +1333.5 1311.83 1367.17 1271.33 1395.5 1224 c +1423.83 1176.67 1445.67 1122.17 1461 1060.5 c +1476.33 998.83 1484 931.33 1484 858 c +1484 700 1453.83 559.83 1393.5 437.5 c +1333.17 315.17 1257.33 218 1166 146 c +1096 90 1005.67 48.67 895 22 c +832.33 7.33 736 0 606 0 c +89 0 606 0 89 0 c +closepath 440 236 m +593 236 440 236 593 236 c +703.67 236 783.83 242.83 833.5 256.5 c +883.17 270.17 928.67 295.67 970 333 c +1029.33 387 1079.33 459 1120 549 c +1160.67 639 1181 745 1181 867 c +1181 971 1164.17 1049.17 1130.5 1101.5 c +1096.83 1153.83 1055.33 1188.67 1006 1206 c +971.33 1218 909.67 1224 821 1224 c +646 1224 821 1224 646 1224 c +440 236 646 1224 440 236 c +closepath } bind def +/s84 { +722 0 m +420 0 722 0 420 0 c +676 1221 420 0 676 1221 c +246 1221 676 1221 246 1221 c +297 1466 246 1221 297 1466 c +1452 1466 297 1466 1452 1466 c +1401 1221 1452 1466 1401 1221 c +977 1221 1401 1221 977 1221 c +722 0 977 1221 722 0 c +closepath } bind def +/s108 { +80 0 m +387 1466 80 0 387 1466 c +673 1466 387 1466 673 1466 c +367 0 673 1466 367 0 c +80 0 367 0 80 0 c +closepath } bind def +/s110 { +308 1062 m +580 1062 308 1062 580 1062 c +552 924 580 1062 552 924 c +620 982.67 683.5 1024.5 742.5 1049.5 c +801.5 1074.5 863.67 1087 929 1087 c +1016.33 1087 1085.17 1062 1135.5 1012 c +1185.83 962 1211 895.67 1211 813 c +1211 775.67 1200 705 1178 601 c +1053 0 1178 601 1053 0 c +766 0 1053 0 766 0 c +892 603 766 0 892 603 c +910.67 693 920 746.67 920 764 c +920 800.67 909.17 829.5 887.5 850.5 c +865.83 871.5 835.67 882 797 882 c +755 882 708.33 864.33 657 829 c +605.67 793.67 565.33 747 536 689 c +514.67 647.67 490.67 563.33 464 436 c +373 0 464 436 373 0 c +86 0 373 0 86 0 c +308 1062 86 0 308 1062 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_ArialBoldItalic exch definefont pop +%%EndFont +%%BeginFont: /MC5_SymbolBoldItalic +12 dict begin +/FontInfo 8 dict dup begin +/ItalicAngle 18 def +/UnderlinePosition -223.00 def +/UnderlineThickness 100.00 def +/StrikeoutPosition 530.00 def +/StrikeoutThickness 102.00 def +/isFixedPitch false def +end readonly def +/FontName /MC5_SymbolBoldItalic def +/FontType 3 def +/FontMatrix [1 2048 div 0 0 1 2048 div 0 0] def +/FontBBox [-1 -450 3094 2059] 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 -450 1328 2059] def +/s61554 [0 -450 815 2059] def +end +/Metrics 3 dict def + Metrics begin +/s32 513 def +/s61554 0 def +end +/CharProcs 3 dict def +CharProcs begin +/.notdef {} def +/s61554 { +360.59 54.67 m +328.36 -40.13 360.59 54.67 328.36 -40.13 c +272.98 -202.93 217.05 -333.89 160.55 -433 c +-44.28 -433 160.55 -433 -44.28 -433 c +-11.11 -375.67 11.79 -334.07 24.44 -308.22 c +46.04 -263.78 67.97 -208.83 90.23 -143.36 c +304.02 485.16 90.23 -143.36 304.02 485.16 c +351.86 625.82 447.94 743.29 592.25 837.55 c +686.65 923.18 801.34 966 936.33 966 c +1091.03 966 1189.99 910.24 1233.23 798.72 c +1266.17 712.42 1264.32 615.41 1227.69 507.7 c +1186.52 386.66 1101.99 272.14 974.11 164.14 c +846.07 34.71 704.95 -30 550.75 -30 c +494.99 -30 448.32 -22.13 410.73 -6.38 c +381.76 6.53 365.04 26.88 360.59 54.67 c +closepath 468.22 371.09 m +438.58 283.96 425.56 224.38 429.16 192.35 c +432.75 160.33 450.12 133.09 481.27 110.66 c +512.42 88.22 553.19 77 603.58 77 c +679.18 77 753.71 106.98 827.17 166.93 c +900.63 226.88 955.32 309.66 991.25 415.27 c +1018.32 494.87 1026.71 568.67 1016.41 636.66 c +1006.12 704.65 980.87 754.7 940.68 786.82 c +900.49 818.94 852.54 835 796.83 835 c +730.1 835 671.22 806.67 620.2 750 c +595.82 723.58 563.96 652.57 524.64 536.97 c +468.22 371.09 524.64 536.97 468.22 371.09 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 /MC5_SymbolBoldItalic exch definefont pop +%%EndFont +0 0 818.87 572.63 rectpath cl np +/clipproc{clippath{[{/m cvx}{/l cvx}{/c cvx}{/cp cvx}pathforall}stopped +{cleartomark[pathbbox exch 3 i sub exch 2 i sub/rectpath cvx}if]np}bd +/iclmtx mtx cmtx def/iclpath clipproc xd/clinit{pathproc initclip np iclpath cl np exec}bd +/clmove{pathproc 3 1 roll clippath pathproc 2 i neg 2 i neg tr initclip np exec cl tr np exec}bd +/clrect[gs np iclpath{pathbbox}stopped{0 0 818.87 572.63 }if gr]def +/cloper{mtx cmtx iclmtx smtx exch exec smtx}bd +/cland{{exch cvx exec}cloper}bd +/clcopy{{exch clinit cvx exec}cloper}bd +/cldiff{{exch pathbbox 4 -1 roll clrect 0 get 2 copy gt{exch}if pop 4 1 roll + 3 -1 roll clrect 1 get 2 copy gt{exch}if pop 3 1 roll + 2 -1 roll clrect 2 get 2 copy lt{exch}if pop 2 1 roll + 1 -1 roll clrect 3 get 2 copy lt{exch}if pop 1 1 roll + exch 3 i sub exch 2 i sub rectpath cvx exec}cloper}bd +/icl{{clinit}cloper}bd +0.321582 0.321099 sc + +/initmtx mtx cmtx def +gs +gs +[0.746309 0 0 -0.747416 0 1783.33] concat +1 -1 sc +/MC1_ArialBold 89 self 793 -2115 m +(-3.0)[30 49 25 49 ] xs +1 -1 sc +gr +gs +[0.746309 0 0 -0.747416 0 1783.33] concat +1 -1 sc +/MC1_ArialBold 89 self 1439 -2115 m +(-2.5)[30 49 25 49 ] xs +1 -1 sc +gr +gs +[0.746309 0 0 -0.747416 0 1783.33] concat +1 -1 sc +/MC1_ArialBold 89 self 2085 -2115 m +(-2.0)[30 49 25 49 ] xs +1 -1 sc +gr +gs +[0.746309 0 0 -0.747416 0 1783.33] concat +1 -1 sc +/MC1_ArialBold 89 self 2732 -2115 m +(-1.5)[30 49 25 49 ] xs +1 -1 sc +gr +gs +[0.746309 0 0 -0.747416 0 1783.33] concat +1 -1 sc +/MC1_ArialBold 89 self 401 -2013 m +(-4.0)[30 49 25 49 ] xs +1 -1 sc +gr +gs +[0.746309 0 0 -0.747416 0 1783.33] concat +1 -1 sc +/MC1_ArialBold 89 self 401 -1562 m +(-3.5)[30 49 25 49 ] xs +1 -1 sc +gr +gs +[0.746309 0 0 -0.747416 0 1783.33] concat +1 -1 sc +/MC1_ArialBold 89 self 401 -1112 m +(-3.0)[30 49 25 49 ] xs +1 -1 sc +gr +gs +[0.746309 0 0 -0.747416 0 1783.33] concat +1 -1 sc +/MC1_ArialBold 89 self 401 -661 m +(-2.5)[30 49 25 49 ] xs +1 -1 sc +gr +[0.746309 0 0 -0.747416 0 1783.33] concat +870 2023 m +870 1989 l +7 sw +1 sj +1 scap +st +1193 2006 m +1193 1989 l +st +1516 2023 m +1516 1989 l +st +1839 2006 m +1839 1989 l +st +2162 2023 m +2162 1989 l +st +2486 2006 m +2486 1989 l +st +2809 2023 m +2809 1989 l +st +611 1989 m +2938 1989 l +st +577 1989 m +611 1989 l +st +594 1764 m +611 1764 l +st +577 1538 m +611 1538 l +st +594 1313 m +611 1313 l +st +577 1088 m +611 1088 l +st +594 863 m +611 863 l +st +577 637 m +611 637 l +st +594 412 m +611 412 l +st +611 1989 m +611 277 l +st +gs +pathproc 611 277 2328 1713 np rectpath +/eocl cland +np exec +1270 1145 m +1715 803 l +3 sw +st +864 1371 m +1220 1177 l +st +1523 1389 m +868 1385 l +st +1712 1323 m +1581 1378 l +st +1972 1247 m +1769 1304 l +st +1880 1396 m +1990 1295 l +st +1451 1522 m +1829 1424 l +st +1137 1698 m +1396 1545 l +st +830 1846 m +1084 1726 l +st +1721 767 36 36 rectfill +1084 1726 m +1721 767 36 36 rectstroke +1228 1145 36 36 rectfill +1228 1145 36 36 rectstroke +820 1367 36 36 rectfill +820 1367 36 36 rectstroke +1535 1371 36 36 rectfill +1535 1371 36 36 rectstroke +1722 1294 36 36 rectfill +1722 1294 36 36 rectstroke +1983 1221 36 36 rectfill +1983 1221 36 36 rectstroke +1994 1257 36 36 rectfill +1994 1257 36 36 rectstroke +1840 1398 36 36 rectfill +1840 1398 36 36 rectstroke +1404 1512 36 36 rectfill +1404 1512 36 36 rectstroke +1093 1695 36 36 rectfill +1093 1695 36 36 rectstroke +785 1841 36 36 rectfill +785 1841 36 36 rectstroke +gr +gs +pathproc 611 277 2328 1713 np rectpath +/eocl cland +np exec +1851 790 m +2274 570 l +3 sw +st +1899 909 m +1842 828 l +st +2203 938 m +1984 948 l +st +2343 937 m +2263 936 l +st +2260 965 m +2344 944 l +st +2182 1028 m +2211 995 l +st +1937 1149 m +2135 1063 l +st +1436 1294 m +1881 1169 l +st +np +2301 556 21 0 360 a +cp +gs +1 0 0 rgb +eofi +gr +1 0 0 rgb +st +np +1824 804 21 0 360 a +cp +gs +eofi +gr +st +np +1917 933 21 0 360 a +cp +gs +eofi +gr +st +np +1954 950 21 0 360 a +cp +gs +eofi +gr +st +np +2233 936 21 0 360 a +cp +gs +eofi +gr +st +np +2373 937 21 0 360 a +cp +gs +eofi +gr +st +np +2231 972 21 0 360 a +cp +gs +eofi +gr +st +np +2162 1051 21 0 360 a +cp +gs +eofi +gr +st +np +1910 1161 21 0 360 a +cp +gs +eofi +gr +st +np +1407 1302 21 0 360 a +cp +gs +eofi +gr +st +gr +gs +pathproc 611 277 2328 1713 np rectpath +/eocl cland +np exec +2600 528 m +2749 388 l +3 sw +st +2399 631 m +2551 561 l +st +2502 673 m +2401 650 l +st +2562 683 m +2561 683 l +st +2588 734 m +2604 724 l +st +2400 810 m +2536 762 l +st +2147 910 m +2344 831 l +st +1902 1038 m +2093 935 l +st +1563 1186 m +1848 1064 l +st +2771 340 m +2795 382 l +2746 382 l +cp +gs +0 1 0 rgb +eofi +gr +0 1 0 rgb +st +2578 520 m +2602 562 l +2553 562 l +cp +gs +eofi +gr +st +2372 616 m +2396 658 l +2347 658 l +cp +gs +eofi +gr +st +2531 651 m +2555 693 l +2506 693 l +cp +gs +eofi +gr +st +2592 659 m +2616 701 l +2567 701 l +cp +gs +eofi +gr +st +2628 678 m +2652 720 l +2603 720 l +cp +gs +eofi +gr +st +2564 724 m +2588 766 l +2539 766 l +cp +gs +eofi +gr +st +2372 792 m +2396 834 l +2347 834 l +cp +gs +eofi +gr +st +2119 893 m +2143 935 l +2094 935 l +cp +gs +eofi +gr +st +1876 1024 m +1900 1066 l +1851 1066 l +cp +gs +eofi +gr +st +1535 1170 m +1559 1212 l +1510 1212 l +cp +gs +eofi +gr +st +gr +gs +gs +gs +2379 1205 m +2478 1205 l +3 sw +st +2588 1205 m +2687 1205 l +st +gr +2514 1186 38 38 rectfill +611 277 m +3 sw +2514 1186 38 38 rectstroke +gr +1 -1 sc +/MC2_Arial 137 self 2687 -1251 m +( )[38 ] xs +1 -1 sc +1 -1 sc +/MC3_ArialBoldItalic 135 self 2725 -1251 m +(T=0.20)[82 79 75 38 75 75 ] xs +1 -1 sc +gs +gs +2379 1376 m +2478 1376 l +3 sw +st +2588 1376 m +2687 1376 l +st +gr +np +2533 1376 21 0 360 a +cp +gs +1 0 0 rgb +eofi +gr +3 sw +1 0 0 rgb +st +gr +1 -1 sc +/MC2_Arial 137 self 2687 -1422 m +( )[38 ] xs +1 -1 sc +1 -1 sc +/MC3_ArialBoldItalic 135 self 2725 -1422 m +(T=0.25)[82 79 75 38 75 75 ] xs +1 -1 sc +gs +gs +2379 1547 m +2478 1547 l +3 sw +st +2588 1547 m +2687 1547 l +st +gr +2533 1518 m +2558 1561 l +2507 1561 l +cp +gs +0 1 0 rgb +eofi +gr +3 sw +0 1 0 rgb +st +gr +1 -1 sc +/MC2_Arial 137 self 2687 -1593 m +( )[38 ] xs +1 -1 sc +1 -1 sc +/MC3_ArialBoldItalic 135 self 2725 -1593 m +(T=0.30)[82 79 75 38 75 75 ] xs +1 -1 sc +gr +gs +gs +1 -1 sc +288 -1696 tr +90 ro +/MC4_ArialBoldItalic 158 self 0 0 m +(ln)[45 98 ] xs +1 -1 sc +gr +gs +1 -1 sc +288 -1553 tr +90 ro +/MC4_ArialBoldItalic 158 self 0 0 m +(\()[54 ] xs +1 -1 sc +gr +gs +1 -1 sc +288 -1499 tr +90 ro +/MC4_ArialBoldItalic 158 self 0 0 m +(D)[116 ] xs +1 -1 sc +gr +gs +1 -1 sc +288 -1383 tr +90 ro +/MC5_SymbolBoldItalic 147 self 0 0 m +/s61554 82 xgls +1 -1 sc +gr +gs +1 -1 sc +200 -1301 tr +90 ro +/MC4_ArialBoldItalic 95 self 0 0 m +(1/3)[54 27 54 ] xs +1 -1 sc +gr +gs +1 -1 sc +288 -1166 tr +90 ro +/MC4_ArialBoldItalic 158 self 0 0 m +(/T)[45 98 ] xs +1 -1 sc +gr +gs +1 -1 sc +200 -1023 tr +90 ro +/MC4_ArialBoldItalic 95 self 0 0 m +(1/2)[54 27 54 ] xs +1 -1 sc +gr +gs +1 -1 sc +288 -888 tr +90 ro +/MC4_ArialBoldItalic 158 self 0 0 m +(\))[54 ] xs +1 -1 sc +gr +gr +gs +1 -1 sc +/MC3_ArialBoldItalic 158 self 1704 -2336 m +(s)[88 ] xs +1 -1 sc +1 -1 sc +/MC3_ArialBoldItalic 95 self 1792 -2399 m +(2)[53 ] xs +1 -1 sc +gr +gs +1 -1 sc +/MC3_ArialBoldItalic 135 self 835 -271 m +(\(b\))[45 82 45 ] xs +1 -1 sc +gr +gr +Save0 restore end +showpage +%%EOF diff --git a/Build/source/texk/dvipsk/testdata/beginfontk1.tex b/Build/source/texk/dvipsk/testdata/beginfontk1.tex new file mode 100644 index 00000000000..819e3ea512b --- /dev/null +++ b/Build/source/texk/dvipsk/testdata/beginfontk1.tex @@ -0,0 +1,5 @@ +\documentclass{article} +\usepackage{graphics} +\begin{document} +\includegraphics{beginfontk1.eps} +\end{document} -- cgit v1.2.3