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-21.eps | 810 ++++++++++++++++++++++++++++ 1 file changed, 810 insertions(+) create mode 100644 macros/latex/contrib/tudscr/logo/DDC-21.eps (limited to 'macros/latex/contrib/tudscr/logo/DDC-21.eps') diff --git a/macros/latex/contrib/tudscr/logo/DDC-21.eps b/macros/latex/contrib/tudscr/logo/DDC-21.eps new file mode 100644 index 0000000000..b26b6a2114 --- /dev/null +++ b/macros/latex/contrib/tudscr/logo/DDC-21.eps @@ -0,0 +1,810 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%XpdfVersion: 3.03 +%%Creator: Adobe Illustrator CS4 +%%Title: DDC-21.eps +%%LanguageLevel: 2 +%%DocumentSuppliedResources: (atend) +%%BoundingBox: 0 0 144 52 +%%HiResBoundingBox: 0 0 143.664 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.664 51.307 re +W +q +q +1 i +0.059998 0.06 143.604 51.247 re +W +/DeviceRGB {} cs +[0 0 0] sc +[0.2941 0.302 0.3098] sc +false op +false OP +q +[1 0 0 1 5.9961 38.532] cm +0 0 m +-0.499 0.55 -1.165 0.801 -2.0156 0.801 c +-4.1973 0.801 l +-4.1973 -7.829 l +-2.0156 -7.829 l +-1.165 -7.829 -0.499 -7.578 0 -7.028 c +0.6143 -6.345 0.6328 -5.062 0.6328 -3.43 c +0.6328 -1.799 0.6143 -0.682 0 0 c +1.2334 -8.327 m +0.4834 -9.077 -0.5972 -9.442 -1.832 -9.442 c +-5.9961 -9.442 l +-5.9961 2.415 l +-1.832 2.415 l +-0.5972 2.415 0.4834 2.049 1.2334 1.3 c +2.5127 0.017 2.4316 -1.716 2.4316 -3.43 c +2.4316 -5.146 2.5127 -7.043 1.2334 -8.327 c +f +Q +Q +/DeviceRGB {} cs +[0 0 0] sc +[0.2941 0.302 0.3098] sc +false op +false OP +1 i +q +[1 0 0 1 17.22 39.333] cm +0 0 m +-2.666 0 l +-2.666 -3.716 l +0 -3.716 l +1.199 -3.716 2.015 -3.033 2.015 -1.867 c +2.015 -0.702 1.199 0 0 0 c +2.083 -10.246 m +-0.416 -5.247 l +-2.666 -5.247 l +-2.666 -10.246 l +-4.465 -10.246 l +-4.465 1.613 l +0.135 1.613 l +2.384 1.613 3.816 0.166 3.816 -1.849 c +3.816 -3.55 2.782 -4.631 1.45 -4.997 c +4.18 -10.246 l +2.083 -10.246 l +f +Q +q +[1 0 0 1 25.328 29.089] cm +0 0 m +0 11.857 l +7.578 11.857 l +7.578 10.244 l +1.801 10.244 l +1.801 6.779 l +6.729 6.779 l +6.729 5.181 l +1.801 5.181 l +1.801 1.614 l +7.578 1.614 l +7.578 0 l +0 0 l +f +Q +q +[1 0 0 1 40.183 28.988] cm +0 0 m +-1.785 0 -3.062 0.418 -4.199 1.566 c +-2.998 2.749 l +-2.135 1.884 -1.182 1.616 0.033 1.616 c +1.582 1.616 2.48 2.284 2.48 3.432 c +2.48 3.949 2.332 4.381 2.012 4.663 c +1.717 4.948 1.414 5.063 0.715 5.163 c +-0.682 5.363 l +-1.648 5.495 -2.414 5.83 -2.932 6.313 c +-3.512 6.862 -3.801 7.612 -3.801 8.579 c +-3.801 10.642 -2.301 12.059 0.166 12.059 c +1.732 12.059 2.828 11.66 3.848 10.708 c +2.699 9.578 l +1.965 10.277 1.115 10.493 0.113 10.493 c +-1.281 10.493 -2.049 9.694 -2.049 8.644 c +-2.049 8.211 -1.916 7.83 -1.602 7.544 c +-1.299 7.28 -0.818 7.078 -0.268 6.995 c +1.084 6.795 l +2.18 6.629 2.797 6.363 3.297 5.913 c +3.947 5.348 4.262 4.497 4.262 3.482 c +4.262 1.302 2.48 0 0 0 c +f +Q +q +[1 0 0 1 54.521 38.532] cm +0 0 m +-0.5 0.55 -1.166 0.801 -2.014 0.801 c +-4.199 0.801 l +-4.199 -7.829 l +-2.014 -7.829 l +-1.166 -7.829 -0.5 -7.578 0 -7.028 c +0.617 -6.345 0.633 -5.062 0.633 -3.43 c +0.633 -1.799 0.617 -0.682 0 0 c +1.232 -8.327 m +0.482 -9.077 -0.598 -9.442 -1.832 -9.442 c +-5.996 -9.442 l +-5.996 2.415 l +-1.832 2.415 l +-0.598 2.415 0.482 2.049 1.232 1.3 c +2.514 0.017 2.43 -1.716 2.43 -3.43 c +2.43 -5.146 2.514 -7.043 1.232 -8.327 c +f +Q +q +[1 0 0 1 61.279 29.089] cm +0 0 m +0 11.857 l +7.58 11.857 l +7.58 10.244 l +1.801 10.244 l +1.801 6.779 l +6.73 6.779 l +6.73 5.181 l +1.801 5.181 l +1.801 1.614 l +7.58 1.614 l +7.58 0 l +0 0 l +f +Q +q +[1 0 0 1 80.265 29.089] cm +0 0 m +-5.477 8.345 l +-5.477 0 l +-7.277 0 l +-7.277 11.857 l +-5.631 11.857 l +-0.15 3.53 l +-0.15 11.857 l +1.65 11.857 l +1.65 0 l +0 0 l +f +Q +q +[1 0 0 1 19.65 10.201] cm +0 0 m +-1.898 0 -3.763 1.164 -3.763 4.329 c +-3.763 7.496 -1.898 8.641 0 8.641 c +1.165 8.641 1.982 8.309 2.781 7.461 c +1.617 6.328 l +1.084 6.913 0.666 7.128 0 7.128 c +-0.648 7.128 -1.199 6.862 -1.565 6.379 c +-1.932 5.912 -2.066 5.312 -2.066 4.329 c +-2.066 3.345 -1.932 2.73 -1.565 2.264 c +-1.199 1.783 -0.648 1.514 0 1.514 c +0.666 1.514 1.084 1.732 1.617 2.314 c +2.781 1.198 l +1.982 0.347 1.165 0 0 0 c +f +Q +q +[1 0 0 1 30.126 16.845] cm +0 0 m +-0.316 0.318 -0.75 0.484 -1.252 0.484 c +-1.75 0.484 -2.168 0.318 -2.484 0 c +-2.998 -0.516 -3.066 -1.398 -3.066 -2.315 c +-3.066 -3.231 -2.998 -4.113 -2.484 -4.629 c +-2.168 -4.945 -1.75 -5.129 -1.252 -5.129 c +-0.75 -5.129 -0.316 -4.945 0 -4.629 c +0.512 -4.113 0.58 -3.231 0.58 -2.315 c +0.58 -1.398 0.512 -0.516 0 0 c +1.279 -5.645 m +0.73 -6.211 -0.102 -6.642 -1.252 -6.642 c +-2.4 -6.642 -3.217 -6.211 -3.766 -5.645 c +-4.564 -4.811 -4.766 -3.745 -4.766 -2.315 c +-4.766 -0.898 -4.564 0.166 -3.766 1.001 c +-3.217 1.566 -2.4 2 -1.252 2 c +-0.102 2 0.73 1.566 1.279 1.001 c +2.08 0.166 2.281 -0.898 2.281 -2.315 c +2.281 -3.745 2.08 -4.811 1.279 -5.645 c +f +Q +q +[1 0 0 1 41.515 10.301] cm +0 0 m +0 5.146 l +0 6.461 -0.748 7.028 -1.699 7.028 c +-2.65 7.028 -3.449 6.445 -3.449 5.146 c +-3.449 0 l +-5.144 0 l +-5.144 8.442 l +-3.48 8.442 l +-3.48 7.594 l +-2.898 8.227 -2.082 8.543 -1.232 8.543 c +-0.365 8.543 0.35 8.261 0.848 7.778 c +1.496 7.146 1.699 6.346 1.699 5.396 c +1.699 0 l +0 0 l +f +Q +q +[1 0 0 1 50.826 10.201] cm +0 0 m +-1.9 0 -3.766 1.164 -3.766 4.329 c +-3.766 7.496 -1.9 8.641 0 8.641 c +1.164 8.641 1.978 8.309 2.779 7.461 c +1.613 6.328 l +1.082 6.913 0.664 7.128 0 7.128 c +-0.65 7.128 -1.201 6.862 -1.566 6.379 c +-1.934 5.912 -2.068 5.312 -2.068 4.329 c +-2.068 3.345 -1.934 2.73 -1.566 2.264 c +-1.201 1.783 -0.65 1.514 0 1.514 c +0.664 1.514 1.082 1.732 1.613 2.314 c +2.779 1.198 l +1.978 0.347 1.164 0 0 0 c +f +Q +q +[1 0 0 1 61.748 16.363] cm +0 0 m +-0.268 0.634 -0.865 1.065 -1.666 1.065 c +-2.465 1.065 -3.082 0.634 -3.346 0 c +-3.516 -0.384 -3.547 -0.633 -3.564 -1.149 c +0.232 -1.149 l +0.217 -0.633 0.166 -0.384 0 0 c +-3.564 -2.332 m +-3.564 -3.781 -2.797 -4.697 -1.416 -4.697 c +-0.469 -4.697 0.035 -4.428 0.631 -3.831 c +1.717 -4.847 l +0.848 -5.711 0.035 -6.16 -1.447 -6.16 c +-3.564 -6.16 -5.246 -5.046 -5.246 -1.832 c +-5.246 0.899 -3.83 2.481 -1.666 2.481 c +0.6 2.481 1.914 0.816 1.914 -1.582 c +1.914 -2.332 l +-3.564 -2.332 l +f +Q +q +[1 0 0 1 71.04 17.329] cm +0 0 m +-1.531 0 -1.766 -1.301 -1.766 -2.799 c +-1.766 -4.299 -1.531 -5.614 0 -5.614 c +1.533 -5.614 1.748 -4.299 1.748 -2.799 c +1.748 -1.301 1.533 0 0 0 c +2.494 -6.379 m +2.031 -6.846 1.299 -7.128 0.447 -7.128 c +-0.451 -7.128 -1.148 -6.895 -1.766 -6.161 c +-1.766 -10.443 l +-3.465 -10.443 l +-3.465 1.414 l +-1.801 1.414 l +-1.801 0.517 l +-1.166 1.284 -0.484 1.513 0.43 1.513 c +1.277 1.513 2.031 1.232 2.494 0.766 c +3.346 -0.085 3.447 -1.516 3.447 -2.799 c +3.447 -4.08 3.346 -5.528 2.494 -6.379 c +f +Q +q +[1 0 0 1 80.962 10.301] cm +0 0 m +-1.58 0 -2.314 1.132 -2.314 2.348 c +-2.314 6.997 l +-3.279 6.997 l +-3.279 8.294 l +-2.314 8.294 l +-2.314 10.857 l +-0.615 10.857 l +-0.615 8.294 l +1.016 8.294 l +1.016 6.997 l +-0.615 6.997 l +-0.615 2.431 l +-0.615 1.814 -0.314 1.45 0.32 1.45 c +1.016 1.45 l +1.016 0 l +0 0 l +f +Q +[0.3961 0.4078 0.4157] sc +q +[1 0 0 1 121.326 50.792] cm +0 0 m +-8.662 -8.659 l +16.488 -8.659 l +0 0 l +f* +Q +[0.2941 0.302 0.3098] sc +q +[1 0 0 1 102.578 45.772] cm +0 0 m +0 -12.249 l +17.787 5.534 l +0 0 l +f* +Q +[0.7294 0.7412 0.7529] sc +q +[1 0 0 1 92.871 28.966] cm +0 0 m +8.66 -8.66 l +8.66 16.488 l +0 0 l +f* +Q +[0.651 0.6667 0.6823] sc +q +[1 0 0 1 97.888 10.22] cm +0 0 m +12.252 0 l +-5.533 17.783 l +0 0 l +f* +Q +[0.4902 0.502 0.5137] sc +q +[1 0 0 1 114.708 0.5127] cm +0 0 m +8.663 8.6606 l +-16.488 8.6606 l +0 0 l +f* +Q +q +0.059998 0.06 143.604 51.247 re +W +[0.3961 0.4078 0.4157] sc +q +[1 0 0 1 133.447 5.5342] cm +0 0 m +0 12.247 l +-17.785 -5.5347 l +0 0 l +f* +Q +Q +[0.651 0.6667 0.6823] sc +q +[1 0 0 1 143.156 22.339] cm +0 0 m +-8.662 8.661 l +-8.662 -16.487 l +0 0 l +f* +Q +[0.4902 0.502 0.5137] sc +q +[1 0 0 1 138.128 41.093] cm +0 0 m +-12.248 0 l +5.536 -17.783 l +0 0 l +f* +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%EOF -- cgit v1.2.3