%!PS-Adobe-3.0 EPSF-3.0 %%Creator: xpdf/pdftops 3.01 %%LanguageLevel: 2 %%BoundingBox: 0 0 357 257 %%DocumentSuppliedResources: (atend) %%EndComments %%BeginProlog %%BeginResource: procset xpdf 3.01 0 /xpdf 75 dict def xpdf begin % PDF special state /pdfDictSize 15 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 /pdfFillCS [] def /pdfFillXform {} def /pdfStrokeCS [] def /pdfStrokeXform {} def /pdfFill [0] def /pdfStroke [0] def /pdfFillOP false def /pdfStrokeOP false 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 /pdfTextClipPath [] def } def /pdfEndPage { end } def % PDF color state /cs { /pdfFillXform exch def dup /pdfFillCS exch def setcolorspace } def /CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def setcolorspace } def /sc { pdfLastFill not { pdfFillCS setcolorspace } if dup /pdfFill exch def aload pop pdfFillXform setcolor /pdfLastFill true def /pdfLastStroke false def } def /SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if dup /pdfStroke exch def aload pop pdfStrokeXform setcolor /pdfLastStroke true def /pdfLastFill false def } def /op { /pdfFillOP exch def pdfLastFill { pdfFillOP setoverprint } if } def /OP { /pdfStrokeOP exch def pdfLastStroke { pdfStrokeOP setoverprint } if } def /fCol { pdfLastFill not { pdfFillCS setcolorspace pdfFill aload pop pdfFillXform setcolor pdfFillOP setoverprint /pdfLastFill true def /pdfLastStroke false def } if } def /sCol { pdfLastStroke not { pdfStrokeCS setcolorspace pdfStroke aload pop pdfStrokeXform setcolor pdfStrokeOP setoverprint /pdfLastStroke true def /pdfLastFill 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 % graphics state operators /q { gsave pdfDictSize dict begin } def /Q { end grestore /pdfLastFill where { pop pdfLastFill { pdfFillOP setoverprint } { pdfStrokeOP setoverprint } ifelse } if } def /cm { concat } def /d { setdash } def /i { setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } 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 /cshow where { pop /cshow2 { dup { pop pop 1 string dup 0 3 index put 3 index exec } exch cshow pop pop } def }{ /cshow2 { currentfont /FontType get 0 eq { 0 2 2 index length 1 sub { 2 copy get exch 1 add 2 index exch get 2 copy exch 256 mul add 2 string dup 0 6 5 roll put dup 1 5 4 roll put 3 index exec } for } { dup { 1 string dup 0 3 index put 3 index exec } forall } ifelse pop pop } def } ifelse /awcp { exch { false charpath 5 index 5 index rmoveto 6 index eq { 7 index 7 index rmoveto } if } exch cshow2 6 {pop} repeat } def /Tj { fCol 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 Tj1 } def /Tj16 { fCol 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 Tj1 } def /Tj16V { fCol 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 Tj1 } def /Tj1 { 0 pdfTextRise pdfTextMat dtransform rmoveto currentpoint 8 2 roll pdfTextRender 1 and 0 eq { 6 copy awidthshow } if pdfTextRender 3 and dup 1 eq exch 2 eq or { 7 index 7 index moveto 6 copy currentfont /FontType get 3 eq { fCol } { sCol } ifelse false awcp currentpoint stroke moveto } if pdfTextRender 4 and 0 ne { 8 6 roll moveto false awcp /pdfTextClipPath [ pdfTextClipPath aload pop {/moveto cvx} {/lineto cvx} {/curveto cvx} {/closepath cvx} pathforall ] def currentpoint newpath moveto } { 8 {pop} repeat } ifelse 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 /Tclip { pdfTextClipPath cvx exec clip newpath /pdfTextClipPath [] def } def % Level 2 image operators /pdfImBuf 100 string def /pdfIm { image { 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 /pdfImClip { gsave 0 2 4 index length 1 sub { dup 4 index exch 2 copy get 5 index div put 1 add 3 index exch 2 copy get 3 index div put } for pop pop rectclip } def /pdfImClipEnd { grestore } def % shading operators /colordelta { false 0 1 3 index length 1 sub { dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt { pop true } if } for exch pop exch pop } def /funcCol { func n array astore } def /funcSH { dup 0 eq { true } { dup 6 eq { false } { 4 index 4 index funcCol dup 6 index 4 index funcCol dup 3 1 roll colordelta 3 1 roll 5 index 5 index funcCol dup 3 1 roll colordelta 3 1 roll 6 index 8 index funcCol dup 3 1 roll colordelta 3 1 roll colordelta or or or } ifelse } ifelse { 1 add 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch 6 index 6 index 4 index 4 index 4 index funcSH 2 index 6 index 6 index 4 index 4 index funcSH 6 index 2 index 4 index 6 index 4 index funcSH 5 3 roll 3 2 roll funcSH pop pop } { pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul funcCol sc dup 4 index exch mat transform m 3 index 3 index mat transform l 1 index 3 index mat transform l mat transform l pop pop h f* } ifelse } def /axialCol { dup 0 lt { pop t0 } { dup 1 gt { pop t1 } { dt mul t0 add } ifelse } ifelse func n array astore } def /axialSH { dup 0 eq { true } { dup 8 eq { false } { 2 index axialCol 2 index axialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index axialSH exch 3 2 roll axialSH } { pop 2 copy add 0.5 mul axialCol sc exch dup dx mul x0 add exch dy mul y0 add 3 2 roll dup dx mul x0 add exch dy mul y0 add dx abs dy abs ge { 2 copy yMin sub dy mul dx div add yMin m yMax sub dy mul dx div add yMax l 2 copy yMax sub dy mul dx div add yMax l yMin sub dy mul dx div add yMin l h f* } { exch 2 copy xMin sub dx mul dy div add xMin exch m xMax sub dx mul dy div add xMax exch l exch 2 copy xMax sub dx mul dy div add xMax exch l xMin sub dx mul dy div add xMin exch l h f* } ifelse } ifelse } def /radialCol { dup t0 lt { pop t0 } { dup t1 gt { pop t1 } if } ifelse func n array astore } def /radialSH { dup 0 eq { true } { dup 8 eq { false } { 2 index dt mul t0 add radialCol 2 index dt mul t0 add radialCol colordelta } ifelse } ifelse { 1 add 3 1 roll 2 copy add 0.5 mul dup 4 3 roll exch 4 index radialSH exch 3 2 roll radialSH } { pop 2 copy add 0.5 mul dt mul t0 add axialCol sc exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 0 360 arc h dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add 0 360 arc h f* } ifelse } def end %%EndResource %%EndProlog %%BeginSetup xpdf begin %%BeginResource: font MSAM10 %!FontType1-1.0: MSAM10 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (MSAM10) readonly def /FamilyName (Euler) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /MSAM10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 -174 721 753] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 49 /equalorgreater put dup 50 /equalorprecedes put dup 51 /equalorfollows put dup 52 /precedesorcurly put dup 53 /lessdblequal put dup 65 /squareoriginal put dup 66 /triangleright put dup 67 /triangleleft put dup 68 /trianglerightequal put dup 69 /triangleleftequal put dup 97 /frown put dup 98 /subsetdbl put dup 99 /supersetdbl put dup 100 /uniondbl put dup 101 /intersectiondbl put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6 FA6B0AF33A12E1662630622477619FE2FA30F227C1F2B8EDE69E41C159604E65 F76B21EE5C7D386A673FF51EF330BF6BD5ED3F686E462F0D55D4080691284B28 A9B477671EB7B214825527EC2AB54903202DB8B91338D9E4FBDD48C175E46820 4AC0C4FB3D615D2581644F02D7A89AAAF8098E448244D288984C47CEF4EEE760 4531B5A60941DC4794FFE3B066B1E1C0BCF921326ACE485A46E9CFD09A9C2414 C2D0A7AF32077F1D80C882BDDE2B37B3A2BD6A051699FE69C92C45DFB917DEF3 0ACD489308C26BB8D0A64970B315DBE27BB70CB84E30B7D9B832B774066EBF5E 1FF22C9EEA67D9232247CC7EFF48E5298B354E04C77346F1C278A9289F18EF3C 367A6090775A5672AE678681C3518F22DBB19C97A912CD92613B63302FEF3FC8 DDFA4DD1A3CEB027DC6483D64531122566CB50107AFBB772932148165AA0F3F0 FEC9208D29764F16C22C02BF988A9BE29750E013D632DD03134F240C1B01F002 1C2A11E0AA1E3BA0C1A94D3E126C89BCFE39CC6D2C7D3154AAA5620BA8DB4A66 8763BC9B7FB146912FD48E9C6BD03E468A63C3F678E13ECEF007801314E16C20 4DAF3ED8A0D6FA3AC3A360909EBEDF2B9A8350140515B6986125403029E8C2E1 9CD332E96D6CE68896750CAE1D1BF3C3B7CE6E79F939C2C8EBB85514865BE575 6C711DA21B8DFA91CCDE4527DD929C5E32691868BAFEFFC8671E6884F3E6189E 9EE14C84DECDBB6C471D6A7D101BB5DF7CEF15E38D32E640E312233F4A91FD59 E33C2D708DC5529A200BFA0FCA00D0A4E01723EDE8337BEFAC5DD9AB9A503C1A 2DA64C6A45AB4C71245AD3FEC32A219A4C2AB005A6A3396DE672A4B49916BEF4 8C22F56E799919CBB3DFB54826AF185DB13821B0CCBEBCD7517CB601651FB99D EE184718914F6F868412B36F4612E0DACCF1D9ACE12294B48156D4BACDF48FA6 FC07F5D0A645B5BFAFF593D3B9A695A2718579A29DABBADC716BCDD54F7FE47E 7A0B12715D41ADDD7E5BC7F361BFF5F3B8BE2FDD8E2DF82B02EE44D36DCCB800 016C9F81676A2117055E30DDA76650A77E95E3CF2D0CDB3BCF2F6BCAC10D27C1 7B4262FC5A434A470BA5F920F5E1C8815F6C3429993B25EA938D77A554525275 CA6F89742E0CDABCC3862F22CB831D68DF7D10E90BBD366DE86F0275D586A394 2ECA9C2E39D93DE97D4A0B8FD60B86C37CF400CBF0D6BE03E5F0B0AA3198BE4B 72A8C6E5E85943385EC6950A058D0D8390B87FB7FAB01E399E8A34494A7093CD DFA1765264D40ABEC8DEAF60E0C3E1CF2E867F9819D490C98CEC90B0152A8A29 71040FBB4CC620626D3763B82214AECD1C775A56DCABDF1695B6ADF6F6A13EE9 C1B3A7F328221E4B3D42F2CAE3F29A13255FB94A9AED5A6B0151707B284F4F2B 60FA4E327897B3082F9EB587011E4166D99D86BD00382BBACF72D264D1264849 9556D232F91EFF1D2A34A64F54F1B386338030FD74CC1BD79ADE0647FECAF53A 1A8730F51B0665D13B8DA10B2BF661A91106B9FFA40F639D5209D176360264BE D47CD571072C9B273E4B1E7A9482C5771B0B0A28C3C4E6E94B24A5B0DF86AB49 2673A771C2C3FB565D1437EBEF7B498BD083996CFA6C4FA1FDEA046EE51D6215 FE00872AF51090C64ECE478B7715BB5BE7DC9890F96C78E367130D30B1CABB08 E1F5DB89251154369B684D8FD4D874B00066CE9F7ADBAEFB7F844C055C78858D 8CA240C1FA92FED32CDB1363828A0C57B979E2005592C271C2DFE150482A7DA4 BDD82132E1548CFDDAA828623595B18E07E644BEE88704A89B173BBFEA2C16BC 8951A2DEF93A190E94E634BE88A857FBF0AFC435A0B9DEBBAC4AC2AD128A620E 48A1CBB04E6FC2EF7877707D8F5451398F025B96385BE94FDDA4310C86BC0C8F F67CB59631E1678A41F3B1F61A17EFEFA395DA830BB8A54A4750D7923CE60E40 6BDA70A4C12DF70F589A4347F2AB348A22E22DED09101FC900850DC0D7214DFA 0F0A33D6FFF3D7AE32EF9B4043EE99CA61863DBAACFDAD205BCA44EC4AEB290D 6B5C42EF1FF5A99CAB48E9A5F7A431A8A5BB876081174CDA80B2A2398D854E67 C32B63CB0AF7EF87DA6E3FBCB921164AF69D76F714FF7BF194AB8C6F1CD7E67A 6A578588C6A185A317A19CFED43434511516A756318541E1FC3A90FF21429B57 ABE790BFE8F8F03531793110F7F36C10B0E8E8B9002681E265DC931002E09EDB 4A2CF09FB207BD6A84FA0DFAA17469358DA1803D88483E9AA472709A9396381E AE0AF21AF9D4B46BD7EDB89C5B43FA76D2265563069D83BB359A967602342539 87358166BD1799299FE8E189461C05BAEB81D63FF98BBF4376676506638307B9 B2666AF3E292BA0CF669E2E374C8D68F2A5D2C76F1DC393E2AD31AA33FA5E40C 0EF90E292298F41875522D1114FA576474A708E6A060A096C808DB7D2A187477 1E3D6C00DFF5B8F79F2DEFDC885C3F8039CAFC6D2971A7536801320B2EEAE271 7C50A5925EF9216951F6FE417C54C0AC09635980CB83BD1E91C819C25BAF2460 C555A8EB1903137D5CC56FADE13580D9AFCD7834B011D3B320A8BD953ABB37DA 97EC2AF0B32AA48CD53AC1DC8D60AA7DCC7C20BF3F30A484073BABFDDE198F2C 54FCF8F7748C6148E89DC73451B6F2891868CC85D7AF12F4F1664DCC53116BF9 66633ACA268361233CB94F799F87CBC7FB799B682AB14514B007DA91F308D20C B0372E4EB0C7B4B70BED4701609E0987429EB875F00E5BCC9B4D5964F4AD63F5 712892445A7E0396631D51023E4E5F8BF4096EFD6D428F3CBE7B80580F5DFA88 D5E54F8D896B0CF8807C4216C27B6130D8E2B0E0EC64E2AAF5F70BDDBE990A84 7C8E9B8CBC3066101648CC4127FB5F5DCD965BDA1865BDFE46D1587361AC8CAD 77807898772C7C2CA46C0A878B3548CA6B4D75097ED8B6A85B3A54E543A60E8B 53893DB6EAF96A114AC85AE5F19FA627A28EAF5DAAA3B800E6110385616946AA D32283368899326550419C921EB770350E96A816CACA58615B23DD2BBB4DB5D3 F46559FB4617AB139E0EF678E7F8E4B12F7AA5BDB97F60BC87FF9BD48614C125 0264F0373A647365E9F108DB4646EF3BD0E4BFC3943C1806EA9C40FC5EB6DDDC 22036D9B2AFF3015ABB9B12721568F979F2350F4412A729671CA60DE66CECAED E974923DA8C22EED48E78DB8B99C494B8BCE448231EFD6058175BD107106EBC2 9C25E77DB13B1F87E846372A973F5D9D6431B9B19A6D16CFFE220C666B4AD06F D2B501B6B265F421F97335F4EC861EADA2613468225F4934CC3A3B539EC9286C 3442616494F60E8A817A6AE309ACC43B37A081176E905DAF90ECCB0B0CBB36DA 54D377D5C562E11DDB3AB0116E70D301B902A59C27155631B03AF0E49688777E 9226F1FF8F93BF3B8519347003710F6D80791E51DF1A9ADE5381784BD6D07512 19153463F888AE34CE1597212C29210B5825FB786BA2AA44D2613FE862C85684 F1041BF8A943D81FE305312A98D30A214EE517B1EA5DF6FDEBA4EA696BBDF168 84EFFFC34186B626D0FC3554B0DF18AAA1C23B671C75A095B9E8335F4E518224 98E4D6AE4BB10312C05108D1C475B5BA9AF2F29B145E141C5222331D1DDB3D6C DCC1D9768033736C911C130370C8D3F50A1E49EEBFCE6DB2A6E71C1BDC099B3D 843B05D6B93C133AFB0153ED097D4382714EFCFF79F2E2728645DD2AAE55F82A 072D8187B54A69CB97EF36A9DCBD2DF209EDE4A45358677CCD32113FCCCADCD1 24803DBDF9E044272592CD8D1D76264F072B79CB1F1DC14D86CD196C53CD2F51 A83044BFF02BF1C58D917C15474B3ED60FBAF17B96311BFD04D006AA99CD7556 35C8F63C959006D5B060058DD9CABE4D1353C82C7C7238CE0C29943B5D62ADA8 FC603B92154C8AF2E0A786B600F111CB37D3E63D4CE26E1984A16B1B56A3153C D8DB16CF887143C0626E5B53B0FB0C44EEDA10938DD2C741817AB37CFC74A484 88D48316F443A95C8935C0ABEDEF872B42F8E0A61EAE4DE4AE9C70C1F710E1A9 CEDA6975022284E003CCDAD1991F2D96CB7066AA00DC45D10537B2AA948076FD 96F713C0292856C2DDF689750DA1A188A23A63641B6573284898670C7E84D9E0 0F619E2F77743C91576CE786CB2F15B14FBAC252C5C03E0F7633E5CE171C4E81 52772BE330272B42B98B36D3D90C69A4C99115B6E7E3705D2497FD8E1D7CA2A2 5456000A41BDC21721F6B87AF0E8CAF080DAE02A8AE915769DEDF94F81F374D7 048867164F81B39514805F06B5864BED94E4D7999D0DB417743BB2FBF4909C9C 4F255B 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F8_0 /MSAM10 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/equalorgreater/equalorprecedes/equalorfollows/precedesorcurly/lessdblequal/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/squareoriginal/triangleright/triangleleft/trianglerightequal/triangleleftequal/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/frown/subsetdbl/supersetdbl/uniondbl/intersectiondbl/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%BeginResource: font MSBM10 %!FontType1-1.0: MSBM10 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (MSBM10) readonly def /FamilyName (Euler) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /MSBM10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [-55 -303 703 803] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 49 /notforces put dup 50 /notsatisfies put dup 51 /notforcesextra put dup 52 /nottriangeqlright put dup 53 /nottriangeqlleft put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 97 /Gmir put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6 F88E0E90C7D0717EC4AD7FA4C03064907B8102048B9C3DF4342F73E752915925 345B9C1BB5E9D44CFA61F14E1593691109E67276C6AB2085E505D3AAE1384F2B 37D939C30F5CE07B5EBF62055768DE67071B81CD33B07D3CC25E623A60EC9D72 8D9F65E0435F960FE4C74F57756000335764FF7D1D0E41304DF1CF262A1A7FA2 D0184C3C59AAF26450BE2C3B9454746458287F98AD661E390E4B9838B13C20F9 FEE008A5EF3BC5C5BC8717F984F8E429995D5C39BFEC047550D9ED7F9B6538EF 020EB60AB57A1729C47E57A6BD62BC2917F3AEB87B28C109B7B6EE1D90B075B0 E6A3AEE745DDAFFE0EE29470F6AD67FAC4AF8E8E8BEECBE3E326064EDE65FFEC C02DDDA91B539301B07D16E7A409D0D7787EA86E6ECE378F9ACF8BC3670DC717 1D0B2243D005373C9064CD97CBA5FFE8A971465BF062D888B0BE6EB0DB840ACB A458C815B69C6ACECB0FE5090BB5E64D208C879B3C5EB59CBBE0866544908CD6 BB9A0350C8279D82579A76A133B09E9AC0618FA4B64EB46F7825B41BC1FDCC67 1A3A47884E6A7D3F359A3F1A386F1703784482C1625AB33FB8F020FE5B4F3379 5469267D368DF774F26006E4B4E2307F5B6464808460E8A1655C7B27AD949BB1 66130CF6BE29BF6FAF560C2E67976E3BF9009E3EEE04CFD38BD61C9897F0B623 CB852FE4F0CBE9F163EFA1171356B07B67A97CF8072FE43F660652D889C6FF51 6DCCEE75592DEEE435486269BD2CC0160BD5EA3849E890D7B8F7F36003C855EF A58AFF43F94F46747CD91CF25EE1BDD41DD7312A892DF151476D7E5F43B3E565 DADB071CAE3C46E3E57C82B9BE186FEDAA6BC41027AC3513E544C2AE35562853 7A11D8B10C5CCBA84549756AF4B795F14DF72C4B74CC828B15737BA769D8FEC8 9E9C74550B9649472DEF79B07EBFFF8E1D5D7704F614280A281985897DB5D216 F0871FED1C93D4B6A18975A2CC2ACB29FFA9676ED583B9B001C5B2582A390C98 F7A4D9B20B0EA7F9F85B3CB8F097C1550BBA5619339F008CA7B0B69712494865 6C13DEF8E2B865252D46FA8399A3BEA1F67214057B1F0211D9EF9A831D7846D8 2A0250CD23482606B663D770A02C705A88DF7719498F91932DA24A064473C14C 38F974550AF2816E628D4CAB1E13C9F69BA379727A93102CDFBBDE287F11A0C8 EF628FA84439388E01D17F4E8BB2D49EB340DD6CEC1457698A8E498C3E1A42B3 3E1EED25C0B9AF5B3716815946C4E284AF800D44BF90042C03B769B22E459163 24F03303E33870E19D3DD80F7F01796EE3993ECA287F435B051A12F3D787CE34 E8BB5C0AF26EECEF0AB096D75C45989159DD4736226C2B6561EC31ABC1A436BF E401A15056D185AA713A188BBE9632EBD84585E9CB500C3982F8E659D90A1EEB 0C3F8ED78BFFA43F8910268896AF23366B2067D836DB85CD4C9E4C20251EA912 881A3C160246184E3D2EF19CC7528E92F2C4B8F3B07717FCED422E78B90CB076 4EAEA0DFC20109BC9052394ABD0AB4F1E631BF76557A6C213DA60B8339ACE0FB E888001479B5F37B942BF937753B21A6B346E72649D198C0D6FE525AE5125F2C A1FEB6BE5FCEA75CE34BAB9DEF586DFC091F6C47E83FDDB93EE5A4066FC0D1C8 103B504CAB4A925529C5B6E0946434FBBC7EC149A55280B2933EFB85D3C30D98 EB936EBCAD84C331B9903A71D63390D7C5514080C54E812F2089468146FF8897 751AB3F201148911DB8FDF74B6D4635C7052648672E826844296AEBEDA0118DF 327FDC89E1D83DF1FD6E3454E4AF5F4C23C35776243BF9A894F3EF6CBD50B74E 4833EA8F124C7A53D608E91FF55664AEE8A6F0C04CCEB9616E113D432A6624D6 3FA13C540A5715F08D89B8734765EFFA73B70A7BDAF15ABB2AEF16B73D3308A2 6271902ED04E6127EC43A9132332B87D53D1B213E5684ECB450445CABD6B5C10 C0BAE5E802A90AE2FFA2C6C4CFD7DD6C3E58E535EA258829A9D5A60DD69AA9FD C6949E010C6C88368653405727B5EA0AEF37103F4E768AA487F2B9A6F2C2FC8B 4E73829EF0134F2B79160FC866FB68000D8ACCDB5C411F2302991FFA543025A7 20FEC8CA6BDB3D9D561CC3538087B062990732BD786031836DCCADC8FA0A6D0A E797EF746A621288E2A6BB56AC32B8C83275CBFFFA128D242F2099C9BE390D36 5B197E50B4A85071FB9EAE16798FB6D714B9539AC80662E5320EB01AE3E40B31 72C8DF625017A9DDBF7D0BADB122B8A62A581199E61263AB0046D357CA68F444 09BD504623FF1C207B606FF02116DD9239FABC79ED0E8D6367403C8748E83C27 5C88064EA965D48926AB3EDA6998AAF99D0DED1F9AA22313ECC9EF0921E05D26 A758FCAA33D4CA0E8DF22CAD12A0138E83F2F2C45BD23005C1B6F53CECF60D54 DFA92C44956572F84E3DC2FDADAF8893F27714179FCFF137DE672EF6E30D3C28 C0993DAEA7960E45FB252603BC80EED9180E0A7293752394D6E0C3BA43A92755 287EA9777A92078833F6FE5ECADCC0049AF83EC9BEA6ECFCD942680FA3AB2763 67029219DC882238D226D1F24FB7E5D729682E3703FE5AE69E0B71097E0C7E35 3E847DB152E2531298CE89F040A2B5D7445EBE59D5664FBECEFD6AA9F612D6F8 9E0693492EF6A640A6DD4604A850EDD3B4118CCA3CEC47470DDE19E2DF62F543 AD10EB000986E580F5C5602F7AC4CFC24D644AA75AD9668601F30AB5ECFBFFAD 46BCF4FDFF60F443CBBA880EF6043F500B0A1CA1C921AF3FD78B533ED8E219CD BE37A1239B10AB84C454C338621FFCFF172DD82FAF8CC6B43C510C0B974219DD 8A1D33F35710E7E964C7627122C82C023F559FE5AB7B1266C512E5612443C57C 7F90EFBD48DDB57234FECADE0033BB929551A1FD01CB5E24B9E65C60D9E4C1C3 A4C9F550144FA463C74B18222355A789D98CFF076601A419833FF187529ECF3D 99441FCC857003535E3F996D5890F9ED5F22F91B8D105A89B133E84738626847 D49820CD599CD875216959D3CF9A701AF2F252732A440A944C4D3DDD52FC8698 7235A3C7273AA0B6CE3F8B8AB25F785C7B8A933605D75D5ACA29643BA321DB4B AF9DB77489899B875917E70FB6CFD57EB9104768453A2C19B84C676613CB5B89 EADC73BD7DD8EC1D8E3B48BFBC453595E57A325A5453B5598ED57F05BD951F37 D2D3AB6346139E542BEDD273089A02B9B86BAD569D3D45C3219CEDD5C8AD0A4C 37ADD26FE236409560FC18BA307CF51B9A456F97C9D3B012DE4C38C3F743286B 69C37CA8504D314682523CE5A0C2B3306A7B52F6F545B7272B73ADA71119689C AF8C00ED6B34CB9C9A0E5795780C413400B5FCA80EBA3FD62AE1A83CFC738701 065443144AC2C9C0C3CD23A733324758E019DE0696AAD60A5C0B33F31F1D4D08 AD3A290D1B7F1920FF11AB70B629DA75C9AA8471CD8F28AA2BBF3677AB6F14D1 024E15D52BCAFEDB5D04EE27D269A8C3339A6771E188E7421CFD4776A2088018 F74BB9654653C27D4C20469C3632F42A491957BB49B3314FA4124F567CB4323B E5001A4956885293B3D77A9C5193AC6FDCAA382436DB45B1B7DA8111A9B202ED C6A4C2D898B32527C6313939A829D4C8B7B616CB95F40741E6B51DD9E3F337CA AA803C37649E35ACAECDEF198FBB6974D7D71B748F21CDBE327EE41CE610C916 DDC1BBD47984F7FBAFC68ACC69FA17228F81BFB62D7BD3D9C23A37FF2A366D3C 38C7C7BD49294F3F30E0FA581B46FE2E4415A0E6447C8A949EB2230AB09756B4 122F7F42E7F29D9F6DB02AF1A7D8D3009D72D978A13F441C46CA29D3F1AB8B47 84A90B086B6689986A4D84DDA3A0E55DD8184899A44C4DB7B97E6C42462C43D9 F9B39ABAFA7F896291D9342DDB3A1981BD272004D9E9B809C3D01480F11121F6 67332A16A915FFE43AF1299496551292EA6986C936C88B43CBC14BDD231F9509 288CBE588810D9830E0FE05C26256AA381A32678C4FC14C279B0FDB3DDD90C0B 01976A2CBF89A89C677EC93FFE2528C7DF699758D266E4135D6549F538304F0E 87149C8E403F8F6F230C935B916898B726E548DC4C4B8B835E40449A731A7443 28EA70B7CD298AEABDB6D8D5D35344167615BAB3302E31356BF1BC5AE6B3AEAC 00BF91E645D501FFBC614C6A5D238C7C501BD8C95BBBF325508104F4A5ABDF86 1F005EC5DA9F09EBE695F51025199C42479BF6709D1D2FBFE6AEC0122394CD98 B1EA7F1779A1A8848154AD39CDB0CAC53ADE1B8EA53E04D2975F2E8436329532 B02BE18158AE65C3BE6CB65B3AC0BCEC8BC2FC3A09B79535576E63ACF714F4CB 92DD59608B5DC1B486DCEF0D78D2FC6B55174E2BC7815960E0C1EF0B90BD651B 416EE9157D2E1D360F36898C7EE3A5CBA341B8323B2519 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F9_0 /MSBM10 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/notforces/notsatisfies/notforcesextra/nottriangeqlright/nottriangeqlleft/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/Gmir/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%BeginResource: font LuxiMono %!FontType1-1.0: LuxiMono 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.) readonly def /Copyright (Copyright Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.) readonly def /FullName (Luxi Mono Regular) readonly def /FamilyName (Luxi Mono) readonly def /isFixedPitch true def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /LuxiMono def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 -193 588 784] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 36 /dollar put dup 38 /ampersand put dup 43 /plus put dup 48 /zero put dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 54 /six put dup 61 /equal put dup 62 /greater put dup 64 /at put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 92 /backslash put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 105 /i put dup 108 /l put dup 109 /m put dup 112 /p put dup 115 /s put dup 123 /braceleft put dup 124 /bar put dup 125 /braceright put dup 173 /hyphen put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5 C2A9054AD77634ED3954C3C6AE08CCC394D760225FA58B9E407C9E55A89C3135 FC64A6F0C72EA7AC086E956F9C96E3185EA214607DB81AF6D330EA693BE5399D E824973E3E6B8D3070B6B8C1730CB9EA05A70D6431D9C8F071897B687A533B78 D2B42D90658F7BF9DF577F945C26273AFF8D46E4D08056E424BC157BD0ADD2ED 372404E6A4E950A877AB7DD9E07151EDB91388CE736165B647032DBA0FD29D97 30D61B8E7CA50F4C72CC388E4501CCB7CF064415FB50CDAD3693FCE9CB93BEBD 69969ECC558ABF60265ED2BFCF9F487E76ED93FAF2254D539D2EDF3ADA563D81 D98B3DFBE697E2A904B833D770D733A3C274C16157F419BEDB531A892C7249B1 BC94647758D97CB0BC412B643E400EC8DD283E4BCD0CD627C679187BBDD24EEF 9D3E91FE9FFA30807BFB2D9FC322F80AD557B3CE5EEEDBDA9F350BA3B739A923 A4CD2513C0BB9697C578799A87980B6B5D415B67A7B169EA927DB376C7F2ED25 6D780FC9D7BDC5D30C727631011ABAAAF437C2A8471630A27D3F43A42D934381 D184492E00F6D4CC4EFD5B523B7F063FDECAA10A2BD72B9A862053040E8DF4AC 677217D0E0C301CCAA71C7F3BB5A5088E1F4C41E156772A0A1463A5B670C94B9 4077FD66303B10BC23D3C5ED9C2F6B64788DEA26E8C62723C15DE5DD20C69A0F 5E068D81E4D312FACB9377F4F804D1C0D679DB19040CB230484324E4588ACB2F D81A63277FD31AF95108C46189934F3DF0BDD1FA3F158758AC3FEB800F7F6F84 3EF09AF54FA12057B901906A82777EED7D771955AA06B23553C27D465E0A38F4 59D26EF73CE6D410D38531164B0D22C4072C29918B7211A82801FC12691C3C84 0B36E5E5E200E7AA2BAB95E2082AD98F3E6BC92BBAB3CCE4398BF6497D246482 912C958A862CE544BC6B8FC72EDAD0C1A33EEDD4F51D83FDBA2DF92B02561646 A82D3473B3C976A4999BC508F693D7F18D20B1D5959AAA6E22CC5F7057A8A2EB 9401C6A636710D4B47FEC16498139B4B291567B0BFC265D9F17ED3718FD6F515 DB1D1C7CC0B025CB52E5E867F7DCFC4DDBC999EDF83FF9FDA9F78EC6E8DA0472 D26447D57CB8A08BFB635A5403B6C8D4D7049EE5EFCBFA09798B937A02ED0E9E 3043E488DD5914BFA0BE0AAB1688A4CA7027A3668E7D6E8603AD376804C9D8C6 ADBE5F8D744410151E1A797C91A0362AC4BFA7FE57A7BDD5D8E5A70618886934 54172C29FAB551529EE3F8D893130200725308788704D5C814E110946C226283 33C6852DA50F704F01044B58F6F66C866ED25B4864FDEC685183E00880C0B4AB 05E6D933EDDFF57ECA19E4D612420CFAAEC411E1695BE5535CF0804ECA035A2A F3C58000B60BF2B1B806C253225D5F9A287C0E6A952FF24D8DFF592D352D0D7E 2CC9719AEB12209BE33D4F39FE3EB84BC58CB3C2F62C7B595512BE6D3FECBE0C 011C93116C4B10AA55108FA1F2E2B209E2CF94181DE025A918780BF5B0ABB2C9 8FB6FE97853A1BF810496C7F645DFE4231179EDD54CC9DE598BBCD9D31E6514B 22FE2E1DA2CC05C1C138F027046DF9EF22C93322042891832D14E9D443B2D2C1 C8031B99E4E131B8019FEA53CAB7DA5EC6EDDBBDDED0B84B090F46869326C74E 7A3C429D225A1C3B786E2F0FBE40FD5ACBD2527DC2F9570C6F08E2F6E6E88330 973BFE07DF602CD325696B48AFCF06DD882E2AE6C7D2AA5B45AC19431C8D8493 0AB7465406AABA2FAFA2D82BF2999FC63B4DC3658238B53DCA693833F60DB447 3A89F562DBB80AE3D12C70C77ABCD661C060F067D5467E8787BFBDAA7CA6F72C A11846371F865351D840DA55556FC4CB5E03318CF24C6A8D285F094870ECF3A5 8424C9D90F6F60D372E58B3DF99CE48967C44C117DC6D3EA215D07192F0E35DE 692EA69E104B9572C192FF6F3641502B3C5BECA8F188E92A3B0760C21FA581A1 38BF09638E3F0AB7C70EAAAB92675ED78092BE56C90D5CB3C1E99FFCFFFF1BC8 46B5C6BAEA436D8DC649E96B00E5F4A349FA3C044222B65009E25018119754DA A2B0D1EF05FF338142858B089C013504677ACB92C6E9ED0688FFA03569275F87 608B4A364E56784392FCCF92F794FE214F9E185AFB45E7FEDC3AB831359D1672 2FCFFE16EA8EC3CF470E8227053F48124FF5FBF4349BF36323F6DCD32AE57A0E A9A926473A0CFBF50A94616787C52D41DCBBC504C17BF736FF00986BE199D4AB F69B76BCDC72BCB57CDF446C1C5351096A3FC190D1670FB497AA4234BB96B6D5 55911CB76868C17569B4C8307EEA8554746F87B8C4E8124F90BE14BFB1A3A0E6 C772C56DAA1791AF8E31CAA5632575A7EB69DFFFFF386F7101843DDE303EE778 4DCF2487282CAFB0C73F3E2C67EF06D4517F285DA142AB0A76500CF2748F58E5 8B020AE94B3EE49591AAA5EF7EDE906C7E6887FC06237DDB65987E835C8545E5 D3D0C05416B39C7FC4B757A358190016AFF683F07CB5BBC294B2375A809DF26B 16EF5F18C3CFE0F6B8B8CE9088C5644A9DB8A9C2E732C54D599169DCA997DBE8 F6B786CEBD141EB39F96FB532524588E558EDADDE670B0E8B1A2F67D9173EAB8 1469B6B54F07B085DE91B034FDA3FBD5C416B027D0DDC76102C8239973B50E4B D6F96B1D0FDEBE15B2EB7707A4AE219672EDA8C9FB166410BB22B096A22C97FC 5B2EA804CD3CDD64754F92BF7A936C4731683B70C21EC8B43A08786BE1553A83 676262F5F156D4B31831091ADB28C1C8EF0C9F51EB4A1796FD33B5F1388890A8 9A3D03D585FCF66D098EB500AB021D95A726DF5B3A7ED5F9973D3BF506051EA1 DB64F84DD63C38DF49EAC53BB50147DACF27FFF3A6D3784E0A5473B5C3074072 1CD26DB03CB5FE5031B49EEA9376C775F9458665923DAFB2F93EB1134548E0A1 28A365F8F0B23A90C3C2BC707CF40318A61416012D4E1964A9F6AB97D54059E2 A321CE4907FF09A6974375427521567EB66EC9C531C8C4D5B1E5340E3C23A43D ECCE82784938C9EF7101E46C9C30FDDBA8E3FA0084A69F6047A21AB7877457C0 5E896B5B5BCA659C9A6CD368A7FA9AF14283B2780B145AC239C1F1BDDAD6B0BB 2A0D7CFB1FB318021B69CB78031D783B5AA3F09641F02E8A81939E4ED55FA5F1 A6DB25F9361D44BAE5E044E20B710271127B161B63A426EEE1D84608459F6378 8A5083BEBCB706DF0BBABFC912A049807A7B0A25E7D1ACC2A8D7F68FA39191DA 939336D13FE55DD848E41CCDF2642F498DDF2288FDDC09339CB5BBD753D41C83 E3F51DB7243E9713D22AB59E8590DE13B4CA83D18D0FC02326B44728831F0227 352ED5ED575DD19BC959220B54D2BD808C6ECDE4CEE672D8EE481159CDF7C89E FB40756F549A714873387BBD36893FC7C4533BB6F82CC6E82A92F39565E1D7E3 F02906E7F10DE83F3CD72A4DAEEFD50529A296FCE3B9E565E73392D03FFF48B9 5119C921531D28E20285979C0C4701E3715F93C236C277041EA88C30B08E0BC4 0A136B06161C51E24A91C6F25F824A45512F2B8F8C400A38F9D8AB53397605E0 6357BB1006DDB7D054316E28E49BA95F41D66B47D665B6DEA2A9351809BFD6C5 A286D7FE2F06E991AE6D3377E73411FFC239A014CDFD9ECC9182C8B294FF107A C4D4067403E227C599BC4DC5F134C7DCE23BB5589EEE9194AE888F97FA82704F 44478A7958FEE187FF3F30B6A508C3F1E1EDDBF68E610164699200D6928A7D11 728BCD2F3ED9C2572FADE4E4F894CB128CADC911F128A54A0342A13A80884A4C A32A5174BD055EDC0CDB8F420AD22C451AF2FF2F7BDE803767E3AC89D9EF67B9 4535DB71B2FC2242FA930A5A4F861CFAD3B1F6F9ADDBE9B996C0C93BFCEB6676 1E34FA1E3D9F1AE7918BF58A1968408A810E4B558758B930EF33053AAB6939CC 9BAC8E69C6661DCA1F2988BD209DB08584D9107722A454CC5FD722A1323BA1DE 315EFBB70CC787C4D8A9B001FA94A8FDE96F406A0ABB69094BC53F9A7521E6A7 B0DC92891542B94430DBB8A4608392D3700EB625EC1245C788269F1A176FC9F4 D7854DA148F5FB51983AE275E22B66C0FD30C598C8BF3428E494B1D6CDC580F9 37D18951AA5E93090FFA0F2BE6C688BE570FB0D707F2AF0D01162F99B60E6505 DDB9E82C5D85A22A09361123C14111D1918C97FD330D4625DBE9CD80E31832FA E8DF6849CEF5031C1D1A5D98D8B0DD544494DF3F4BFA6FEA2DF1137721913960 4B5071766552D3990AA4C78A198129C120539305805C67B01A9DBB727F26C1D7 041F9CE6787A29D26E841ABBE5DDE97D0BD3D08F0AC8A5E858F4ACF0CCCA181B E5BF68B1F96EA3D291B1D833BF07C8DE89D0BB9F0C5C748274748E01D0D233CD 2ECE655946591997919616E5FE20C10339FF534056F854EFB3401925B53223AC 52F4466BA586EAE15F2A6A1E87604107C1DC6F163CFED540A41081A81797BED9 FDFCA21EC93BD2C3EF40C133B7DE47EEF2D337DA7182821B3CC270B9FBC4F55F 91E4AABA67AB9224FFD27E1258D1F02566179DCAB714971981113E1FBBCA3FE3 93CDB58E90FCB42A07D2AB15FE005EECA61615A1D3F2D03D3037F3079574E3B1 42CA86F1F753D9A28B7EB274181361523AE5E62AC7E8CB3AB40EC2383E8F2379 8E5DD061465ECFC00B2D50D892389ACE1940F1BFF65C091B35BEE9E832ADBB1B B6D4833E4477E1CFD269A6ED12A4E3FCC97C9A468AFFF8C71340810BC2E026F0 2EA636BD9A13C5D015DD52E8231581344C7D7482CEA480A877A8A89252DF6DCE 228671810F9F405C3AF5E96B12EF86233183A70003041E859BDF48FD4F834F48 AECBE3FF182E8A51B2D6E949BB73C6CCB4C48B726913178FC5109356AFCCF6EB 926D6F5B64E4E56E0C27E90076C4AF527D1312779F557065D7190A7A93AB8A77 F432ED56C535FD877DCA90BCFADDD5A911CD783105005E0BA6F9D74288AEF023 F10894A6AE8172D01645D6DF5138C190E72CDCF3C2CAE49CDB3BBAE0309A6077 1B9EF9ACB31BAB3E72F03A113F7F0D494A3CF58C9B48F1C8C28488CD0A6BDE5F BA5AA1B06B504FC50504008705CE01C22EF01084C18A5ABD40D0DE502514277D 4B277EA729EE58AAB0A59D1FBBD3C2E0B0BF465D48D36D7E550A8BDC5DD2CAF3 730CB6322BEEDB30226CFCD6C5FA8811DBC160240D398539026F4657E65CD79B ACC35FCE4933E1513A438244977A32B1D6DA2B11DC3A17210A2907A93E4E8949 A1B15EC3BCD68A93A0B33FFC417B8C48A850763DE931E09D6C8D96316D8A2715 2BA55E31679E9D3E9AF4341E5859A9E19E35E36AC5A2CAB8614C1E2FEDECE974 49745C0A00B9B0EABCBCE73308CED3D75BF5A05305CE028DC5717C3D6D92B94B DEA03605B6121815665323C9E86A393BFA96C23DBDA73FC5DBA196D9DBFC8A68 02ACC37B5879F92EEFFC6FEA5B59E1EAC2B0DAF5BCB8F0DBF20A676A547A4FC6 73AED9CE2BEAE2F7B9407A2BFF8896D8035CEA0FD5DF1B63AE6D8A5F673E45DA 44CFD1C6A69D553DDF42EF61DB1F71936D29426CD63C4C29151F4EA54AFCF0FC A0AA8D19AE20393675AB7E57DFEF5372A23A 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F10_0 /LuxiMono 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%BeginResource: font CMBX10 %!FontType1-1.0: CMBX10 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (CMBX10) readonly def /FamilyName (Computer Modern) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /CMBX10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 -11 827 698] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5 CBEA3C3A3CC338AC183A376B73659CD3FBA056C3439AF4469D36620BAF8CFFB0 57490C0E5B1A744C346BBC64836681963DE09FDBB19E601895A0EB1A98D8438B 89846D6FD7E6F05DA413535CEDB54BEC14C6605959D607901D0220DDDFF5D686 3CA589A08AAEED74E5CBE15C5D8D2A8017290F3EAB7F9503933ACDE8C6E1A04C 14444DDAFDF38946609B63EF9B8F91E06C295194BCB6C3C427599D45B752DA92 ACA44AD60D3EB0F4D398F4F0681CB04158D064A2F2108250A84F8771C74A69FD E9065C94AC86EB484B2FBB4D24839BE56078D886831DF1402A7A236B727D3A2B EC793555DCE1711485049869CD33D9E8B1D49D50D5C630A68D2EE4F3C0C442DF 1BA7FD6E4609460AC02A3BCEC9B7C23EA99068C33B9A416AEDCD5006212A8D3D 9E0BF324F4DEC10E79D6E1CF8CF9FD159C45D6C48AAB7A79FA91F88E4E1F1AC1 F594B02F399852CBFE3C16B75A71D2562602539E377038BB0A0E8800ED3B39AB 79552380425C78DD16C793E61FC6E4318F30386D571E76018996C5B86AC3C574 33E81E25436C4BD1A7A9DE7D83652E374637336B14310819C8BA9B9F07A0E5E5 6094DDE23CE7147DABA4EB8A895195EBC34FBD8917646C556F9081A424FCDD18 C17CA6B288DB1F4D33A98AE06FE5F46061D072D0AC6C89974050A725D7CC9103 447EDEF95113C8D6548732C58F4747A99A138D1FA874593FCA640D421735395E F1F0D9E2F5A949C78D4EFE99BEFF835473BE454B47493E76CA17447876F2899F 781242A513682CF7E91A53F7A38115C2932B133E1E957434D6F3B7DB5A5E0703 BA1FEF5C835BDB1CF11BAB1D86727F1C8CC50146F4274DB82A6C46C006ED5FE5 2D33282C80248375DC954679C491D491AAFE5BEA422164C9C2CFEB58B460C145 AACAE234AE1287DB2E36600343EEB9575195E0EC5803173C0BDB71384FFC511A 60D1C17DDA7D6C5FFFE2654A013B05CD73BA78E8EAC0DA96B4685ABF01A48EC9 537BC70D7D7106AB664CDA694760353F71C06DE1CFDFFBD1316BAD5DEF787A31 35EB950DC38E361714B46F1D27FF31CAE03FC0BC617EF476E4879B3DC05D9AFE 45A073C677E0243289B3BD89F2E793947851BA1BD5873331247B841FEC1D7EBE EB2EC1FC8AEEC290BEB19F07FE609E2620DA241D4AD1ED803C78112C4717F034 96737E61732E55583B8A922973FFF959B5415175F9E48AF6D710A062726F2422 02A2C0E0FD73D01C059E013AE41D4D9781C8A8CAE1E5BCC287C9BCA773962C9F 3D63033133DD81E47DFB7D5A2A75D72E2EEDBA0681DB1BB68E26A76510C919FD B881803C0456A5B6A554C490B0270B29AAD82034BC77DD1E690C5DEC650FA8CF 5B66533B8BE1ED4E4BED9B338B87AFE18CC5071A0823CA80E2619AA1BDAA8E04 5124A9B5BEBC45CB8EDC5202D53791C9087A348033263413375F9FE91BA43F45 92E02B332C39F93567FD0956D0ED8C841AC55A6C3AD56E64F01A0AC5B8A5550B 6760B1C81C3FED31C5894152555E76BA94FBA167066AAEEA49DF2919265C6436 7AEA15D8792EEA79C406FA8DD45FE0B742BF3A8030D89649BB53CB91EC7A8154 E9977CF3C6C9D66E895084E6C49849AEDE4B62F9D6F469193BE05E74B1D9A504 9E206C6517C7041ECE0EF25582313EA711ABE271DF3369655A79F1F79E715EBF 1F2EB9A078B016805C2A37ABA0F3206576EF0315FED245097591C3A8A3239D7D AF83FFF9DE5FB71608772CE0C6612B58E12979E846810F784953BA7DB59B0F61 5110A55F331AFD8DE333567797B711BCC8C241AF012FCD42AEFCFB31B31F1270 44D01E45677AD0E7BE09F807B970EE714274B9A2F9282A651B2B45072C9BCCAE 444C25F2506DD5F6336DB490F6EF6A9E3D0E1B45C807931B5EDAB51A02B65996 A2AB2754266A1148EE36EFE0BE3AB3F52625F05055B3EB74A41F435EFBDFED31 1089C60F44EF67721133A040FB005763C6BD2127BC6A92D4248F01CD72FCAD2A FC256EC09F5AF8E6DA62DEF3B139E7029707C072053294A3235DCD3C28126150 8D4F6160308CD78A90E68EED7DCDDB46F2429686BF62EAE94A94990751C15526 9AD760523D9124AE69992EB7D53AE528CAB328BAC5357A72CACBAE3A26B64D38 3BE1270BF91762EB0AD8A55501998902E6604CC7043A7354CFEE4C29A208C135 E56EC8B0D3B52F6E76DD60514F205856AEE6CFD17073A986857E5F011794A9B0 C5BD7984C91D9932E3C261FC4D59E95EBA897480AED951222A05A6CC5310A57A DCDB1480D5509AA4E0131EBA7FE24EA2468F879073E23E9FA63BA4717CE24EAA 8819D2F899117DA4E65C1C076BC40A76E95931D0A2307F6A7CC8B10B83658048 E4457C4F09BADBE738BAE7402B8B11101BB82345A8EEDDF1B4E694D9E2D67F8C 99AB4FEECF03E0B0CB56022561378BF7A5782B2701DE121DE7D02BC5AE4BB6C7 2A72A924FE2034D4CD1619BDEC79BDBE5FEBBB71AAB25FB9A453A2BDEBF2B1B2 EC73197768D564365F8E3DD61A5C398FC16890DAC1A3286A16C701FA91DA0EC1 75D578ED0AA7804782EE5B0756EAE9D901A30A2FEE4EB61B01AC1B48E21F7C0D 17FC743B94DB970A1F9ACC1162792433C3966FAD4B428766F9F8D3F117A5BED6 0F4BDD01CEC93C71A320B5DAF4BE17119EFD24D414C3FCE613CF6DD6014AD32A C1FEDF131DEC40C282103A5A9E6FCC2A23CD8F3D66F7CAA5D46A71C1FE358AC0 2BD222D8AB3D42203F0404ED19053E59D96807377005B083DE608CA9940C05E0 A6805DFFA0D3C53EA2EFC7214CB6C1C803CB92DC8CA9925DD34DC0DB165D65ED 4F3D738C4FDE59F18C5BA43C8651BF920C23F2097ED0F4680002A8DBC7D7A32E B1C521AF564834A7F6BF2056DC524D7BF293C6D4C6CBF02A8A93C2838F7ED444 6019A53BA038F35471D7B69E61F121170F268E3306E87E84C39490A4DA5A7A22 1CC982851E5E212236C2313E5C9433F2E6374024F432D45E0E70DA2A66E42C18 251949CFAB16DF9B432844C585E91A448B9DC77B9DD29DA5DC8B6388B454EEAD 86F1C0EAB858C30D42E9F09097AE40423665F7367E0B15E1AEC5E55FE4CF6775 40EDABE54303AD70631E9C0DD72FD2408CB9A7480158B228333947B0019C20BE 0A458DA0A47DFBF2C95D68DA8891F850178A84A434D282CEB4EC21B5A3CD813B DA4AAC7178D2F0EB2087F90B5B3F6E3E436AC3946C40D061600F653A4F5C3562 2F71998E7372BC1CBD4AE5B1F14D1E951BC5D72C45DDE6E7F54228953D88711C B0F9E9A649A0BE9EC4F058B4EDF3018277D3446588D1A1C3C95DCBA694008D58 FEB58AE3207ED97A2AA284DB384DDBC0E9ADC72C73E76D49C71764623485BB74 F840B96D5268FA40532A107C17F5F3A64669CF370E8C34450DF2E00082E150E6 257E3969143209A07B7EBA065432E16B5D65CD91652B2781930DEA86119D968C 049A06D8D350AE12CEB38D74FFB24F858446C9E9D59DE4D68A8BD3587B0A011E 1AE7C228A3DA59C11A478263690A449592EF8A6CF515EE74CBA8956D7397BDFE 1191A5AA5D6E9F1351FE859527A1E5B7309A5957ADCD4B 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F11_0 /CMBX10 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%BeginResource: font NimbusSanL-ReguItal %!FontType1-1.0: NimbusSanL-ReguItal 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def /FullName (Nimbus Sans L Regular Italic) readonly def /FamilyName (Nimbus Sans L) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /NimbusSanL-ReguItal def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 -213 711 729] readonly def /StrokeWidth 0 def /UniqueID 5020908 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 66 /B put dup 101 /e put dup 105 /i put dup 108 /l put dup 112 /p put dup 115 /s put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6 FB39B30D1F8747CF3029BA9CDC574CE92C96CB7F7EB09200A6B1EDB6E92C5D4E A60D07DF489BED2B34E84D9F993E34182B0ACA4851CDBD35265929276B166700 F8C31A70BAE2DD1F00D2F575D034A3DC8F5DD38B4A6E94DC7CA1B9153FD7A9D2 39F24505077406C74137BACAC4613CCCF0D4846268B786872146AF9C7D5A4285 3B02CB350900E1710EDBD2BA355C562EA0B5C3029A5375880785A7C5E2A1CFAE 0B7073D9FC45944D43D9DAD330FB143625564A55595042D1C5AED7E8B3D8A7CA C1CE114A8FCC27D4075CAD17FECC96AA865017A6A74BB47CA469816EA46C1BE3 B05379FE55D5571DFB493A9DF82F4B906B963D88AC0820080913DB52E72A7327 AE82B77563DE00081802CD8416D00E44ABCDE7BF6CBE8ABDB2B5207F20973516 DF2890D6BD2A96EEAAB524A90C7493C5A08CD877A1631BF4339F059E5807092E 3AB67BA6CC0527B0B68FB11A838AE9E59DC03A76C5893E592E25454E2F81B460 EF9811868A294C6247C683B8D6E541D5EB1A0A31713349F7BB7A381CBC6CD697 91FAED3425CDCF2C38162FB89203233E150146E410D9BECAF5CCE1FA7E915360 BB5CD6E225009CA7CF01ECCE67790E16B8A7CC34CD2B0619EFD3380F28105091 430EF22E01297AD1548B01BE93F9027E669800224C38653F365D2EA7D70B06B4 3754EF1D7E5FF28F19832E453F0A5A98AD59D5096A145816E1BFCE824F23FFCF BE167CD08C7D934869741D11C26FDC1B219580BD34F773B0967561EC971CE9C5 5DB6A367EEBD4B855EDC45606BDDB30A7150FB680D4CB4DD5CB81BD7A6DF3767 991C104BF0DEF1A1092E4EC641446E82CF2BB779DCAEFB72AE2535E2019466D2 545A3E1ED68A6D15BB8B37A4FA0BFB11287E7646A0B1EB7CB033941D5AD6ED77 F5C747292AB75B7D19114C0FFFBB7D69F3926CF3A82510E35901680EB6F568E4 4E55F20FC4F0A54FD28582249554A19B99F50045CC9918FC645751B2F30E03D5 D622C88A1CFFC59940E5C72693D418C3AE5C3FDAB82895CA2AEBFA16435E3311 6EEC505A135B36FBA5711F37C43D2B50B8FC686577E0716E7D12965317F11538 B036E405C70217BC4843159ED32CAF19BC19FC953F6654D76C0BDED95B199CB0 A5455ED14BD33D8E79FDF07C60A32C81190C420962B5C60B07E5B8A3E3FC461D 6468E6E78E3AE75561830A3F14602CA8B29BC4001C5DEC1DA6AB7EB98746ADCE B18004C33298AF585660932FEFB0AB202B0C72B755B7B387EFDEB7A9B66EF499 8AB25A8AF0937CFBFCEACAB75173313EF4FB62119B396FADE2E5858D8F3E66DE 9F925C5BBFE26D24CAD4EC06CDA15B 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F12_0 /NimbusSanL-ReguItal 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont /F13_0 /Helvetica 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /quoteleft/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef] pdfMakeFont %%BeginResource: font NimbusSanL-Regu %!FontType1-1.0: NimbusSanL-Regu 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def /FullName (Nimbus Sans L Regular) readonly def /FamilyName (Nimbus Sans L) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /NimbusSanL-Regu def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 -23 520 709] readonly def /StrokeWidth 0 def /UniqueID 5020902 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 48 /zero put dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 54 /six put dup 55 /seven put dup 56 /eight put dup 57 /nine put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6 FB39B30D1F8747CF3029BA9CDC574CE92C96CB7F7EB09200A6B1EDB6E92C5D4E A60D07DF489BED2B34E84D9F993E34182B0ACA4851CDBD352659242F9BAE94A9 CF3902B79F3D036CD8910627BD9899627BA6EA8F2987DB12373189C36BB091BB E1FDEC7555721801651068DBE178BF0FB10CE961AAE763822D13FD26873F196D 472190BF3F8F5F4A9E0AFF628F510E90C9F1D354588725C2EBE0094DF1BAFB2B FC6E077D8105B4A153343D6B6E82BA00E1DB80071AC80A0F6A90F62FAC2F6731 7F2D76918E2016BC4532FC9B740DEDA52C2F27A421D784883D61EF213A7F4CEA 9CF654D4DD9E37A9088F8157FBC4DAF65C16DE2F8397D2B0E24C62A679BEA5CD 119049B15E35B4B675751B0F02F72022F053CBC12E85037144D249771EB0F48B 79DA42E2B55F5050672271FA7D7FBF1C0F6EE8C3D7E95B270C44E1AC7B40D8AD AB7CFA3E8D1BC63FAC6CCFB8DC00AB470AC9A5ED8E781946C1B9019041286926 089B2B214F545267478526B86EDDFA8C9105C66979B3605234A3577ADF165A9F 15D1F552F6AD6B4093A375641B3081141379018120A0F05E3679DF9C423CE23E 08AE6616EAB88E2C0E280AFA1536873BB8D5228F2F08713691E5EE7575605F86 FCE7C70BC169ACA9C1C4EEFE8FFFB087760A2A86112FA9B9A97F8E6C38C660DC BA1AD43EA1943C57048C6E853BF50A237EC1D8193C609039594689BC987AF395 2BFDB4EFAF8190E4D844091B11F39C1B510566089F3C1EA123C80CD7A8C4A551 C1327ED759F6D5AD93673C846D0EC0909312205CC4EA0E17F8516F0BC58CEDF0 82BBEDE250AE76E4A9558DD1C67C8DA1E6AE1FDB67BC58E15F63BB34CF3BBE82 6C7AB6A6737C8D988491A95E7A7BC449FACE936EABDFFF86C8065F5545768F4A 78ABDEBEDF1D3C81DCF5C4DCEC2A4260F8C476E093D3960DF71673EDFAA7B233 DBD9F90B37B35AE71EC60EA5EE0EC937D0C5A9FB0F1638932EE98A1D1F72C1DA A19E774D4713B2603E453F6A62E58509D2174927E5FC2A73B4D9101C3056FB97 DE16BF114AF551BB23FA8B0E01BE5A42652A38D39A63162D1B566C021CB34836 BD0164B7246B7CEE78DF13A66AEFA387B323C37AFF7EEF676CAB0C79D7FB7736 B85341A370A0B4AA1951CA6366FC9B0E2D7B77A78CCACC3013804A6877526B0D D4B8CF77DDB493250F82329CF748DC4BD14B3E7B0A1D5B8A66E5154F9B04B06F 688026F71731EDAE52936C32B7718295F0AD02CB7B1DFAD15998A9287E9F16D0 BBA988DC9A53F7C6E39AC288FDD7341EAE2B530C7301A22BFC8A5B2B22BE3874 D32B7CA3B9455CE3F2D5629515FC8D73C6FD8F6496F2401F18F02F8F8FF11F8E E7C15A231DF0C7F95FDBCADD7B38322898CC94ADCF5CFCA32C5E3191FCBF87E8 AD9E49E29C18F7319EA4AE4EB3B4C6B57A87C550FE1699303FA8E42849D945C3 C06B5248FF0A07AEEB25609FFEDDFADEF8BF4A9DD3039E4AACEDC44EB8C4F37B B436D293E0E77CEAC20A07E25B33199ABB2A5E6AE7DB11F71ECE2BBB242AFA28 132FCEEC57148E8466422955B20B6F9060B2764F5853057CFC2A65AB933B41B9 857CC3DF7FC58DE69884CEBCDA569F42C4D4336D1BE9B37F1EC578B0296486E7 E896C13592162E94A292A400FF241E14B600CB8B214CC1650671376F4252E436 6E3A89E28FA4361F37ED5017FE69E09756B3F1167837A334D66C48FC301938E8 5B4E13EA800DDACFDFE6FB265375D1A01FBC1FA4351275D4135233ACB140F897 C1C4A6BCE45F91FE095E63507A81C100ADFE4D019C57CAB82A4865E97BFA7D10 281C9A37356217DC5E5D11D3E487A57DC710183E8E2008D819A0AF7304A7EAEF 2AE0C0FF64BBD8B215DDC31A0E0492BE162ABD06720BED7739B6FDF3F53C3D9A 9E638F1FDA9A4B4AA0E4011A7574474E9DE1875B7F47AC0BFBB8C423E48D6256 EAD03A7785D89203F99FEA59669EE6BA74FF4C184C24A36AC84FFF27DDE97FB0 EB59647E94149545738CEDB9ED9FE2EA4AF840EAE33BBE69E444EAA41F2B041C 7B395E 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F14_0 /NimbusSanL-Regu 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%BeginResource: font HVMath-Italic %!FontType1-1.0: HVMath-Italic 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (c) 1998-2004 MicroPress Incorporated. All rights reserved. HVMath is a trademark of MicroPress Incorporated.) readonly def /FullName (HVMath Italic) readonly def /FamilyName (HVMath) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /HVMath-Italic def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 -254 709 737] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 11 /alpha put dup 12 /beta put dup 13 /gamma put dup 14 /delta put dup 15 /epsilon1 put dup 49 /oneoldstyle put dup 50 /twooldstyle put dup 51 /threeoldstyle put dup 52 /fouroldstyle put dup 53 /fiveoldstyle put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5 C3774E7B24F6697B9FC19711CD07E945DD10FF2A479E38A82154A6F2B8399ED3 D661291B4B00A4AF2A8CF89114E7BE9D7A4AD4E7694F0EDDDEC4841A5358E8B6 F20642189EE03E7EC4300FC0A07953B96160C1E2AA85AAE0B7AAAFF13380C64D 64FDD8064D22A87E8C5043B7382AFF9796F801A63694CDA5DDE6EC5894BB914C 2796D47E7F871655198249399E80D3822B59486B70E525ED8387CC3FB475F491 F5A0F494A18CD2D4EF508D8D91DD7CA4FEA39195477E639526C6889700EBE06E 8B4602176DF5E937207B43E0E05E233E46BBD8C8859D25741E24A85D4418A907 1006CA114BDF0454A210DB9BF3DB6644CF6FF28F73C8CFC92A398D18C9EC24C4 D7F82D3EFB58DD8B0D35120FA1C3D363ACF766955650B84380133DF274EE51C9 BE13091462C6F20792B2F2A7A8B36DA6825E566833C4E938040274D19CE3175A D0698E931260902F6C1DD2A09032D2A966848DC95D9AD5FCAF314928AC45CF88 1D0A5AE406F6FC8637C103199F4C87A1A3CFBB6C2EABC0D000195E8B5D6AFE3D 42242EA636D86025A13311D976B880F289FD27E6BEA480DD7ACEBA20DA1B0B50 FD1B9F120345E7D62BE2DC19AC306FFDCAA3AFFC8E0D2CFB21E4FB1B56D7126D 6CE6AB5D01DA42A8D29D7F87D991E90012153E59C07ED7107B16A135C12ADD9B 8457E765F498E6C8761B270283F4AEDF054BABFA5B3F28BB9EBCB7A69FE8683C A6118FD32FC6ACF46D2B1F0E0976893502AE541212AD7E8B146097CD7DEC00FD 31FA3E2628729A83120B3A4023E6E55D43A0123ACC28D7B373EEA5ACD68C021F C3B9B2EA20D89484EC050D43A0F787E126CE95E426309564BA6CADDC1D38C185 C7C65AEE7CB70ED69522DE6785AB4A671AFF80D05B8DEECB3C3997D81455401B 8FC1CF5E86C8F2ED77F964A12C174ABE4DFAAED6955B74F12C49EC4EBF5EBE4A 287B719CA673341DFCD78892FC11678081A2490B4F97DECF58A5BF6B123563DF 52E227A233BFE182ADDFE93F2D71D023ED4934E2F805B7B9D0BC2E222FE9DD31 D8E29EBDBBABC63C789D2E814A23127656BF9388E7A589BBB9E0F8A7BCA4CA88 6D71632EC263B49376F200051C7B11A2A7F78BB83883E77FA4BA73A68206E624 B0F7DA834EE023BA2379C0D70B4BB0872CC32B7FC1C9E4C6E5CC8F06F8AF3114 7F3EE04A5C73404F61C7C1233302B9E2BCAA0BC28E06B8BFB9A301CBCD2C6D6E BF45B620CA37A4B2416A4F7BB3129C246DC82DF3545CA20CF543B18F8A8D64DC D2A5F2A3F0FA87ACD3BAFF018E8D2279C49A019E6F3E49573E209103234E4C09 4DB18921165E939148ADAAEDC0068F2DC0D69655F6CF088AFD4CCF8172F9AA15 F9DEA04C7BB9C3926BB80ED819758551F3CF04D2E090DF3DBCAE937614FFBBA8 2209021C764DF9AA4273D6D2E8B2C8E3EF615E56569226E87A40F90FF03E34BC 047103F95785055649C30ECA8F6CFB53493761179FACC165B054FCEC2653BBE1 79018A9D041E9AA35F2A0292350CF434B51FE853B9FBC3F67D611D547EFA5894 1CB4A6C02E543888CCF5917C216A999C5F4571BC0BCD5F13176315394C622E49 B0B00EFE13D24A7DBA97EC077BA41DB72C8FECB97CBA67346B91C9D442F5CF64 5C4C3337771496D0E6AE45D3BC494DAF1113FD34CAD7A90A91FB7B708F6CC821 52B81DB3F65C9DCCF492BD92FDF22AFBD3B954F2B146E80FADDBE1BBA2B82B58 AA928EC178BEF7B4EE3CECAC51509F104E8D34E563FEA829B15939D166C9A20C D44E0FC766B6F3FD74AF1F96FC20E3F918EB9B47913FD42ECEFFE88A5197D510 A37DDF76A70DACEC0FE5E6C32BB7D1D102676C52532D6E568008FC39F69EC9EE 50D72D88D351D76F3F47DB97CA3B6D556F3F713A28E1488156FADE3290E76D39 A26ACD80098D5BBC3B78442EE08CCDBB246FA713118D9C157B1683E98A1D510C 798CB7D46578E8AD88A164D4BFF9E1B45CB2B58327BD4BD1E4D18FBE7083D560 B63F347B1C51DF68E244EFF66C5AF144846F7EF9C7C2D907D9C445141012C304 B908E1294A985187539731BF4DCB55EBE420C43286CEA3CDBDE143C38CCF4CF5 197CFE0A3187426C9729E7A9CD192666AF773D4C60FC0ECCCFE6877D24541157 AE905C9DED0618867116E3FB8E8164E653BA0FDFF1AE78DDC610570B32CCAB12 69DCCF5DF03E0B16618B37D9D283C65ADCC7FFCF78192222F6CEFD3E49E11E6D E23EB14E57171DAE00CB26A6A8CB9D5891C6ABF8EBFF39A87766BB0D011C5CD1 E90B4335DF450BCACBC72C8792BB7418DE0F40A153A46601AE5B3F62A0D20676 FB6996297FDBB2A3DBBA4B2AEB8F5FE5B84AC0CD5491AA61BE6D01765BF3B647 7D464ADD44FAD960DDDC7FC604B93F934065A8540BA445E377CA6DDDA163461C 0F842AD66FF0FC93466007F451C69823433CEA2F13C75A6C75FE5226D47D9042 A23CF352E4809F0DDB86C5CD30CB190EDD7951C147984C05243065C26B7F2730 70B4F6C6FF0BA998395B26CC39B48401C9AB71D1D44973F0150C8166563137E0 D4EEF403C1E95DBF96A4866DD9D62F9BA20D5B56FEC1E256992C9E556ABD454F 50F5A26F0A10F8DE77F0833AF31F7CF790DE5A4D8FD9EEEF94508C918B820B8C F090FF889E80B36510BCAF933ED9E5BC7236060C221E6B6830576C35FA94B1D1 D722FB261687F7BB69D14A88D6B2AB166B680B1A38088A14583CAF88D735F526 8AAB5D8909FB908E69EC4EF1903E62231DEBBF120D5E5A61863CB49174EAD7A6 E5116FFCFCDE79935242FBC3918F692E6B1CC7F2EA773E446347F13E37419EF4 8C345B74FE1A0185C8CF3055C31B09005F8C4C45DF183533911956746D4CA42E 6AB16E061BD990DDAC246302C1460DBD9A0D031B06DACA5E1DD814A7E38F1205 1FA7E6CB626B91B3A311681096F0E1300BB4C6A2A012B41E8EC32267CBFAA114 AD1D5E5C16BDE6F2460D81CAB3A536BFEE3975F8CC2BCC52EA4571919139893D 5C9594D82EF0A1B20B5065F4E39F7C64E8FCFFBF77B403B55BAC6BA5CF01AF45 63105203E5DBD0AA06EA790CE483718D1000ACA4D5536EFD315B4E5D4C9F6F70 50C0834034EBAD4001B1A717EEFC7ADCFF4C2DED27D86413A0ACA150D39CC724 0C95E1EB6CADF08538DF0B3EB959237AD7EC21B6B075D76DB79E165E7CE8FA17 3D1E8EB4774EF29148746AA93B183BA08E67DC409B9A16A76CF3AB53BC809930 D92B84F098649995C59656ACDA52E08F6A8364BD445151FABBB83C5AB208FCC8 9C0832E1FACB6A01E4310CACBD875F4F816C915623E4E653687ADC9EB111FB7B 336CBB182EF8435FC20CF4746548676A6AED62AFF9DB80ABE785BB7E68C114E3 E47516D6433F210F35594762FA1836CB2E49DEFE31899E00C209D0C728213583 D652865B166DC7B1AE0470D256946E9C03F144B39F85096C296F88B319E1DB7A AEB572A51010E669614E6C3532071D9623B83FDBD27D62495960405833AC44DB B05FB52B01117E6C6392973B6DC2C6A1477D0F1AD2AB36AA5E2962C3048D6AE6 CD6917109EABEA85935385992A3DE5FD1AB7B58A576673C485531DA7D709E873 289AE8AD75F20557100C1B50757EE17843D8536A28C0D0FD45DA1E320F636DA9 5C1186E1767B9BBA4B50956AB49D1E1760096E2F4A662E4FFDB0133FE1768CFB 52FDD8B10C6D3B223C72F2E51D11F815552F9E45C4D3B71B9DBCDAF384312EF6 5294B8DE645E73A47CBA6D84EBD2121F21538DFA0A2E221B5FEFDDC693194F5A 7E60973DE9EEB92C70C9E3FEFC5C8A2EB583590B9C6C33010A84A48239114F07 B5F8E1A06DDBE43212A9224C6A824D3BF675B764B68ECA9A6B8FA55BD6B41A8C FAAD6DD3853115F60F77D2FEA82F85 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F15_0 /HVMath-Italic 1 1 [ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/alpha/beta/gamma/delta/epsilon1 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/oneoldstyle/twooldstyle/threeoldstyle/fouroldstyle/fiveoldstyle/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%BeginResource: font LuxiMono-Bold %!FontType1-1.0: LuxiMono-Bold 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.) readonly def /Copyright (Copyright Copyright (c) 2001 by Bigelow & Holmes Inc. Instructions copyright (c) 2001 by URW++.) readonly def /FullName (Luxi Mono Bold) readonly def /FamilyName (Luxi Mono) readonly def /isFixedPitch true def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /LuxiMono-Bold def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 -205 600 784] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 97 /a put dup 98 /b put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 121 /y put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5 C2A9054AD77634ED3954C3C6AE08CCC394D760225FA58B9E407C9E55A89C3135 FC6A5968177420D93D16893F7E1A1C8B985FE27815A33D420E36C1FD51385D7C EEF7B39469072B645D411901A85F037ABEFA9776200FA0FD4F7A046F91F18087 560EC4CDC5131143C4BC9A56F80DDF264E58B6A26878625A0BAA0196665383D8 E69044AA0E4CF96538B1AB996D4BD82EC262CE0DEC49226F1A9BFAEF84B5361E 1F5332ADB7AB7118AD7FBC93AE1DB42B546CD485A11435DCF242C255064507B8 B5B4F0B7AEE0399320C5DF27A9E5495069BEA2AFDC47064106C53C7B288E1E27 2423BCB1856E6C8CEDE7AE4C998602258E826C93DCBDFE2FFA8AA03D6C04182B A6FFEC5212E4C5C8F45D0E78F64CD2B73FADDA210F5B32507669AEFDE00764A7 8C44532E6C9DBDD43B6C4A578AC5E6BD4F2EAA3347C2B787CF3CC35E235DAB1A 7D00A84F1B5E5AAF0913CD830D72E1AE386B5183DBB67A06B797F3B1BB7B2114 68E8C4C4317FA12E9F3D75EA68D95626866DDB099D6DA440D469D28E203C2F1B 13A7EA3415D948F4BC802775886B44DA6954334B6EB8ABB8076E33111F10D8F4 0B59FD7A26F1ACBE50D51CF15F3A308311C406357E9B3E7969F0F3784D6166AD 6D2037D2ED893B3AF8DA43E8D04F07D88DD67D02B2AEAD30D83E782DDCA79F55 8761786809AE9CBDBC459B5EA0068710F58F974488BA8F4095A5AAFC2DEEAA61 A75ECE321DA8D609F87A2BEFF2D44324FB85AFE572791EDE27EFCFC4B6D36490 38A5DF3953D12587FB7F4E0D5C8D943A012F840AB81ABCA13709209F321D3699 DA7365E8CCCFDB3C5B6620BFC437ECD5322B6E9A78A58B60EE8EDCB81BF908F4 76C563BD193C0C26360F90E4FCC03AEC3D1F21F5A7B946AFAB4F9F6A8359F34A 954025BC1F033E576228CB4FD9719D1EEE175B0D49D875F87E10479E42AFE718 537BB30F88021A213CFEEA6BAF4B4E72EE614C5568FA8BA9CBC54D2BD13C0B40 CB768B0F335372FB5B28282A32329D350231D13C3DE7F9C70183CE4396D62B08 C67476DBB3E017D15AE514E3E7ECAA1D6FA09C753FDE7D886D75881D6AFC2989 0BF405010F944E23A3F0F83E2B1541D66E4D7A20480F242E0DE03ABAA6D7B681 68FE7FCDB9FFE1A84F0397C4A75395A7458E45B08CE809441839D3C287A01BE9 357F0C1836CF55C84ED2139FD9A928C2868B13725E04E8B315ED97F6A215A232 C0200B987EE754762F4A605EC3FF481CFE8B56F83A8E19D9B766D4CB955250F7 B6E8895DB2ED496DEEECC545D1DB67FF1E41F14D16CB5DD7850DB620AB4590A0 87C1A67FA621D6D18D51FBAA570EDC55F7DC0638BA01D9CDC843FD30CF5EEE5F DC3BC83713148D7D7638E44DF5952E7E338744B6CB9555031483AF513E8F191F 4CA3051A708F87D6828A5C634D9A87AF2ED256A79C171111BFAB30F12DF68693 0BA2908B4B81E45891E8AC11794A4EC61F6FCC641A33F6276CFC09FD8E8A8670 C1B3461786204629A16DC83A77911BD8173E4663BBA50A9560B81E2FC025C9C5 413D8C1BAB8DF97F5A8B4F951D246CCE2B9E31169126CCF23C16B1A5D01C03E4 DCD008544D7624F01146D30F587896582B2176CCDA6E5B9A7BF2ADFEF841E4F9 1D778061705C19EDC0DA1E245C5003F375DE0D246C3EA47DD102EAE9443F7CB9 905440E0E403AE1F1EC917796B0B9A22078131B645604D19DEBA5BEB78FE0447 D26968DC8995B9F422F31EAD17D5A774B747BBA9C9E1BCF21DA3703599739375 75D7629CCE6635321AA7A220100621B38E39503DEC2CAA45950F391DE31D3A22 0E78524DD14F4E7E631DAA9D09DB3F1397D6322820C67E09683DEABE9777EE91 9AD5DDB7E4409021B694BE316E1ACFF8F2AE037ADDAA2C414844B355193EB2F7 E1366463EB94CFF4CB1932A804B954F00CE92EA184A1EAB4EC9F7D7D51D2BE56 FB49B42907A6BEFCBA1219F69CA1619713C13D27192BBA41334EC19D074E35B4 D33A5C6CFC1C94C4C89F64B70BDEDD93DC17C84C03E2CD541BB86D5BA29F0B3E 97726ED645AE54C34923AFB4074DAC422D2579235617FF7259844774A0C4DE8E 3E92256C7867510AA4E216511FCF16DDA4242E0F09D0DFE92A9630E2BB6B2389 F72F87383772FE8245B29C60959EEA33F215739805C2942B1E58C0F060BFFF10 E9607023F0078754F4A27B9570828CBEC5B99BE8979A4D68FCFD6F5D35892122 B6349FA68CB7587841E43B751DACAE051F93262C2C966525C39AC4A9F5B1CA06 E4D074EC63DD17D685C2C54B148D2D5FC7916F7B38380BA4458FF6AA28B4C274 6FE781D8D9CD6CD63F2BC50804B9CD6E180246CD69537DE3A31ECD9BC9E592DE 677743EE260E02512BA2E0C18BA7E4972F75FA37383AC534C2AF1A903B16433B 58AF6A46DBFA36ED6539B9750519A6E0AD4E7C05201DCB8D1B7801CDB4E89E77 E0BA943F9198D901AE8B40C6094614A4D367D21981E97312FB7AF0F1A6C8BF18 9DABF3F465929DD6D3439DF4A1DD11ED1B1F19C371A55F7EC15F3EA315599E7C 8DDBCA0B1944762CC77317708FC4819E17D969D6A330EE6BC6DCD1B6A23EE0D1 AD0C8224473773069B8482884064D111873B36A9CCD2D9B1D45C828DB3E3BA44 B40A262F01825CC45C8CBC9DE4F21D9F0159A16550F78C06BD3833EBB39D6CF3 EC35FB697D98EB68E6B1BDF982404D50A2E5F6B00B25346FCAA4DF1FC53941D1 62042C14A4471805056B28D61559A8C4DA9C1F608CFD08DDE4B43FA64C12BDA3 F1AF386ADAABFDA1B016E9CE3FE5794C34197E0AC58075720199AB5B9548BAAB EFEAAE3CDD0A7EC6B3C0DDEF7C76037F1CD85D9F3D9A884001523497A6DF165B EB39EE399593460922AF9EB853EF21EC58E1E846F40F9FB7C69F38F6063277EF 999F2502D9F1999A6AB4B795C091CDDC83DC404DB96067F8DCB49CFA222C3FA8 C8B338552811C52B5F3F8C3036C2F8A28CFC3C0E303E6E86CB85B951DB4D37B3 862FD56A660E019D96B85796ABD066AEE608C1FF7F39FA43CDBBAF54F8E59CFB 7947C4ACEFBC3BAA5D2964A19F360F93005149E3BE7580540A80D7AF033A1F94 0294BE08204061AB6356A81FB6CC0CD171434A3752C84692A83BEC5862514C67 3F5EF22F2D9C6E58352EC3CE671EA9921AD1AA10F169E20467926F6B7D038A64 EDE8A3E23E89D6E855034AB2431F0DA8D1 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F16_0 /LuxiMono-Bold 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%BeginResource: font HVMathSy %!FontType1-1.0: HVMathSy 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (c) MicroPress Inc., 1998-1999. All rights reserved.) readonly def /FullName (HVMathSy) readonly def /FamilyName (HVMathSy) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /HVMathSy def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 -264 994 755] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 49 /infinity put dup 50 /element put dup 51 /owner put dup 52 /triangle put dup 53 /triangleinv put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 97 /turnstileright put dup 98 /floorleft put dup 99 /floorright put dup 100 /ceilingleft put dup 101 /ceilingright put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6 FD968656D9F7698754368C5E55E38D02F8BF1EFB61B3C76D95CE38188C01531D 39CD19AA98132E687EED8F98CC89A8DF751A9B3E228E20C08BE459E83B610C96 1BA702B2B2C1802FBB5EF9813F8727F2F9379AF5549CB5441C1D5E0A9C736D2B 0BF1EA3D5E5831351C255E675A796D31FCF9799EF717F30B8A70043F949D2BFF C15F6CD6BEC776B209FC8F6EE34090D3DE77A553DB74B36542D933DEF203A9CA BD88A8C22866FA10403D39C3680B53E67D45D67AA9DE1A4ABD5C2F44F4DE45B5 D4B42021B211DC930F992BAD63479A6A98522BF9BEAE67E15DEC89EEFD4DB4F0 C19F591320D7EF13B7E32FE8D5D392DC6021B24CD315F526FA29999EA5D88852 FD0DC46505576B0FC6481FCEAF3DE9958ACC0FB2C4B38ADA0F85621F70B49F99 CA8FF684DACFF157AD15E2E7A7FD1E76350AC1DFF60B47E4D68A32A6E3953E62 E042E0EC6C78BD205697D7389A85FA8022BBDC6F529D67FC93D4FF9916DCD415 3EAE6FFF9584AE3551667F49CC7C43F634677D85D7B0BAF51D727588BC1D3523 387BD9D059BD39215C990A66EF4617C1BC9FF4B697B3F6A60D4DC5733B73B04D F5A7077B9EEDEAD5D5E13C8B98AE06004756EC1E0D1BD814E15FF7F919CCA120 79B2F94077A5C9864A5407D2C58E5FE5CC6FDA464A6F64FE86EDFB6DB373D4C1 8FF006A83920BEEE4496CA0C953AE3F83BFEAFD7F812868115C994FE2FDEF64D A1E60CFA23837FC3274DEF8F10D2066F69ED2152EC5F2E1B7E7E1E75524EB32D 1832C61BDFEF631861D5F6174088C28122EF6430F2B9006A9F4BD03766376BEF 6F7F60A9F30E851453739273C1A29405A62C1F3F26F2904E60A16D70E7EDCD0B 75AF7E5DE747E21B93148404A2C1EE8CF003575D633526CC2AC98DD28AF137C2 C936F2EECCA564FB63B486801CAE60699662AE424EBD365D2A6CE6097C954EE1 4A40189864D551604E0AA2675AE8C6D63EE97712ACF6B35DBD039C2B44516859 83D169589500860167F534955526C0D71BA866F69F0156D447DCFB141B6B6BAB B2E65353CC4D8F4DDA76090B496F51056B1D41EF2A7C3C7DA4C0C4DC1D706238 D71E39E986359EF0797F0D021831DDE27A2667CDB5207BA30A46064856FF28EB EC3F85D44281306475C85EDBAE0301B6576CB54BAE66B7ABE0D6A5EB1CDB4CEB 0C463E1A296702458EAD1389CF762816B98464B2806BDC9AA3F3DE83B587E1C8 EED873C6CA2B8606C80FDA33346E4647DF4348D0B3C9915C62B07E083BE5D7E9 FC150DE52D14345CDA22BC8897525467450681BB1FE6D320A9B7887E9B0DF3FD 4816BBDD80B91911C55E34368EADA2CA4E9EED4FBD144EAD52FB6C0B948D4170 544D963B28131198DEDE3C180FF6B49260953AA877309327A263912848CD1E5C 238CFF71CFF8EEA6273A86786A47498665420BD152D9F7725ADE823DE6018DDB 3915F824575AE4D47FC5C9E9D7BDDCD30340EE9052BD5CCD051FD540B0D8F16B AD4368317AA48F327CDB658C616EF8E3B9F0918A77C1D91916422BDA52ECAA60 113CE4700244802324A03B1A95B73A729B595D7D49A8B7F07A9DB362867C12F5 F3E6B848EAABBDE1F77032B4A01A6A089018ECE1B29F777A2025F18F9F633F4C 71591DBEE3B59C1E43B864479238394BAFE53997EF910438CCFF1C07664E240B E32FB733CAE6B47C481D43354EB576250F93132C490A7E9B30630CD6501482B1 7F6AEF27A757405FF7537DC77A24D5B558749A15F7087FAB1AB0F7BA953570E0 472A7C39C32B80397E02A2585263EA701416C80D711A4A71D0118A36154A434E 0CACFF84F0F46079CE0FD5D0AF797CE94F30170A85E6D8D03D5BC69D3832F4E4 A031EDFB08F1517B18F92B45A6FADCE1908721969D1F89C29FF1A0E0A4EA3C7B E23BE1BA07A96BA56BC8C66FF17A3D1A92F9A41DB523320B2F092A241FABB12B 9C7671C173461F95A0888A349D46E60469AEDC86E1090207B69709B3F2F77586 CE76CBA25408515509E2D86096308EC4741C55E39A56FC428C5E5005AD07B18B 461C4737328BAF400B10D52D54BD65DD90913032804547873A923C5AF54BFAD2 32FCB711BA5FECBDA4F2291D8F40169560639A1963061D6DCD4D059555830F85 912BFC73FA5D9AD8D4DE25649DADAC9066A7039819F016211AA29441029CA6BE D4B4C85DCD842F2CCD414D115F07F1A7FE337E5A3AEB3FC55DA6574338907386 AD5A19DAE1EB1BB405E4F909198B50B43ECDFA4837D44162752E38C42A943C50 E864A97DE8017EAFFF9FA19BDC75CF936782F6FB6A079C4BD692B16F56921708 AC034F9F7C1D2260A3D22306EF94F2348303450FA3004A643B6F775F4A5690F1 717659D0DCD4A318890259364B6947654900D7DBFC7E7320A527044599470CC6 0215CE5FF0EBFB217C1419CAA05D6624CC48F21D13CCFE987D4FD1AAEBB3A981 D66234874F7D46A8A2257220DE46F77BA1F724BB9B6B411A87B52773458B2482 B4053E599F5CE946E6794AD5DF56CCA08DCDFCCB2112C62DB636D8BA5F3B2E1B 8AEF5CC95B181EF0FB32BDF0408B27077E9C1C5E3B18694D29B082C91685CFE5 7EB0C26F8F3CBED17D65D1F303120562AC7952A30868D10716DFE9BA51358148 794A88A2ECF7B18195E5FCC18EB3C323965748A0984542DB3A 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F17_0 /HVMathSy 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/infinity/element/owner/triangle/triangleinv/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/turnstileright/floorleft/floorright/ceilingleft/ceilingright/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%BeginResource: font HVMathEx %!FontType1-1.0: HVMathEx 12 dict begin /FontInfo 10 dict dup begin /Notice (Copyright (c) MicroPress Inc.,1998-1999. All rights reserved.) readonly def /FullName (HVMathEx) readonly def /FamilyName (HVMathEx) readonly def /isFixedPitch false def /ItalicAngle 0 def /UnderlinePosition 0 def /UnderlineThickness 0 def end readonly def /FontName /HVMathEx def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /FontBBox [0 -1773 1459 808] readonly def /StrokeWidth 0 def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 49 /parenrighttp put dup 50 /bracketlefttp put dup 51 /bracketrighttp put dup 52 /bracketleftbt put dup 53 /bracketrightbt put dup 65 /parenrightbt put dup 66 /parenleftex put dup 67 /parenrightex put dup 68 /angbracketleftBig put dup 69 /angbracketrightBig put dup 97 /coproductdisplay put dup 98 /hatwide put dup 99 /hatwider put dup 100 /hatwidest put dup 101 /tildewide put readonly def currentdict end currentfile eexec 5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B 1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE 7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5 CADC1844A5490912C1E44C14BED4CC495D4EF5702F4B84312DFB2934E5DA6E35 D62A3E1FF389EFE68C626DC0CB40DF91E03BD6A2CE2300E29FDBB1903CFFD1D0 59970B7D011B95F4BF4E4A64BB2D6574DC962AC96821C74C3F58F79BC3BA805F CCC37F17F4A195A46222DCE353B9322DE8E0D2DCF6EB879C4E46B869AF8A5319 B7EC6B508B3E07F624DCE5BC8F7CDA0E2BD393E4C4CD5A2A4C6CB92ECD58E318 3848AA0DFBEA614946FE0EAEE2B6F930812AC303D31DBA11A20EF19104D46E71 25632340CF216BBD202B61BBBDC68F91F7E47296F3C251140F5B84823142A238 7436C2465D66C2A4D9A786A7B18EF7386A69B3FA6EFFBDC5103F3165E850A82B 10C644CEC053BE8EB58EE5AD78C59C99F82ACE66213A612AB7D72C8DD480CC84 92A97E1B75755204E74193C6323C90E2D1A080E2275C266EA1867D273217F514 28648616A4A3D20AC0D3CBF2596DC2AC7AB24A3B860BB1956C5C99BFAC18DE86 6B90A15889B236E2D47D9BFADC94A7716D9CB471ACF0B56B5EBE60F5C98622AB 39E629FAC7BEFB40B3F62765B519D616B1141A537C64639C56BD31222D8323DB 4CE5AE8EF14515F73F2B0335FA920BF6A3A6EBC68FE87BFB8CD0E0675C8A8F20 91A78033E40549B916D42AA7D69D6F454579BE4257D0C6725D63D189FBD48D2B F2F4F5DD6481C2D772459BB6FC639451F965BC0D8B3BB3E88E06525EE7732EDF B9E93FD944D74A671E0618E079C65C6F7945C1F775E55CCADFB005FFD14B9A7B BC2E26F747383F212FFAABF6BC6456C9A4EE8DE529ACDDE0B7D80DC89DA9E31C 1C247A6864990DDC359AC578036236C91208C3D5C4AB16FBFBD015772FCC5E83 3C91AB226FE5FD9B93B2CB3023E9331FBB29E5D5917BCC229D6A494323A4E36A CDD07B93FB783F2B651A3338C081C730F9886DCCAD8C7480DB6A53025879F033 25F63230E777E4BD23FAF7FD30A6018EFE4994EB7709808913F622FC68F162EE B8B17855E90628526BF91AF698419EA5B5A9902B202CAF55FAA192FCB36BE55A 92E94CF64E71BFC2420261F68B2BB6DB0FB7AFDAC072B4B30E32069F08E44D6A C5F131E172530AD6BBFA5B8262F94918842392D4820CEF073A6857BB89762551 6DCB69F9949ACF0D0C6DEC5A86DE50B90FC32DE8A920E504458B71E2638CEF3D 152FE8B55BFE41A7570D29D8D4577905E942DE55F9D977254AD6B5E8EF38DCAE 05443B419C76B89C7E14464C9EE8AF59BC5884CD68097E52AE839D2EA0358DEF 8F9187A46A2A182605C65BCC1AE4FBA27FE95AD5B7FF96D15D5CCE8ED02902B3 7828E97EB9576AA21B6F98C8E6100025034334CF461ACE0E61A8CE8AE8E4C030 328CAB42E73F41CB236CA466B89387F4824CBC0E538E72B98483702B6D49EA16 FD9203A4E8835B43B12977A5DDB3081A4B82B0082C151491141302C1D7B7EFBD D3F9D12FF6459AF53E6FF11A06261E34EBC8EDBFF835618FC7E15E6C6FDFB22E EE93A862016EED5AF8999C66960C9B5575994E98B7DC808363DE38F1BD695738 CDE679E26D30346867F3FF06EC14D9CBECFC35BE814C86A30D8C9C89EB0B5612 37795BB9DEA8428782BF0CDAE9417D85A4E0C1B07471E8A5D21258D8B0A6E21C D2BA23B0068C2994607935889684C1845DEE4163C650B68A66E8023E3CC0516E AB6A41CA2B785C7A9F0DB75D4C7BE795A14E81B08A7E32731C4B1A033F6F8739 866C7D60F2F29380B38DB00F04D370A3DFECD6500C6E401A0DF7C87FE13AB516 D8ECDCCB9DA7C34EA786C824589278D3842C7FC2C998BB55C3C6F3153797D254 DAD938D7C4D292A7A0A7267F07A979CF403E913CFE852F1000EB4ED93CEE7BAC 564FA2F4C9CEC4C4487A4B7D4057B59ED70D56CEAE6032E89E9C5E07F3D5319E 8785405AE9E0A087FCE1844706003528AFD3ED85719805E27498DA421360D458 2DD48B47DD96D86E4DF80D0CD46FD7B7750319EA5C13B490DC00A4CB0BBABA79 25F9D037FF4C8E0C04909DB8628D4FF5E916BFBD2CAEC24CE0B76DC914313AB4 4DFC362CEA9025075DB02AC97ADB00D136DB8974A76AEC7DB7CA0A9FAF02F75D 5B6BEC371909A226677C192D8D467414B30740F71EB3F1B06E217912DD 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndResource /F18_0 /HVMathEx 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 /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/parenrighttp/bracketlefttp/bracketrighttp/bracketleftbt/bracketrightbt/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/parenrightbt/parenleftex/parenrightex/angbracketleftBig/angbracketrightBig/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/coproductdisplay/hatwide/hatwider/hatwidest/tildewide/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/bullet /Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash /tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] pdfMakeFont %%EndSetup pdfStartPage [] 0 d 1 i 0 j 0 J 10 M 1 w /DeviceGray {} cs [0] sc /DeviceGray {} CS [0] SC false op false OP 0 0 357 257 re W q q [1 0 0 1 0 0] cm q [1 0 0 1 0 0] cm 0 0 357 257 re W q [0.1 0 0 0.1 0 0] cm /DeviceGray {} CS [0] SC /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000303268 Tc [1 0 0 1 82.4391 248.253] Tm 0 0 Td /F10_0 8.966 Tf (\\fam) 21.5184 Tj Q 3.98 w 1 i 1101.35 2446.67 m 1101.35 2566.22 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000199318 Tc [1 0 0 1 116.312 248.253] Tm 0 0 Td /F12_0 9.963 Tf (Beispiel) 34.8805 Tj Q 824.391 2444.67 m 2772.78 2444.67 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000303268 Tc [1 0 0 1 87.8191 235.9] Tm 0 0 Td /F10_0 8.966 Tf (\2551) 10.7592 Tj Q 1101.35 2323.13 m 1101.35 2442.68 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000357437 Tc [1 0 0 1 116.312 235.9] Tm 0 0 Td /F13_0 9.963 Tf (12345) 27.6971 Tj 0.000250816 Tc 27.6949 0 Td /F15_0 9.963 Tf (abcd) 23.4928 Tj 0.00015831 Tc 51.7168 0 Td (eABCDE) 41.1572 Tj 0.000321865 Tc 93.2535 0 Td (\013) 6.28665 Tj 0.000247002 Tc 99.8195 0 Td (\014\015) 11.6169 Tj 0.000255585 Tc 111.736 0 Td (\016) 5.92799 Tj 7.343e-05 Tc 117.704 0 Td (\017) 5.99773 Tj 0.000303268 Tc -25.8041 -11.9551 Td /F10_0 8.966 Tf (0) 5.3796 Tj Q 1101.35 2203.58 m 1101.35 2323.13 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000280762 Tc [1 0 0 1 116.312 223.945] Tm 0 0 Td /F13_0 9.963 Tf (12345abcdeABCDE) 89.1589 Tj 0.000321865 Tc 89.1539 0 Td /F15_0 9.963 Tf (\013) 6.28665 Tj 0.000247002 Tc 95.7199 0 Td (\014\015) 11.6169 Tj 0.000255585 Tc 107.636 0 Td (\016) 5.92799 Tj 7.343e-05 Tc 113.604 0 Td (\017) 5.99773 Tj 0.000303268 Tc -25.8047 -11.9559 Td /F10_0 8.966 Tf (1) 5.3796 Tj Q 1101.35 2084.03 m 1101.35 2203.58 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000309838 Tc [1 0 0 1 116.312 211.989] Tm 0 0 Td /F15_0 9.963 Tf (12345abcd) 51.1899 Tj 0.00015831 Tc 51.7207 0 Td (eABCDE) 41.1572 Tj 0.000321865 Tc 93.2574 0 Td (\013) 6.28665 Tj 0.000247002 Tc 99.8234 0 Td (\014\015) 11.6169 Tj 0.000255585 Tc 111.74 0 Td (\016) 5.92799 Tj 7.343e-05 Tc 117.708 0 Td (\017) 5.99773 Tj 0.000303268 Tc -25.8042 -11.9551 Td /F10_0 8.966 Tf (2) 5.3796 Tj Q 1101.35 1964.48 m 1101.35 2084.03 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000212351 Tc [1 0 0 1 116.312 200.034] Tm 0 0 Td /F17_0 9.963 Tf (12345abcdeAB) 73.6963 Tj 0.000288486 Tc 74.1969 0 Td (C) 6.10732 Tj 0.000262737 Tc 80.8028 0 Td (D) 7.86081 Tj 0.000282764 Tc 89.1621 0 Td (E) 6.06747 Tj 0.000321865 Tc 95.82 0 Td /F15_0 9.963 Tf (\013) 6.28665 Tj 0.000247002 Tc 102.386 0 Td (\014\015) 11.6169 Tj 0.000255585 Tc 114.302 0 Td (\016) 5.92799 Tj 7.343e-05 Tc 120.27 0 Td (\017) 5.99773 Tj 0.000303268 Tc -25.8047 -11.9551 Td /F10_0 8.966 Tf (3) 5.3796 Tj Q 1101.35 1704.85 m 1101.35 1964.48 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.00020752 Tc [1 0 0 1 116.312 188.079] Tm 0 0 Td /F18_0 9.963 Tf (12345abcdeABCDE) 130.525 Tj 0.000321865 Tc 130.52 0 Td /F15_0 9.963 Tf (\013) 6.28665 Tj 0.000247002 Tc 137.086 0 Td (\014\015) 11.6169 Tj 0.000255585 Tc 149.002 0 Td (\016) 5.92799 Tj 7.343e-05 Tc 154.97 0 Td (\017) 5.99773 Tj 0.000303268 Tc -25.8046 -25.9621 Td /F10_0 8.966 Tf (4) 5.3796 Tj Q 1101.35 1585.3 m 1101.35 1704.85 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.00237226 Tc [1 0 0 1 116.312 162.117] Tm 0 0 Td /F8_0 9.963 Tf (12) 15.5024 Tj 0.00239706 Tc 15.493 0 Td (345a) 31.0049 Tj 0.00296259 Tc 46.4887 0 Td (bcde) 28.7931 Tj 0.00239706 Tc 75.2727 0 Td (ABCD) 31.0049 Tj 0.00238228 Tc 106.268 0 Td (E) 7.75121 Tj 0.000321865 Tc 114.017 0 Td /F15_0 9.963 Tf (\013) 6.28665 Tj 0.000247002 Tc 120.583 0 Td (\014\015) 11.6169 Tj 0.000255585 Tc 132.499 0 Td (\016) 5.92799 Tj 7.343e-05 Tc 138.467 0 Td (\017) 5.99773 Tj 0.000303268 Tc -25.8038 -11.9559 Td /F10_0 8.966 Tf (5) 5.3796 Tj Q 1101.35 1465.75 m 1101.35 1585.3 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000205994 Tc [1 0 0 1 116.312 150.161] Tm 0 0 Td /F9_0 9.963 Tf (12345aABCDE) 77.2132 Tj 0.000321865 Tc 77.2098 0 Td /F15_0 9.963 Tf (\013) 6.28665 Tj 0.000247002 Tc 83.7758 0 Td (\014\015) 11.6169 Tj 0.000255585 Tc 95.6922 0 Td (\016) 5.92799 Tj 7.343e-05 Tc 101.66 0 Td (\017) 5.99773 Tj 0.000303268 Tc -25.8038 -11.9551 Td /F10_0 8.966 Tf (6) 5.3796 Tj Q 1101.35 1346.2 m 1101.35 1465.75 l S q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000391279 Tc [1 0 0 1 116.312 138.206] Tm 0 0 Td /F11_0 9.963 Tf (12345ab) 40.5793 Tj 0.000700951 Tc 40.9 0 Td (cdeABCDE) 58.1142 Tj 0.000321865 Tc 99.0027 0 Td /F15_0 9.963 Tf (\013) 6.28665 Tj 0.000247002 Tc 105.569 0 Td (\014\015) 11.6169 Tj 0.000255585 Tc 117.485 0 Td (\016) 5.92799 Tj 7.343e-05 Tc 123.453 0 Td (\017) 5.99773 Tj Q /DeviceRGB {} cs [1 1 0.800766] sc 73.75 1248.56 3488.51 33.8711 re f 75.7422 1248.56 m 75.7422 1282.43 l S 73.75 1280.44 m 107.621 1280.44 l S 107.629 1280.44 m 3528.4 1280.44 l S 3528.39 1280.44 m 3562.26 1280.44 l S 3560.27 1248.56 m 3560.27 1282.43 l S /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 1138.97 m 75.7383 1248.56 l S /DeviceGray {} CS [0] SC 75.7383 1138.97 m 75.7383 1248.56 l S 77.7383 1138.97 29.8906 109.59 re f 107.629 1138.97 3420.77 109.59 re f 3528.39 1138.97 29.8906 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 1138.97 m 3560.27 1248.56 l S /DeviceGray {} CS [0] SC 3560.27 1138.97 m 3560.27 1248.56 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000299215 Tc [1 0 0 1 3.01211 117.185] Tm 0 0 Td /F14_0 4.981 Tf (1) 2.76944 Tj 0.000203133 Tc 7.75078 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 12.5918 0 Td /F16_0 8.07 Tf (begin) 24.21 Tj 0.000203133 Tc 36.8008 0 Td /F10_0 8.07 Tf ({) 4.842 Tj 0.000203269 Tc 41.643 0 Td /F16_0 8.07 Tf (tabular) 33.894 Tj 0.000203133 Tc 75.536 0 Td /F10_0 8.07 Tf (}{@{}>{\\) 38.736 Tj 114.27 0 Td /F16_0 8.07 Tf (ttfamily) 38.736 Tj 153.005 0 Td /F10_0 8.07 Tf (}c|l@{}}) 38.736 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 1029.38 m 75.7383 1138.97 l S /DeviceGray {} CS [0] SC 75.7383 1029.38 m 75.7383 1138.97 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 1029.38 29.8906 109.59 re f 107.629 1029.38 3420.77 109.59 re f 3528.39 1029.38 29.8906 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 1029.38 m 3560.27 1138.97 l S /DeviceGray {} CS [0] SC 3560.27 1029.38 m 3560.27 1138.97 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000299215 Tc [1 0 0 1 3.01211 106.226] Tm 0 0 Td /F14_0 4.981 Tf (2) 2.76944 Tj 0.000203133 Tc 7.75078 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 12.5918 0 Td /F16_0 8.07 Tf (verb) 19.368 Tj 31.9598 0 Td /F10_0 8.07 Tf (+\\) 9.684 Tj 41.643 0 Td /F16_0 8.07 Tf (fam) 14.526 Tj 56.1688 0 Td /F10_0 8.07 Tf (+) 4.842 Tj -600.021 TJm (&) 4.842 Tj -600.021 TJm (\\) 4.842 Tj 80.3778 0 Td /F16_0 8.07 Tf (emph) 19.368 Tj 0.000203059 Tc 99.745 0 Td /F10_0 8.07 Tf ({Beispiel}\\\\\\) 62.946 Tj 0.000202942 Tc 162.689 0 Td /F16_0 8.07 Tf (hline) 24.21 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 919.789 m 75.7383 1029.38 l S /DeviceGray {} CS [0] SC 75.7383 919.789 m 75.7383 1029.38 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 919.789 29.8906 109.59 re f 107.629 919.789 3420.77 109.59 re f 3528.39 919.789 29.8906 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 919.789 m 3560.27 1029.38 l S /DeviceGray {} CS [0] SC 3560.27 919.789 m 3560.27 1029.38 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000299215 Tc [1 0 0 1 3.01211 95.2668] Tm 0 0 Td /F14_0 4.981 Tf (3) 2.76944 Tj 0.000203133 Tc 7.75078 0 Td /F10_0 8.07 Tf (\2551) 9.684 Tj -600.019 TJm (&) 4.842 Tj -600.021 TJm ($\\) 9.684 Tj 41.643 0 Td /F16_0 8.07 Tf (fam) 14.526 Tj 56.1688 0 Td /F10_0 8.07 Tf (=\2551) 14.526 Tj -600.017 TJm (12345abcdeABCDE\\) 77.472 Tj 0.000202942 Tc 153.005 0 Td /F16_0 8.07 Tf (alpha) 24.21 Tj 0.000203133 Tc 177.214 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 182.056 0 Td /F16_0 8.07 Tf (beta) 19.368 Tj 201.423 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 206.265 0 Td /F16_0 8.07 Tf (gamma) 24.21 Tj 0.000203133 Tc 230.474 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 235.316 0 Td /F16_0 8.07 Tf (delta) 24.21 Tj 0.000203133 Tc 259.525 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000203269 Tc 264.367 0 Td /F16_0 8.07 Tf (epsilon) 33.894 Tj 0.000203133 Tc 298.259 0 Td /F10_0 8.07 Tf ($\\\\) 14.526 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 810.199 m 75.7383 919.789 l S /DeviceGray {} CS [0] SC 75.7383 810.199 m 75.7383 919.789 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 810.199 29.8906 109.59 re f 107.629 810.199 3420.77 109.59 re f 3528.39 810.199 29.8867 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 810.199 m 3560.27 919.789 l S /DeviceGray {} CS [0] SC 3560.27 810.199 m 3560.27 919.789 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000299215 Tc [1 0 0 1 3.01172 84.3078] Tm 0 0 Td /F14_0 4.981 Tf (4) 2.76944 Tj 0.000203133 Tc 7.75117 0 Td /F10_0 8.07 Tf (0) 4.842 Tj -749.979 TJm (&) 4.842 Tj -600.021 TJm ($\\) 9.684 Tj 38.0121 0 Td /F16_0 8.07 Tf (fam) 14.526 Tj 52.5371 0 Td /F10_0 8.07 Tf (=0) 9.684 Tj -600.019 TJm (12345abcdeABCDE\\) 77.472 Tj 0.000202942 Tc 144.532 0 Td /F16_0 8.07 Tf (alpha) 24.21 Tj 0.000203133 Tc 168.741 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 173.583 0 Td /F16_0 8.07 Tf (beta) 19.368 Tj 192.95 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 197.792 0 Td /F16_0 8.07 Tf (gamma) 24.21 Tj 0.000203133 Tc 222.001 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 226.843 0 Td /F16_0 8.07 Tf (delta) 24.21 Tj 0.000203133 Tc 251.052 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000203269 Tc 255.893 0 Td /F16_0 8.07 Tf (epsilon) 33.894 Tj 0.000203133 Tc 289.786 0 Td /F10_0 8.07 Tf ($\\\\) 14.526 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 700.609 m 75.7383 810.199 l S /DeviceGray {} CS [0] SC 75.7383 700.609 m 75.7383 810.199 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 700.609 29.8906 109.59 re f 107.629 700.609 3420.77 109.59 re f 3528.39 700.609 29.8867 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 700.609 m 3560.27 810.199 l S /DeviceGray {} CS [0] SC 3560.27 700.609 m 3560.27 810.199 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000299215 Tc [1 0 0 1 3.01172 73.3488] Tm 0 0 Td /F14_0 4.981 Tf (5) 2.76944 Tj 0.000203133 Tc 7.75117 0 Td /F10_0 8.07 Tf (1) 4.842 Tj -749.979 TJm (&) 4.842 Tj -600.021 TJm ($\\) 9.684 Tj 38.0121 0 Td /F16_0 8.07 Tf (fam) 14.526 Tj 52.5371 0 Td /F10_0 8.07 Tf (=1) 9.684 Tj -600.019 TJm (12345abcdeABCDE\\) 77.472 Tj 0.000202942 Tc 144.532 0 Td /F16_0 8.07 Tf (alpha) 24.21 Tj 0.000203133 Tc 168.741 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 173.583 0 Td /F16_0 8.07 Tf (beta) 19.368 Tj 192.95 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 197.792 0 Td /F16_0 8.07 Tf (gamma) 24.21 Tj 0.000203133 Tc 222.001 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 226.843 0 Td /F16_0 8.07 Tf (delta) 24.21 Tj 0.000203133 Tc 251.052 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000203269 Tc 255.893 0 Td /F16_0 8.07 Tf (epsilon) 33.894 Tj 0.000203133 Tc 289.786 0 Td /F10_0 8.07 Tf ($\\\\) 14.526 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 591.02 m 75.7383 700.609 l S /DeviceGray {} CS [0] SC 75.7383 591.02 m 75.7383 700.609 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 591.02 29.8906 109.59 re f 107.629 591.02 3420.77 109.59 re f 3528.39 591.02 29.8867 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 591.02 m 3560.27 700.609 l S /DeviceGray {} CS [0] SC 3560.27 591.02 m 3560.27 700.609 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000299215 Tc [1 0 0 1 3.01172 62.3898] Tm 0 0 Td /F14_0 4.981 Tf (6) 2.76944 Tj 0.000203133 Tc 7.75117 0 Td /F10_0 8.07 Tf (2) 4.842 Tj -749.979 TJm (&) 4.842 Tj -600.021 TJm ($\\) 9.684 Tj 38.0121 0 Td /F16_0 8.07 Tf (fam) 14.526 Tj 52.5371 0 Td /F10_0 8.07 Tf (=2) 9.684 Tj -600.019 TJm (12345abcdeABCDE\\) 77.472 Tj 0.000202942 Tc 144.532 0 Td /F16_0 8.07 Tf (alpha) 24.21 Tj 0.000203133 Tc 168.741 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 173.583 0 Td /F16_0 8.07 Tf (beta) 19.368 Tj 192.95 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 197.792 0 Td /F16_0 8.07 Tf (gamma) 24.21 Tj 0.000203133 Tc 222.001 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 226.843 0 Td /F16_0 8.07 Tf (delta) 24.21 Tj 0.000203133 Tc 251.052 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000203269 Tc 255.893 0 Td /F16_0 8.07 Tf (epsilon) 33.894 Tj 0.000203133 Tc 289.786 0 Td /F10_0 8.07 Tf ($\\\\) 14.526 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 481.43 m 75.7383 591.02 l S /DeviceGray {} CS [0] SC 75.7383 481.43 m 75.7383 591.02 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 481.43 29.8906 109.59 re f 107.629 481.43 3420.77 109.59 re f 3528.39 481.43 29.8906 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 481.43 m 3560.27 591.02 l S /DeviceGray {} CS [0] SC 3560.27 481.43 m 3560.27 591.02 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000299215 Tc [1 0 0 1 3.01172 51.4309] Tm 0 0 Td /F14_0 4.981 Tf (7) 2.76944 Tj 0.000203133 Tc 7.75117 0 Td /F10_0 8.07 Tf (3) 4.842 Tj -749.979 TJm (&) 4.842 Tj -600.021 TJm ($\\) 9.684 Tj 38.0121 0 Td /F16_0 8.07 Tf (fam) 14.526 Tj 52.5371 0 Td /F10_0 8.07 Tf (=3) 9.684 Tj -600.019 TJm (12345abcdeABCDE\\) 77.472 Tj 0.000202942 Tc 144.532 0 Td /F16_0 8.07 Tf (alpha) 24.21 Tj 0.000203133 Tc 168.741 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 173.583 0 Td /F16_0 8.07 Tf (beta) 19.368 Tj 192.95 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 197.792 0 Td /F16_0 8.07 Tf (gamma) 24.21 Tj 0.000203133 Tc 222.001 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 226.843 0 Td /F16_0 8.07 Tf (delta) 24.21 Tj 0.000203133 Tc 251.052 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000203269 Tc 255.893 0 Td /F16_0 8.07 Tf (epsilon) 33.894 Tj 0.000203133 Tc 289.786 0 Td /F10_0 8.07 Tf ($\\\\) 14.526 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 371.84 m 75.7383 481.43 l S /DeviceGray {} CS [0] SC 75.7383 371.84 m 75.7383 481.43 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 371.84 29.8906 109.59 re f 107.629 371.84 3420.77 109.59 re f 3528.39 371.84 29.8906 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 371.84 m 3560.27 481.43 l S /DeviceGray {} CS [0] SC 3560.27 371.84 m 3560.27 481.43 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000299215 Tc [1 0 0 1 3.01172 40.4719] Tm 0 0 Td /F14_0 4.981 Tf (8) 2.76944 Tj 0.000203133 Tc 7.75117 0 Td /F10_0 8.07 Tf (4) 4.842 Tj -749.979 TJm (&) 4.842 Tj -600.021 TJm ($\\) 9.684 Tj 38.0121 0 Td /F16_0 8.07 Tf (fam) 14.526 Tj 52.5371 0 Td /F10_0 8.07 Tf (=4) 9.684 Tj -600.019 TJm (12345abcdeABCDE\\) 77.472 Tj 0.000202942 Tc 144.532 0 Td /F16_0 8.07 Tf (alpha) 24.21 Tj 0.000203133 Tc 168.741 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 173.583 0 Td /F16_0 8.07 Tf (beta) 19.368 Tj 192.95 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 197.792 0 Td /F16_0 8.07 Tf (gamma) 24.21 Tj 0.000203133 Tc 222.001 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 226.843 0 Td /F16_0 8.07 Tf (delta) 24.21 Tj 0.000203133 Tc 251.052 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000203269 Tc 255.893 0 Td /F16_0 8.07 Tf (epsilon) 33.894 Tj 0.000203133 Tc 289.786 0 Td /F10_0 8.07 Tf ($\\\\) 14.526 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 262.25 m 75.7383 371.84 l S /DeviceGray {} CS [0] SC 75.7383 262.25 m 75.7383 371.84 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 262.25 29.8906 109.59 re f 107.629 262.25 3420.77 109.59 re f 3528.39 262.25 29.8906 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 262.25 m 3560.27 371.84 l S /DeviceGray {} CS [0] SC 3560.27 262.25 m 3560.27 371.84 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000299215 Tc [1 0 0 1 3.01172 29.5129] Tm 0 0 Td /F14_0 4.981 Tf (9) 2.76944 Tj 0.000203133 Tc 7.75117 0 Td /F10_0 8.07 Tf (5) 4.842 Tj -749.979 TJm (&) 4.842 Tj -600.021 TJm ($\\) 9.684 Tj 38.0121 0 Td /F16_0 8.07 Tf (fam) 14.526 Tj 52.5371 0 Td /F10_0 8.07 Tf (=5) 9.684 Tj -600.019 TJm (12345abcdeABCDE\\) 77.472 Tj 0.000202942 Tc 144.532 0 Td /F16_0 8.07 Tf (alpha) 24.21 Tj 0.000203133 Tc 168.741 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 173.583 0 Td /F16_0 8.07 Tf (beta) 19.368 Tj 192.95 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 197.792 0 Td /F16_0 8.07 Tf (gamma) 24.21 Tj 0.000203133 Tc 222.001 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 226.843 0 Td /F16_0 8.07 Tf (delta) 24.21 Tj 0.000203133 Tc 251.052 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000203269 Tc 255.893 0 Td /F16_0 8.07 Tf (epsilon) 33.894 Tj 0.000203133 Tc 289.786 0 Td /F10_0 8.07 Tf ($\\\\) 14.526 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 152.66 m 75.7383 262.25 l S /DeviceGray {} CS [0] SC 75.7383 152.66 m 75.7383 262.25 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 152.66 29.8906 109.59 re f 107.629 152.66 3420.77 109.59 re f 3528.39 152.66 29.8906 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 152.66 m 3560.27 262.25 l S /DeviceGray {} CS [0] SC 3560.27 152.66 m 3560.27 262.25 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000294209 Tc [1 0 0 1 0.241797 18.5539] Tm 0 0 Td /F14_0 4.981 Tf (10) 5.53887 Tj 0.000203133 Tc 10.5211 0 Td /F10_0 8.07 Tf (6) 4.842 Tj -749.979 TJm (&) 4.842 Tj -600.021 TJm ($\\) 9.684 Tj 40.782 0 Td /F16_0 8.07 Tf (fam) 14.526 Tj 55.307 0 Td /F10_0 8.07 Tf (=6) 9.684 Tj -600.019 TJm (12345abcdeABCDE\\) 77.472 Tj 0.000202942 Tc 147.302 0 Td /F16_0 8.07 Tf (alpha) 24.21 Tj 0.000203133 Tc 171.511 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 176.353 0 Td /F16_0 8.07 Tf (beta) 19.368 Tj 195.72 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 200.562 0 Td /F16_0 8.07 Tf (gamma) 24.21 Tj 0.000203133 Tc 224.771 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000202942 Tc 229.613 0 Td /F16_0 8.07 Tf (delta) 24.21 Tj 0.000203133 Tc 253.822 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 0.000203269 Tc 258.663 0 Td /F16_0 8.07 Tf (epsilon) 33.894 Tj 0.000203133 Tc 292.556 0 Td /F10_0 8.07 Tf ($) 4.842 Tj Q /DeviceRGB {} CS [1 1 0.800766] SC 75.7383 43.0703 m 75.7383 152.66 l S /DeviceGray {} CS [0] SC 75.7383 43.0703 m 75.7383 152.66 l S /DeviceRGB {} cs [1 1 0.800766] sc 77.7383 43.0703 29.8906 109.59 re f 107.629 43.0703 3420.77 109.59 re f 3528.39 43.0703 29.8906 109.59 re f /DeviceRGB {} CS [1 1 0.800766] SC 3560.27 43.0703 m 3560.27 152.66 l S /DeviceGray {} CS [0] SC 3560.27 43.0703 m 3560.27 152.66 l S /DeviceGray {} cs [0] sc q [10 0 0 10 0 0] cm [1 0 0 1 0 0] Tm 0 0 Td 0.000294209 Tc [1 0 0 1 0.241797 7.59492] Tm 0 0 Td /F14_0 4.981 Tf (11) 5.53887 Tj 0.000203133 Tc 10.5211 0 Td /F10_0 8.07 Tf (\\) 4.842 Tj 15.3621 0 Td /F16_0 8.07 Tf (end) 14.526 Tj 29.8879 0 Td /F10_0 8.07 Tf ({) 4.842 Tj 0.000203269 Tc 34.7301 0 Td /F16_0 8.07 Tf (tabular) 33.894 Tj 0.000203133 Tc 68.6219 0 Td /F10_0 8.07 Tf (}) 4.842 Tj Q /DeviceRGB {} cs [1 1 0.800766] sc 73.7461 9.19922 3488.51 33.8711 re f 75.7383 9.19922 m 75.7383 43.0703 l S 73.7461 11.1914 m 107.617 11.1914 l S 107.629 11.1914 m 3528.4 11.1914 l S 3528.39 11.1914 m 3562.26 11.1914 l S 3560.27 9.19922 m 3560.27 43.0703 l S Q Q Q Q showpage %%PageTrailer pdfEndPage %%Trailer end %%DocumentSuppliedResources: %%+ font MSAM10 %%+ font MSBM10 %%+ font LuxiMono %%+ font CMBX10 %%+ font NimbusSanL-ReguItal %%+ font NimbusSanL-Regu %%+ font HVMath-Italic %%+ font LuxiMono-Bold %%+ font HVMathSy %%+ font HVMathEx %%EOF