From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/tudscr/logo/DDC-30.eps | 2420 +++++++++++++++++++++++++++ 1 file changed, 2420 insertions(+) create mode 100644 macros/latex/contrib/tudscr/logo/DDC-30.eps (limited to 'macros/latex/contrib/tudscr/logo/DDC-30.eps') diff --git a/macros/latex/contrib/tudscr/logo/DDC-30.eps b/macros/latex/contrib/tudscr/logo/DDC-30.eps new file mode 100644 index 0000000000..37a9528c93 --- /dev/null +++ b/macros/latex/contrib/tudscr/logo/DDC-30.eps @@ -0,0 +1,2420 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%XpdfVersion: 3.03 +%%Creator: Adobe Illustrator CS4 +%%Title: DDC-30.eps +%%LanguageLevel: 2 +%%DocumentSuppliedResources: (atend) +%%BoundingBox: 0 0 144 52 +%%HiResBoundingBox: 0 0 143.667 51.307 +%%EndComments +%%BeginProlog +%%BeginResource: procset xpdf 3.03 0 +%%Copyright: Copyright 1996-2011 Glyph & Cog, LLC +/xpdf 75 dict def xpdf begin +% PDF special state +/pdfDictSize 15 def +/pdfSetup { + /setpagedevice where { + pop 2 dict begin + /Policies 1 dict dup begin /PageSize 6 def end def + { /Duplex true def } if + currentdict end setpagedevice + } { + pop + } ifelse +} def +/pdfSetupPaper { + 2 array astore + /setpagedevice where { + pop 2 dict begin + /PageSize exch def + /ImagingBBox null def + currentdict end setpagedevice + } { + 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 +/Ws { strokepath clip 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 +/xyshow where { + pop + /xyshow2 { + dup length array + 0 2 2 index length 1 sub { + 2 index 1 index 2 copy get 3 1 roll 1 add get + pdfTextMat dtransform + 4 2 roll 2 copy 6 5 roll put 1 add 3 1 roll dup 4 2 roll put + } for + exch pop + xyshow + } def +}{ + /xyshow2 { + currentfont /FontType get 0 eq { + 0 2 3 index length 1 sub { + currentpoint 4 index 3 index 2 getinterval show moveto + 2 copy get 2 index 3 2 roll 1 add get + pdfTextMat dtransform rmoveto + } for + } { + 0 1 3 index length 1 sub { + currentpoint 4 index 3 index 1 getinterval show moveto + 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get + pdfTextMat dtransform rmoveto + } for + } ifelse + pop pop + } def +} ifelse +/cshow where { + pop + /xycp { + 0 3 2 roll + { + pop pop currentpoint 3 2 roll + 1 string dup 0 4 3 roll put false charpath moveto + 2 copy get 2 index 2 index 1 add get + pdfTextMat dtransform rmoveto + 2 add + } exch cshow + pop pop + } def +}{ + /xycp { + currentfont /FontType get 0 eq { + 0 2 3 index length 1 sub { + currentpoint 4 index 3 index 2 getinterval false charpath moveto + 2 copy get 2 index 3 2 roll 1 add get + pdfTextMat dtransform rmoveto + } for + } { + 0 1 3 index length 1 sub { + currentpoint 4 index 3 index 1 getinterval false charpath moveto + 2 copy 2 mul get 2 index 3 2 roll 2 mul 1 add get + pdfTextMat dtransform rmoveto + } for + } ifelse + pop pop + } def +} ifelse +/Tj { + fCol + 0 pdfTextRise pdfTextMat dtransform rmoveto + currentpoint 4 2 roll + pdfTextRender 1 and 0 eq { + 2 copy xyshow2 + } if + pdfTextRender 3 and dup 1 eq exch 2 eq or { + 3 index 3 index moveto + 2 copy + currentfont /FontType get 3 eq { fCol } { sCol } ifelse + xycp currentpoint stroke moveto + } if + pdfTextRender 4 and 0 ne { + 4 2 roll moveto xycp + /pdfTextClipPath [ pdfTextClipPath aload pop + {/moveto cvx} + {/lineto cvx} + {/curveto cvx} + {/closepath cvx} + pathforall ] def + currentpoint newpath moveto + } { + pop pop pop pop + } ifelse + 0 pdfTextRise neg pdfTextMat dtransform rmoveto +} def +/TJm { 0.001 mul pdfFontSize mul pdfHorizScaling mul neg 0 + pdfTextMat dtransform rmoveto } def +/TJmV { 0.001 mul pdfFontSize mul neg 0 exch + pdfTextMat dtransform rmoveto } def +/Tclip { pdfTextClipPath cvx exec clip newpath + /pdfTextClipPath [] def } def +% Level 2/3 image operators +/pdfImBuf 100 string def +/pdfImStr { + 2 copy exch length lt { + 2 copy get exch 1 add exch + } { + () + } ifelse +} def +/skipEOD { + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +/pdfIm { image skipEOD } def +/pdfImM { fCol imagemask skipEOD } def +/pr { 2 index 2 index 3 2 roll putinterval 4 add } 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 2 lt { + 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 + radialCol sc + encl { + 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 + 360 0 arcn h f + } { + 2 copy + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a1 a2 arcn + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a2 a1 arcn h + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a1 a2 arc + dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add + a2 a1 arc h f + } ifelse + } ifelse +} def +end +%%EndResource +%%EndProlog +%%BeginSetup +xpdf begin +%%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 +{} settransfer +0 0 143.667 51.307 re +W +q +q +1 i +0.059998 0.06 143.607 51.247 re +W +[/Separation (HKS 41 K) /DeviceRGB +/xpdfSamples0 [ +1 +1 +1 +0.984314 +0.984314 +0.988235 +0.980392 +0.980392 +0.988235 +0.964706 +0.968627 +0.980392 +0.960784 +0.960784 +0.976471 +0.94902 +0.952941 +0.964706 +0.945098 +0.94902 +0.964706 +0.937255 +0.941176 +0.956863 +0.933333 +0.933333 +0.952941 +0.92549 +0.929412 +0.94902 +0.921569 +0.92549 +0.94902 +0.913725 +0.917647 +0.941176 +0.909804 +0.913725 +0.941176 +0.901961 +0.905882 +0.937255 +0.898039 +0.901961 +0.933333 +0.890196 +0.894118 +0.92549 +0.886275 +0.894118 +0.92549 +0.878431 +0.886275 +0.917647 +0.87451 +0.882353 +0.917647 +0.870588 +0.878431 +0.913725 +0.866667 +0.87451 +0.909804 +0.858824 +0.866667 +0.905882 +0.854902 +0.866667 +0.905882 +0.847059 +0.858824 +0.901961 +0.843137 +0.854902 +0.898039 +0.839216 +0.847059 +0.890196 +0.835294 +0.847059 +0.890196 +0.827451 +0.839216 +0.886275 +0.823529 +0.835294 +0.882353 +0.815686 +0.831373 +0.882353 +0.811765 +0.827451 +0.878431 +0.807843 +0.819608 +0.87451 +0.803922 +0.819608 +0.87451 +0.796078 +0.811765 +0.870588 +0.792157 +0.807843 +0.866667 +0.788235 +0.803922 +0.858824 +0.784314 +0.8 +0.858824 +0.776471 +0.796078 +0.854902 +0.772549 +0.792157 +0.854902 +0.768627 +0.788235 +0.85098 +0.764706 +0.784314 +0.847059 +0.756863 +0.776471 +0.843137 +0.756863 +0.776471 +0.843137 +0.74902 +0.772549 +0.839216 +0.745098 +0.768627 +0.839216 +0.741176 +0.760784 +0.831373 +0.737255 +0.760784 +0.831373 +0.729412 +0.752941 +0.823529 +0.729412 +0.74902 +0.823529 +0.721569 +0.745098 +0.819608 +0.717647 +0.741176 +0.819608 +0.713725 +0.737255 +0.815686 +0.709804 +0.733333 +0.811765 +0.701961 +0.729412 +0.807843 +0.701961 +0.72549 +0.807843 +0.694118 +0.721569 +0.8 +0.690196 +0.717647 +0.8 +0.686275 +0.713725 +0.796078 +0.682353 +0.709804 +0.796078 +0.678431 +0.705882 +0.792157 +0.67451 +0.701961 +0.792157 +0.666667 +0.698039 +0.784314 +0.666667 +0.694118 +0.784314 +0.658824 +0.690196 +0.780392 +0.654902 +0.686275 +0.780392 +0.65098 +0.682353 +0.772549 +0.647059 +0.682353 +0.772549 +0.643137 +0.67451 +0.768627 +0.639216 +0.670588 +0.768627 +0.635294 +0.670588 +0.764706 +0.631373 +0.666667 +0.760784 +0.623529 +0.658824 +0.756863 +0.623529 +0.658824 +0.756863 +0.615686 +0.654902 +0.752941 +0.615686 +0.65098 +0.752941 +0.607843 +0.643137 +0.745098 +0.603922 +0.643137 +0.745098 +0.6 +0.639216 +0.741176 +0.596078 +0.635294 +0.741176 +0.592157 +0.631373 +0.737255 +0.588235 +0.627451 +0.737255 +0.584314 +0.623529 +0.733333 +0.580392 +0.619608 +0.729412 +0.576471 +0.619608 +0.72549 +0.572549 +0.615686 +0.72549 +0.568627 +0.607843 +0.717647 +0.564706 +0.607843 +0.717647 +0.560784 +0.603922 +0.713725 +0.556863 +0.6 +0.713725 +0.552941 +0.596078 +0.709804 +0.54902 +0.596078 +0.709804 +0.545098 +0.588235 +0.705882 +0.541176 +0.588235 +0.701961 +0.537255 +0.584314 +0.701961 +0.533333 +0.580392 +0.698039 +0.529412 +0.576471 +0.694118 +0.52549 +0.576471 +0.694118 +0.521569 +0.568627 +0.690196 +0.517647 +0.568627 +0.686275 +0.513725 +0.560784 +0.682353 +0.509804 +0.560784 +0.682353 +0.505882 +0.556863 +0.678431 +0.501961 +0.552941 +0.678431 +0.498039 +0.54902 +0.67451 +0.494118 +0.54902 +0.67451 +0.490196 +0.541176 +0.666667 +0.490196 +0.541176 +0.666667 +0.482353 +0.537255 +0.662745 +0.482353 +0.533333 +0.662745 +0.478431 +0.529412 +0.658824 +0.47451 +0.529412 +0.658824 +0.470588 +0.52549 +0.654902 +0.466667 +0.521569 +0.654902 +0.462745 +0.517647 +0.65098 +0.458824 +0.517647 +0.65098 +0.454902 +0.509804 +0.643137 +0.454902 +0.509804 +0.643137 +0.447059 +0.505882 +0.639216 +0.447059 +0.501961 +0.639216 +0.443137 +0.498039 +0.635294 +0.439216 +0.498039 +0.635294 +0.435294 +0.494118 +0.631373 +0.431373 +0.490196 +0.631373 +0.427451 +0.490196 +0.627451 +0.423529 +0.486275 +0.627451 +0.419608 +0.482353 +0.619608 +0.419608 +0.478431 +0.619608 +0.411765 +0.478431 +0.615686 +0.407843 +0.47451 +0.615686 +0.403922 +0.470588 +0.611765 +0.4 +0.470588 +0.611765 +0.396078 +0.466667 +0.607843 +0.396078 +0.462745 +0.607843 +0.392157 +0.458824 +0.603922 +0.388235 +0.458824 +0.603922 +0.384314 +0.45098 +0.596078 +0.380392 +0.45098 +0.596078 +0.376471 +0.447059 +0.592157 +0.376471 +0.447059 +0.592157 +0.372549 +0.439216 +0.588235 +0.368627 +0.439216 +0.588235 +0.364706 +0.435294 +0.584314 +0.360784 +0.435294 +0.584314 +0.356863 +0.431373 +0.580392 +0.356863 +0.427451 +0.580392 +0.352941 +0.423529 +0.572549 +0.34902 +0.423529 +0.572549 +0.345098 +0.419608 +0.572549 +0.341176 +0.419608 +0.568627 +0.337255 +0.415686 +0.564706 +0.337255 +0.411765 +0.564706 +0.333333 +0.407843 +0.560784 +0.329412 +0.407843 +0.560784 +0.32549 +0.403922 +0.556863 +0.321569 +0.403922 +0.556863 +0.321569 +0.4 +0.552941 +0.317647 +0.396078 +0.552941 +0.313725 +0.392157 +0.54902 +0.309804 +0.392157 +0.54902 +0.305882 +0.388235 +0.545098 +0.301961 +0.388235 +0.545098 +0.298039 +0.384314 +0.541176 +0.298039 +0.380392 +0.541176 +0.294118 +0.376471 +0.537255 +0.290196 +0.376471 +0.537255 +0.286275 +0.372549 +0.529412 +0.286275 +0.372549 +0.529412 +0.282353 +0.368627 +0.529412 +0.278431 +0.368627 +0.52549 +0.27451 +0.364706 +0.521569 +0.270588 +0.360784 +0.521569 +0.266667 +0.360784 +0.521569 +0.266667 +0.356863 +0.517647 +0.262745 +0.352941 +0.513725 +0.258824 +0.352941 +0.513725 +0.254902 +0.34902 +0.509804 +0.25098 +0.34902 +0.509804 +0.247059 +0.345098 +0.505882 +0.247059 +0.341176 +0.505882 +0.243137 +0.341176 +0.501961 +0.239216 +0.337255 +0.501961 +0.235294 +0.337255 +0.498039 +0.231373 +0.333333 +0.498039 +0.231373 +0.329412 +0.494118 +0.227451 +0.329412 +0.494118 +0.223529 +0.32549 +0.490196 +0.219608 +0.32549 +0.490196 +0.215686 +0.321569 +0.486275 +0.211765 +0.321569 +0.486275 +0.207843 +0.317647 +0.482353 +0.207843 +0.313725 +0.482353 +0.203922 +0.313725 +0.482353 +0.2 +0.309804 +0.478431 +0.196078 +0.309804 +0.478431 +0.192157 +0.305882 +0.478431 +0.188235 +0.305882 +0.470588 +0.188235 +0.301961 +0.470588 +0.184314 +0.301961 +0.470588 +0.180392 +0.298039 +0.466667 +0.176471 +0.294118 +0.466667 +0.172549 +0.294118 +0.462745 +0.168627 +0.290196 +0.462745 +0.164706 +0.290196 +0.462745 +0.160784 +0.286275 +0.458824 +0.156863 +0.286275 +0.458824 +0.152941 +0.282353 +0.454902 +0.152941 +0.282353 +0.45098 +0.145098 +0.278431 +0.45098 +0.145098 +0.278431 +0.45098 +0.141176 +0.27451 +0.447059 +0.137255 +0.270588 +0.447059 +0.133333 +0.270588 +0.443137 +0.129412 +0.270588 +0.443137 +0.12549 +0.266667 +0.439216 +0.121569 +0.266667 +0.439216 +0.117647 +0.262745 +0.435294 +0.113725 +0.258824 +0.435294 +0.105882 +0.258824 +0.431373 +0.105882 +0.254902 +0.431373 +0.098039 +0.254902 +0.427451 +0.094118 +0.25098 +0.427451 +0.090196 +0.25098 +0.427451 +0.086275 +0.247059 +0.423529 +0.078431 +0.247059 +0.423529 +0.07451 +0.247059 +0.423529 +0.070588 +0.243137 +0.419608 +0.062745 +0.239216 +0.415686 +0.058824 +0.239216 +0.415686 +0.05098 +0.239216 +0.415686 +0.043137 +0.235294 +0.411765 +0.039216 +0.231373 +0.411765 +0.031373 +0.231373 +0.407843 +0.023529 +0.227451 +0.407843 +0.019608 +0.227451 +0.403922 +0.007843 +0.227451 +0.403922 +0.003922 +0.223529 +0.4 +0 +0.219608 +0.4 +0 +0.219608 +0.396078 +0 +0.219608 +0.396078 +0 +0.215686 +0.396078 +0 +0.211765 +0.392157 +0 +0.211765 +0.392157 +0 +0.211765 +0.392157 +0 +0.207843 +0.388235 +0 +0.207843 +0.388235 +0 +0.203922 +0.384314 +0 +0.203922 +0.384314 +0 +0.2 +0.380392 +0 +0.2 +0.380392 +0 +0.196078 +0.380392 +0 +0.196078 +0.376471 +0 +0.192157 +0.376471 +0 +0.192157 +0.376471 +0 +0.188235 +0.372549 +0 +0.184314 +0.368627 +] def +{ 2 array 1 array 3 2 roll +0 sub 254 mul 0 add +dup 0 lt { pop 0 } { dup 254 gt { pop 254 } if } ifelse +dup floor cvi exch dup ceiling cvi exch 2 index sub +3 index 0 3 2 roll put +3 index 1 3 2 roll put +2 index 0 3 2 roll put +xpdfSamples0 +2 index 0 get +3 mul 0 add get +xpdfSamples0 +3 index 1 get +3 mul 0 add get +2 index 0 get dup +3 2 roll mul exch 1 exch sub 3 2 roll mul add +1 1 roll +1 mul 0 add +dup 0 lt { pop 0 } { dup 1 gt { pop 1 } if } ifelse +xpdfSamples0 +3 index 0 get +3 mul 1 add get +xpdfSamples0 +4 index 1 get +3 mul 1 add get +3 index 0 get dup +3 2 roll mul exch 1 exch sub 3 2 roll mul add +1 1 roll +1 mul 0 add +dup 0 lt { pop 0 } { dup 1 gt { pop 1 } if } ifelse +xpdfSamples0 +4 index 0 get +3 mul 2 add get +xpdfSamples0 +5 index 1 get +3 mul 2 add get +4 index 0 get dup +3 2 roll mul exch 1 exch sub 3 2 roll mul add +1 1 roll +1 mul 0 add +dup 0 lt { pop 0 } { dup 1 gt { pop 1 } if } ifelse +5 3 roll pop pop } +] {} cs +[1] sc +[0] sc +false op +false OP +q +[1 0 0 1 5.9912 38.534] cm +0 0 m +-0.4922 0.549 -1.1631 0.8 -2.0098 0.8 c +-4.1963 0.8 l +-4.1963 -7.829 l +-2.0098 -7.829 l +-1.1631 -7.829 -0.4922 -7.577 0 -7.028 c +0.624 -6.345 0.6328 -5.061 0.6328 -3.428 c +0.6328 -1.8 0.624 -0.679 0 0 c +1.2373 -8.326 m +0.4932 -9.08 -0.5947 -9.442 -1.8242 -9.442 c +-5.9912 -9.442 l +-5.9912 2.414 l +-1.8242 2.414 l +-0.5947 2.414 0.4932 2.047 1.2373 1.298 c +2.5215 0.014 2.4375 -1.716 2.4375 -3.428 c +2.4375 -5.145 2.5215 -7.043 1.2373 -8.326 c +f +Q +Q +[/Separation (HKS 41 K) /DeviceRGB +/xpdfSamples1 [ +1 +1 +1 +0.984314 +0.984314 +0.988235 +0.980392 +0.980392 +0.988235 +0.964706 +0.968627 +0.980392 +0.960784 +0.960784 +0.976471 +0.94902 +0.952941 +0.964706 +0.945098 +0.94902 +0.964706 +0.937255 +0.941176 +0.956863 +0.933333 +0.933333 +0.952941 +0.92549 +0.929412 +0.94902 +0.921569 +0.92549 +0.94902 +0.913725 +0.917647 +0.941176 +0.909804 +0.913725 +0.941176 +0.901961 +0.905882 +0.937255 +0.898039 +0.901961 +0.933333 +0.890196 +0.894118 +0.92549 +0.886275 +0.894118 +0.92549 +0.878431 +0.886275 +0.917647 +0.87451 +0.882353 +0.917647 +0.870588 +0.878431 +0.913725 +0.866667 +0.87451 +0.909804 +0.858824 +0.866667 +0.905882 +0.854902 +0.866667 +0.905882 +0.847059 +0.858824 +0.901961 +0.843137 +0.854902 +0.898039 +0.839216 +0.847059 +0.890196 +0.835294 +0.847059 +0.890196 +0.827451 +0.839216 +0.886275 +0.823529 +0.835294 +0.882353 +0.815686 +0.831373 +0.882353 +0.811765 +0.827451 +0.878431 +0.807843 +0.819608 +0.87451 +0.803922 +0.819608 +0.87451 +0.796078 +0.811765 +0.870588 +0.792157 +0.807843 +0.866667 +0.788235 +0.803922 +0.858824 +0.784314 +0.8 +0.858824 +0.776471 +0.796078 +0.854902 +0.772549 +0.792157 +0.854902 +0.768627 +0.788235 +0.85098 +0.764706 +0.784314 +0.847059 +0.756863 +0.776471 +0.843137 +0.756863 +0.776471 +0.843137 +0.74902 +0.772549 +0.839216 +0.745098 +0.768627 +0.839216 +0.741176 +0.760784 +0.831373 +0.737255 +0.760784 +0.831373 +0.729412 +0.752941 +0.823529 +0.729412 +0.74902 +0.823529 +0.721569 +0.745098 +0.819608 +0.717647 +0.741176 +0.819608 +0.713725 +0.737255 +0.815686 +0.709804 +0.733333 +0.811765 +0.701961 +0.729412 +0.807843 +0.701961 +0.72549 +0.807843 +0.694118 +0.721569 +0.8 +0.690196 +0.717647 +0.8 +0.686275 +0.713725 +0.796078 +0.682353 +0.709804 +0.796078 +0.678431 +0.705882 +0.792157 +0.67451 +0.701961 +0.792157 +0.666667 +0.698039 +0.784314 +0.666667 +0.694118 +0.784314 +0.658824 +0.690196 +0.780392 +0.654902 +0.686275 +0.780392 +0.65098 +0.682353 +0.772549 +0.647059 +0.682353 +0.772549 +0.643137 +0.67451 +0.768627 +0.639216 +0.670588 +0.768627 +0.635294 +0.670588 +0.764706 +0.631373 +0.666667 +0.760784 +0.623529 +0.658824 +0.756863 +0.623529 +0.658824 +0.756863 +0.615686 +0.654902 +0.752941 +0.615686 +0.65098 +0.752941 +0.607843 +0.643137 +0.745098 +0.603922 +0.643137 +0.745098 +0.6 +0.639216 +0.741176 +0.596078 +0.635294 +0.741176 +0.592157 +0.631373 +0.737255 +0.588235 +0.627451 +0.737255 +0.584314 +0.623529 +0.733333 +0.580392 +0.619608 +0.729412 +0.576471 +0.619608 +0.72549 +0.572549 +0.615686 +0.72549 +0.568627 +0.607843 +0.717647 +0.564706 +0.607843 +0.717647 +0.560784 +0.603922 +0.713725 +0.556863 +0.6 +0.713725 +0.552941 +0.596078 +0.709804 +0.54902 +0.596078 +0.709804 +0.545098 +0.588235 +0.705882 +0.541176 +0.588235 +0.701961 +0.537255 +0.584314 +0.701961 +0.533333 +0.580392 +0.698039 +0.529412 +0.576471 +0.694118 +0.52549 +0.576471 +0.694118 +0.521569 +0.568627 +0.690196 +0.517647 +0.568627 +0.686275 +0.513725 +0.560784 +0.682353 +0.509804 +0.560784 +0.682353 +0.505882 +0.556863 +0.678431 +0.501961 +0.552941 +0.678431 +0.498039 +0.54902 +0.67451 +0.494118 +0.54902 +0.67451 +0.490196 +0.541176 +0.666667 +0.490196 +0.541176 +0.666667 +0.482353 +0.537255 +0.662745 +0.482353 +0.533333 +0.662745 +0.478431 +0.529412 +0.658824 +0.47451 +0.529412 +0.658824 +0.470588 +0.52549 +0.654902 +0.466667 +0.521569 +0.654902 +0.462745 +0.517647 +0.65098 +0.458824 +0.517647 +0.65098 +0.454902 +0.509804 +0.643137 +0.454902 +0.509804 +0.643137 +0.447059 +0.505882 +0.639216 +0.447059 +0.501961 +0.639216 +0.443137 +0.498039 +0.635294 +0.439216 +0.498039 +0.635294 +0.435294 +0.494118 +0.631373 +0.431373 +0.490196 +0.631373 +0.427451 +0.490196 +0.627451 +0.423529 +0.486275 +0.627451 +0.419608 +0.482353 +0.619608 +0.419608 +0.478431 +0.619608 +0.411765 +0.478431 +0.615686 +0.407843 +0.47451 +0.615686 +0.403922 +0.470588 +0.611765 +0.4 +0.470588 +0.611765 +0.396078 +0.466667 +0.607843 +0.396078 +0.462745 +0.607843 +0.392157 +0.458824 +0.603922 +0.388235 +0.458824 +0.603922 +0.384314 +0.45098 +0.596078 +0.380392 +0.45098 +0.596078 +0.376471 +0.447059 +0.592157 +0.376471 +0.447059 +0.592157 +0.372549 +0.439216 +0.588235 +0.368627 +0.439216 +0.588235 +0.364706 +0.435294 +0.584314 +0.360784 +0.435294 +0.584314 +0.356863 +0.431373 +0.580392 +0.356863 +0.427451 +0.580392 +0.352941 +0.423529 +0.572549 +0.34902 +0.423529 +0.572549 +0.345098 +0.419608 +0.572549 +0.341176 +0.419608 +0.568627 +0.337255 +0.415686 +0.564706 +0.337255 +0.411765 +0.564706 +0.333333 +0.407843 +0.560784 +0.329412 +0.407843 +0.560784 +0.32549 +0.403922 +0.556863 +0.321569 +0.403922 +0.556863 +0.321569 +0.4 +0.552941 +0.317647 +0.396078 +0.552941 +0.313725 +0.392157 +0.54902 +0.309804 +0.392157 +0.54902 +0.305882 +0.388235 +0.545098 +0.301961 +0.388235 +0.545098 +0.298039 +0.384314 +0.541176 +0.298039 +0.380392 +0.541176 +0.294118 +0.376471 +0.537255 +0.290196 +0.376471 +0.537255 +0.286275 +0.372549 +0.529412 +0.286275 +0.372549 +0.529412 +0.282353 +0.368627 +0.529412 +0.278431 +0.368627 +0.52549 +0.27451 +0.364706 +0.521569 +0.270588 +0.360784 +0.521569 +0.266667 +0.360784 +0.521569 +0.266667 +0.356863 +0.517647 +0.262745 +0.352941 +0.513725 +0.258824 +0.352941 +0.513725 +0.254902 +0.34902 +0.509804 +0.25098 +0.34902 +0.509804 +0.247059 +0.345098 +0.505882 +0.247059 +0.341176 +0.505882 +0.243137 +0.341176 +0.501961 +0.239216 +0.337255 +0.501961 +0.235294 +0.337255 +0.498039 +0.231373 +0.333333 +0.498039 +0.231373 +0.329412 +0.494118 +0.227451 +0.329412 +0.494118 +0.223529 +0.32549 +0.490196 +0.219608 +0.32549 +0.490196 +0.215686 +0.321569 +0.486275 +0.211765 +0.321569 +0.486275 +0.207843 +0.317647 +0.482353 +0.207843 +0.313725 +0.482353 +0.203922 +0.313725 +0.482353 +0.2 +0.309804 +0.478431 +0.196078 +0.309804 +0.478431 +0.192157 +0.305882 +0.478431 +0.188235 +0.305882 +0.470588 +0.188235 +0.301961 +0.470588 +0.184314 +0.301961 +0.470588 +0.180392 +0.298039 +0.466667 +0.176471 +0.294118 +0.466667 +0.172549 +0.294118 +0.462745 +0.168627 +0.290196 +0.462745 +0.164706 +0.290196 +0.462745 +0.160784 +0.286275 +0.458824 +0.156863 +0.286275 +0.458824 +0.152941 +0.282353 +0.454902 +0.152941 +0.282353 +0.45098 +0.145098 +0.278431 +0.45098 +0.145098 +0.278431 +0.45098 +0.141176 +0.27451 +0.447059 +0.137255 +0.270588 +0.447059 +0.133333 +0.270588 +0.443137 +0.129412 +0.270588 +0.443137 +0.12549 +0.266667 +0.439216 +0.121569 +0.266667 +0.439216 +0.117647 +0.262745 +0.435294 +0.113725 +0.258824 +0.435294 +0.105882 +0.258824 +0.431373 +0.105882 +0.254902 +0.431373 +0.098039 +0.254902 +0.427451 +0.094118 +0.25098 +0.427451 +0.090196 +0.25098 +0.427451 +0.086275 +0.247059 +0.423529 +0.078431 +0.247059 +0.423529 +0.07451 +0.247059 +0.423529 +0.070588 +0.243137 +0.419608 +0.062745 +0.239216 +0.415686 +0.058824 +0.239216 +0.415686 +0.05098 +0.239216 +0.415686 +0.043137 +0.235294 +0.411765 +0.039216 +0.231373 +0.411765 +0.031373 +0.231373 +0.407843 +0.023529 +0.227451 +0.407843 +0.019608 +0.227451 +0.403922 +0.007843 +0.227451 +0.403922 +0.003922 +0.223529 +0.4 +0 +0.219608 +0.4 +0 +0.219608 +0.396078 +0 +0.219608 +0.396078 +0 +0.215686 +0.396078 +0 +0.211765 +0.392157 +0 +0.211765 +0.392157 +0 +0.211765 +0.392157 +0 +0.207843 +0.388235 +0 +0.207843 +0.388235 +0 +0.203922 +0.384314 +0 +0.203922 +0.384314 +0 +0.2 +0.380392 +0 +0.2 +0.380392 +0 +0.196078 +0.380392 +0 +0.196078 +0.376471 +0 +0.192157 +0.376471 +0 +0.192157 +0.376471 +0 +0.188235 +0.372549 +0 +0.184314 +0.368627 +] def +{ 2 array 1 array 3 2 roll +0 sub 254 mul 0 add +dup 0 lt { pop 0 } { dup 254 gt { pop 254 } if } ifelse +dup floor cvi exch dup ceiling cvi exch 2 index sub +3 index 0 3 2 roll put +3 index 1 3 2 roll put +2 index 0 3 2 roll put +xpdfSamples1 +2 index 0 get +3 mul 0 add get +xpdfSamples1 +3 index 1 get +3 mul 0 add get +2 index 0 get dup +3 2 roll mul exch 1 exch sub 3 2 roll mul add +1 1 roll +1 mul 0 add +dup 0 lt { pop 0 } { dup 1 gt { pop 1 } if } ifelse +xpdfSamples1 +3 index 0 get +3 mul 1 add get +xpdfSamples1 +4 index 1 get +3 mul 1 add get +3 index 0 get dup +3 2 roll mul exch 1 exch sub 3 2 roll mul add +1 1 roll +1 mul 0 add +dup 0 lt { pop 0 } { dup 1 gt { pop 1 } if } ifelse +xpdfSamples1 +4 index 0 get +3 mul 2 add get +xpdfSamples1 +5 index 1 get +3 mul 2 add get +4 index 0 get dup +3 2 roll mul exch 1 exch sub 3 2 roll mul add +1 1 roll +1 mul 0 add +dup 0 lt { pop 0 } { dup 1 gt { pop 1 } if } ifelse +5 3 roll pop pop } +] {} cs +[1] sc +[0] sc +false op +false OP +1 i +q +[1 0 0 1 17.221 39.334] cm +0 0 m +-2.67 0 l +-2.67 -3.717 l +0 -3.717 l +1.2 -3.717 2.019 -3.033 2.019 -1.865 c +2.019 -0.698 1.2 0 0 0 c +2.084 -10.243 m +-0.419 -5.247 l +-2.67 -5.247 l +-2.67 -10.243 l +-4.466 -10.243 l +-4.466 1.614 l +0.13 1.614 l +2.381 1.614 3.814 0.167 3.814 -1.852 c +3.814 -3.549 2.781 -4.633 1.451 -4.996 c +4.176 -10.243 l +2.084 -10.243 l +f +Q +q +[1 0 0 1 25.331 29.091] cm +0 0 m +0 11.856 l +7.572 11.856 l +7.572 10.243 l +1.796 10.243 l +1.796 6.777 l +6.727 6.777 l +6.727 5.182 l +1.796 5.182 l +1.796 1.614 l +7.572 1.614 l +7.572 0 l +0 0 l +f +Q +q +[1 0 0 1 40.179 28.989] cm +0 0 m +-1.777 0 -3.06 0.419 -4.196 1.568 c +-2.996 2.749 l +-2.131 1.884 -1.182 1.619 0.037 1.619 c +1.581 1.619 2.484 2.284 2.484 3.433 c +2.484 3.949 2.335 4.382 2.019 4.661 c +1.721 4.949 1.423 5.066 0.716 5.164 c +-0.679 5.363 l +-1.647 5.498 -2.409 5.829 -2.93 6.317 c +-3.508 6.861 -3.795 7.61 -3.795 8.582 c +-3.795 10.643 -2.298 12.057 0.167 12.057 c +1.739 12.057 2.828 11.662 3.852 10.708 c +2.698 9.578 l +1.973 10.28 1.116 10.494 0.121 10.494 c +-1.273 10.494 -2.047 9.694 -2.047 8.643 c +-2.047 8.215 -1.907 7.833 -1.6 7.545 c +-1.293 7.28 -0.818 7.08 -0.261 6.996 c +1.088 6.796 l +2.186 6.628 2.8 6.363 3.303 5.912 c +3.953 5.35 4.261 4.498 4.261 3.484 c +4.261 1.303 2.484 0 0 0 c +f +Q +q +[1 0 0 1 54.524 38.534] cm +0 0 m +-0.502 0.549 -1.171 0.8 -2.018 0.8 c +-4.204 0.8 l +-4.204 -7.829 l +-2.018 -7.829 l +-1.171 -7.829 -0.502 -7.577 0 -7.028 c +0.615 -6.345 0.633 -5.061 0.633 -3.428 c +0.633 -1.8 0.615 -0.679 0 0 c +1.229 -8.326 m +0.485 -9.08 -0.604 -9.442 -1.832 -9.442 c +-6 -9.442 l +-6 2.414 l +-1.832 2.414 l +-0.604 2.414 0.485 2.047 1.229 1.298 c +2.513 0.014 2.43 -1.716 2.43 -3.428 c +2.43 -5.145 2.513 -7.043 1.229 -8.326 c +f +Q +q +[1 0 0 1 61.278 29.091] cm +0 0 m +0 11.856 l +7.583 11.856 l +7.583 10.243 l +1.806 10.243 l +1.806 6.777 l +6.729 6.777 l +6.729 5.182 l +1.806 5.182 l +1.806 1.614 l +7.583 1.614 l +7.583 0 l +0 0 l +f +Q +q +[1 0 0 1 80.268 29.091] cm +0 0 m +-5.48 8.345 l +-5.48 0 l +-7.275 0 l +-7.275 11.856 l +-5.629 11.856 l +-0.15 3.53 l +-0.15 11.856 l +1.646 11.856 l +1.646 0 l +0 0 l +f +Q +q +[1 0 0 1 19.648 10.201] cm +0 0 m +-1.897 0 -3.759 1.163 -3.759 4.331 c +-3.759 7.498 -1.897 8.643 0 8.643 c +1.163 8.643 1.981 8.312 2.781 7.461 c +1.619 6.331 l +1.089 6.912 0.67 7.13 0 7.13 c +-0.642 7.13 -1.2 6.861 -1.562 6.377 c +-1.926 5.912 -2.065 5.312 -2.065 4.331 c +-2.065 3.344 -1.926 2.731 -1.562 2.265 c +-1.2 1.781 -0.642 1.516 0 1.516 c +0.67 1.516 1.089 1.735 1.619 2.312 c +2.781 1.2 l +1.981 0.349 1.163 0 0 0 c +f +Q +q +[1 0 0 1 30.123 16.843] cm +0 0 m +-0.316 0.321 -0.743 0.488 -1.247 0.488 c +-1.748 0.488 -2.168 0.321 -2.484 0 c +-2.995 -0.516 -3.061 -1.396 -3.061 -2.311 c +-3.061 -3.228 -2.995 -4.107 -2.484 -4.628 c +-2.168 -4.944 -1.748 -5.126 -1.247 -5.126 c +-0.743 -5.126 -0.316 -4.944 0 -4.628 c +0.512 -4.107 0.586 -3.228 0.586 -2.311 c +0.586 -1.396 0.512 -0.516 0 0 c +1.285 -5.642 m +0.735 -6.209 -0.103 -6.642 -1.247 -6.642 c +-2.4 -6.642 -3.209 -6.209 -3.759 -5.642 c +-4.559 -4.809 -4.764 -3.744 -4.764 -2.311 c +-4.764 -0.897 -4.559 0.168 -3.759 1 c +-3.209 1.568 -2.4 2.005 -1.247 2.005 c +-0.103 2.005 0.735 1.568 1.285 1 c +2.084 0.168 2.279 -0.897 2.279 -2.311 c +2.279 -3.744 2.084 -4.809 1.285 -5.642 c +f +Q +q +[1 0 0 1 41.519 10.298] cm +0 0 m +0 5.145 l +0 6.465 -0.754 7.033 -1.703 7.033 c +-2.651 7.033 -3.452 6.447 -3.452 5.145 c +-3.452 0 l +-5.154 0 l +-5.154 8.447 l +-3.489 8.447 l +-3.489 7.596 l +-2.903 8.229 -2.084 8.545 -1.236 8.545 c +-0.371 8.545 0.344 8.266 0.847 7.782 c +1.488 7.149 1.692 6.349 1.692 5.396 c +1.692 0 l +0 0 l +f +Q +q +[1 0 0 1 50.822 10.201] cm +0 0 m +-1.897 0 -3.759 1.163 -3.759 4.331 c +-3.759 7.498 -1.897 8.643 0 8.643 c +1.163 8.643 1.981 8.312 2.781 7.461 c +1.618 6.331 l +1.088 6.912 0.67 7.13 0 7.13 c +-0.651 7.13 -1.199 6.861 -1.562 6.377 c +-1.926 5.912 -2.064 5.312 -2.064 4.331 c +-2.064 3.344 -1.926 2.731 -1.562 2.265 c +-1.199 1.781 -0.651 1.516 0 1.516 c +0.67 1.516 1.088 1.735 1.618 2.312 c +2.781 1.2 l +1.981 0.349 1.163 0 0 0 c +f +Q +q +[1 0 0 1 61.745 16.364] cm +0 0 m +-0.262 0.633 -0.865 1.066 -1.666 1.066 c +-2.466 1.066 -3.08 0.633 -3.341 0 c +-3.509 -0.386 -3.545 -0.637 -3.564 -1.149 c +0.231 -1.149 l +0.222 -0.637 0.166 -0.386 0 0 c +-3.564 -2.335 m +-3.564 -3.782 -2.791 -4.698 -1.415 -4.698 c +-0.467 -4.698 0.036 -4.428 0.632 -3.833 c +1.72 -4.851 l +0.854 -5.712 0.036 -6.163 -1.443 -6.163 c +-3.564 -6.163 -5.247 -5.047 -5.247 -1.832 c +-5.247 0.898 -3.825 2.484 -1.666 2.484 c +0.603 2.484 1.915 0.819 1.915 -1.581 c +1.915 -2.335 l +-3.564 -2.335 l +f +Q +q +[1 0 0 1 71.039 17.331] cm +0 0 m +-1.526 0 -1.768 -1.302 -1.768 -2.8 c +-1.768 -4.302 -1.526 -5.614 0 -5.614 c +1.535 -5.614 1.748 -4.302 1.748 -2.8 c +1.748 -1.302 1.535 0 0 0 c +2.503 -6.382 m +2.038 -6.847 1.303 -7.13 0.455 -7.13 c +-0.447 -7.13 -1.145 -6.893 -1.768 -6.163 c +-1.768 -10.447 l +-3.46 -10.447 l +-3.46 1.414 l +-1.796 1.414 l +-1.796 0.512 l +-1.162 1.279 -0.483 1.512 0.437 1.512 c +1.284 1.512 2.038 1.233 2.503 0.763 c +3.349 -0.088 3.451 -1.516 3.451 -2.8 c +3.451 -4.084 3.349 -5.53 2.503 -6.382 c +f +Q +q +[1 0 0 1 80.964 10.298] cm +0 0 m +-1.58 0 -2.316 1.135 -2.316 2.349 c +-2.316 7 l +-3.283 7 l +-3.283 8.298 l +-2.316 8.298 l +-2.316 10.862 l +-0.613 10.862 l +-0.613 8.298 l +1.015 8.298 l +1.015 7 l +-0.613 7 l +-0.613 2.433 l +-0.613 1.814 -0.316 1.451 0.317 1.451 c +1.015 1.451 l +1.015 0 l +0 0 l +f +Q +q +[1 0 0 1 137.816 42.134] cm +0 0 m +-25.156 0 l +-16.494 8.661 l +0 0 l +f +Q +q +[1 0 0 1 102.577 33.524] cm +0 0 m +0 12.252 l +17.786 17.782 l +0 0 l +f +Q +q +[1 0 0 1 101.534 20.308] cm +0 0 m +-8.661 8.662 l +0 25.147 l +0 0 l +f +Q +q +[1 0 0 1 110.138 10.219] cm +0 0 m +-12.251 0 l +-17.787 17.784 l +0 0 l +f +Q +q +[1 0 0 1 114.707 0.5117] cm +0 0 m +-16.485 8.6606 l +8.661 8.6606 l +0 0 l +f +Q +q +0.059998 0.06 143.607 51.247 re +W +q +[1 0 0 1 115.666 0] cm +0 0 m +17.787 17.783 l +17.787 5.5302 l +0 0 l +f +Q +Q +q +[1 0 0 1 134.495 5.8515] cm +0 0 m +0 25.147 l +8.661 16.486 l +0 0 l +f +Q +q +[1 0 0 1 143.667 23.314] cm +0 0 m +-17.787 17.783 l +-5.534 17.783 l +0 0 l +f +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%EOF -- cgit v1.2.3