summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mathmode/images/family1.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathmode/images/family1.eps')
-rw-r--r--Master/texmf-dist/doc/latex/mathmode/images/family1.eps2372
1 files changed, 0 insertions, 2372 deletions
diff --git a/Master/texmf-dist/doc/latex/mathmode/images/family1.eps b/Master/texmf-dist/doc/latex/mathmode/images/family1.eps
deleted file mode 100644
index 171919a3ea9..00000000000
--- a/Master/texmf-dist/doc/latex/mathmode/images/family1.eps
+++ /dev/null
@@ -1,2372 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%Creator: xpdf/pdftops 3.01
-%%LanguageLevel: 2
-%%BoundingBox: 0 0 354 160
-%%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 CMSS10
-%!FontType1-1.0: CMSS10
-12 dict begin
-/FontInfo 10 dict dup begin
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMSS10) readonly def
-/FamilyName (Computer Modern) readonly def
-/isFixedPitch false def
-/ItalicAngle 0 def
-/UnderlinePosition 0 def
-/UnderlineThickness 0 def
-end readonly def
-/FontName /CMSS10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/FontBBox [0 -22 665 716] 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
-7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
-FA6B0AF33A13AB75E4CA932546AF13CD82CA0A2A4D74FE41B44B52E340DE4F8B
-76CA448E6BA4DB9A8F25FA1C49DE11E211C2FFFB7039970900AD907EE41C6F04
-5DB31F8A814044A7800DAFD52F54B8473D0AAC36206A91CE16BF8A62A9256C5A
-457A19270B2B82C5734AC05319C329542F04100F797E9C766CE3012A2CA08BF9
-7EC289FC48446B2B235474631A5310C02D5898ABC0FD75F08598B744E1A20FD6
-9E864DC83D453CF2DC55577B02B00F38677FE10733320B0BDD7BBADE092486F8
-15D57D9B9DBDE9A74BE14681AEDABD7C83895C2FEB7D6A90CF32DB90C6BC395C
-440B557857791E4D4A36E20266B88BD079758CEB418BBACF8F20A3EC6614FF11
-E34F125456BC5584D1EC2BED434EEC67F909F371F03EC69B745DFA5F2A2E5C87
-0816C7A6EBC5F37E04A6B2210A09AEE332AE3986B16E8031EA989F7AA57C8CED
-872EE24DFA2E55F05D7C439F7327522E72B750B2B6972E2DAB17752C8389EFB1
-7460CAB183D11592E5B42C8404AFA906AB358DF4A0C122397E5E4BEC1E7AA236
-E4D865C37B66898C29F186F8B44077D94A280A2F3B1E7E11707231AFBF6BEE73
-F31033DB637532333D03BD19CF15B1FCEC66B43DDF1B5690952DDE8B4510A57D
-19BC340F48F93AD8A48617B4FC74A1929F06CB9DE43E1A231FFF52B60F364D8E
-6AE07C8361CC4C8D7BEDC6DA49C408C4F0E2F258B9ECA8721DD8005DFAC88DC0
-3FE474D01DB28102EC853FF9C605FBC64DB90467401B7012D234630D054F3860
-3049C63A9DD9A8382B21D5CAA6630BF928C74709E1586793ECC17A68DD1A5666
-0E88D5496922FCF0C0D43936D6EC1C9D0888CF4F6CF60AC2C30BD0B66B0AAF42
-9600872A9D1092C8DAD22BF21C646179D8A1C44111F75643DE91DC1E160DF12B
-B22EA2DE10BBCD18BFD81ED5FF18A8DF5923127464DD7E6A2E9F2915D9979892
-5E06B96EC31E0F6BC31AEECCD2B0103EFCEC324224151D028A037338480B63CF
-CFA04751237F6855A2FCFFA61D734FF5131C1E5920C36995E2D39E6DF7CDDAEC
-B66059C1EC8F8110A06043825EE427C0F439A86B2AF607DAD74EEF77535A7DA7
-F3C540F6B19F7D1C0973280F673B19674E064C6B46343D61A074E1AD2144B87C
-C9F6500207829781111AD0815E159C9854371CCBCD723B20343355D65FFF3C25
-5C6CF78900C1A4AFBB5124910816F45B3302ADE358F68E112D32770A924D74D1
-18A30BE2FE1C49DB45404F37A4744D1BBDFA39BA1529D790F4EEAFC94893E8BD
-B2D42534B296A896026D44135E83F4F1CA9325900512C55AE346D751ABA5E337
-E8763B246FB4BE70C57108F26C0EDF114B199F8CAA0FAE482EE375487B9E3645
-9120664CF1127C0CAF758A514AD8393857E9EF8C0F5673D3F4BC3441B8470F65
-A0509E121410F829CC47F17082D494B3C1853B35A09E2917CF47D9555B8D77AF
-0BFA224D6646E12F820E6694EA28E1680E45F8D9C33C396A6F716C1C565852AA
-9708C6F6FA0B2E1DC8C81135BEB2F13212B88BFE8E230943D7D792036669A8F9
-450C944F4BC0BD3C712CC2E1FBAA9D150A93B8EB6C1A1A65098E306FD133E3E7
-598AC84F3DAB6AC97F377840D0435138C662E497BB00202799096ECA1E846E36
-B95125011413EDDBFD2F129B9FAFC375DA5E23D2E47DA4C9D81FBE6B1788CE7D
-B16F43385BE64C4DBDE740B86F9A89F929D73ECA94036E839E6AE0A093E156D8
-9DF45A45B06975D29B3E3F42D3B4CF09359BA990B347F07096EE2087A8A3DCC2
-C1A58D4E769FD74B5A67AE83B1889ED60926C377DBB9F8C1CAF40D5DD9709E13
-5EACA264BB3CAC689A512124129E7410E943A2449885E4D50D8F1964CD11CBA9
-04DA0EE60EA578DE2F5020F24CA7B07F30D6C1126D365AF5F70C8AA6F537060F
-96EBB5E4211C0C265A7167C311788E9A853B4A5B194434CF102C26A01D64F6E6
-71DEBA897F4BF66114A5C7467DB9BEF6622DA30300EAD2B15F264522600303F5
-33117F88A3BCBF25197EEBE362B5F68BA0EFB3F1E3B8C67C4A581B4F60C5CD12
-6C7EB8AEF5506826C46EC1B9730094CA6065FEBBC58DA9B2A07301D9B4F84F85
-0EBA2113D325A9761471B1313E5D860F0A9C36DF6C93380235BC760B35ECF7D7
-DE32A85BC90F14D987698B016B5852C838F5DC9C6BEF1365B0FE6BD3068D234C
-9A09945B38FD15E15A1263AF618F6153244CFA7EB6AC64047BA0DD3BF6734C3B
-7F0C34FD0D03D753EF9B44EAAA788C01FFE37D50C37A71C612E44F6D810DC679
-E13A50547B4004D7F57D2EFC3ACCCBE16656BF4AEE4FD5B5510940D0D43D3534
-6E3F85A0DD6243C3382C10B33C4964D8EFF07E271A42E0B596C3DC5F25C613E6
-1088F6AE4DE1E5006A9BE952416E507F4D19130E61EBFA57D7E51BFC83EE4428
-A03B9BEF30CE102DA329996AF0DE63FAE5BF04C6884EDF47BAD315E3B318E150
-79D18F0FFD81DF54F99D3C412BC1F5FE0EBB394A4A322CF4EACBBC2DF4DC6114
-6B359F3CAEDC8F71920D46E14B2A535F93047C191BFD1D6140C9C4F8D0A17F38
-9C46C14226B57C186A12F21AC159B57E5335C30D1552FB597D18F66B4AE047B0
-878646909E25AAFFA3E6E81D3394930E3A5F18632D24E3059A74978C8385D6E5
-FB19A44301B3D44C09C3FE678E6D46E5190C00081425D0933B6B9DF71109670F
-B9D916E696E33271855AFB259705554C8909D5A4C673C26C533EE7E169A24E9F
-A7D98A15BCD078661F0D45A9C103D9E272F4A7B63CC4A7F6426C416883222441
-15ABB4C75B546E42CC0348D7ACD7AD562C20FB8889F2A317C325DE22607CEA1A
-32AB35A5EAFC9E8EC67AAFC97EB5A822C36348EC97F9FEF010A44361D7C4F503
-A67B6AA6A177885EBF73731E39D1A96CD1BE4ABF586EAA493099BCF488BCA677
-84DB091B134E736824AC45560AEFCB9F75B5AE566067C1AABBEA8A00976B6539
-AFE37248A9F7B44E70A3E9EFCC
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-%%EndResource
-/F8_0 /CMSS10 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
-/F9_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 49 /one put
-dup 50 /two put
-dup 51 /three put
-dup 52 /four put
-dup 53 /five put
-dup 54 /six put
-readonly def
-currentdict end
-currentfile eexec
-5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
-BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
-368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
-BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
-1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
-1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
-7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF6
-FB39B30D1F8747CF3029BA9CDC574CE92C96CB7F7EB09200A6B1EDB6E92C5D4E
-A60D07DF489BED2B34E84D9F993E34182B0ACA4851CDBD352659242F9BAE94A9
-CF3902B79F3D036CD8910627BD9899627BA6EA8F2987DB12373189C36BB091BB
-E1FDEC7555721801651068DBE178BF0FB10CE961AAE763822D13FD26873F196D
-472190BF39C8B278CA9FFCEE1B33BBA16D479BEB814F3E738A380AB70B092E0E
-2AC39A5F2944983975680E6D5B4BF0176CA5EDB99267C80F88943A1464409293
-0F0D1A9C09BBF3A791976812C23900475386348C1C0FEF79FB1A11B867A8EE01
-2131BE49151E0994C556A91B971DF98EDE03BE54B3871A97BB421E69CF879CAD
-4203BB41856E5E1270BDD96D5803B3959FA40B4B48AECE257D41021C613FAB21
-00F7ED40D781EE82712C8C232F9B4A57DEA37899DF23327013729B1DB1D28532
-2D7515879425361CF1B6AD1D353D001175A0A056821544FAF8FE363C394BCCB0
-7F7EAFAEA6AB099FE2982B5E37714A0F6BE861BE668C0A5DB88746CB92AE06DA
-5AE05E40459D12E3286401644B66861547FF37A36221D68B595CA3BD5442D541
-E8C37D8BA717EFC434F9F2A04E86AA1535B31B7CD7817E90187EF5EB06F9ABD6
-06D02BD2C4854265129B86DAB1C0DA9C51B0E5AF3E5096BEB0589995C658175F
-C0C67709CD16B5D0F51A44A1B726BFCB5BE6B26FA51F46A26A19655B26CA25A5
-F66C296F7BF8BDE5D785E60B4DB4DB23C827D7EAE9FA36DEDC271C2F4308D5DF
-CEDF72ECE589A1A8EF21E3AFAC95CED4B7F21ACF66D9A912AF2BDA8FAD1741CB
-D592D871BC75AE677E36F9EDBFBFA749BC998DAC4ACBC99D8098FF973C107E37
-62864D57203727996078842EE99D7D321AC6A82A2F8D0CDEBE3056B81860BE25
-CE1D06482FD90C8F3CC291A00F35F7A93FEF6567D694F5C748F44DA554C79E48
-E0FFD16A3BAD33FA158FAB03AB9836334A1B70B39EE6BC8D35A311A38CCC1924
-1DA3B04C7CC2D94C6CDA7A9E8BAC84DF9CBC4F2D51638387F89A2F008D44F5B6
-51729972041C9D7372C94F0A115A82C49497F5DDF7563645810F898E0AA8527F
-67E2E2001891527557E8D5BFA01DCA0C31126E7E16675FF42B6823BCA582AD23
-3B93252F7B1EE9CAA1A3ABF1ABFB1E33830312C69012B0415EE7871116AEEB87
-507018EFDC8FF83CFAC7752114015AA5ADD190F4D4A1B4E7FCEDCF0B9FFDA6D6
-5D347EFFC87954DB19BC81B5DD4CBC0F95A59E1BB844C1E122C624DB1681BFCE
-2F8E742902AAE57FD8686BE393FB1F40FA4A8FF3348FDB3C6BA41275DC9AE77D
-B82AB76F37CF12D833CE2BD3224888B9FA4395DBD52F93FD7B7BCD2293B503DA
-5AC14A
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-%%EndResource
-/F10_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
-/F11_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
-%!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 -145 588 783] readonly def
-/StrokeWidth 0 def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 36 /dollar put
-dup 40 /parenleft put
-dup 41 /parenright put
-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 92 /backslash put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 104 /h put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 114 /r put
-dup 116 /t put
-dup 123 /braceleft put
-dup 125 /braceright put
-readonly def
-currentdict end
-currentfile eexec
-5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
-BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
-368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
-BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
-1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
-1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
-7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5
-C2A9054AD77634ED3954C3C6AE08CCC394D760225FA58B9E407C9E55A89C3135
-FC64A6F0C72EA7AC086E956F9C96E3185EA214607DB81AF6D330EA693BE5399D
-E824973E3E6B8D3070B6B8C1730CB9EA05A70D6431D9C8F071897B687A533B78
-D2B42D90658F7BF9DF577F945C26273AFF8D46E4D08056E424BC157BD0AC215A
-A820B46A12869D666E90DCA7C7E60AF776268A1569F1B08ED1D520D8A4603BF8
-73D060D403CC424B1AEEEF5EE803911B19DDD32A5C01DBC06FFEA70105A852CF
-91F8051A1395BA712A4346BA1E927F9A16A6B335DF225B8BD80CAF173BB7FA41
-6695AE64FF69886E785AB5A50F1A93B21B067281C45C2BBF4D551EFC6AC63343
-5ABA9942274E4716DE5B7D57FE83138E7BD443E5DFA45FEC890AE045349C3231
-C5BA5D31CB2D10EF84249283FDB00F1A097E47D5C66149B2BBE3FF3F5E140E32
-85BD6CADA4073BC2456A0AAF36BC0E7A3F2847C23773F0D79C897A7BB1709309
-12B213D06C3C29FDD22180BDB1F4D4DA633184B24B2FE7937136AFACC6C0D2EC
-8FCB7B185B79BBDE00D25225DE944D84A299F7A370BA40741E92D573140EDFBD
-80CB944F9BE74DFE3D0D7817A237FEF5C5CA52B2FD543E12469CE0312A221F25
-40359CE623C1D34DD1A01E842B2A416301B5D4AC5C65417959D54221E23459F1
-C2785B4325187752DEC8C4CDC22FA978A493D9C96FF9DB65C438D65382D51A14
-1D0A2EF4D20F53CCAAAF5588871F2991AA51F7EA24037174247996AC9FFEC55A
-3ADA2DAF16F4FD2ADA8899EC5777BD5C380226D43C1778859247E27CAD4FD168
-C854633E71B4C23D8DC499CF824008207B452B483669A9F1F5BD1D6DD58F9C77
-BCB3D621E62346A4DC34679502014E80A45B135657F93606CEF6EE4981CDCAF8
-84C3900D5A726C4332B11D18EA5CAFD0D9052597AEF58AFD0408419AE784FA04
-007F8F19525B19161F19FBF699556BA31BB33453B0FA36F9E3E0B52739E81294
-D35BFCE6B42012B32932F89D8231B8E018B919BBF610D2853D187D2061E2D05E
-EBF91707423ED0D3AA2D1C5FD014F28AA92C7C44FE18285226185BCE4C6DA3ED
-C9DA7CE82F8B3248CF02BD8385E330577C6481B39457BA11C734E890080908EA
-E0367EAE905F529AAD7863E027F500D2DD1CC0159EF4B64DE3D2943CC4CB0608
-ED1F8C3073EC09CCC09EB403E6781B10C030E89F05F83DC323A433ABC53C8405
-BA7CDCD97A65DA2E209C18876414F68AAF32D30AAD1B91539F627F7DA7DB7AFB
-CC227296536D9EC9BAAC090E4478389A8E30CE3AD9F762978A1AF0AA7FC1C124
-84C72F124A03ADA13075FE781BE7C7E8343E03F8C4306E6BDF016C6BE9D76990
-33FD06057E828DBFD5B7835157E504352DD44864E8DAA8ED7FE273A0872B179D
-3C54D98476730CC83BD5BD13B34BD6404A0D905D399CDA8885B4D7ECB74DEA99
-1A8DF71E7F869A5BE21CC80F4BB70B239295653656D01A182B9AFC7CE7990EE3
-DB6D03476FE00859120F032F379E89A6AF76AF73361BC138B56232EEA5A04306
-89B780661C35A7F2DD1D6821389270318F3374A3EABD00CE8EA39EE23CD0B6E1
-0DB640BF033A39A5ACC6F9832EFEA2DCB929210CFF1BE12CFD053D02707022CA
-49537F66551EBD56017F760C710B09AD0D21A236797539488D7AA33D024C1EF1
-C743819557E9BB0F8C617DEDFC47500DAD45C5B64E2D796B4E50AE859909C547
-F07D3F83A4F4688151D1F9722F75ACB930F7483A7B2B82DA6010361912D650CE
-881DC48441EDBE2919F6ACC9F36132660ADA19FA7C613C396DA399DAC1317F9C
-6DEA1790659588A06D0DB84E654AF50E1C18F848BD6E48C2A4D4FEC5148A9E83
-1871FB2E53AA002A280DE3280D330A51F74D48D67F68069A95A3AC0A80590CA2
-EB598CC8C8D632302739469A5A98CE1A03BB7EDDAC9AD611483E500647A827B9
-E6DA016CE72BD0A579C1B982365FC4B58992F69CD4D23ED13093C578B2407A26
-A92A906D83E69C0D92E8361DC67D6AF4EDB6E0ACEBDEF6DFC32964036C627CD4
-EC87ED8CE4493CC8B43B549B268F5CBD79FBA46D3F731BDD6604FB41CC329184
-755AB3C98951B7ECB9B340F822BA57CFED5560511627D2F759C661815A273CD6
-9CDD07310B2DD4361249CFA12821DEC24E6A5A82B0B2E9007EEB15613BFCC068
-0239294E73E0EBB180E8B7B4C7CD6C4F92983E4EA5D686AC3E5979C32DFF74B6
-A7DC186EED10DA79E58A965CFA4FEE7B75F979AA074DC944198DC74E335B5505
-4C48CFDEC23D03599A7D488AC079462BFE3AA7104A2D2B45E8ECCD73AF00A4A1
-32659470C54BA00CDEA9B69B3EDD5CFE073F223B6B6993DD70836358ADDB8794
-7372B981784325346195A29566F12D127104304FB16D954B19B1703331696D26
-BA71750CADC7575ADE95F2C315EBF1424640A3FAA9EAD78F54EAE9276CF1F1CA
-6A57F78A12CEAB01FF8A5A3EF19F18691DD2F72A6E9EADB5ABA2C57F3D2A3FFB
-40610F394102E23ED4B45E405210AE3EDDBA420783D4516130D06711B6C5FEB1
-C967F9AFAB7FAB00CC2C665A4E39FA0FAF5E7EC633A002C7661487CB5F28AC69
-B458740D834DBBF440B4CC021B7D7D9AB43E85768DE0FCC1F14D7C28A6AA0441
-F0D26736450CF89A0D05BD17205B9C48853EEA5A293BBCC2D2B802E806CE058A
-944DD4700C9A6B796451A45507345BB8704B1292C13CC11A8D6D614053D3EF55
-FC3185A085E831C6A8E5465D3DFF2399219A846A0021DFFA6F7BD7A33B45FCB6
-985A65B4244DF90AA35621BD8B35FA74F7EFE0771E13C009E12D395122F6E78E
-DEDA9B43A7A02F2AB1260731060D7AAD57A14B4554013D0704FEB7BCDF18D21D
-191DE151728B2B78349C907E71FE841FC59DB11456F3E8E3A3785F237706D6D9
-A33EE173E3A73C24587D0788DD1713ED617BA548AEDE806E6612BDF11E2FE082
-612AFA1CC52956B881D40B6EFE2CA1EFC817CB5F444ED3D9ECEE4BCCB3237673
-CBE48C7C24BDCDCF2931668FDE501BCF2E3527EE7CD668273808591A1DA55080
-C75067266E28D44BF2D160074665B6FF62A55FFD19DEE5110A175F0332B056A0
-4A87F8C6663C27100BF48CC2A71023A00AAF0B7F211F648E6360D7DCA91AEC6B
-ED567911D72782EF49B468D62C16A1E09F3EC38EF8BA959AEFCDC77F791E64C0
-5B81F6E09487530B1126F9916A68ACFFEDF4DC8F037F687F2FE02D5BCD4E9B2C
-38C5B133946FD5CE282CC3D02B80E1A80C74DC385D8E2C3B1AC22C9A217C9FCE
-158D9F0F26B0BD493C5AAF28DBD3B38068D93F6FA9962CE21595B9AC8BDF6FBE
-641AD4A38F995EC8175D31443001A0EDAAF9FE8182804DDF75774748D75F6136
-9731860F9B4B19BBAEBE30A640C42B6B2736295A2586F3FEDEC79D5193B8C630
-655F2E7A9C370155CB64032E6FD2C9B9CF72F301BC2DC1883D3BE85F56D32D03
-A03185B6D9D4DA20F99A24D0DBE14FE9A7E40A6352E1803C0548062DB1B2501D
-1390C5BF36DC8B030CAF9EEA791D492D97CD25463F609D04A41E79C1F7E0A1D8
-C5F6EB1D257595DB3DCA23CF8D7EAE9FE44BD96B068DB6F1079CD72D6B31ABBC
-437CDA8C1FBEF3EBA0BB21EE69582F94F4C9661090BA15BADBCF33FA4320129C
-A6ED6FAF0D4760A3164814BBDA8029F656BEAE1287CC83DAAB7EEF6E020EF366
-1288CD9E0A9146D7633DE4FDF89D48E8E581DEAC95304B3F774D100199E489BE
-424CB047FAFE1C6F1A7512C5B22D3A886D98E9DEA06994DEECE8580066895081
-A8B23BB45185A05F8718B55328FA958FC7C02537D1DB8EF13FF43DF4ACDFB33F
-FE6AEB052B8A84DB7BAAC4EF91CEA1EE191DAB35BDA8615BE86E141888A382B3
-8F4F148C5F98FEBA5C8A6DE0FC89D1A40D0BF3474514909141A8915116AEE9D7
-2ACD462691178E09C5B533093E038CCF189FF6C88B4668AA090803F2E81D61EA
-B748D0053114275F6FF14669EE602B0D2C57401066522E29375A8757E0B01B00
-F2C83E8493B807C6924766FBD8E2434CB1CA3B45F5D9EE23795842FDF366510D
-8114C0BBCDCA4406C1BDD3E85596CB0EFB922B75757995FA5E16151D0489637C
-998EFAD0C4DDBD6B05BA52E653D48B1EB89997662FFD43D99C0CB9A46D8AB68A
-805649C9B04D019454A1CCCCEC8F6CFCB0DAAC13A9C8969A7D3CFBC5A5E1C7E0
-527969033F3A8EEFC05581BC6615437F94DC0EBF74E2EFB2090E928B42E69795
-BDC0AC7DEB49BA00BC628BF83D7B1F336EF2B7F50ABED498A4694DE4AC4B7388
-0BC3BD360FE2784F5408F2E599E9BDFB6776A155169B77E45AB545F0FAD91F38
-D7C5A81372711E8EA191AC9EE618F2CDEC03FB3B2B34B162FFF0B4000A0855D1
-87C4CC36826833FB482994EA624864AC6E85FAC81D9C1733DDC04DDA5717F86E
-A66B05E402B56174313C82CDDA5260733BD03B03078FCEE57270DA374928ECAB
-F6D94E61CC7325516DCB69F9949ACF0C31CA92C46FC1C740672827CEFB463028
-FAD1CA377487D3934D81BDDAE4DA2C14147A3998244F4A8472302CABEBD31567
-51DE2E22C17B7C8F1D859F2F62F3EABDA4E632598F7C33712D0F34AF65C46730
-07906663853AADFEC45F5A46FA1E19D44626DD9828C52646BD2321C2C80DBD8C
-D6068354A7A92810C554DCD6
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-%%EndResource
-/F12_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
-/F13_0 /Helvetica-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/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 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
-readonly def
-currentdict end
-currentfile eexec
-5AA4F71255501637F1A431BAB555283D093E1B588B45B0281559110D21315C62
-BD638C6B34BA54AA75227715D9947EBCD51A104CAEA657499E94138F5645BF68
-368BB1B1EC8E4776F067FFF2CE9B89FB7E63A7DB304498C1036D399C47A4CB79
-BD517EDB02BEB90195FD7DDAF3E839BCE2DB156D9337DBB2305A465B3E0FFB97
-1985C79DC71C47E26F9F0F042B2CDEE97B679358059256FB93D662D43C7ECB5B
-1A564DFCECB963478373C69F52172F071E0AA6082A3E10D9E1CE2851CFA210EE
-7BD5FCB1AAE15E89D1FB339D587D218B89C18A32F47C7451A80CB1FC07CF5EF5
-C2A9054AD77634ED3954C3C6AE08CCC394D760225FA58B9E407C9E55A89C3135
-FC6A5968177420D93D16893F7E1A1C8B985FE27815A33D420E36C1FD51385D7C
-EEF7B39469072B645D411901A85F037ABEFA9776200FA0FD4F7A046F91F18087
-560EC4CDC5131143C4BC9A56F80DDF264E58B6A26878625A0BAA0196665383DB
-761075699B4D5902C9A10BDE669900444DD818BBA009F26EA4D2549CD1AF7D4C
-23780A546642AD0F5E2584A67E9E47119F8FA04BEC1717D79C7B1BE354B2C567
-7BD35DADB21EE800E0489E05DD876E56DAB44D85821408EFFB0C04A379B68BB6
-815F0BFC54DBF2D054B2B11BABC8DDB678AF07BC00FFA546BC06C51CCD3C8581
-BC1ABA5D8818FB725D368ADF031EA1CAAE40B9673DE7CE496B23F4912E2E6B29
-3BECF43F244EF9B6E102BF5E0D66BFCACF4490482DE6EA4DA9A9BE7425530775
-C65689012336D50DE3A74C209706E80491549F15E684FFE8A60183BAA5C7F4A2
-D70C9858D8946DF00866DCF13D4CD5A2E8975D3299E382D0D961AF8E44BEB885
-A004DED7A7A1D0518FD4CF61988352708BA540B00633332EC4ED6703E43CB5A7
-3DF22DA4A62731A3F6815FD76673B8E574F4F5CF6C05DC5612A563AAB4610836
-591C5E3CBD2DC878707CEBD18E6CAC660B69EB04EF7C5A0B3498A31D232C7770
-FC0CD38C9024039E556EC5055DD042B43832BEA89971F0CE283FFD8D3155A175
-FEC3AF296442EB1DA14A16F2694E5DF59AEB5C2CF65D16F2958C982E6E929F40
-6E54566CB263BA22FE895105DE0F12969AA592EBE4B493D81CB589D894962F37
-C29131BF6DD5D75861F44F07D30724A1A3AE0B3CBAED166296352D1380838D68
-0C1645A43E8724E75B34085F6A201D8BB58E8033E4800E4A54BA8E74E121B9D5
-6148864AE71619AEED77DD7656400564DC869A8AA72FA2B6F84EBF57EA510C64
-8E476F0344D02DCAC97B56932A7FB628ED70269BA793053295508BC3CD744442
-41E9341B274113A02078FFBC77AE414AE931F65FE542B601945F1A98497E5B58
-5122C756BAB1887999C9A23DE7A4CD1F569EF3A26E4DBEAD03F3B53E33C181DE
-891F6CCCF3C474C2CD50D7E9E5ECA7C7A99851F87EB99EB124D83C5D5B7D4188
-9F303D62CA604851E6D562FC6589279201FB9F0158E70E8276239D8E805285CC
-C35AA55042D92ABFB5788C6C913434CC838493810D82806A312D51B25E42FAA7
-AE3F45DC122B869BCBBFDCEF352FB25B6B5EA2C1EC8C946DB63F53272FDCACC7
-C7ECA16B6CA51220D67B2C24B9C5B8CACACA9C8C0626FBB19CEECD4D028DB401
-C5D362B008EA2C2B0C8D5D0DCED69D8A1039AFE4FDA289D9BAA5EF0CE5870AF3
-BA63F16A2D27B0EFC79BE27F930C4EB8EA351BFDC7D4A493C46461A551E18D61
-54BA22DDDB2B954C2B7A63D361AA10AC3C7778ED62B6D64B98C97D7CE5CD8564
-5FB9729F37C327D58EE7E7C56E59EA6B9A5F57C28DD78DB01EDECDBC91D4CCC7
-C2A6E44E4984DCD128742754C226CF94659858494C4563C69AA2F6E0A46854E6
-E65DDFFFC1AEC3A1375FBA4E4ED0D676243ED8C7F2B01CA8137137DB53CF8646
-D65FEA64D03E3DB2DDDF1C8A88A81B1E379BFE8E0BF47189524EA6CD68861037
-5012AEE0F6459E05E873B07F61EC387FF76BC6B884D52143D08216AA598DD728
-ED9014107B1A5F0B6E54AC1888988B981D513550C88B442F5667EBF4C5FBF195
-3C35F43BBD3BB43CE1CBBF608E9C5095A102B503E4C45BA8FB34435686CC8AEA
-BC01289FF1646BF2EA170CD00C11155CC179EEC42B993C458ECEEE0306D1033F
-8C44941FEAADC6EF32AC249EDD041345355F290B7F044B0090DBE5A0720AB5D1
-52144ED93C957B7B0F3EE75FE944F5DDE2D85BBC159678797B67E3C1D43CAAAC
-3C07F9ECBA7C3525721955317CA425236D8C722036E71F4F5E0CBA138CA99428
-B9BB9FE630BF93812B319118E2C06850881CD2BF886385A9D1E4BB4366038C12
-1AFBC83FA6B424998A2240D57BA0A83EF38BCFDF1D7876860B1C7E22A1D8DFEC
-75EBD0B119C24D6DFDA3DEDD1EFD9560196949A9840A101B893EAEBA72067B74
-7AF81B75A68EFB6AEBCBE1120934A4E13F2BB2600A64D8802E0932CA1C378152
-A5D7A0D2586F3D38A204973BDBF6A3ABBECAEA5B7721C469161D39F64BA43860
-8C3DA83D0AF18617DAEE80DEB52D67173D8CBDCDDE12E425F1B6DAD436420CAF
-71251DCF8A934BE05E99B71DAE60637F2EECF8482D937922C03899B7776DE9C1
-71BBB356FBE340475FB10BF20C5A33833EFC6B6A81BF3AFF3B62F627191876D8
-5D080EC3863C4B90749AC66007F0B1E57509D7481F8FAABC693288C518593C8E
-F011D5D23C82D83116AA4A7E55B7EFDE1093D033825800B4AADA2FD810DC4716
-A41EFC0B749D0236FCBD8C988C2D765B6150686668826C39E53708D7F6B2D89D
-1801DFE5F4A43475A383D76538F815F959086C80D2ECB15F0013F5DF2F602190
-E24F5EF01DE4E53B47110B143E4BFA2FE95607428E80407D44A8E37823F88BEF
-C6FC1B2B9FC5C865B011A96D2083729DF2E16149112FCEBC626A01DA726D4AA6
-723F1D5B5EC4A41AECF83249F9DE4BE636925DBF525905F42AB885F248E039D6
-4581FDCF9D74F189EE9D7C38567AF8ABBFE1BE181110C24400071F25DAE1A966
-57678D2C5CDE38985CC4C917EFA3DBD2808FFED28DA5D7637A33B9E769245388
-C5D8733DEB96DDBF30995F847C93B20A63ACE8E261D1F872639FA377177966E0
-A50F87BA7CF2D0461F4A950688EC0DD36CE339B9281DE391BA23BC072C013659
-84E3292FC9EB061BAF976887733D8F631E77C7755E5ED1E49F0F4EFC
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-%%EndResource
-/F14_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
-/F15_0 /Helvetica-Oblique 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 CMTT10
-%!FontType1-1.0: CMTT10
-12 dict begin
-/FontInfo 10 dict dup begin
-/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
-/FullName (CMTT10) readonly def
-/FamilyName (Computer Modern) readonly def
-/isFixedPitch true def
-/ItalicAngle 0 def
-/UnderlinePosition 0 def
-/UnderlineThickness 0 def
-end readonly def
-/FontName /CMTT10 def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] readonly def
-/FontBBox [0 -11 524 623] 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
-CBEA3C3A3CCA82507C1FDD13DFCEE1B8925742DBEBC950F165B7FA8E57C14804
-B778413FEE1957F110F08D0E5DC57A2326B9BDB9553EFA36ABC5D1FB82766DC3
-601C3209E49CD592658D8070E9C6281E9CBABDD8BAC24E4BF2D530DDF826D666
-FF1B6F954A8A57CF51E12D2A82E8EA6C542AEECE7D8378D3012992BE837F9CA3
-404E475F6AB15C7FE4E3514C4F99686729A06D5E494D82D361EACD9756612621
-0B2F5D0EAC79E0DFA95DA266C6616943085F83C4663AD6F89BC2FFCEC3E4D738
-3EE6DF7E57631D0B0939428C45DE6E711A13E3D19F2D7E5B2FAD842CEBDC1BA5
-C03D6E338B77467C6E77F111651737F68AC67F8BEFA5A08AA228AB83AD030E7B
-781B6BC1FE582016688C9E21ED6AA85FCF0A2C1EC77E5C562F8C02CBC58B8AF1
-F2D15E321E1E626304D4CE0F4B498F6E7951127CC2AC151C7B9019B40909E4CB
-E8DFC38AC976879E4E8316B0299E2CA804D2EA3AD379A5C469BF3D246D95586B
-F578299EB610229EF646FFB74A69C7D3B776E5ADDBD31281381B641788E95FED
-5A95D45D351068B0B9B96EED3160C8FC0D6AEC197EC28CFC8587E367D9D9828A
-7723209AC35BD05AB7B45B6E42303BBE693D49CA4570BE50E3479E84B3550FF5
-2BDB3EE3809A02FA85833A0440323D85008825B926A5AC57EDA4D44D83155D52
-7EA98DE83E0BC16DC87C591768776D7EF34CC49F309732FACB5097B9F3119656
-759B68F16091A87CF473C987D60D9C57C026C07C0C7A109B274D7C939C89286B
-3336DCCAC7C2B29C679CC3E852684AAF28ABBE8AEB10A45BE7B5B79E34E9295B
-F88C4EFD42E402C4C169C569F42A29C3F80CFB20D5862D2F31AB4D092018585E
-B7FF383EBF47438DFF4DB54BE7301787AE77764104263FB0E3A2809F4693AFDF
-4B9954EFAC8B72CB30305F5A9C565394EEB1459179EFC0F20A601BF145172D30
-9056F8EDFE4BA16297F80396A3680AAD1F4A7283F8351259837F98E23FAEAE10
-72F9985C68A7F0D8FEA4FEDD12A3235AF0941FFE3933E014CA349845F13F6D17
-685D475639906AC2C3DF1752FF1B86AE33121DEFB480C76E467DF65F2B62AFA0
-EC0C4986A7E290C09467EEE0E56948C1518D958FF4B552CAAA2DC157435D218A
-4F3BD46E03E360C3870411818D0DE08D618866F07C30655AABCC49F5619D72E9
-6870BF7A3639929EEF5CB0D776269D7471EF39F98CFC3CD34A91949FDF9FFC79
-66FC63C57F6537F642CEF6283C77ED0F21C8A9CD814C0CBDDC5FBA1302805D06
-4D220C57ABD4079F914DAB75AB8A70F88C5B254742733D758BDA18E518F087D5
-A8048BA3B8A7D8492CDBE76CB3D42F80FFA02A208E8891BC51221ECE251F0153
-351BDD1B5820F01A9754A1BACD8B555EC0C6BBBBEE18F5C3C33A5F6244B62993
-9ECEA263AAEF71821C4A3D6A0923FB81EB168888ED0920551452D4F07FC6D808
-6C4BEE4AD08205F8DC2E9FA6C225C85CF92E55D50AADA6B2B5DC2909BE5CF8D9
-DE9DAD4A995479BDE4D5FC7ADE827E1745E537B4D92F2F0651EF91AEF5BBF92E
-76ADDBF382114254937033826637C70347379615F3FD270C448DDA1DEFE435F0
-BA32EBCAA1657D6B6C827E4BE7149B621A5BCF26A69FEC2F9AB2693F463C66A2
-4917553709F2C598D95AECE52429B83EED2B16187E8E80430AC53A5CCFF30EC9
-106FB63B64AF53A5481099AD8AF1A859BC498DD33B93217851EAC969C9932009
-E0234ED4D897B96956B55C894F4408D5122A1F156A0718980326A42B4525E411
-7117463386AB9CFBD2EB9CAEFC45CAD276E8D8B48B580DF481EF5FC0E23ED5B3
-462AA3BC7173B78C537006177D8923F0BCCD3A08D45972047B83DE02B69D32F9
-6DFA59AB8D8DD072AC537755758F8E0639EABF7BDD8917FDCEC784DCD41EA295
-A1E6333CB7FF1E940ACBDCBBFAB94B3A17619462C7B058AFA3D6F29AF45D43EB
-D35B26152353FB30ACD1AACDEFEBC7E6F3E56173430ABF45E9B72DDB6D27923A
-C5D4AB76EEDA45D9690814314A2EF74199097990D714ACF677FA96510109AD69
-5894316C651C655FCF13776EFCC2F880695D492206F2DC8C36678ABABB26EAE0
-52F4B167BC8334784CFE36BDF1F37B048802306524A7FD45C5311543DB1DADC5
-881260ABC29D15F003BDD9D05DC16910EEE536E6FF52F6EC2BA51B5A3F72DDDC
-8A311D8568510663ABE6C985224CC589FED58B50A17447741E4D839C68ED1871
-45CD4F3DF2E47BC700507F5774E7C855142017A4659FC98350C484FFB4728526
-550F1B3E891D8B492F5060A941E7D5B0FA3EE5C94E97EFEB5DAC930424E5AAAB
-1C10753BB51BABD9B3D5003D3033E31A574DC494471223916BBF7C7C185C9B01
-84D3ECDF74D20251AD8CD59DF08A15FB36573B503EB7335B97C1105C64BF217D
-1AEE9DFDBFB19C8ED9B1645EDF5E50DC1C1C4D69DE9D84BD9C97735785CE7016
-9F94A0B6034474D5541BCA33182641835E5B5ACB302A57F9453D68537192101B
-A5B5109591D83B5023171A4C0FF97D924C1DD1BA1561BD3624493E9C19BC2360
-7B5C1559ABB8C6A4C10C116E81B683C6F46B2CAFDFFBD87D26D11D622B0967FA
-3224B26430A18DECB2F94BA1C368F271403C99901B64FF401963A448BB8D93E7
-A49F47D2B47AD03D3ADE59812E4373ECFA19E7A26DBA9A86650363066C989562
-AF77734741A315E5A386C86BF77C6766B4DA2976E02BDBD8DC8608F99A989859
-721DEFB3738010DCA95E266AC53D92A314BE003DC0FA0B1FB52AE13385E09E7E
-B29EB86C7118D935039F79FE2011268D64762C50F96A72AD10F718EA27DB23F7
-9E2659EA46B59ABD796D3CA22ADE944083627C37747CEBE26BE12AE26A6213CB
-DDE501A5DFAABC3BAA5023BEDB3A04F55C0461DF00A7A6B8CA70317398C9AC2D
-5257C2531C808D91957D05DC66763B99080490518E9B0339E346D24A5ED57746
-4360AC8021B70DF1B12B1E60AFCC2A2589837016A7069ABD9A4619D089B6443B
-F14CB3D6876E75D57892B34DE40F55BE19B394747CAB1C59E6A06199FEC8B908
-CF2446C5661F2974B07B29F8D718FBA10F5BDC86E9C7CEDFA975DA6E844E41C7
-5D1C2302ACBF95CEC55B42A41505B47AC4D7FAE04E58BB785777735D4C721194
-C1342C396D8532EE05B63A5AF45AF54465688A3B1A7D2576C39401A860B29E0A
-37EEE498B2B257752B47DAE41D045801054766EADD4F99E6C33E0E78AC487912
-F4DF0766CDFC8AF320538AD18169E50A374CB6040B59EF2FA068C0D1896C6DA1
-13AE7EE2A7E275
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-%%EndResource
-/F16_0 /CMTT10 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
-/DeviceGray {} cs
-[0] sc
-/DeviceGray {} CS
-[0] SC
-false op
-false OP
-0 0 354 160 re
-W
-q
-q
-[1 0 0 1 0 0] cm
-q
-[1 0 0 1 0 0] cm
-0 0 354 160 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.000280762 Tc
-[1 0 0 1 111.144 152.28] Tm
-0 0 Td
-/F9_0 9.963 Tf
-(12345abcdeABCDE) 89.1589 Tj
-0.000321865 Tc
-89.1547 0 Td
-/F11_0 9.963 Tf
-(\013) 6.28665 Tj
-0.000247002 Tc
-95.7207 0 Td
-(\014\015) 11.6169 Tj
-0.000255585 Tc
-107.637 0 Td
-(\016) 5.92799 Tj
-7.343e-05 Tc
-113.605 0 Td
-(\017) 5.99773 Tj
-0.000193596 Tc
-119.601 0 Td
-/F9_0 9.963 Tf
-(\(0\)) 12.1748 Tj
-0.000319417 Tc
--4.14421 -11.9563 Td
-/F13_0 9.963 Tf
-(12345abcdeABCDE) 91.9087 Tj
-0.000321865 Tc
-87.7597 -11.9563 Td
-/F11_0 9.963 Tf
-(\013) 6.28665 Tj
-0.000247002 Tc
-94.3257 -11.9563 Td
-(\014\015) 11.6169 Tj
-0.000255585 Tc
-106.242 -11.9563 Td
-(\016) 5.92799 Tj
-7.343e-05 Tc
-112.21 -11.9563 Td
-(\017) 5.99773 Tj
-0.000101805 Tc
-118.206 -11.9563 Td
-/F9_0 9.963 Tf
-(\() 3.31768 Tj
-0.000387669 Tc
-121.524 -11.9563 Td
-/F13_0 9.963 Tf
-(12) 11.0789 Tj
-0.000101805 Tc
-132.602 -11.9563 Td
-/F9_0 9.963 Tf
-(\)) 3.31768 Tj
-0.000280762 Tc
--3.51215 -23.911 Td
-/F15_0 9.963 Tf
-(12345abcdeABCDE) 89.1589 Tj
-0.000321865 Tc
-86.5898 -23.911 Td
-/F11_0 9.963 Tf
-(\013) 6.28665 Tj
-0.000247002 Tc
-93.1559 -23.911 Td
-(\014\015) 11.6169 Tj
-0.000255585 Tc
-105.072 -23.911 Td
-(\016) 5.92799 Tj
-7.343e-05 Tc
-111.04 -23.911 Td
-(\017) 5.99773 Tj
-0.000101805 Tc
-117.035 -23.911 Td
-/F9_0 9.963 Tf
-(\() 3.31768 Tj
-0.000387669 Tc
-120.353 -23.911 Td
-/F15_0 9.963 Tf
-(13) 11.0789 Tj
-0.000101805 Tc
-131.969 -23.911 Td
-/F9_0 9.963 Tf
-(\)) 3.31768 Tj
-0.000104777 Tc
-2.88874 -35.8661 Td
-/F16_0 9.963 Tf
-(12345abcdeABCDE) 78.4586 Tj
-0.000321865 Tc
-81.3438 -35.8661 Td
-/F11_0 9.963 Tf
-(\013) 6.28665 Tj
-0.000247002 Tc
-87.9099 -35.8661 Td
-(\014\015) 11.6169 Tj
-0.000255585 Tc
-99.8263 -35.8661 Td
-(\016) 5.92799 Tj
-7.343e-05 Tc
-105.794 -35.8661 Td
-(\017) 5.99773 Tj
-0.000101805 Tc
-111.79 -35.8661 Td
-/F9_0 9.963 Tf
-(\() 3.31768 Tj
-0.00013113 Tc
-115.108 -35.8661 Td
-/F16_0 9.963 Tf
-(14) 10.4612 Tj
-0.000101805 Tc
-125.568 -35.8661 Td
-/F9_0 9.963 Tf
-(\)) 3.31768 Tj
-0.000991503 Tc
-1.4081 -47.8212 Td
-/F8_0 9.963 Tf
-(12345a) 29.6997 Tj
-0.00360441 Tc
-31.0995 -47.8212 Td
-(b) 5.15087 Tj
--3.576e-05 Tc
-36.5296 -47.8212 Td
-(cdeABCDE) 46.7962 Tj
-0.000321865 Tc
-83.3234 -47.8212 Td
-/F11_0 9.963 Tf
-(\013) 6.28665 Tj
-0.000247002 Tc
-89.8894 -47.8212 Td
-(\014\015) 11.6169 Tj
-0.000255585 Tc
-101.806 -47.8212 Td
-(\016) 5.92799 Tj
-7.343e-05 Tc
-107.774 -47.8212 Td
-(\017) 5.99773 Tj
-0.000101805 Tc
-113.769 -47.8212 Td
-/F9_0 9.963 Tf
-(\() 3.31768 Tj
-0.00025034 Tc
-117.087 -47.8212 Td
-/F8_0 9.963 Tf
-(15) 9.963 Tj
-0.000101805 Tc
-127.049 -47.8212 Td
-/F9_0 9.963 Tf
-(\)) 3.31768 Tj
-0.000309838 Tc
--2.04784 -59.7763 Td
-/F11_0 9.963 Tf
-(12345abcd) 51.1899 Tj
-0.00015831 Tc
-49.6729 -59.7763 Td
-(eABCDE) 41.1572 Tj
-0.000321865 Tc
-91.2096 -59.7763 Td
-(\013) 6.28665 Tj
-0.000247002 Tc
-97.7756 -59.7763 Td
-(\014\015) 11.6169 Tj
-0.000255585 Tc
-109.692 -59.7763 Td
-(\016) 5.92799 Tj
-7.343e-05 Tc
-115.66 -59.7763 Td
-(\017) 5.99773 Tj
-0.000101805 Tc
-121.648 -59.7763 Td
-/F9_0 9.963 Tf
-(\() 3.31768 Tj
-0.000367641 Tc
-124.966 -59.7763 Td
-/F11_0 9.963 Tf
-(1) 5.53943 Tj
-0.000101805 Tc
-130.505 -59.7763 Td
-/F9_0 9.963 Tf
-(\)) 3.31768 Tj
-Q
-/DeviceRGB {} cs
-[1 1 0.800766] sc
-1 i
-45.4883 802.102 3488.51 33.8672 re
-f
-3.98 w
-47.4805 802.102 m
-47.4805 835.969 l
-S
-45.4922 833.98 m
-79.3594 833.98 l
-S
-79.3594 833.98 m
-3500.13 833.98 l
-S
-3500.13 833.98 m
-3534 833.98 l
-S
-3532 802.102 m
-3532 835.969 l
-S
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-47.4805 692.512 m
-47.4805 802.102 l
-S
-/DeviceGray {} CS
-[0] SC
-47.4805 692.512 m
-47.4805 802.102 l
-S
-49.4688 692.512 29.8906 109.59 re
-f
-79.3594 692.512 3420.77 109.59 re
-f
-3500.13 692.512 29.8906 109.59 re
-f
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-3532 692.512 m
-3532 802.102 l
-S
-/DeviceGray {} CS
-[0] SC
-3532 692.512 m
-3532 802.102 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 0.185156 72.5391] Tm
-0 0 Td
-/F10_0 4.981 Tf
-(1) 2.76944 Tj
-0.000203133 Tc
-7.75078 0 Td
-/F12_0 8.07 Tf
-($\\) 9.684 Tj
-17.434 0 Td
-/F14_0 8.07 Tf
-(mathrm) 29.052 Tj
-0.000203301 Tc
-46.4848 0 Td
-/F12_0 8.07 Tf
-({12345abcdeABCDE\\) 82.314 Tj
-0.000202942 Tc
-128.796 0 Td
-/F14_0 8.07 Tf
-(alpha) 24.21 Tj
-0.000203133 Tc
-153.005 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-157.847 0 Td
-/F14_0 8.07 Tf
-(beta) 19.368 Tj
-177.214 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-182.056 0 Td
-/F14_0 8.07 Tf
-(gamma) 24.21 Tj
-0.000203133 Tc
-206.265 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-211.107 0 Td
-/F14_0 8.07 Tf
-(delta) 24.21 Tj
-0.000203133 Tc
-235.316 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000203269 Tc
-240.158 0 Td
-/F14_0 8.07 Tf
-(epsilon) 33.894 Tj
-0.000203133 Tc
-274.051 0 Td
-/F12_0 8.07 Tf
-(\(\\) 9.684 Tj
-283.734 0 Td
-/F14_0 8.07 Tf
-(the) 14.526 Tj
-298.26 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-303.101 0 Td
-/F14_0 8.07 Tf
-(fam) 14.526 Tj
-0.000202942 Tc
-317.627 0 Td
-/F12_0 8.07 Tf
-(\)}$\\\\) 24.21 Tj
-Q
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-47.4805 582.922 m
-47.4805 692.512 l
-S
-/DeviceGray {} CS
-[0] SC
-47.4805 582.922 m
-47.4805 692.512 l
-S
-/DeviceRGB {} cs
-[1 1 0.800766] sc
-49.4688 582.922 29.8906 109.59 re
-f
-79.3594 582.922 3420.77 109.59 re
-f
-3500.13 582.922 29.8906 109.59 re
-f
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-3532 582.922 m
-3532 692.512 l
-S
-/DeviceGray {} CS
-[0] SC
-3532 582.922 m
-3532 692.512 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 0.185156 61.5801] Tm
-0 0 Td
-/F10_0 4.981 Tf
-(2) 2.76944 Tj
-0.000203133 Tc
-7.75078 0 Td
-/F12_0 8.07 Tf
-($\\) 9.684 Tj
-17.434 0 Td
-/F14_0 8.07 Tf
-(mathbf) 29.052 Tj
-0.000203301 Tc
-46.4848 0 Td
-/F12_0 8.07 Tf
-({12345abcdeABCDE\\) 82.314 Tj
-0.000202942 Tc
-128.796 0 Td
-/F14_0 8.07 Tf
-(alpha) 24.21 Tj
-0.000203133 Tc
-153.005 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-157.847 0 Td
-/F14_0 8.07 Tf
-(beta) 19.368 Tj
-177.214 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-182.056 0 Td
-/F14_0 8.07 Tf
-(gamma) 24.21 Tj
-0.000203133 Tc
-206.265 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-211.107 0 Td
-/F14_0 8.07 Tf
-(delta) 24.21 Tj
-0.000203133 Tc
-235.316 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000203269 Tc
-240.158 0 Td
-/F14_0 8.07 Tf
-(epsilon) 33.894 Tj
-0.000203133 Tc
-274.051 0 Td
-/F12_0 8.07 Tf
-(\(\\) 9.684 Tj
-283.734 0 Td
-/F14_0 8.07 Tf
-(the) 14.526 Tj
-298.26 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-303.101 0 Td
-/F14_0 8.07 Tf
-(fam) 14.526 Tj
-0.000202942 Tc
-317.627 0 Td
-/F12_0 8.07 Tf
-(\)}$\\\\) 24.21 Tj
-Q
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-47.4805 473.332 m
-47.4805 582.922 l
-S
-/DeviceGray {} CS
-[0] SC
-47.4805 473.332 m
-47.4805 582.922 l
-S
-/DeviceRGB {} cs
-[1 1 0.800766] sc
-49.4688 473.332 29.8906 109.59 re
-f
-79.3594 473.332 3420.77 109.59 re
-f
-3500.13 473.332 29.8906 109.59 re
-f
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-3532 473.332 m
-3532 582.922 l
-S
-/DeviceGray {} CS
-[0] SC
-3532 473.332 m
-3532 582.922 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 0.184766 50.6211] Tm
-0 0 Td
-/F10_0 4.981 Tf
-(3) 2.76944 Tj
-0.000203133 Tc
-7.75117 0 Td
-/F12_0 8.07 Tf
-($\\) 9.684 Tj
-17.4344 0 Td
-/F14_0 8.07 Tf
-(mathit) 29.052 Tj
-0.000203301 Tc
-46.4852 0 Td
-/F12_0 8.07 Tf
-({12345abcdeABCDE\\) 82.314 Tj
-0.000202942 Tc
-128.796 0 Td
-/F14_0 8.07 Tf
-(alpha) 24.21 Tj
-0.000203133 Tc
-153.005 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-157.847 0 Td
-/F14_0 8.07 Tf
-(beta) 19.368 Tj
-177.214 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-182.056 0 Td
-/F14_0 8.07 Tf
-(gamma) 24.21 Tj
-0.000203133 Tc
-206.265 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-211.107 0 Td
-/F14_0 8.07 Tf
-(delta) 24.21 Tj
-0.000203133 Tc
-235.316 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000203269 Tc
-240.158 0 Td
-/F14_0 8.07 Tf
-(epsilon) 33.894 Tj
-0.000203133 Tc
-274.051 0 Td
-/F12_0 8.07 Tf
-(\(\\) 9.684 Tj
-283.734 0 Td
-/F14_0 8.07 Tf
-(the) 14.526 Tj
-298.26 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-303.101 0 Td
-/F14_0 8.07 Tf
-(fam) 14.526 Tj
-0.000202942 Tc
-317.627 0 Td
-/F12_0 8.07 Tf
-(\)}$\\\\) 24.21 Tj
-Q
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-47.4805 363.742 m
-47.4805 473.332 l
-S
-/DeviceGray {} CS
-[0] SC
-47.4805 363.742 m
-47.4805 473.332 l
-S
-/DeviceRGB {} cs
-[1 1 0.800766] sc
-49.4688 363.742 29.8906 109.59 re
-f
-79.3594 363.742 3420.77 109.59 re
-f
-3500.13 363.742 29.8906 109.59 re
-f
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-3532 363.742 m
-3532 473.332 l
-S
-/DeviceGray {} CS
-[0] SC
-3532 363.742 m
-3532 473.332 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 0.184766 39.6621] Tm
-0 0 Td
-/F10_0 4.981 Tf
-(4) 2.76944 Tj
-0.000203133 Tc
-7.75117 0 Td
-/F12_0 8.07 Tf
-($\\) 9.684 Tj
-17.434 0 Td
-/F14_0 8.07 Tf
-(mathtt) 29.052 Tj
-0.000203301 Tc
-46.4852 0 Td
-/F12_0 8.07 Tf
-({12345abcdeABCDE\\) 82.314 Tj
-0.000202942 Tc
-128.796 0 Td
-/F14_0 8.07 Tf
-(alpha) 24.21 Tj
-0.000203133 Tc
-153.005 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-157.847 0 Td
-/F14_0 8.07 Tf
-(beta) 19.368 Tj
-177.214 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-182.056 0 Td
-/F14_0 8.07 Tf
-(gamma) 24.21 Tj
-0.000203133 Tc
-206.265 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-211.107 0 Td
-/F14_0 8.07 Tf
-(delta) 24.21 Tj
-0.000203133 Tc
-235.316 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000203269 Tc
-240.158 0 Td
-/F14_0 8.07 Tf
-(epsilon) 33.894 Tj
-0.000203133 Tc
-274.051 0 Td
-/F12_0 8.07 Tf
-(\(\\) 9.684 Tj
-283.734 0 Td
-/F14_0 8.07 Tf
-(the) 14.526 Tj
-298.26 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-303.101 0 Td
-/F14_0 8.07 Tf
-(fam) 14.526 Tj
-0.000202942 Tc
-317.627 0 Td
-/F12_0 8.07 Tf
-(\)}$\\\\) 24.21 Tj
-Q
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-47.4805 254.152 m
-47.4805 363.742 l
-S
-/DeviceGray {} CS
-[0] SC
-47.4805 254.152 m
-47.4805 363.742 l
-S
-/DeviceRGB {} cs
-[1 1 0.800766] sc
-49.4688 254.152 29.8906 109.59 re
-f
-79.3594 254.152 3420.77 109.59 re
-f
-3500.13 254.152 29.8906 109.59 re
-f
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-3532 254.152 m
-3532 363.742 l
-S
-/DeviceGray {} CS
-[0] SC
-3532 254.152 m
-3532 363.742 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 0.184766 28.7031] Tm
-0 0 Td
-/F10_0 4.981 Tf
-(5) 2.76944 Tj
-0.000203133 Tc
-7.75117 0 Td
-/F12_0 8.07 Tf
-($\\) 9.684 Tj
-17.434 0 Td
-/F14_0 8.07 Tf
-(mathsf) 29.052 Tj
-0.000203301 Tc
-46.4852 0 Td
-/F12_0 8.07 Tf
-({12345abcdeABCDE\\) 82.314 Tj
-0.000202942 Tc
-128.796 0 Td
-/F14_0 8.07 Tf
-(alpha) 24.21 Tj
-0.000203133 Tc
-153.005 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-157.847 0 Td
-/F14_0 8.07 Tf
-(beta) 19.368 Tj
-177.214 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-182.056 0 Td
-/F14_0 8.07 Tf
-(gamma) 24.21 Tj
-0.000203133 Tc
-206.265 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-211.107 0 Td
-/F14_0 8.07 Tf
-(delta) 24.21 Tj
-0.000203133 Tc
-235.316 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000203269 Tc
-240.158 0 Td
-/F14_0 8.07 Tf
-(epsilon) 33.894 Tj
-0.000203133 Tc
-274.051 0 Td
-/F12_0 8.07 Tf
-(\(\\) 9.684 Tj
-283.734 0 Td
-/F14_0 8.07 Tf
-(the) 14.526 Tj
-298.26 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-303.101 0 Td
-/F14_0 8.07 Tf
-(fam) 14.526 Tj
-0.000202942 Tc
-317.627 0 Td
-/F12_0 8.07 Tf
-(\)}$\\\\) 24.21 Tj
-Q
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-47.4805 144.559 m
-47.4805 254.148 l
-S
-/DeviceGray {} CS
-[0] SC
-47.4805 144.559 m
-47.4805 254.148 l
-S
-/DeviceRGB {} cs
-[1 1 0.800766] sc
-49.4688 144.559 29.8906 109.59 re
-f
-79.3594 144.559 3420.77 109.59 re
-f
-3500.13 144.559 29.8906 109.59 re
-f
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-3532 144.559 m
-3532 254.148 l
-S
-/DeviceGray {} CS
-[0] SC
-3532 144.559 m
-3532 254.148 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 0.184766 17.7441] Tm
-0 0 Td
-/F10_0 4.981 Tf
-(6) 2.76944 Tj
-0.000203133 Tc
-7.75117 0 Td
-/F12_0 8.07 Tf
-($\\mathnormal{12345abcdeA) 116.208 Tj
-0.000202942 Tc
-123.956 0 Td
-(BCDE\\) 24.21 Tj
-148.164 0 Td
-/F14_0 8.07 Tf
-(alpha) 24.21 Tj
-0.000203133 Tc
-172.373 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-177.214 0 Td
-/F14_0 8.07 Tf
-(beta) 19.368 Tj
-196.582 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-201.423 0 Td
-/F14_0 8.07 Tf
-(gamma) 24.21 Tj
-0.000203133 Tc
-225.632 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000202942 Tc
-230.475 0 Td
-/F14_0 8.07 Tf
-(delta) 24.21 Tj
-0.000203133 Tc
-254.684 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-0.000203269 Tc
-259.525 0 Td
-/F14_0 8.07 Tf
-(epsilon) 33.894 Tj
-0.000203133 Tc
-293.418 0 Td
-/F12_0 8.07 Tf
-(\(\\) 9.684 Tj
-303.102 0 Td
-/F14_0 8.07 Tf
-(the) 14.526 Tj
-317.627 0 Td
-/F12_0 8.07 Tf
-(\\) 4.842 Tj
-322.47 0 Td
-/F14_0 8.07 Tf
-(fam) 14.526 Tj
-336.995 0 Td
-/F12_0 8.07 Tf
-(\)) 4.842 Tj
-Q
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-47.4805 34.9688 m
-47.4805 144.559 l
-S
-/DeviceGray {} CS
-[0] SC
-47.4805 34.9688 m
-47.4805 144.559 l
-S
-/DeviceRGB {} cs
-[1 1 0.800766] sc
-49.4688 34.9688 29.8906 109.59 re
-f
-79.3594 34.9688 3420.77 109.59 re
-f
-3500.13 34.9688 29.8906 109.59 re
-f
-/DeviceRGB {} CS
-[1 1 0.800766] SC
-3532 34.9688 m
-3532 144.559 l
-S
-/DeviceGray {} CS
-[0] SC
-3532 34.9688 m
-3532 144.559 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.000203133 Tc
-[1 0 0 1 17.8977 6.78516] Tm
-0 0 Td
-/F12_0 8.07 Tf
-(}$) 9.684 Tj
-Q
-/DeviceRGB {} cs
-[1 1 0.800766] sc
-45.4883 1.10156 3488.51 33.8672 re
-f
-47.4805 1.10156 m
-47.4805 34.9688 l
-S
-45.4883 3.08984 m
-79.3594 3.08984 l
-S
-79.3594 3.08984 m
-3500.13 3.08984 l
-S
-3500.13 3.08984 m
-3534 3.08984 l
-S
-3532 1.10156 m
-3532 34.9688 l
-S
-Q
-Q
-Q
-Q
-showpage
-%%PageTrailer
-pdfEndPage
-%%Trailer
-end
-%%DocumentSuppliedResources:
-%%+ font CMSS10
-%%+ font NimbusSanL-Regu
-%%+ font HVMath-Italic
-%%+ font LuxiMono
-%%+ font LuxiMono-Bold
-%%+ font CMTT10
-%%EOF