diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/mathmode/images/amsalign.eps')
-rw-r--r-- | Master/texmf-doc/doc/english/mathmode/images/amsalign.eps | 1574 |
1 files changed, 1574 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/mathmode/images/amsalign.eps b/Master/texmf-doc/doc/english/mathmode/images/amsalign.eps new file mode 100644 index 00000000000..c96df127ddc --- /dev/null +++ b/Master/texmf-doc/doc/english/mathmode/images/amsalign.eps @@ -0,0 +1,1574 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: xpdf/pdftops 3.00 +%%LanguageLevel: 2 +%%BoundingBox: 0 0 238 50 +%%DocumentSuppliedResources: (atend) +%%EndComments +%%BeginProlog +%%BeginResource: procset xpdf 3.00 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 + /pdfFill [0] def + /pdfStroke [0] def + /pdfLastFill false def + /pdfLastStroke false def + /pdfTextMat [1 0 0 1 0 0] def + /pdfFontSize 0 def + /pdfCharSpacing 0 def + /pdfTextRender 0 def + /pdfTextRise 0 def + /pdfWordSpacing 0 def + /pdfHorizScaling 1 def + /pdfTextClipPath [] def +} def +/pdfEndPage { end } def +% separation convention operators +/findcmykcustomcolor where { + pop +}{ + /findcmykcustomcolor { 5 array astore } def +} ifelse +/setcustomcolor where { + pop +}{ + /setcustomcolor { + exch + [ exch /Separation exch dup 4 get exch /DeviceCMYK exch + 0 4 getinterval cvx + [ exch /dup load exch { mul exch dup } /forall load + /pop load dup ] cvx + ] setcolorspace setcolor + } def +} ifelse +/customcolorimage where { + pop +}{ + /customcolorimage { + gsave + [ exch /Separation exch dup 4 get exch /DeviceCMYK exch + 0 4 getinterval + [ exch /dup load exch { mul exch dup } /forall load + /pop load dup ] cvx + ] setcolorspace + 10 dict begin + /ImageType 1 def + /DataSource exch def + /ImageMatrix exch def + /BitsPerComponent exch def + /Height exch def + /Width exch def + /Decode [1 0] def + currentdict end + image + grestore + } def +} ifelse +% PDF color state +/sCol { + pdfLastStroke not { + pdfStroke aload length + dup 1 eq { + pop setgray + }{ + dup 3 eq { + pop setrgbcolor + }{ + 4 eq { + setcmykcolor + }{ + findcmykcustomcolor exch setcustomcolor + } ifelse + } ifelse + } ifelse + /pdfLastStroke true def /pdfLastFill false def + } if +} def +/fCol { + pdfLastFill not { + pdfFill aload length + dup 1 eq { + pop setgray + }{ + dup 3 eq { + pop setrgbcolor + }{ + 4 eq { + setcmykcolor + }{ + findcmykcustomcolor exch setcustomcolor + } ifelse + } ifelse + } ifelse + /pdfLastFill true def /pdfLastStroke false def + } if +} def +% build a font +/pdfMakeFont { + 4 3 roll findfont + 4 2 roll matrix scale makefont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /Encoding exch def + currentdict + end + definefont pop +} def +/pdfMakeFont16 { + exch findfont + dup length dict begin + { 1 index /FID ne { def } { pop pop } ifelse } forall + /WMode exch def + currentdict + end + definefont pop +} def +/pdfMakeFont16L3 { + 1 index /CIDFont resourcestatus { + pop pop 1 index /CIDFont findresource /CIDFontType known + } { + false + } ifelse + { + 0 eq { /Identity-H } { /Identity-V } ifelse + exch 1 array astore composefont pop + } { + pdfMakeFont16 + } ifelse +} def +% graphics state operators +/q { gsave pdfDictSize dict begin } def +/Q { end grestore } def +/cm { concat } def +/d { setdash } def +/i { setflat } def +/j { setlinejoin } def +/J { setlinecap } def +/M { setmiterlimit } def +/w { setlinewidth } def +% color operators +/g { dup 1 array astore /pdfFill exch def setgray + /pdfLastFill true def /pdfLastStroke false def } def +/G { dup 1 array astore /pdfStroke exch def setgray + /pdfLastStroke true def /pdfLastFill false def } def +/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor + /pdfLastFill true def /pdfLastStroke false def } def +/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor + /pdfLastStroke true def /pdfLastFill false def } def +/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor + /pdfLastFill true def /pdfLastStroke false def } def +/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor + /pdfLastStroke true def /pdfLastFill false def } def +/ck { 6 copy 6 array astore /pdfFill exch def + findcmykcustomcolor exch setcustomcolor + /pdfLastFill true def /pdfLastStroke false def } def +/CK { 6 copy 6 array astore /pdfStroke exch def + findcmykcustomcolor exch setcustomcolor + /pdfLastStroke true def /pdfLastFill false def } def +% path segment operators +/m { moveto } def +/l { lineto } def +/c { curveto } def +/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto + neg 0 rlineto closepath } def +/h { closepath } def +% path painting operators +/S { sCol stroke } def +/Sf { fCol stroke } def +/f { fCol fill } def +/f* { fCol eofill } def +% clipping operators +/W { clip newpath } def +/W* { eoclip newpath } def +% text state operators +/Tc { /pdfCharSpacing exch def } def +/Tf { dup /pdfFontSize exch def + dup pdfHorizScaling mul exch matrix scale + pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put + exch findfont exch makefont setfont } def +/Tr { /pdfTextRender exch def } def +/Ts { /pdfTextRise exch def } def +/Tw { /pdfWordSpacing exch def } def +/Tz { /pdfHorizScaling exch def } def +% text positioning operators +/Td { pdfTextMat transform moveto } def +/Tm { /pdfTextMat exch def } def +% text string operators +/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 +/pdfImSep { + findcmykcustomcolor exch + dup /Width get /pdfImBuf1 exch string def + dup /Decode get aload pop 1 index sub /pdfImDecodeRange exch def + /pdfImDecodeLow exch def + begin Width Height BitsPerComponent ImageMatrix DataSource end + /pdfImData exch def + { pdfImData pdfImBuf1 readstring pop + 0 1 2 index length 1 sub { + 1 index exch 2 copy get + pdfImDecodeRange mul 255 div pdfImDecodeLow add round cvi + 255 exch sub put + } for } + 6 5 roll customcolorimage + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +/pdfImM { + fCol imagemask + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +end +%%EndResource +%%EndProlog +%%BeginSetup +xpdf begin +%%BeginResource: font PATextEx +%!FontType1-1.0: PATextEx +12 dict begin +/FontInfo 10 dict dup begin +/Notice (Copyright (c) MicroPress Inc., 2001, 2003. All rights reserved.) readonly def +/FullName (PATextEx) readonly def +/FamilyName (PATextEx) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition 0 def +/UnderlineThickness 0 def +end readonly def +/FontName /PATextEx def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [0 0 555 386] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 61 /equalmath put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE +7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6 +F88E0E90C57EC94595C64934DCB56FD05FFD2ADE823BF60A7156F5B2430E84DB +131B4078F1C3970CE187575750935553053964B58416CD2B1F036CB20A645304 +590DAAA6E02D8F2DEE86011CC688FFF95F54880D792266C93E07EDC9C166B50B +21134BFC2548A19DB04E15122FB1A681A45D13A91154AAF9861619F8DBFB6F96 +76E3193DC2B7646F145847764C61F5AC2AD140CD09BD9CE46F3AFF305C7D6D01 +49A7500FDCE20FC773A4EB48F91F0E441F5F943733B9273F786326B8B385311B +444B32CFCC2480BEC2E6CF3D475DA74888E35B2808948B815525B626FDCF3641 +9531CC9E6621F2C415FA916C0EA3AF5BAC8EB13F33D19498BB7C28C3362E26BA +B58CF0E65A35CB385684871F3C5EA15C213F090E315B9DF30868795B91BFFEBD +7643A495E5EFDD535D19E052360927B93BA37932E47F0D014271364B898668A2 +3708A04595E28E22E6EECF5ADA5C75DC22E72E0076B1CAC58884220E45ABF6A6 +E357BFB329747E75DFABD656D1485B5CBFA173FB4E17CEECCC +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F10_0 /PATextEx 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/equalmath/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 PAMath-Italic +%!FontType1-1.0: PAMath-Italic +12 dict begin +/FontInfo 10 dict dup begin +/Notice (Copyright (c) MicroPress Inc, 2001, 2003. All rights reserved.) readonly def +/FullName (PAMath Italic) readonly def +/FamilyName (PAMath) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition 0 def +/UnderlineThickness 0 def +end readonly def +/FontName /PAMath-Italic def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [0 -283 592 469] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 120 /x put +dup 121 /y put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE +7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6 +F88E0E90C57EC6D91D8D8D10B813FCA58FBEECE78E4A1705775D99AB51E7F4E0 +DDB400169F2249B25DDB16CEF1044968523AF9C29A03042C487E37AC8EA0A101 +060EDAE095DB6DE2C2A8E2E7E5C24655026E989F873D11BFCD549A74ED204E51 +EDE176F294A9C0D94DB7E73EAAEB9CF21C72ADE83248884743B3F7098EE2A641 +EBCF0CD91B8BF3A36386EBEF232FF22ECF6E04AA441C7A5D356D2E93153F6DC4 +08417FE137C506159508138B4A3AB18325BB060168536C86D7D13C766AF172E6 +D26A1D0D7A02B9B0197A4731BBFB112BE68A4858AC5CC0AC6EB4C0D656A83FC9 +E699EECE2471196FC498BC156B1B50B9B5C91B75F9914CAFE612E876D2C47C13 +0390B3D6A9DD2D78BF721FA82A7A77070354B919F3C171F17E2A8D0129A67836 +DA2CE25B55C324089511472B1A255A04535F07EA2974396C918114D11CE00268 +A6D5B6D45867C7136A4E16CC561F298299874639B38EC9023D2DADF7EABA7EA5 +BC0487BD9D55338CF48AC1DEA17062EB4406EF16541015F1C260D89E5FB8B69E +4C89B19D3976A634D3B9F8014062FCA17C65D29FF443DE9128A770ED85E8A1F4 +3D03001C49F92CB8E06FDA55A017DED78E866696ABF1576EEAE97BDB9F9CD36B +9D2B29096FED06CAEC8CBCED440AD02EF1D6A2A1F8D3CBA264F3B454BE496641 +215DC167F0DFF05C0ABFC54E4C3F5BE765EBDAE21BDC34635FF00DC64EFD8221 +35476D3E31D337530E083634331B248EDC23276278489A28404DB0DB4E023E1A +364438864DD39776BD2DFEDB9A63F6FC68373071F04BAFB89A34A1187599321C +99C7E0137CAF6136CEE594F30C02BB777DBA6316344A1390ACB9FFA3EDA9E494 +DABB4F1864AAAA0C9E1801878113E618ABCE081B783D99C3CDD805934B000297 +2F7E9E2BB8B3701668EE012E13F159378DA371485ED6895378B51E909834FD65 +F20BB9CFA44731FC6F83F44801BE2D51E4920AA693BA3FF065D62225691FB05D +2951C7413680C329C1F184CA0DF15DE981C1CF693EE89974DBF5ADA821ADA997 +8C26300FBCBAED3B3A1CA2853B58AD2E56 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F11_0 /PAMath-Italic 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 SFTT1000 +%!FontType1-1.0: SFTT1000 +12 dict begin +/FontInfo 10 dict dup begin +/FullName (Computer Modern Typewriter) readonly def +/FamilyName (Computer Modern) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition 0 def +/UnderlineThickness 0 def +end readonly def +/FontName /SFTT1000 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [0 -227 500 695] readonly def +/StrokeWidth 0 def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 38 /ampersand put +dup 61 /equal put +dup 120 /x put +dup 121 /y put +dup 123 /braceleft put +dup 125 /braceright put +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE +7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C71A61EAD710EF73BAFB6 +82CD3BFB1022021B009F48209B94B8137D026B4F2A73A925C89723C56FCE7679 +3317781E67CD0102C32F88ADC3D5C8D50B278E4A5BB2E00B668DD331701CE0CE +6D75E510E83C5D0B2DE53040A48D0D42BF1D32045A582560AA363AE97EFA310D +60C70D9362338826380F56D895720179C66CADF42AE3CC8406E1C3B36644F753 +CFF39482842064D6B68C6B94FDA9B773EDA196E62B261315391D22102188CB1D +02DEDD38B23F0D2AACB2005A3FA77DD044FEFB57D7A27BDD07F4D2729F173145 +8F988F8756F9617C3C2C066F86FE8C6583386CDA3CD18A33764F6FE5C7331FAD +535FDADA2C4FF134A592CB7843EDC0E8EC0843D98AD2FE65F642EBF8249C1A14 +5A99B0A163988A259217DE0FF877CB3C0EA909B76029A5754DAFAA553C613644 +AD8BCF7C0076AE3E550B6139AD5FC478211D9AE39E487912BA756999B570583D +8720FB90210A54BEEC7568B4AB30BE6A7F934B34F1186719346687671189AB22 +08B63780629210F9EF90231357E4B49080858416858913B90845C7224D5376F8 +2DDE46CCAB5F0AEA173E27CE10BF7E1381E74CE10C7A72ADE0369C2AFE8B313D +0EB6B6935D2DDF1A1F4CBA168C58CA7F3EC8E73FB6083181C28C7D42D79BE275 +172318C776D6F0E0CEC5AA2A5DE73CAF0AC3363C2F028C343EB826513E4C5C2A +522270C7733C153AF8924B30D11C589D63633764DC81A56F9DBC36C603BB2B0C +D7E76563344DC219446BDFE25228C03F105B39D99092D823C045E3F880116C23 +06FB7C7F2D377706D6608BCE723D8A22037507279C9E3C265A2D344F494674AA +66A27540557B9C92D09C4A895BD305FF00499E248A2B29B54AC0CEE7D0F33597 +948F9853A21234BACAB8F33CBC77CEC0B2EA38499EC00563003C52FC63451A74 +DE87220AC938AF39FD9395009DEDAC13E9DF593AD44CFAB6E5E9DC22662D2BBB +F7BFF94CFAABD9D413D954EEF8E7438B77542CA63A2C52D71C70324A67668823 +DAD414174400E66849C7CD46CB3E3BF401A9BE23B32442A15E22695EFD7D1597 +288480936E2BCAFB4D2951C126B35D6F6C2D992EF604DA7DFAF4D13A3B341602 +3B9F0883DC6007E362122118704B43E5E58B0B597F97385740B5DF3B9BA018FA +4C17563CDC35E7E7646FBB14C762C86B010303A87B7B10C3CB31D23BDB6A7E33 +3454150CEE14988949827BD2C762D9E4683ED6598ACAEC45B8DE39BA8DA298AC +1EEC4A6108EDB4AC02F5CB06DE9091460AF435BC2C3FDF64D1F2C9E39EA8C95E +66D72A794EC571855B3DB8A093A9013F80DA3755BB8273585A8107AFF4AF6D58 +572F45C6D2DB60045548490A66E77FB36C1DBD1329AE8F8A5166F1393644CAA9 +FEB873332B547CB87E6C2875E80345598780ED8B577D97C51497AAB7AFF936E9 +ECBE77C175FBD81F839938FEFA391078C805C3149F195A011B3374D068B0C87A +E815873B9A95020DB90664BD600BF49BDEBF676C07E27DE31E98ECC9947B53D6 +44D1CD79A4EA4D3244FEE5EA8A727F65F1542C399DD6EAB2009011103FDD6086 +323BC6473D3BBE8D281642DDC4AEC2FA09C2A3C0A20141B96E5A9A0A71A0E8CB +A4F57218544342B01D90FBD72458B846356315D362C755C20F63E47B4C426390 +05ED93CC7A91A31D4131AA7CFE341FA8351C87F7DA742DAD3BEC879F9BAC25F7 +4CC8A9195DABA56A19104EB8FD831A96F06CA84260A5FFE88F0BDB70BF2CA5AF +3EA13CE7EE0EF74FEC3BA1449A1BE26B38EA595FBF981120D000470D82194C92 +477F0A03DF9327F8D673E54B0696A164FDF4C03820927B5E7AFA93AB9810B6C7 +441249367A80C36DE627CEBEF54B08486D77FE1CC77177B8994AF149F9A33A73 +89CC6866A8B5E8303EB2639520B35241B087E705D269764519C1874D93910B3A +586EDE860BB235C4AC604ECF5DC071F01F0D2B7B4B455E3F1F57C47ED3F86DD7 +546D974271E1D8882B5806BA62E13F7AE06C0EA4A7D58675936700C7A83FA75F +DF0A1F84641ABD00E62CE9281F8790DB61FCD8FB5F1DF7F79E0E16B10F2D8F5D +C16DB60640C39282E5D4DB8D5473B9FE323CFA4040DF6C8EBC0E61BF2C568F62 +F168EC60996B4D64FE46C7FD0A493F2B25D6218B67F98EA71289A5133FCEFFF6 +AB71492B2FBBCD89C8F9AC5E +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F12_0 /SFTT1000 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 SFTT0800 +%!FontType1-1.0: SFTT0800 +12 dict begin +/FontInfo 10 dict dup begin +/FullName (Computer Modern Typewriter) readonly def +/FamilyName (Computer Modern) readonly def +/isFixedPitch false def +/ItalicAngle 0 def +/UnderlinePosition 0 def +/UnderlineThickness 0 def +end readonly def +/FontName /SFTT0800 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/FontBBox [0 -9 486 622] 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 +readonly def +currentdict end +currentfile eexec +5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62 +BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68 +368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79 +BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97 +1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B +1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE +7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C71A61EAD710EF73BAFB6 +82CD3BFB1022021B009F48209B94B8137D026B4F2A73A925C89723C56FCE7679 +3317781E67CD0102C32F88ADC3D5C8D50B278E4A5BB2E00B668DD331701CE379 +2AEE6012082A5CEB4FBA91927ECF9486B4CCCB1F2BD5896F6A73B447795CEFC5 +FD15FDF2DE69FD2D3CC6F8081C616E366D9057E8F47C6E685D9C44FEC64CAECA +BFCF203632A384EAD8BF46A0850392A68E3D499CBDBF093CCA9B42B6509825CE +2D42B1D38228646399B8F3748F3AD0769A2EB5B4ED4A89E57193DC3FF79B4465 +680AC560122C6C9FFFF4B7EA95C7352A8D91524FB7BE41FA577B1EF01ED0D3B0 +0D339873F0D13A18C5D6387911B9AE8D82AE9EA5A6F252283E3F579362E689D5 +F82F09D09AE050D835542D5636A4F2F449ECC7A08A31909A1553FB9FFB9ACB77 +87F3962387F6CF47AF0F2BA349053C02E64FFC7CD7F81C83301E16355FF760B8 +D43EFB3667A27956297CADD515FB0A1E3A9D43F6EE5695730AC6A3E70401C126 +98EFD8CAB64B26E9658EB4BAC5C3E3C41349CB4138D50554E80A0C28C07C888E +75F1E6FF3750F739E427BB361869F6E2FA8E13F793AC2B472C4E9B8476AB5C65 +9BBE25CA2FCFE67E81904779C11563F648ED3F4F4F884C8FB4625A5A7484423A +445C6371F2A52FDB19D2E9ADE45614B9B6D4DC172382993E8AF727B61DA91E29 +8BB8D5143753A7A1655BAEEEC6F75C19CAC3614D8A8167F9C11FC4697E4EBA85 +D353CFF1C0E486F36A8CD2399B293B30E1247B63B1F4E8232EB80DD7EAEB7974 +EE46E27D181C09C8075BA7A4C9BC45D010104FA4206765485048D2F2B3F45D78 +92BEEB06396AA82CD440DA0B3183C78E0CD1DDFD815858B4A11F34DC845B2BB4 +1EE5623BBB785C673A6BE26404F6D5998A9FE80C70FD96CCCCFE0D603BF38E45 +3CF4CBA3D588D03898F0815351AE85562F290A0DA33F4526298F225A155ACA8D +C0205274ABEDD545A1F26D4B6EFC655438BD2AC5C25B6A3BCBEEDA4624E9C110 +19CAF08ACE +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +%%EndResource +/F13_0 /SFTT0800 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 +%%EndSetup +pdfStartPage +[] 0 d +1 i +0 j +0 J +10 M +1 w +0 g +0 G +q +q +[1 0 0 1 0 0] cm +q +[1 0 0 1 0 0] cm +0 0 238 50 re +W +q +[1 0 0 1 -125 -705] cm +q +[1 0 0 1 0 0] cm +0 0 595 842 re +W +q +[0.1 0 0 0.1 0 0] cm +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 125.76 744.2] Tm +0 0 Td +/F11_0 11.9552 Tf +(y) 7.07748 Tj +-0.213403 TJm +10.7996 0 Td +/F10_0 11.9552 Tf +(=) 7.24485 Tj +3.75038 TJm +21.3601 0 Td +/F11_0 11.9552 Tf +(x) 6.96988 Tj +0.825022 TJm +1.68 -16.9203 Td +(y) 7.07748 Tj +-0.213403 TJm +12.4796 -16.9203 Td +/F10_0 11.9552 Tf +(=) 7.24485 Tj +3.75038 TJm +19.6792 -16.9203 Td +/F11_0 11.9552 Tf +(x) 6.96988 Tj +0.825022 TJm +-9e-05 -33.9601 Td +(y) 7.07748 Tj +-0.213403 TJm +10.7995 -33.9601 Td +/F10_0 11.9552 Tf +(=) 7.24485 Tj +3.75038 TJm +21.36 -33.9601 Td +/F11_0 11.9552 Tf +(x) 6.96988 Tj +0.825022 TJm +Q +0.996264 w +1 i +1542.69 7540.14 m +1542.69 7058.85 l +S +1257.6 7517.88 m +1257.6 7058.85 l +S +1 1 0.849609 rg +q +[1116 0 0 -34.8 2507.88 7524.68] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 g +q +[4.8 0 0 -34.8 2507.88 7524.68] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[34.8 0 0 -4.8 2507.88 7523.48] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[1048.8 0 0 -4.8 2541.48 7523.48] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[34.8 0 0 -4.8 3590.28 7523.48] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[4.8 0 0 -34.8 3621.48 7524.68] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +1 1 0.849609 rg +q +[4.8 0 0 -120 2507.88 7489.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 g +q +[4.8 0 0 -120 2507.88 7489.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +1 1 0.849609 rg +q +[30 0 0 -120 2511.48 7489.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[1048.8 0 0 -120 2541.48 7489.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[30 0 0 -120 3590.28 7489.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[4.8 0 0 -120 3620.28 7489.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 g +q +[4.8 0 0 -120 3620.28 7489.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 244.68 740.6] Tm +0 0 Td +/F13_0 5.97758 Tf +(1) 3.17409 Tj +9.16918 TJm +Q +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 267.239 740.6] Tm +0 0 Td +/F12_0 9.96264 Tf +(y) 5.23039 Tj +-5.10942 TJm +Q +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 279.959 740.6] Tm +0 0 Td +/F12_0 9.96264 Tf +(&) 5.23039 Tj +-77.3397 TJm +(=) 5.23039 Tj +-5.10942 TJm +Q +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 298.558 740.6] Tm +0 0 Td +/F12_0 9.96264 Tf +(x) 5.23039 Tj +-5.10942 TJm +Q +1 1 0.849609 rg +q +[4.8 0 0 -120 2507.88 7369.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 g +q +[4.8 0 0 -120 2507.88 7369.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +1 1 0.849609 rg +q +[30 0 0 -120 2511.48 7369.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[1048.8 0 0 -120 2541.48 7369.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[30 0 0 -120 3590.28 7369.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[4.8 0 0 -120 3620.28 7369.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 g +q +[4.8 0 0 -120 3620.28 7369.88] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 G +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 244.68 728.6] Tm +0 0 Td +/F13_0 5.97758 Tf +(2) 3.17409 Tj +9.16918 TJm +Q +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 267.239 728.6] Tm +0 0 Td +/F12_0 9.96264 Tf +(y) 5.23039 Tj +-5.10942 TJm +Q +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 279.959 728.6] Tm +0 0 Td +/F12_0 9.96264 Tf +(=) 5.23039 Tj +-77.3397 TJm +(&) 5.23039 Tj +-5.10942 TJm +Q +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 298.558 728.6] Tm +0 0 Td +/F12_0 9.96264 Tf +(x) 5.23039 Tj +-5.10942 TJm +Q +1 1 0.849609 rg +q +[4.8 0 0 -120 2507.88 7251.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 g +q +[4.8 0 0 -120 2507.88 7251.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +1 1 0.849609 rg +q +[30 0 0 -120 2511.48 7251.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[1048.8 0 0 -120 2541.48 7251.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[30 0 0 -120 3590.28 7251.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[4.8 0 0 -120 3620.28 7251.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 g +q +[4.8 0 0 -120 3620.28 7251.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 G +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 244.68 716.72] Tm +0 0 Td +/F13_0 5.97758 Tf +(3) 3.17409 Tj +9.16918 TJm +Q +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 267.239 716.72] Tm +0 0 Td +/F12_0 9.96264 Tf +(y) 5.23039 Tj +-5.10942 TJm +Q +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 280.079 716.72] Tm +0 0 Td +/F12_0 9.96264 Tf +(=) 5.23039 Tj +-89.3769 TJm +({) 5.23039 Tj +-89.3769 TJm +(}) 5.23039 Tj +-89.3769 TJm +(&) 5.23039 Tj +-5.10942 TJm +Q +0 G +0 g +q +[10 0 0 10 0 0] cm +[1 0 0 1 0 0] Tm +0 0 Td +[1 0 0 1 311.157 716.72] Tm +0 0 Td +/F12_0 9.96264 Tf +(x) 5.23039 Tj +-5.10942 TJm +Q +1 1 0.849609 rg +q +[1116 0 0 -34.8 2507.88 7131.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +0 g +q +[4.8 0 0 -34.8 2507.88 7131.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[34.8 0 0 -4.8 2509.08 7101.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[1048.8 0 0 -4.8 2541.48 7101.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[34.8 0 0 -4.8 3590.28 7101.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +q +[4.8 0 0 -34.8 3621.48 7131.08] cm +<< + /ImageType 1 + /Width 1 + /Height 1 + /ImageMatrix [1 0 0 -1 0 1] + /BitsPerComponent 1 + /Decode [0 1] + /DataSource currentfile + /ASCII85Decode filter + /RunLengthDecode filter +>> +pdfImM +!!!~> +%-EOD- +Q +Q +Q +Q +Q +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%+ font PATextEx +%%+ font PAMath-Italic +%%+ font SFTT1000 +%%+ font SFTT0800 +%%EOF |