summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-lw-en-rgb-neg.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-lw-en-rgb-neg.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-lw-en-rgb-neg.eps1109
1 files changed, 1109 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-lw-en-rgb-neg.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-lw-en-rgb-neg.eps
new file mode 100644
index 00000000000..720d9918e32
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-lw-en-rgb-neg.eps
@@ -0,0 +1,1109 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 20.09.0 (http://poppler.freedesktop.org)
+%%Creator: Adobe Illustrator 25.0 (Macintosh)
+%%LanguageLevel: 2
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 390 103
+%%HiResBoundingBox: 0 0 389.7 102.047
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 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 {
+ % Change paper size, but only if different from previous paper size otherwise
+ % duplex fails. PLRM specifies a tolerance of 5 pts when matching paper size
+ % so we use the same when checking if the size changes.
+ /setpagedevice where {
+ pop currentpagedevice
+ /PageSize known {
+ 2 copy
+ currentpagedevice /PageSize get aload pop
+ exch 4 1 roll
+ sub abs 5 gt
+ 3 1 roll
+ sub abs 5 gt
+ or
+ } {
+ true
+ } ifelse
+ {
+ 2 array astore
+ 2 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ currentdict end
+ setpagedevice
+ } {
+ pop pop
+ } ifelse
+ } {
+ 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
+ /pdfPatternCS false 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
+/Tp { /pdfPatternCS 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
+/Tclip* { pdfTextClipPath cvx exec eoclip 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 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
+ 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
+%%EndPageSetup
+[] 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 389.7 102.047 re
+W
+q
+q
+0 0 389.7 102.047 re
+W
+/DeviceRGB {} cs
+[0 0 0] sc
+[0.945 0.71 0.239] sc
+false op
+false OP
+q
+[1 0 0 1 96.9449 0.0005] cm
+0 0 m
+-91.843 0 l
+-94.649 0 -96.945 2.296 -96.945 5.102 c
+-96.945 96.944 l
+-96.945 99.751 -94.649 102.047 -91.843 102.047 c
+0 102.047 l
+2.806 102.047 5.102 99.751 5.102 96.944 c
+5.102 5.102 l
+5.102 2.296 2.806 0 0 0 c
+f
+Q
+[1 1 1] sc
+q
+[1 0 0 1 65.4696 47.9995] cm
+0 0 m
+0.433 -12.338 -4.641 -21.26 -15.822 -21.26 c
+-24.531 -21.26 -33.348 -14.736 -33.348 -1.8 c
+-33.348 32.894 l
+-47.688 32.894 l
+-47.688 -2.528 l
+-47.688 -15.945 -38.701 -29.706 -17.998 -29.706 c
+2.097 -29.706 10.183 -15.284 10.274 -3.325 c
+24.947 -5.587 31.672 5.361 29.754 12.814 c
+27.192 9.855 23.094 7.235 10.292 10.865 c
+10.292 32.894 l
+0 32.894 l
+0 14.355 l
+-20.106 20.955 -24.864 2.639 -24.864 2.639 c
+-24.864 2.639 -15.461 7.81 0 0 c
+f
+Q
+q
+[1 0 0 1 135.4222 60.3774] cm
+0 0 m
+-4.047 0 -7.278 2.102 -7.278 6.438 c
+-7.278 18.183 l
+-3.495 18.183 l
+-3.495 6.885 l
+-3.495 4.047 -1.366 2.969 0.446 2.969 c
+2.391 2.969 4.204 4.047 4.204 6.779 c
+4.204 18.183 l
+7.936 18.183 l
+7.936 6.779 l
+7.936 2.365 4.782 0 0 0 c
+f
+Q
+q
+[1 0 0 1 156.1322 60.6928] cm
+0 0 m
+0 8.093 l
+0 9.958 -0.998 10.904 -2.653 10.904 c
+-3.6 10.904 -4.519 10.615 -5.176 10.194 c
+-5.176 0 l
+-8.671 0 l
+-8.671 13.269 l
+-5.308 13.532 l
+-5.359 11.692 l
+-5.255 11.692 l
+-4.282 12.771 -2.68 13.716 -0.84 13.716 c
+1.524 13.716 3.469 12.14 3.469 9.118 c
+3.469 0 l
+0 0 l
+h
+f
+Q
+163.284 74.093 m
+166.805 74.093 l
+166.805 60.693 l
+163.284 60.693 l
+163.284 74.093 l
+h
+165.044 76.563 m
+164.045 76.563 163.204 77.405 163.204 78.428 c
+163.204 79.454 164.045 80.242 165.044 80.242 c
+166.069 80.242 166.883 79.454 166.883 78.428 c
+166.883 77.405 166.069 76.563 165.044 76.563 c
+f
+q
+[1 0 0 1 177.0013 60.6137] cm
+0 0 m
+-2.943 0 l
+-8.304 13.48 l
+-4.362 13.48 l
+-1.971 6.385 l
+-1.577 5.281 -1.262 3.39 -1.262 3.39 c
+-1.262 3.39 -0.946 5.256 -0.552 6.385 c
+1.839 13.48 l
+5.386 13.48 l
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 189.6429 72.1225] cm
+0 0 m
+-1.682 0 -2.732 -1.603 -2.916 -3.206 c
+2.732 -3.206 l
+2.732 -1.444 1.734 0 0 0 c
+5.833 -5.229 m
+-3.048 -5.229 l
+-2.969 -7.436 -1.497 -9.117 0.973 -9.117 c
+2.549 -9.117 3.968 -8.776 5.544 -8.171 c
+5.387 -10.642 l
+3.758 -11.298 2.155 -11.719 0.026 -11.719 c
+-3.994 -11.719 -6.437 -8.934 -6.437 -4.992 c
+-6.437 -0.709 -3.652 2.286 0.289 2.286 c
+4.1 2.286 5.965 -0.315 5.965 -3.311 c
+5.965 -3.915 5.912 -4.756 5.833 -5.229 c
+f
+Q
+q
+[1 0 0 1 206.2269 70.4409] cm
+0 0 m
+-0.684 0.395 -1.576 0.657 -2.417 0.657 c
+-3.231 0.657 -4.021 0.315 -4.467 -0.157 c
+-4.467 -9.748 l
+-7.962 -9.748 l
+-7.962 3.521 l
+-4.65 3.81 l
+-4.756 1.419 l
+-4.65 1.419 l
+-3.968 2.917 -2.68 3.968 -1.235 3.968 c
+-0.604 3.968 0.105 3.81 0.552 3.548 c
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 211.9837 60.4038] cm
+0 0 m
+-1.734 0 -3.127 0.368 -4.283 0.999 c
+-3.889 3.626 l
+-2.681 2.995 -1.183 2.575 0.105 2.575 c
+1.209 2.575 2.207 2.942 2.207 3.915 c
+2.207 6.044 -3.862 5.57 -3.862 9.854 c
+-3.862 12.56 -1.393 14.005 1.472 14.005 c
+2.891 14.005 4.361 13.61 5.334 13.19 c
+4.939 10.668 l
+3.915 11.062 2.549 11.43 1.287 11.43 c
+0.342 11.43 -0.473 11.062 -0.473 10.3 c
+-0.473 8.198 5.623 8.618 5.623 4.388 c
+5.623 1.472 3.074 0 0 0 c
+f
+Q
+220.368 74.093 m
+223.889 74.093 l
+223.889 60.693 l
+220.368 60.693 l
+220.368 74.093 l
+h
+222.128 76.563 m
+221.129 76.563 220.288 77.405 220.288 78.428 c
+220.288 79.454 221.129 80.242 222.128 80.242 c
+223.153 80.242 223.967 79.454 223.967 78.428 c
+223.967 77.405 223.153 76.563 222.128 76.563 c
+f
+q
+[1 0 0 1 231.6947 60.4038] cm
+0 0 m
+-2.364 0 -3.889 1.472 -3.889 3.731 c
+-3.889 4.493 -3.81 7.987 -3.81 10.09 c
+-3.81 11.22 l
+-5.071 11.22 l
+-5.071 12.586 l
+-0.735 16.606 l
+-0.394 16.606 l
+-0.394 13.689 l
+3.862 13.689 l
+3.862 11.22 l
+-0.394 11.22 l
+-0.394 11.01 -0.446 6.727 -0.446 4.913 c
+-0.446 3.495 0.395 2.864 1.682 2.864 c
+2.365 2.864 3.18 2.942 3.968 3.206 c
+3.968 0.788 l
+2.838 0.315 1.498 0 0 0 c
+f
+Q
+q
+[1 0 0 1 244.4408 60.6665] cm
+0 0 m
+-1.419 -3.626 -3.416 -6.753 -6.674 -6.753 c
+-7.725 -6.753 -8.671 -6.49 -9.249 -6.148 c
+-8.697 -3.626 l
+-8.146 -3.836 -7.515 -3.968 -6.806 -3.968 c
+-4.992 -3.968 -3.783 -1.576 -3.048 0.158 c
+-8.355 13.427 l
+-4.414 13.427 l
+-1.971 6.464 l
+-1.603 5.387 -1.287 3.442 -1.287 3.442 c
+-1.287 3.442 -0.894 5.334 -0.525 6.464 c
+1.734 13.427 l
+5.229 13.427 l
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 262.8646 71.8335] cm
+0 0 m
+-2.023 0 -3.285 -1.918 -3.285 -4.335 c
+-3.285 -6.778 -1.971 -8.855 0.078 -8.855 c
+2.049 -8.855 3.39 -6.937 3.39 -4.546 c
+3.39 -2.075 2.075 0 0 0 c
+-0.237 -11.43 m
+-4.283 -11.43 -6.885 -8.435 -6.885 -4.65 c
+-6.885 -0.42 -4.1 2.575 0.314 2.575 c
+4.361 2.575 6.963 -0.42 6.963 -4.204 c
+6.963 -8.435 4.151 -11.43 -0.237 -11.43 c
+f
+Q
+q
+[1 0 0 1 279.8948 78.4028] cm
+0 0 m
+-0.499 0.184 -1.13 0.342 -1.708 0.342 c
+-2.707 0.342 -3.495 -0.263 -3.495 -1.787 c
+-3.495 -4.31 l
+-0.236 -4.31 l
+-0.236 -6.832 l
+-3.495 -6.832 l
+-3.495 -17.71 l
+-6.989 -17.71 l
+-6.989 -6.832 l
+-8.671 -6.832 l
+-8.671 -4.703 l
+-6.989 -4.31 l
+-6.989 -1.944 l
+-6.989 1.13 -4.809 2.995 -1.892 2.995 c
+-0.999 2.995 -0.053 2.732 0.499 2.443 c
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 294.5599 73.3052] cm
+0 0 m
+-0.236 0.709 -0.447 2.102 -0.447 2.102 c
+-0.447 2.102 -0.657 0.762 -0.92 0 c
+-2.759 -5.36 l
+1.865 -5.36 l
+0 0 l
+h
+4.178 -12.612 m
+2.549 -7.909 l
+-3.416 -7.909 l
+-4.992 -12.612 l
+-8.855 -12.612 l
+-2.365 5.255 l
+1.786 5.255 l
+8.276 -12.612 l
+4.178 -12.612 l
+h
+f
+Q
+q
+[1 0 0 1 313.5872 60.6928] cm
+0 0 m
+0 8.093 l
+0 9.958 -0.998 10.904 -2.653 10.904 c
+-3.6 10.904 -4.519 10.615 -5.176 10.194 c
+-5.176 0 l
+-8.671 0 l
+-8.671 13.269 l
+-5.308 13.532 l
+-5.359 11.692 l
+-5.255 11.692 l
+-4.282 12.771 -2.68 13.716 -0.84 13.716 c
+1.524 13.716 3.469 12.14 3.469 9.118 c
+3.469 0 l
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 324.6536 60.4038] cm
+0 0 m
+-2.364 0 -3.889 1.472 -3.889 3.731 c
+-3.889 4.493 -3.81 7.987 -3.81 10.09 c
+-3.81 11.22 l
+-5.071 11.22 l
+-5.071 12.586 l
+-0.735 16.606 l
+-0.394 16.606 l
+-0.394 13.689 l
+3.862 13.689 l
+3.862 11.22 l
+-0.394 11.22 l
+-0.394 11.01 -0.446 6.727 -0.446 4.913 c
+-0.446 3.495 0.395 2.864 1.682 2.864 c
+2.365 2.864 3.18 2.942 3.968 3.206 c
+3.968 0.788 l
+2.838 0.315 1.498 0 0 0 c
+f
+Q
+q
+[1 0 0 1 345.6771 60.6137] cm
+0 0 m
+-2.785 0 l
+-5.334 6.648 l
+-5.729 7.673 -5.991 9.434 -5.991 9.434 c
+-5.991 9.434 -6.386 7.699 -6.753 6.648 c
+-9.224 0 l
+-11.93 0 l
+-16.527 13.48 l
+-12.691 13.48 l
+-10.8 6.885 l
+-10.484 5.834 -10.169 3.811 -10.169 3.811 c
+-10.169 3.811 -9.775 5.781 -9.407 6.858 c
+-7.068 13.48 l
+-4.493 13.48 l
+-2.05 6.858 l
+-1.63 5.781 -1.314 3.863 -1.314 3.863 c
+-1.314 3.863 -1.025 5.834 -0.684 6.91 c
+1.182 13.48 l
+4.624 13.48 l
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 357.7689 72.1225] cm
+0 0 m
+-1.682 0 -2.732 -1.603 -2.916 -3.206 c
+2.732 -3.206 l
+2.732 -1.444 1.734 0 0 0 c
+5.833 -5.229 m
+-3.048 -5.229 l
+-2.969 -7.436 -1.497 -9.117 0.973 -9.117 c
+2.549 -9.117 3.968 -8.776 5.544 -8.171 c
+5.387 -10.642 l
+3.758 -11.298 2.155 -11.719 0.026 -11.719 c
+-3.994 -11.719 -6.437 -8.934 -6.437 -4.992 c
+-6.437 -0.709 -3.652 2.286 0.289 2.286 c
+4.1 2.286 5.965 -0.315 5.965 -3.311 c
+5.965 -3.915 5.912 -4.756 5.833 -5.229 c
+f
+Q
+q
+[1 0 0 1 374.3519 70.4409] cm
+0 0 m
+-0.684 0.395 -1.576 0.657 -2.417 0.657 c
+-3.231 0.657 -4.021 0.315 -4.467 -0.157 c
+-4.467 -9.748 l
+-7.962 -9.748 l
+-7.962 3.521 l
+-4.65 3.81 l
+-4.756 1.419 l
+-4.65 1.419 l
+-3.968 2.917 -2.68 3.968 -1.235 3.968 c
+-0.604 3.968 0.105 3.81 0.552 3.548 c
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 382.762 71.6499] cm
+0 0 m
+-0.893 0 -1.786 -0.289 -2.391 -0.71 c
+-2.391 -8.093 l
+-1.892 -8.435 -0.998 -8.671 -0.236 -8.671 c
+2.076 -8.671 3.39 -6.831 3.39 -4.388 c
+3.39 -1.655 2.05 0 0 0 c
+-0.394 -11.142 m
+-1.13 -11.142 -1.944 -10.957 -2.391 -10.721 c
+-2.391 -17.657 l
+-5.886 -17.657 l
+-5.886 2.312 l
+-2.522 2.575 l
+-2.574 0.788 l
+-2.47 0.788 l
+-1.497 1.971 0.026 2.759 1.524 2.759 c
+4.835 2.759 6.937 -0.053 6.937 -3.784 c
+6.937 -8.198 4.073 -11.142 -0.394 -11.142 c
+f
+Q
+q
+[1 0 0 1 151.0667 23.3471] cm
+0 0 m
+0 21.878 l
+8.751 21.878 l
+8.751 19.427 l
+2.625 19.427 l
+2.625 11.796 l
+7.456 11.796 l
+7.456 9.347 l
+2.625 9.347 l
+2.625 0 l
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 167.2034 31.3628] cm
+0 0 m
+-2.695 -0.455 -3.711 -2.101 -3.711 -3.851 c
+-3.711 -5.355 -2.976 -6.091 -1.961 -6.091 c
+-1.226 -6.091 -0.49 -5.32 0 -4.515 c
+0 0 l
+h
+3.465 -8.331 m
+1.68 -8.54 0.56 -8.016 0.14 -6.686 c
+0 -6.686 l
+-0.49 -7.665 -1.4 -8.471 -2.94 -8.471 c
+-4.796 -8.471 -6.266 -6.65 -6.266 -4.13 c
+-6.266 -1.19 -4.376 1.505 0 1.891 c
+0 3.325 l
+0 5.006 -0.596 6.196 -2.171 6.196 c
+-3.115 6.196 -4.445 5.426 -5.461 4.341 c
+-5.846 6.687 l
+-4.866 7.806 -3.221 8.472 -1.855 8.472 c
+1.189 8.472 2.485 6.021 2.485 3.431 c
+2.485 -5.075 l
+2.485 -5.88 2.8 -6.23 3.675 -6.23 c
+3.465 -8.331 l
+h
+f
+Q
+q
+[1 0 0 1 182.1478 24.3969] cm
+0 0 m
+-0.805 -0.945 -1.96 -1.505 -3.36 -1.505 c
+-6.721 -1.505 -8.646 1.365 -8.646 6.932 c
+-8.646 12.461 -6.686 15.438 -3.22 15.438 c
+-1.854 15.438 -0.805 14.912 0.035 14.037 c
+-0.56 11.552 l
+-1.12 12.461 -2.205 13.197 -3.08 13.197 c
+-5.18 13.197 -6.056 11.062 -6.056 6.966 c
+-6.056 2.766 -5.146 0.735 -2.975 0.735 c
+-2.064 0.735 -1.225 1.436 -0.56 2.381 c
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 191.9837 22.9614] cm
+0 0 m
+0 2.066 l
+-0.841 0.631 -2.205 -0.069 -3.431 -0.069 c
+-5.531 -0.069 -6.686 1.855 -6.686 3.956 c
+-6.686 16.418 l
+-4.201 16.418 l
+-4.201 4.446 l
+-4.201 2.977 -3.57 2.346 -2.556 2.346 c
+-1.716 2.346 -0.806 3.15 0 4.201 c
+0 16.418 l
+2.485 16.418 l
+2.485 0.455 l
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 198.5618 23.3471] cm
+0 0 m
+0 23.593 l
+2.485 24.048 l
+2.485 0 l
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 211.2337 23.6274] cm
+0 0 m
+-0.665 -0.455 -1.61 -0.735 -2.311 -0.735 c
+-4.096 -0.735 -5.811 0.175 -5.811 4.235 c
+-5.811 13.336 l
+-7.421 13.512 l
+-7.421 15.191 l
+-5.811 15.821 l
+-5.811 19.427 l
+-3.325 19.427 l
+-3.325 15.752 l
+-0.104 15.752 l
+-0.245 13.512 l
+-3.325 13.512 l
+-3.325 3.99 l
+-3.325 2.135 -2.695 1.54 -1.89 1.54 c
+-1.365 1.54 -0.735 1.891 -0.315 2.275 c
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 217.0775 23.4165] cm
+0 0 m
+-4.166 15.963 l
+-1.681 15.963 l
+1.155 4.131 l
+3.885 15.963 l
+6.37 15.963 l
+0.979 -4.865 l
+0.385 -7.141 -0.945 -8.365 -2.45 -8.365 c
+-3.186 -8.365 -3.956 -8.12 -4.761 -7.525 c
+-4.235 -5.32 l
+-3.605 -5.845 -3.081 -6.09 -2.626 -6.09 c
+-1.96 -6.09 -1.436 -5.635 -1.155 -4.515 c
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 239.5482 31.3286] cm
+0 0 m
+0 4.199 -0.84 6.266 -2.66 6.266 c
+-4.48 6.266 -5.286 4.13 -5.286 0.034 c
+-5.286 -4.166 -4.48 -6.196 -2.66 -6.196 c
+-0.84 -6.196 0 -4.025 0 0 c
+-7.876 0 m
+-7.876 5.529 -5.951 8.506 -2.591 8.506 c
+0.77 8.506 2.59 5.635 2.59 0.069 c
+2.59 -5.461 0.595 -8.437 -2.695 -8.437 c
+-6.021 -8.437 -7.876 -5.566 -7.876 0 c
+f
+Q
+q
+[1 0 0 1 245.5335 23.3471] cm
+0 0 m
+0 13.616 l
+-1.61 13.792 l
+-1.61 15.472 l
+0 16.102 l
+0 19.112 l
+0 23.312 1.715 24.362 3.641 24.362 c
+4.41 24.362 5.146 24.118 5.881 23.663 c
+5.391 21.388 l
+4.9 21.772 4.41 22.052 3.955 22.052 c
+3.08 22.052 2.485 21.423 2.485 19.356 c
+2.485 16.032 l
+5.355 16.032 l
+5.216 13.792 l
+2.485 13.792 l
+2.485 0 l
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 263.8392 41.1997] cm
+0 0 m
+-2.03 -9.802 l
+2.03 -9.802 l
+0 0 l
+h
+3.675 -17.853 m
+2.521 -12.217 l
+-2.521 -12.217 l
+-3.676 -17.853 l
+-6.336 -17.853 l
+-1.436 4.025 l
+1.435 4.025 l
+6.336 -17.853 l
+3.675 -17.853 l
+h
+f
+Q
+q
+[1 0 0 1 272.9388 23.3471] cm
+0 0 m
+0 15.962 l
+2.485 16.417 l
+2.485 13.581 l
+3.046 15.401 3.99 16.487 5.286 16.487 c
+5.916 16.487 6.511 16.172 7.001 15.751 c
+6.476 13.161 l
+6.056 13.546 5.565 13.932 5.041 13.932 c
+4.131 13.932 3.186 12.566 2.485 10.081 c
+2.485 0 l
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 289.1097 23.6274] cm
+0 0 m
+-0.665 -0.455 -1.61 -0.735 -2.311 -0.735 c
+-4.096 -0.735 -5.811 0.175 -5.811 4.235 c
+-5.811 13.336 l
+-7.421 13.512 l
+-7.421 15.191 l
+-5.811 15.821 l
+-5.811 19.427 l
+-3.325 19.427 l
+-3.325 15.752 l
+-0.104 15.752 l
+-0.245 13.512 l
+-3.325 13.512 l
+-3.325 3.99 l
+-3.325 2.135 -2.695 1.54 -1.891 1.54 c
+-1.365 1.54 -0.735 1.891 -0.315 2.275 c
+0 0 l
+h
+f
+Q
+q
+[1 0 0 1 291.5931 26.3579] cm
+0 0 m
+0.945 -0.771 1.96 -1.261 2.976 -1.261 c
+4.306 -1.261 5.11 -0.28 5.11 1.015 c
+5.11 2.31 4.411 3.186 2.73 4.165 c
+0.665 5.391 -0.56 6.825 -0.56 9.136 c
+-0.56 11.726 1.4 13.477 3.851 13.477 c
+5.146 13.477 6.336 12.951 7.105 12.391 c
+6.581 10.15 l
+5.706 10.781 4.796 11.236 3.815 11.236 c
+2.66 11.236 1.82 10.466 1.82 9.17 c
+1.82 7.945 2.346 7.141 4.061 6.09 c
+6.091 4.83 7.491 3.395 7.491 1.05 c
+7.491 -1.646 5.53 -3.466 3.046 -3.466 c
+1.75 -3.466 0.42 -2.976 -0.524 -2.24 c
+0 0 l
+h
+f
+Q
+[0.945 0.71 0.239] sc
+q
+[1 0 0 1 130.9425 23.3462] cm
+0 0 m
+0 0 l
+-1.566 0 -2.835 1.269 -2.835 2.834 c
+-2.835 19.025 l
+-2.835 20.591 -1.566 21.859 0 21.859 c
+1.565 21.859 2.835 20.591 2.835 19.025 c
+2.835 2.834 l
+2.835 1.269 1.565 0 0 0 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF