diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/voss-mathmode/images/exscale.eps')
-rw-r--r-- | Master/texmf-dist/doc/latex/voss-mathmode/images/exscale.eps | 1279 |
1 files changed, 1279 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/voss-mathmode/images/exscale.eps b/Master/texmf-dist/doc/latex/voss-mathmode/images/exscale.eps new file mode 100644 index 00000000000..b56e6f87488 --- /dev/null +++ b/Master/texmf-dist/doc/latex/voss-mathmode/images/exscale.eps @@ -0,0 +1,1279 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: xpdf/pdftops 2.01 +%%LanguageLevel: 2 +%%BoundingBox: 0 0 477 68 +%%HiResBoundingBox: 0 0 476.22 67.27 +%%DocumentSuppliedResources: (atend) +%%EndComments +%%BeginProlog +%%BeginResource: procset xpdf 2.01 0 +/xpdf 75 dict def xpdf begin +% PDF special state +/pdfDictSize 14 def +/pdfSetup { + 3 1 roll 2 array astore + /setpagedevice where { + pop 3 dict begin + /PageSize exch def + /ImagingBBox null def + /Policies 1 dict dup begin /PageSize 3 def end def + { /Duplex true def } if + currentdict end setpagedevice + } { + pop pop + } ifelse +} def +/pdfStartPage { + pdfDictSize dict begin + /pdfFill [0] def + /pdfStroke [0] def + /pdfLastFill false def + /pdfLastStroke false def + /pdfTextMat [1 0 0 1 0 0] def + /pdfFontSize 0 def + /pdfCharSpacing 0 def + /pdfTextRender 0 def + /pdfTextRise 0 def + /pdfWordSpacing 0 def + /pdfHorizScaling 1 def +} def +/pdfEndPage { end } def +% separation convention operators +/findcmykcustomcolor where { + pop +}{ + /findcmykcustomcolor { 5 array astore } def +} ifelse +/setcustomcolor where { + pop +}{ + /setcustomcolor { + exch + [ exch /Separation exch dup 4 get exch /DeviceCMYK exch + 0 4 getinterval cvx + [ exch /dup load exch { mul exch dup } /forall load + /pop load dup ] cvx + ] setcolorspace setcolor + } def +} ifelse +/customcolorimage where { + pop +}{ + /customcolorimage { + gsave + [ exch /Separation exch dup 4 get exch /DeviceCMYK exch + 0 4 getinterval cvx + [ exch /dup load exch { mul exch dup } /forall load + /pop load dup ] cvx + ] setcolorspace + 10 dict begin + /ImageType 1 def + /DataSource exch def + /ImageMatrix exch def + /BitsPerComponent exch def + /Height exch def + /Width exch def + /Decode [1 0] def + currentdict end + image + grestore + } def +} ifelse +% PDF color state +/sCol { + pdfLastStroke not { + pdfStroke aload length + dup 1 eq { + pop setgray + }{ + dup 3 eq { + pop setrgbcolor + }{ + 4 eq { + setcmykcolor + }{ + findcmykcustomcolor exch setcustomcolor + } ifelse + } ifelse + } ifelse + /pdfLastStroke true def /pdfLastFill false def + } if +} def +/fCol { + pdfLastFill not { + pdfFill aload length + dup 1 eq { + pop setgray + }{ + dup 3 eq { + pop setrgbcolor + }{ + 4 eq { + setcmykcolor + }{ + findcmykcustomcolor exch setcustomcolor + } ifelse + } ifelse + } ifelse + /pdfLastFill true def /pdfLastStroke false def + } if +} def +% build a font +/pdfMakeFont { + 4 3 roll findfont + 4 2 roll matrix scale makefont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /Encoding exch def + currentdict + end + definefont pop +} def +/pdfMakeFont16 { + exch findfont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /WMode exch def + currentdict + end + definefont pop +} def +/pdfMakeFont16L3 { + 1 index /CIDFont resourcestatus { + pop pop 1 index /CIDFont findresource /CIDFontType known + } { + false + } ifelse + { + 0 eq { /Identity-H } { /Identity-V } ifelse + exch 1 array astore composefont pop + } { + pdfMakeFont16 + } ifelse +} def +% graphics state operators +/q { gsave pdfDictSize dict begin } def +/Q { end grestore } def +/cm { concat } def +/d { setdash } def +/i { setflat } def +/j { setlinejoin } def +/J { setlinecap } def +/M { setmiterlimit } def +/w { setlinewidth } def +% color operators +/g { dup 1 array astore /pdfFill exch def setgray + /pdfLastFill true def /pdfLastStroke false def } def +/G { dup 1 array astore /pdfStroke exch def setgray + /pdfLastStroke true def /pdfLastFill false def } def +/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor + /pdfLastFill true def /pdfLastStroke false def } def +/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor + /pdfLastStroke true def /pdfLastFill false def } def +/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor + /pdfLastFill true def /pdfLastStroke false def } def +/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor + /pdfLastStroke true def /pdfLastFill false def } def +/ck { 6 copy 6 array astore /pdfFill exch def + findcmykcustomcolor exch setcustomcolor + /pdfLastFill true def /pdfLastStroke false def } def +/CK { 6 copy 6 array astore /pdfStroke exch def + findcmykcustomcolor exch setcustomcolor + /pdfLastStroke true def /pdfLastFill false def } def +% path segment operators +/m { moveto } def +/l { lineto } def +/c { curveto } def +/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto + neg 0 rlineto closepath } def +/h { closepath } def +% path painting operators +/S { sCol stroke } def +/Sf { fCol stroke } def +/f { fCol fill } def +/f* { fCol eofill } def +% clipping operators +/W { clip newpath } def +/W* { eoclip newpath } def +% text state operators +/Tc { /pdfCharSpacing exch def } def +/Tf { dup /pdfFontSize exch def + dup pdfHorizScaling mul exch matrix scale + pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put + exch findfont exch makefont setfont } def +/Tr { /pdfTextRender exch def } def +/Ts { /pdfTextRise exch def } def +/Tw { /pdfWordSpacing exch def } def +/Tz { /pdfHorizScaling exch def } def +% text positioning operators +/Td { pdfTextMat transform moveto } def +/Tm { /pdfTextMat exch def } def +% text string operators +/awcp { % awidthcharpath + exch { + 1 string dup 0 3 index put 2 index charpath + 3 index 3 index rmoveto + 4 index eq { 5 index 5 index rmoveto } if + } forall + 6 {pop} repeat +} def +/Tj { fCol + 0 pdfTextRise pdfTextMat dtransform rmoveto + 1 index stringwidth pdfTextMat idtransform pop + sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse + pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32 + 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0 + pdfTextMat dtransform + 6 5 roll + currentpoint 8 2 roll + pdfTextRender 1 and 0 eq { + 6 copy awidthshow + } if + pdfTextRender 3 and dup 1 eq exch 2 eq or { + 8 6 roll moveto + currentfont /FontType get 3 eq { fCol } { sCol } ifelse + false awcp currentpoint stroke moveto + } { + 8 {pop} repeat + } ifelse + 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def +/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse + 0 pdfTextRise pdfTextMat dtransform rmoveto + 2 index stringwidth pdfTextMat idtransform pop + sub exch div + pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32 + 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0 + pdfTextMat dtransform + 6 5 roll awidthshow + 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def +/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse + 0 pdfTextRise pdfTextMat dtransform rmoveto + 2 index stringwidth pdfTextMat idtransform exch pop + sub exch div + 0 pdfWordSpacing pdfTextMat dtransform 32 + 4 3 roll pdfCharSpacing add 0 exch + pdfTextMat dtransform + 6 5 roll awidthshow + 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def +/TJm { pdfFontSize 0.001 mul mul neg 0 + pdfTextMat dtransform rmoveto } def +/TJmV { pdfFontSize 0.001 mul mul neg 0 exch + pdfTextMat dtransform rmoveto } def +% Level 1 image operators +/pdfIm1 { + /pdfImBuf1 4 index string def + { currentfile pdfImBuf1 readhexstring pop } image +} def +/pdfIm1Sep { + /pdfImBuf1 4 index string def + /pdfImBuf2 4 index string def + /pdfImBuf3 4 index string def + /pdfImBuf4 4 index string def + { currentfile pdfImBuf1 readhexstring pop } + { currentfile pdfImBuf2 readhexstring pop } + { currentfile pdfImBuf3 readhexstring pop } + { currentfile pdfImBuf4 readhexstring pop } + true 4 colorimage +} def +/pdfImM1 { + /pdfImBuf1 4 index 7 add 8 idiv string def + { currentfile pdfImBuf1 readhexstring pop } imagemask +} def +% Level 2 image operators +/pdfImBuf 100 string def +/pdfIm { + image + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +/pdfImSep { + findcmykcustomcolor exch + dup /Width get /pdfImBuf1 exch string def + begin Width Height BitsPerComponent ImageMatrix DataSource end + /pdfImData exch def + { pdfImData pdfImBuf1 readstring pop + 0 1 2 index length 1 sub { + 1 index exch 2 copy get 255 exch sub put + } for } + 6 5 roll customcolorimage + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +/pdfImM { + fCol imagemask + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +end +%%EndResource +%%EndProlog +%%BeginSetup +xpdf begin +%%BeginResource: font VWGKMN+CMMI12~1b +%!FontType1-1.0: VWGKMN+CMMI12~1b +11 dict begin +/FontInfo 10 dict dup begin +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMMI12) readonly def +/FamilyName (Computer Modern) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /VWGKMN+CMMI12~1b def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [-30 -250 1026 750] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 110 /n put +dup 105 /i put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7 +6E51CEE5CA47176526577DCAD65B1394C5DA048A67291055AB5DB47B8B6849C6 +5AB7A317015C551080CF75E94E9F4AD2A41500BAD9F4EAE3C2E015A7EA9C591F +E01C6166DCF0C8C1E49A5B340799A136AD1E3C8AA3EA27312D553F2088704093 +7751C735CE592C288572864EB2718EB665BE90E509BAEE8508951E593D1E179F +0A470525771A782381BE0E9948E3D83B13FFD9774C91FB0C1008C7F16762BED0 +7E44AFCD43E2244A354B59E8A95A95BF8FD7B74DE96F37A1543E59996A8CB698 +A884F9F0B08EAAE5166094B0773D520FCF3A537BE7CFEE2B8C9880CE214B8C9C +0470FD9C04B8E67C2987FAC7A39193D572FDD46517E87D5BA492237CE61244DF +A9BB3C9B5ADFB3B9EA24865ECEC713B6BCD372E81DEBF23FC0F7D04792A9CA4C +8F1DD005C9EE62F8A04D68925046AC7F61D0001391BF09DC66D168B5395F02C7 +1A870375CF38B9011F0A4013E127D47E2B053470D392EDF1375E5140EC25100E +DAA39691AD088BF998FCB198CBA3A280FCA5386AB3D3FF6B75BDE154F280A737 +F61C40F11AD85203DA12048C9946F4F616197AAE8307C91930C5CD8E21F362B9 +2AF5D9740DFC4BD28F8CCB3911785ABACAC51ABDEC842BFD0CA7A1FC285C65E6 +C216C62605E2C2C4DF6A34BB6238CD491FEDFAEA8E24DCB3765F841D5744AD4D +F11999337A1E84F545EE750C887D6E9FB2D349DEFFDDF5EB4A3ECFB77CF3C0F9 +DE7C4040B1FF41582E46CDC7F0A6BF2CE267AC0054809344F3BA55AF06A18D9E +D7A3AE95C732A063B3D6B38DE09F2E538635328BFBCD164D6D717AE541C97351 +5CF12CEBF1648C6519B66A28A6A32D6BCF94CF46878EC9F53E3DE4B2A5723E9F +5B1218BFC88CFBFEA041CD85B31FC93543F693F28302FFB2CBFFB3BAF67C784D +7FDC0080AE67892EC5E11721A1E02A99820614A8D0FCCB30EC1182CD793416AD +D58E0F79924D1F9762C470DC8FCED3F7BC64BC20F0B02F505C6E44A79C309074 +8EF767B6A9677F6BD08BC0E214E1038C29266ACCDBB1F0E489A27F9ED3BA5DBB +DDCC78F28345162325531ABB +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F28_0 /VWGKMN+CMMI12~1b 1 1 +[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/i/.notdef/.notdef/.notdef/.notdef/n/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef] +pdfMakeFont +%%BeginResource: font VTBQKO+CMSY10~18 +%!FontType1-1.0: VTBQKO+CMSY10~18 +11 dict begin +/FontInfo 10 dict dup begin +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSY10) readonly def +/FamilyName (Computer Modern) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /VTBQKO+CMSY10~18 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [-29 -960 1116 775] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 161 /minus put +dup 112 /radical put +dup 188 /approxequal put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7 +6E51CEE5CA47176526577DCAD58DEADE9FDD8D1161040A11504872D56EDB3D8A +754DA50DF613433572E45F990F01381BC7E8141871C01DE3E731162DE2206649 +4D782ACD8AA055EAE84DD0DEB16C09CFA1774FA78BCB61839501922FF62F7037 +3E6C1F5DBDD3567A54F189008B0F5225798FB59F3FD46468BD1CF510B02F535E +3EA7FFE2583BAE928445D43359B4A7C4BF027456BA45D781AB71B5A7DB2A069D +16B42DC713A3CCB6051AA434461CB1B788ABDAFC086C086AA2B775151523635A +1B20BADC61BCED288EFD4E6F6CA6A38374934CF2B9EC79B4A49C3651F5716CB7 +383810061D909D91062AA3DCE7FEE134D4401A8A658058ECD16AD20987BB1A7A +B461AB673C3ED13ED6BC70F9A82480BCDA3C25351DE936EC85246796682A66A9 +3CC542C440F8F35956A87DFD812F3705C0D4C212F288C90D06125B9C6B69592C +A913A2325D7C58E1603C566AD9D9D53D9D386E35E697440EF0F3D7B79A0D6756 +54F58C1E8930F1862D643C3C0A6B00FAC163BF8751934E084093C76CB577B99C +00D286B86F797664B8BFFE5B5D53BF76741014E5C4B55E49A7889782F28D9A5E +8350ACC37ADC389D4EA67615A01D7422E32693BCFF6404EF69E29CE4D9D96F09 +3ED1F60BF6D8A145FCCFEC6A6F5D776A7CC1C1EAE66F0A9ADD12786D8504E5DC +41DDAEB84DC3126FAD8C02D6A7CEBC17A423CF3D0620A1756A173715F2186F93 +899BBFEB55125ABC9CB09CBB3216D801A9E4082D88B7242CC8E4803DC014D01D +E52AD71B70176B9B7EF540031985ACF8224C6FB88175A75E1A5EFE4BE700FB22 +0C3FBD57D7A99CB5B6D836530EDFA1AF26FDF70026E6A24ED8B966C513DC21C6 +AF9245BD2AF5F4C2D010D87F0A3E82BD5FD9FE13A4586714A34ACA07C7F0ED95 +D20B892343C4B77BA94675A26C41ECAEA66D6C5E7A5E1155F6E0CB7D068E9BBB +D13286FB8BF5FC71B55132FF41C4B6B5CB9CEB99A052E277A51AC0BF479A6B78 +D0044B8B010E45315B96EAA354FD0533106B0107E35BA1DF3AE0 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F25_0 /VTBQKO+CMSY10~18 1 1 +[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /radical/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/minus/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/approxequal/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef] +pdfMakeFont +%%BeginResource: font GMDPHN+CMR17~15 +%!FontType1-1.0: GMDPHN+CMR17~15 +11 dict begin +/FontInfo 10 dict dup begin +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMR17) readonly def +/FamilyName (Computer Modern) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /GMDPHN+CMR17~15 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [-33 -250 945 749] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 99 /c put +dup 111 /o put +dup 115 /s put +dup 49 /one put +dup 50 /two put +dup 40 /parenleft put +dup 41 /parenright put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7 +6E51CEE5CA47176526577DC92E493E0F02C8730749B6C82051C4FDB560DF800B +3372035B0A49A3D7E42A6D95F9A429FCCC80B1170279BD4DB2682E62B674064E +66A05B6718BF415A81688C966D3AC974300F4F0E5909720B4F372628A04C7166 +8ED43DD0A3118B84EB6B9BB3A0201C51A16F58A501D371009A54963E9355FA89 +08EB383F3FF9B64870EE9055E705B9D1F8DFD5C46F9686AA5176D6B65F0FFA37 +E1850A8C517AD96C75F4AA246D7734069A6E2D0400996D685F13F94B8ADB2EBC +A4F3EF818A4394A41014E6CFB6C2ABF984DCFAA8C1512A6E2AA9CEC4AB751CF1 +2F7D24625D5D9EC359692DF2FDCAD13E24542459644DB61A3CB7DB848C8EBF6B +147A6E9921B11A232EB186DB5DE1736C1009CAA84DC481209DBE49DAE37602F8 +5CC48F26EFFFD7513A082C8C3BC70DB7E4AD67F59385742AB72A1243E010BC7E +88440B407BECAB190B3AE7C839957CED8E696F213DD9D88F98E659ECA455DDE4 +B8D56AA6D776E98A8EC8388573AE2DD9115F9D12B88C215E3B7C7493E99A0B97 +B1C8F494569BEFC3F62FD9F6E2B772C89291425B19294CC62810BE9A0DA0E6F9 +DEA04DBFC403A803642B45848ABBBB4AAD2C4E3578590A140FCFC68784220760 +169066FE6D42EDAA50D7379F956636CAA12EB3355179001AC725724CD11F9DFD +A1734DBE09F618B408ECB844C464E1858DD358960A13671B27753E5B1EB4535D +362964FF7756FD4C885E16888AEAC259A3B59B21BD4D9C7377E1F7137E1C031B +6F0654DDD45ED37084063A4DBD3F87357F1560F94A41B10CA70C128C4FCEF792 +FCA0702618A267A1D7D4C2C82BD79C5619C37E8369285FE9824D9790093D3339 +38464F72B9290DDDA15BC894FBD57969F3B96B87260278A0E7CD55A31EB8E3EA +C3F78926859CC87EA7376A8C02420A9BB0EDE1E72B7B7AEA72EA3606660F22CA +5256E999285FBF40105F8D36B3C34CF3C5705DF07CF612104D5CD94069A14A87 +FCD441BB7CAEA76A2BB5D9155E171FC3D801CACEA228A675CEA444B48573163F +46EB54553C57B42DEC78C3E61AC6BCBA64EA597E8E8F20B0D399BD2F3513CFDC +736A1BBE30A943295761FFB39C250465083707EB63316D0E7644F6FCD9BB91B8 +E56B6B03E6DEBB3951ACAD3B3D8AB237037D2DD3EBDC27D9DCC6BC88468F16BE +388700B9DB0CE45AF62989A0B8F03C823FC58E3BE50195B0ACCC033287844B07 +DC96A6275CAC5C0839384AB8EA4199C2EAEEF49783255F990329A080EAEF84A7 +18068E48B22736D1441C716B2087AF3AFE84C4A564B5A52F38B5D846ECB392F3 +3790597446B05F207CA509F0696864E4E961C75E8EA1DF3E5D4E4867BECDD278 +92DD7141EEDFBC49D0C369B73204C7FF5FF1BF41845EF6069E1FA40E09950075 +9963596457EA5F9CE76E00C27514B24C9A1F30EC551E0E27F07627A411BE7215 +65EC4E43C875BD36A6041A68FD80D1036FD5FF84B875A3AEBBA75D4AAF0D7B55 +D96FE480E7F940926349994D683EAC65ACCFE3CEB26C9ED046D33A55D3559043 +CD3891ED281A6AB9FD97D60A25BE7FED7E7CDB8CD71E102C209C0D9FCB424859 +1C295A908D39D38B7526FD8575DE4075903080E8006CED49B8C307874F3F7596 +5AA97290ED6B47A4F69035A382BE70BBB0886B874513DAB99741B00F843BEEC4 +6CEB7970030C848BAE523594089670770B755A6B71B5AC10383C77D31B9EC16B +320A6C02480190FBFE22087C0B9EBFAEA3D8C57E0C9569E471120B0FC326FBD6 +42F2B3DBF9718DB1B0B764186D6342008523B5256AD9A8E765A44DB34E1C6DFE +5E0FE7722BFD1B4FC592D3FA80D47B82BAE3C81E2AEF0E0B5AA54BA3776C7B3D +AF0785E90C37FD34E2A4A49A25C1BAAE889A05E40CFA6ED1D80B0A842CB5E10F +19E12C5567C8562B6238E0AB5986996C42C4CD594BBE9F8C7B05835AEA7D5CA8 +4D68 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F22_0 /GMDPHN+CMR17~15 1 1 +[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /parenleft/parenright/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/one/two/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/c/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/o + /.notdef/.notdef/.notdef/s/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef] +pdfMakeFont +%%BeginResource: font HKDPOA+CMMI12 +%!FontType1-1.0: HKDPOA+CMMI12 +11 dict begin +/FontInfo 10 dict dup begin +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMMI12) readonly def +/FamilyName (Computer Modern) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /HKDPOA+CMMI12 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [-30 -250 1026 750] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 110 /n put +dup 100 /d put +dup 102 /f put +dup 105 /i put +dup 120 /x put +dup 188 /pi put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7 +6E51CEE5CA47176526577DCAD65B1394C5DA048A67291055AB5DB47B8B6849C6 +5AB7A317015C551080CF75E94E9F4AD2A41500BAD9F4EAE3C2E015A7EA9C591F +E01C6166DCF0C8C1E49A5B340799A136AD1E3C8AA3EA27312D553F2088704093 +7751C735CE592C288572864EB2718EB665BE90E509BAEE8508951E593D1E179F +0A470525771A782381BE0E9948E3D83B13FFD9774C91FB0C1008C7F16762BED0 +7E44AFCD43E2244A354B59E8AD947BA45650E9630465990C59B1D22AB71C328D +BF073E8D3DC29C7AB59DE1A9E7F64217DBB4E390A8CAE5247C9E22BE72C36CA4 +307A6DCF57A06FCE790E6AD83376573DDD7BA1FD10B11267E2C1C6FAF1AE9F9D +B31AF4E80D4EB4EDAB99E2D0B0BCE5958B9F80DD9FB9927212D1936DB2EDAD98 +8515998AA3049ECCD236B9875E42F57F9571FDFB89A9E5FD7253EDAFCE0EE0F9 +EC2422A4D6E0C992411BFC35DAC2EA8FDD1D2CA95FA1979CA28A86D4471C845E +4E2C9D7AE95985A752918E35FB3FC26B5D0BB0340BC79E4A971F7C59342D176E +2FC2CF069F64E6A5EA6904A37FEE8B0213D2D584C62977658A5C03AB31191A41 +82E04F266FD1F55888E6308A98998A82E44B8519DE9A44FBD5E3CA6ADE489141 +040091A11B20CA210E5BD2242C0B2CE00241ABB36AD883842648ACF9FC576358 +073BD9C3338E1FD07D9B26AF79D4BA4CC833A222A736AEE1DCA28692F2357A12 +91EA41273C4B90515DEEFA7F26C5A45251C0BE651DDF80F10515C3E4CBC87A12 +3072B8B1A9564407B749EEA2405998657B46EBE5FB049119AEE96B6C3BFF49A9 +0DE6FDCB7338864C8BDD75627981D1249797950D7224BE7185F656BF1FD939E7 +DB1FC1BA4D955C1C4CDAED8833EE067F9D37B629BC5C4F530EC0F7E869234A64 +2205F24C1A838CAA882A549593D051DCB6A72AD0163479B32988451286D390AA +6EBE4B19A165325D87DDF1CC99E1C1466B8375E94A79304FCFE662B9125F96AB +F75058261AD939D67A64275154A19A7458A56C03515A7D0EF87BCFF4A45807D1 +1941D3708047DA79F991B4031FFF2F5C6AD5710F4C5ADA6C181A5DDA99A60EEF +13C09C03C362CC7083ACE9CF11A0523E8DDC8373D1485A574A8CF9E21F970E69 +F97592AA87C2F2ED60A799246EE61E1367CBB1538FC69221D200DA3390C0BB48 +A2145E37215CEC03FCBB7B1DC2F7A6097066F738935D577092646C3F6E598604 +A61B9CCFC69087687CC13D6D28BE93569CE284D14299D78679F4454B59F05239 +1E8E5B20981E8DB5E1380A12BEFA16F6A1A7B127A7A908F77BE2CE65734ED576 +D6B62AE0D8F1AE528F5FE566D972D7C77D052B7308616444904FB8EF9FBEC9FE +5EEE0F33524AE34CC4A96A043EF21990583B01BD9F672B8C0AA12D0DD2FF696B +8A6047D90FA5CC27408189B6552CFE421F9F8A4FCD41208AD7DEB636FA41E556 +02CA9B1A248F615FFEC52326C5A976538F33A39EEE88AE6B627418F276B7FF04 +48AC31A8F5147AA1A90BDCAB0ED8B344E9A5CC04227007973D985ECA98575677 +821259DA4986D04385DA7E6BC44AD6F31B8E869FEDDF4481287418A71F8C9A80 +59A1F75DE535B565D93C7D937808330FAA2469E07D2E686DAC7150ADBD41CE9A +E5EB3F948929F63EF4451BA693B18AB5F6212E538D3AC34712B1DAC35BD64FAF +AB56A3EA01A138CD6E5FBB95AE0D6DF986B5F96142DE610101EBA55027A7B63C +9581197FDDC3B49499655E79BFE4438DDF78BBAFE619DF3373B05E9254D4CE3E +2CF7518B7A400C33F18B70DB059B592FCD7D7ECC9765456FA96AEE8AF4ED9FEF +C49E53ECA496D87CB318E67DB72E74F8AD15B107F93F57B886BFD3AFF540DBD8 +B5B99461B96253972F4446ED5FF2D213A1557FB2E253AE65D302EF9C31520020 +FADF115851BF0DC5CCDB6EFB70579220317F4B5BA8577478A0B3C312F192354D +D68EB0F16C999B9D2D990230C05392E89F9CFABCDD735E1126326907CBD1E46D +4169FF09239803A63B467070A586DAAEB94056A9A603D120EC22BD1BC1F64ED6 +3F3683B85B599EECEC5BA2D35149FFFCBEDF0BAADC5A1E37E5FFF495EC53E6E5 +66CB05C7AB05AB5880537EF65342F94B11C5BD907E49E73A17B91CC78E151B50 +28298B2F4C8245469FDA4AFE5C3D16907C9FAD859413E63C476EFF20BD388031 +02738A3ECE2C44029A267063416DE2AA2F925BB98AB5FAFCA8B5FC0A23875DE5 +BD032086EECC4D3C3733DF9524D3743DE35BA57291EC86C6D913F25936A1CD93 +CD747134AA363960F975430F8C8E9E9BB0BF019BD933 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F19_0 /HKDPOA+CMMI12 1 1 +[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/d/.notdef/f/.notdef + /.notdef/i/.notdef/.notdef/.notdef/.notdef/n/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/pi/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef] +pdfMakeFont +%%BeginResource: font QPMPZX+CMSY10 +%!FontType1-1.0: QPMPZX+CMSY10 +11 dict begin +/FontInfo 10 dict dup begin +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSY10) readonly def +/FamilyName (Computer Modern) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /QPMPZX+CMSY10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [-29 -960 1116 775] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 161 /minus put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7 +6E51CEE5CA47176526577DCAD58DEADE9FDD8D1161040A11504872D56EDB3D8A +754DA50DF613433572E45F990F01381BC7E8141871C01DE3E731162DE2206649 +4D782ACD8AA055EAE84DD0DEB16C09CFA1774FA78BCB61839501922FF62F7037 +3E6C1F5DBDD3567A54F189008B0F5225798FB59F3FD46468BD1CF510B02F535E +3EA7FFE2583BAE928445D43359B4A7C4BF027456BA45D781AB71B5A7DD87F16D +E8E2A0E5C3E7175363255A9FC1B2C1734066515DA9C0C9C3AB23EBAFC56EF014 +FD1CAE59E9643B8D659ED91F7E5D38225A489707A6406BB8FAB4AC592D8F7849 +6D1EE5D02F37964D389F52A9D6F6088DBA3E88BDA46B006DEB21A55DBFA37D2F +174498304AD593651746AD2A9F1C026F612184F0436B032B1C581A0735F9D473 +890E6E7D72F5B429717EA8E1654A07A9B576258F9DFDE14EAFF935DFECADEAC8 +35035CA459C4BDC9577484FF36EA4BE997A020DD0AD3DCE87894C773CFE10D88 +CD91683874A6FAB9D28597DB2E32D200C3D8 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F16_0 /QPMPZX+CMSY10 1 1 +[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/minus/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef] +pdfMakeFont +%%BeginResource: font FMXHGQ+CMR17 +%!FontType1-1.0: FMXHGQ+CMR17 +11 dict begin +/FontInfo 10 dict dup begin +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMR17) readonly def +/FamilyName (Computer Modern) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /FMXHGQ+CMR17 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [-33 -250 945 749] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 49 /one put +dup 61 /equal put +dup 50 /two put +dup 43 /plus put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7 +6E51CEE5CA47176526577DC92E493E0F02C8730749B6C82051C4FDB560DF800B +3372035B0A49A3D7E42A6D95F9A429FCCC80B1170279BD4DB2682E62B674064E +66A05B6718BF415A81688C966D3AC974300F4F0E5909720B4F372628A04C7166 +8ED43DD0A3118B84EB6B9BB3A0201C51A16F58A501D371009A54963E9355FA89 +08EB383F3FF9B64870EE9055E705B9D1F8DFD5C46F9686AA5176D6B65F0FFA37 +E1850A8C517AD96C75F4AA246D7734069A6E2D0400996D685F13F94B8ADB2EBC +A4F3EF8CA9ADAC82E0E0954A0C130DB58F4DFA2B00096125908D48BA2A3820E8 +6DDB3410F1762CAF11DF653C038D246FA78CAD45798E2AC6B78EDDB1CB10F4D7 +7995A4BA42ACD9BFAB3A49212687EDCDCFE778F45CB79ECB0BC590C13559747A +0C3668D8F36BC1FE933655D192B3628733B3FD371059158F36DE32FD71828623 +28CD6FA21C09F301DB9DB95310B30111F4C4763972508DDFCBC9A82633F91B18 +36EB030057420C9C64757C5E04BC07374F1A294AD4CA4911D5EF23D0824B0992 +CF23BFE8C28491DC6EFAACF9211365E0C4AE8D49CAD65A63BCB5E73F0D82A36D +567C2DADA7723A330825965C0CF5F4DC7F548612315C980864E52AFF9F965E52 +5EBCB630E2ECC800EA94348A92AF68B527A15C058B513335B4B554C342F706E8 +CF055A882F0FC1CEA63DB77B6978C901FAF516B45F3DA50C7BDA40B2773EAD93 +C031D4DC1B7C7287B2D67F62FCC935D557891D8070FB33EBBE625D9D6EE5A822 +3138E151E3DD7D76D4F50F8A6A0B4F8B88E7C68B91782CFB0D351655D1B9BF1F +69082BD079D71FEAF70034A0091FE7DC364A2DA558A249CC98028A792E8F830A +24349E65CEEF9D8F8EDC942ACC37E19443B7708330066A4073DC09366B559F11 +1F7DEE651AA9E25810A21B55AC8A2589FC2AE5C644234975DC5BA11A9F2CADED +C08D4AA17D2A8BE14A1A1AF4016CD8E447E51DA8F8FCF401063B584036EAC168 +99F85D6C169588BB116C629ACC99A4DA205CDCC266AAF002C37467BF90CC9BD3 +13DB4DE913C883E0E4A2DF0C8F747D15C814EE909157A91FD159A296A20BF7FE +EBEF8789C72E5AA57F5F350FC62AAF594FAFBEE1DAE68F09A38D42CF5D28EDF8 +3117F5A4351CE7946B170B6492AB553EA05D3569BED2FD999481CDC0C5BAAB68 +C74E43B84C9262D11AD158634D715B +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F13_0 /FMXHGQ+CMR17 1 1 +[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/plus/.notdef/.notdef/.notdef/.notdef + /.notdef/one/two/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef] +pdfMakeFont +%%BeginResource: font LKHKAT+CMEX10 +%!FontType1-1.0: LKHKAT+CMEX10 +11 dict begin +/FontInfo 10 dict dup begin +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMEX10) readonly def +/FamilyName (Computer Modern) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/FontName /LKHKAT+CMEX10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [-24 62576 1454 772] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 67 /parenrightex put +dup 65 /parenrightbt put +dup 48 /parenlefttp put +dup 66 /parenleftex put +dup 64 /parenleftbt put +dup 49 /parenrighttp put +dup 88 /summationdisplay put +dup 90 /integraldisplay put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE02D4556639B7 +6E51CEE5CA47176526577DCAD76AE67CCBE6C569E3C7ED7D84E3C4204A9BD722 +50873EA47333356890CAF4A15A424FD4B234FE7DDA0F0D863C346058F4BEFE04 +3E4F768D805687A004B13452E895B459ED4E7E3D00D71DE3B36DEEF78B66260B +8C0108C27B385AA255B5F9F21F34B4E0E97A6C196B5530B656E80B32735A5236 +139BB8C47D6EB79D61BDF179B4B1F8D49461A22BBDE9291FD2B1CC422A4345C8 +C7E1C14B2A4747FFA7D56617B784AB2F039AF3677735ADC8A7B8FBB02DEA64B0 +A8B0648C161D8A5DAE080C457648BD7779A9914B34261E05772361416DA38509 +AC0CA4D0E6F2F98BE47CCACCF73287155C13CC294029B9439EC6F6EE9BBC17B3 +BB16CE22E953375B7F56B21D52BC08DDE83006C894C202741621B803D06DC55E +BBC434FDA9EC066DDBE85F4F0629DE55D6E1E17B131DB946D916043BC7161390 +37C8CBC62EFF69F32295B0A27F71F7BD67F0BA115D98586B501C770E872AAAA8 +DD5A1008A9EC8D282FBB02DE567D5CAF7386F32887E363DFD2000DB47A235EAE +BA1E784F1F2979B102A6A9E47EF56D26ABCE254F93FF3868AC838C275B7DC71B +4D629407C34ADAEE8DCA5336F904CD0C7979632100EF22E663B8FB94B48E3DF3 +115A44830144DCA2818D6019B5CE1C5DEE7C69DC6623A436FB0E53A493D2AB3F +3AD3777299633D08E12041E59D6194E01C3A8545539DCF4FE206E6CF3F813335 +1392420D6E48769A9A31776367CA81075DC893365E567AB5BD3D93A3B6AB82AA +F83642F1AAF9A6DAEEAF737A421987C60759C112157E100C9618DFC85EF7A7F6 +B8E17E6569D48FC48AB6F43F37AE90D46E64F2BE9A380E2AE66FE4B923ED515A +14A928734AAD4A735504CC8A1E555766275EB3802D4A167E0D3DCA110A0E5EC8 +266D006C0178FC930E18BBBD660D6E397A2B9C95C6F0BFA2051F793E6C5391E4 +64460DF0E3C5CB5575C3B8ED78875879372675829BB0400EC9CEC7B682909D09 +F5CF3F9AC8EEAF8B1A5DB066971C9BF29E4F2AEE7F27A28E7E9E497C15F83311 +42D9D116C1CF06D499E22AA4CE57505A567203432D954CDC3FCE9B4A735839DF +BC8258F7A5EA212E2243E1EFD925959F2B46DF97E71635BE193D414397B0D299 +C87281F1C95F6F65006CD3556A4280E96235DED6CFAA9E9B92F9E81A507DD424 +BF0A1687A5CEC773672CCC56020AA0A83ED2962D723177FE20B5700E3EE993B9 +8D28AC5B777B310C4677627BF7F53C180BE5E67856B8AC3DE43EAA4B03D9A975 +A3010EB7ACDD4DFFEF9CAE755DEA151B8057B46D28E426BD45A9681D93CFDE04 +F5ED385F637A00B595FA81E95D89C77E84728FC8A122D72981651D725D805D3F +D43912EC69C0A897BB9726EE0E14D4333FDBC4A3AFD82F11370A5D77A1C3CB51 +25866F96BA0D123A551DDCFE9C389020129315633F9F83ADFB273436A5235650 +B4F8053FC3929C224F328C368A85B2D2F460B831E364AC95C677A147996D13EE +60BC3AE1BB6F69CC95735374C008EB636D1D96D864661E6464E10DB9E59F376A +4CFEC4A34D36C446ED817FF1BB78FF3E8BD2B4B5794A109DC2341861F9FDDB4D +5E1730C9AB87BB4CB2513117D032BEB2B59F4666ED90EB0374A4E17762D9A502 +B786BB576E3D5A6CE3130137DCEC44EE57CEE44767849BF902F9FB85BB3CDCB4 +338BE4BF25EB8ED6BD4C6236EB71B77255EFC94D35AA568BB159BB2B57D5F47E +758D51E73818A1C665CF8A93C32575C889640153B137497E9F31935A8BB99394 +A8C08A909F73673253D9E825D3EE79E3F955AEADA53914E2443520ADFB632D5A +B146E2DD12385026B1B89138EDCF42A13A4F046D56450E51410D8AB3D6AFA4FB +43D2578D9AB19D104646193314CB8D680A853E8C8EAD9F22E27B5A49AD18479D +A48A9FD79891CADD4CE2D67BA14D569D429ACC48D45307E3F933D106F349A491 +7559FD7D453708EC4A29724D4B79CD363E82659002185897E6D5A6 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F10_0 /LKHKAT+CMEX10 1 1 +[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /parenlefttp/parenrighttp/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /parenleftbt/parenrightbt/parenleftex/parenrightex/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /summationdisplay/.notdef/integraldisplay/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef + /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef] +pdfMakeFont +%%EndSetup +pdfStartPage +[] 0 d +0 i +0 j +0 J +10 M +1 w +0 g +0 G +q +[0.1 0 0 0.1 0 0] cm +q +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 38.43 38.241] Tm +0 0 Td +/F10_0 9.96264 Tf +(Z) 5.52927 Tj +9.96301 -7.029 Td +/F13_0 20.6626 Tf +(+1) 24.3199 Tj +5.53501 -23.391 Td +/F16_0 20.6626 Tf +(\241) 16.0548 Tj +21.5898 -23.391 Td +/F13_0 20.6626 Tf +(1) 9.46347 Tj +60.201 -0.495 Td +/F19_0 24.7871 Tf +(f) 11.9474 Tj +74.7944 -0.495 Td +/F22_0 24.7871 Tf +(\() 8.77463 Tj +83.569 -0.495 Td +/F19_0 24.7871 Tf +(x) 13.7816 Tj +97.3506 -0.495 Td +/F22_0 24.7871 Tf +(\)) 8.77463 Tj +Q +1 i +786 270 860.94 4.0498 re +f +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 78.57 23.796] Tm +0 0 Td +/F25_0 24.7871 Tf +(p) 20.6477 Tj +Q +992 238 654.3 9.98999 re +f +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 99.2176 2.43901] Tm +0 0 Td +/F22_0 24.7871 Tf +(1) 11.3525 Tj +16.8604 0 Td +/F25_0 24.7871 Tf +(\241) 19.2596 Tj +41.6279 0 Td +/F19_0 24.7871 Tf +(x) 13.7816 Tj +55.4563 7.16396 Td +/F13_0 20.6626 Tf +(2) 9.46347 Tj +70.7653 18.54 Td +/F19_0 24.7871 Tf +(dx) 26.3735 Tj +104.033 18.54 Td +/F25_0 24.7871 Tf +(\274) 19.2596 Tj +131.416 35.307 Td +/F19_0 24.7871 Tf +(\274) 13.7568 Tj +Q +2306 270 146.61 4.0498 re +f +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 230.715 3.97798] Tm +0 0 Td +/F19_0 24.7871 Tf +(n) 14.4757 Tj +29.484 33.156 Td +/F28_0 20.6626 Tf +(n) 12.067 Tj +28.332 30.168 Td +/F10_0 9.96264 Tf +(X) 14.3861 Tj +19.899 0.01801 Td +/F28_0 20.6626 Tf +(i) 6.90131 Tj +26.8003 0.01801 Td +/F13_0 20.6626 Tf +(=1) 24.3199 Tj +55.287 17.001 Td +/F19_0 24.7871 Tf +(f) 11.9474 Tj +74.025 49.698 Td +/F10_0 9.96264 Tf +(0) 8.71731 Tj +74.025 32.166 Td +(B) 8.71731 Tj +74.025 26.181 Td +(B) 8.71731 Tj +74.025 20.205 Td +(B) 8.71731 Tj +74.025 13.833 Td +(@) 8.71731 Tj +82.737 17.001 Td +/F22_0 24.7871 Tf +(cos) 30.3146 Tj +117.216 49.698 Td +/F10_0 9.96264 Tf +(0) 8.71731 Tj +117.216 32.166 Td +(B) 8.71731 Tj +117.216 26.181 Td +(B) 8.71731 Tj +117.216 20.205 Td +(B) 8.71731 Tj +117.216 13.833 Td +(@) 8.71731 Tj +127.134 33.768 Td +/F22_0 24.7871 Tf +(2) 11.3525 Tj +138.486 33.768 Td +/F19_0 24.7871 Tf +(i) 8.27889 Tj +152.273 33.768 Td +/F25_0 24.7871 Tf +(\241) 19.2596 Tj +177.041 33.768 Td +/F22_0 24.7871 Tf +(1) 11.3525 Tj +Q +3578 270 613.17 4.0498 re +f +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 375.579 3.97798] Tm +0 0 Td +/F22_0 24.7871 Tf +(2) 11.3525 Tj +11.3525 0 Td +/F19_0 24.7871 Tf +(n) 14.4757 Tj +44.7751 49.698 Td +/F10_0 9.96264 Tf +(1) 8.71731 Tj +44.7751 32.166 Td +(C) 8.71731 Tj +44.7751 26.181 Td +(C) 8.71731 Tj +44.7751 20.205 Td +(C) 8.71731 Tj +44.7751 13.833 Td +(A) 8.71731 Tj +53.4961 49.698 Td +(1) 8.71731 Tj +53.4961 32.166 Td +(C) 8.71731 Tj +53.4961 26.181 Td +(C) 8.71731 Tj +53.4961 20.205 Td +(C) 8.71731 Tj +53.4961 13.833 Td +(A) 8.71731 Tj +Q +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%+ font VWGKMN+CMMI12~1b +%%+ font VTBQKO+CMSY10~18 +%%+ font GMDPHN+CMR17~15 +%%+ font HKDPOA+CMMI12 +%%+ font QPMPZX+CMSY10 +%%+ font FMXHGQ+CMR17 +%%+ font LKHKAT+CMEX10 +%%EOF |