summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-re-nl-cmyk-neg.eps
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-re-nl-cmyk-neg.eps')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-re-nl-cmyk-neg.eps1087
1 files changed, 1087 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-re-nl-cmyk-neg.eps b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-re-nl-cmyk-neg.eps
new file mode 100644
index 00000000000..c56afe8b3de
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/Logos/logo-uantwerpen-re-nl-cmyk-neg.eps
@@ -0,0 +1,1087 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%Produced by poppler pdftops version: 20.09.0 (http://poppler.freedesktop.org)
+%%Creator: Adobe Illustrator(R) 25.0
+%%LanguageLevel: 2
+%%DocumentSuppliedResources: (atend)
+%%BoundingBox: 0 0 407 103
+%%HiResBoundingBox: 0 0 407 103
+%%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 407 103 re
+W
+q
+q
+[0.1 0 0 0.1 0 0] cm
+q
+0 0 4060.74 1020.47 re
+W
+[/Separation (RE C=10 M=100 Y=90 K=5) /DeviceCMYK
+{dup 0.1 mul exch dup 1 mul exch dup 0.9 mul exch 0.05 mul }
+] {} cs
+[1] sc
+[1] sc
+969.449 -0.011719 m
+51.0234 -0.011719 l
+22.9609 -0.011719 0.003906 22.9531 0.003906 51.0195 c
+0.003906 969.449 l
+0.003906 997.508 22.9609 1020.47 51.0234 1020.47 c
+969.449 1020.47 l
+997.512 1020.47 1020.47 997.508 1020.47 969.449 c
+1020.47 51.0195 l
+1020.47 22.9531 997.512 -0.011719 969.449 -0.011719 c
+f
+/DeviceCMYK {} cs
+[0 0 0 0] sc
+654.695 479.996 m
+659.027 356.605 608.289 267.398 496.473 267.398 c
+409.387 267.398 321.215 332.633 321.215 461.996 c
+321.215 808.926 l
+177.82 808.926 l
+177.82 454.711 l
+177.82 320.543 267.688 182.934 474.719 182.934 c
+675.672 182.934 756.527 327.145 757.438 446.734 c
+904.164 424.125 971.418 533.598 952.238 608.141 c
+926.613 578.551 885.637 552.34 757.613 588.648 c
+757.613 808.926 l
+654.695 808.926 l
+654.695 623.551 l
+453.637 689.547 406.051 506.371 406.051 506.371 c
+406.051 506.371 500.086 558.09 654.695 479.996 c
+f
+1354.22 603.77 m
+1313.75 603.77 1281.44 624.785 1281.44 668.145 c
+1281.44 785.594 l
+1319.27 785.594 l
+1319.27 672.605 l
+1319.27 644.227 1340.56 633.457 1358.68 633.457 c
+1378.13 633.457 1396.26 644.227 1396.26 671.563 c
+1396.26 785.594 l
+1433.58 785.594 l
+1433.58 671.563 l
+1433.58 627.41 1402.04 603.77 1354.22 603.77 c
+f
+1561.32 606.922 m
+1561.32 687.852 l
+1561.32 706.504 1551.34 715.965 1534.79 715.965 c
+1525.32 715.965 1516.14 713.074 1509.56 708.867 c
+1509.56 606.922 l
+1474.61 606.922 l
+1474.61 739.609 l
+1508.24 742.234 l
+1507.73 723.848 l
+1508.77 723.848 l
+1518.5 734.617 1534.52 744.082 1552.92 744.082 c
+1576.56 744.082 1596.01 728.309 1596.01 698.094 c
+1596.01 606.922 l
+1561.32 606.922 l
+f
+1632.83 606.922 m
+1632.83 740.926 l
+1668.05 740.926 l
+1668.05 606.922 l
+1632.83 606.922 l
+h
+1650.44 765.625 m
+1640.45 765.625 1632.04 774.031 1632.04 784.277 c
+1632.04 794.531 1640.45 802.41 1650.44 802.41 c
+1660.69 802.41 1668.83 794.531 1668.83 784.277 c
+1668.83 774.031 1660.69 765.625 1650.44 765.625 c
+f
+1770.01 606.133 m
+1740.58 606.133 l
+1686.98 740.926 l
+1726.39 740.926 l
+1750.31 669.98 l
+1754.24 658.945 1757.4 640.027 1757.4 640.027 c
+1757.4 640.027 1760.55 658.68 1764.49 669.98 c
+1788.4 740.926 l
+1823.87 740.926 l
+1770.01 606.133 l
+f
+1896.43 721.219 m
+1879.61 721.219 1869.1 705.195 1867.27 689.16 c
+1923.75 689.16 l
+1923.75 706.766 1913.77 721.219 1896.43 721.219 c
+h
+1954.76 668.934 m
+1865.95 668.934 l
+1866.74 646.863 1881.46 630.047 1906.15 630.047 c
+1921.92 630.047 1936.11 633.457 1951.87 639.504 c
+1950.3 614.805 l
+1934.01 608.23 1917.98 604.031 1896.69 604.031 c
+1856.49 604.031 1832.05 631.883 1832.05 671.297 c
+1832.05 714.133 1859.9 744.082 1899.32 744.082 c
+1937.42 744.082 1956.08 718.066 1956.08 688.113 c
+1956.08 682.07 1955.55 673.66 1954.76 668.934 c
+f
+2062.27 704.402 m
+2055.43 708.348 2046.51 710.977 2038.1 710.977 c
+2029.95 710.977 2022.06 707.559 2017.6 702.832 c
+2017.6 606.922 l
+1982.65 606.922 l
+1982.65 739.609 l
+2015.76 742.5 l
+2014.71 718.594 l
+2015.76 718.594 l
+2022.59 733.574 2035.47 744.082 2049.91 744.082 c
+2056.22 744.082 2063.32 742.5 2067.79 739.871 c
+2062.27 704.402 l
+f
+2119.84 604.031 m
+2102.49 604.031 2088.57 607.703 2077 614.012 c
+2080.95 640.293 l
+2093.03 633.984 2108.01 629.785 2120.89 629.785 c
+2131.93 629.785 2141.91 633.457 2141.91 643.184 c
+2141.91 664.465 2081.21 659.734 2081.21 702.566 c
+2081.21 729.629 2105.91 744.082 2134.55 744.082 c
+2148.74 744.082 2163.45 740.137 2173.18 735.938 c
+2169.23 710.715 l
+2158.99 714.648 2145.32 718.328 2132.71 718.328 c
+2123.25 718.328 2115.11 714.648 2115.11 707.031 c
+2115.11 686.016 2176.07 690.215 2176.07 647.91 c
+2176.07 618.75 2150.58 604.031 2119.84 604.031 c
+f
+2203.67 606.922 m
+2203.67 740.926 l
+2238.89 740.926 l
+2238.89 606.922 l
+2203.67 606.922 l
+h
+2221.28 765.625 m
+2211.29 765.625 2202.88 774.031 2202.88 784.277 c
+2202.88 794.531 2211.29 802.41 2221.28 802.41 c
+2231.53 802.41 2239.67 794.531 2239.67 784.277 c
+2239.67 774.031 2231.53 765.625 2221.28 765.625 c
+f
+2316.95 604.031 m
+2293.3 604.031 2278.06 618.75 2278.06 641.34 c
+2278.06 648.965 2278.85 683.906 2278.85 704.93 c
+2278.85 716.23 l
+2266.23 716.23 l
+2266.23 729.891 l
+2309.59 770.098 l
+2313.01 770.098 l
+2313.01 740.926 l
+2355.57 740.926 l
+2355.57 716.23 l
+2313.01 716.23 l
+2313.01 714.133 2312.48 671.297 2312.48 653.164 c
+2312.48 638.973 2320.89 632.676 2333.76 632.676 c
+2340.6 632.676 2348.74 633.457 2356.62 636.086 c
+2356.62 611.914 l
+2345.32 607.188 2331.93 604.031 2316.95 604.031 c
+f
+2432.84 721.219 m
+2416.03 721.219 2405.52 705.195 2403.68 689.16 c
+2460.17 689.16 l
+2460.17 706.766 2450.19 721.219 2432.84 721.219 c
+h
+2491.17 668.934 m
+2402.37 668.934 l
+2403.16 646.863 2417.87 630.047 2442.57 630.047 c
+2458.33 630.047 2472.52 633.457 2488.28 639.504 c
+2486.71 614.805 l
+2470.42 608.23 2454.4 604.031 2433.11 604.031 c
+2392.9 604.031 2368.47 631.883 2368.47 671.297 c
+2368.47 714.133 2396.32 744.082 2435.73 744.082 c
+2473.84 744.082 2492.49 718.066 2492.49 688.113 c
+2492.49 682.07 2491.97 673.66 2491.17 668.934 c
+f
+2519.85 606.922 m
+2519.85 740.926 l
+2555.06 740.926 l
+2555.06 606.922 l
+2519.85 606.922 l
+h
+2537.45 765.625 m
+2527.46 765.625 2519.06 774.031 2519.06 784.277 c
+2519.06 794.531 2527.46 802.41 2537.45 802.41 c
+2547.7 802.41 2555.84 794.531 2555.84 784.277 c
+2555.84 774.031 2547.7 765.625 2537.45 765.625 c
+f
+2633.12 604.031 m
+2609.48 604.031 2594.23 618.75 2594.23 641.34 c
+2594.23 648.965 2595.02 683.906 2595.02 704.93 c
+2595.02 716.23 l
+2582.4 716.23 l
+2582.4 729.891 l
+2625.76 770.098 l
+2629.18 770.098 l
+2629.18 740.926 l
+2671.74 740.926 l
+2671.74 716.23 l
+2629.18 716.23 l
+2629.18 714.133 2628.65 671.297 2628.65 653.164 c
+2628.65 638.973 2637.06 632.676 2649.93 632.676 c
+2656.77 632.676 2664.91 633.457 2672.8 636.086 c
+2672.8 611.914 l
+2661.5 607.188 2648.1 604.031 2633.12 604.031 c
+f
+2821.55 733.047 m
+2819.18 740.137 2817.07 754.063 2817.07 754.063 c
+2817.07 754.063 2814.97 740.664 2812.35 733.047 c
+2793.96 679.441 l
+2840.2 679.441 l
+2821.55 733.047 l
+h
+2863.32 606.922 m
+2847.03 653.953 l
+2787.39 653.953 l
+2771.62 606.922 l
+2732.99 606.922 l
+2797.89 785.594 l
+2839.41 785.594 l
+2904.31 606.922 l
+2863.32 606.922 l
+f
+3011.83 606.922 m
+3011.83 687.852 l
+3011.83 706.504 3001.85 715.965 2985.3 715.965 c
+2975.83 715.965 2966.64 713.074 2960.07 708.867 c
+2960.07 606.922 l
+2925.12 606.922 l
+2925.12 739.609 l
+2958.75 742.234 l
+2958.23 723.848 l
+2959.28 723.848 l
+2969.01 734.617 2985.03 744.082 3003.43 744.082 c
+3027.07 744.082 3046.52 728.309 3046.52 698.094 c
+3046.52 606.922 l
+3011.83 606.922 l
+f
+3122.49 604.031 m
+3098.85 604.031 3083.61 618.75 3083.61 641.34 c
+3083.61 648.965 3084.4 683.906 3084.4 704.93 c
+3084.4 716.23 l
+3071.78 716.23 l
+3071.78 729.891 l
+3115.14 770.098 l
+3118.56 770.098 l
+3118.56 740.926 l
+3161.12 740.926 l
+3161.12 716.23 l
+3118.56 716.23 l
+3118.56 714.133 3118.03 671.297 3118.03 653.164 c
+3118.03 638.973 3126.44 632.676 3139.31 632.676 c
+3146.15 632.676 3154.29 633.457 3162.17 636.086 c
+3162.17 611.914 l
+3150.87 607.188 3137.47 604.031 3122.49 604.031 c
+f
+3332.73 606.133 m
+3304.88 606.133 l
+3279.39 672.605 l
+3275.44 682.859 3272.81 700.461 3272.81 700.461 c
+3272.81 700.461 3268.87 683.125 3265.2 672.605 c
+3240.49 606.133 l
+3213.43 606.133 l
+3167.45 740.926 l
+3205.81 740.926 l
+3224.73 674.969 l
+3227.88 664.465 3231.04 644.227 3231.04 644.227 c
+3231.04 644.227 3234.97 663.934 3238.65 674.715 c
+3262.04 740.926 l
+3287.8 740.926 l
+3312.23 674.715 l
+3316.43 663.934 3319.58 644.758 3319.58 644.758 c
+3319.58 644.758 3322.47 664.465 3325.89 675.234 c
+3344.54 740.926 l
+3378.97 740.926 l
+3332.73 606.133 l
+f
+3453.64 721.219 m
+3436.82 721.219 3426.31 705.195 3424.48 689.16 c
+3480.96 689.16 l
+3480.96 706.766 3470.98 721.219 3453.64 721.219 c
+h
+3511.97 668.934 m
+3423.16 668.934 l
+3423.95 646.863 3438.66 630.047 3463.36 630.047 c
+3479.12 630.047 3493.31 633.457 3509.07 639.504 c
+3507.5 614.805 l
+3491.21 608.23 3475.19 604.031 3453.9 604.031 c
+3413.69 604.031 3389.26 631.883 3389.26 671.297 c
+3389.26 714.133 3417.11 744.082 3456.53 744.082 c
+3494.63 744.082 3513.28 718.066 3513.28 688.113 c
+3513.28 682.07 3512.76 673.66 3511.97 668.934 c
+f
+3619.48 704.402 m
+3612.64 708.348 3603.71 710.977 3595.31 710.977 c
+3587.16 710.977 3579.27 707.559 3574.81 702.832 c
+3574.81 606.922 l
+3539.86 606.922 l
+3539.86 739.609 l
+3572.97 742.5 l
+3571.92 718.594 l
+3572.97 718.594 l
+3579.8 733.574 3592.68 744.082 3607.12 744.082 c
+3613.43 744.082 3620.53 742.5 3624.99 739.871 c
+3619.48 704.402 l
+f
+3703.58 716.492 m
+3694.65 716.492 3685.72 713.602 3679.67 709.395 c
+3679.67 635.566 l
+3684.66 632.148 3693.6 629.785 3701.21 629.785 c
+3724.34 629.785 3737.47 648.172 3737.47 672.605 c
+3737.47 699.941 3724.07 716.492 3703.58 716.492 c
+h
+3699.64 605.078 m
+3692.28 605.078 3684.13 606.922 3679.67 609.285 c
+3679.67 539.918 l
+3644.72 539.918 l
+3644.72 739.609 l
+3678.35 742.234 l
+3677.83 724.375 l
+3678.88 724.375 l
+3688.61 736.199 3703.84 744.082 3718.82 744.082 c
+3751.93 744.082 3772.95 715.965 3772.95 678.652 c
+3772.95 634.512 3744.31 605.078 3699.64 605.078 c
+f
+3853.13 721.219 m
+3836.31 721.219 3825.8 705.195 3823.97 689.16 c
+3880.45 689.16 l
+3880.45 706.766 3870.47 721.219 3853.13 721.219 c
+h
+3911.46 668.934 m
+3822.65 668.934 l
+3823.44 646.863 3838.16 630.047 3862.85 630.047 c
+3878.62 630.047 3892.81 633.457 3908.57 639.504 c
+3906.99 614.805 l
+3890.71 608.23 3874.68 604.031 3853.39 604.031 c
+3813.19 604.031 3788.75 631.883 3788.75 671.297 c
+3788.75 714.133 3816.6 744.082 3856.02 744.082 c
+3894.12 744.082 3912.78 718.066 3912.78 688.113 c
+3912.78 682.07 3912.25 673.66 3911.46 668.934 c
+f
+4026.05 606.922 m
+4026.05 687.852 l
+4026.05 706.504 4016.07 715.965 3999.51 715.965 c
+3990.05 715.965 3980.86 713.074 3974.29 708.867 c
+3974.29 606.922 l
+3939.34 606.922 l
+3939.34 739.609 l
+3972.97 742.234 l
+3972.45 723.848 l
+3973.5 723.848 l
+3983.23 734.617 3999.25 744.082 4017.65 744.082 c
+4041.29 744.082 4060.73 728.309 4060.73 698.094 c
+4060.73 606.922 l
+4026.05 606.922 l
+f
+1510.67 233.461 m
+1510.67 452.23 l
+1598.18 452.23 l
+1598.18 427.73 l
+1536.92 427.73 l
+1536.92 351.422 l
+1585.23 351.422 l
+1585.23 326.918 l
+1536.92 326.918 l
+1536.92 233.461 l
+1510.67 233.461 l
+f
+1672.03 313.617 m
+1645.08 309.066 1634.92 292.613 1634.92 275.113 c
+1634.92 260.063 1642.28 252.711 1652.42 252.711 c
+1659.78 252.711 1667.13 260.414 1672.03 268.461 c
+1672.03 313.617 l
+h
+1706.68 230.309 m
+1688.83 228.207 1677.63 233.461 1673.43 246.762 c
+1672.03 246.762 l
+1667.13 236.957 1658.03 228.91 1642.63 228.91 c
+1624.07 228.91 1609.38 247.113 1609.38 272.309 c
+1609.38 301.715 1628.27 328.668 1672.03 332.523 c
+1672.03 346.871 l
+1672.03 363.676 1666.08 375.57 1650.32 375.57 c
+1640.88 375.57 1627.58 367.875 1617.42 357.027 c
+1613.58 380.473 l
+1623.37 391.676 1639.83 398.324 1653.48 398.324 c
+1683.93 398.324 1696.89 373.824 1696.89 347.926 c
+1696.89 262.867 l
+1696.89 254.809 1700.03 251.313 1708.78 251.313 c
+1706.68 230.309 l
+f
+1821.48 243.961 m
+1813.43 234.508 1801.88 228.91 1787.87 228.91 c
+1754.27 228.91 1735.02 257.613 1735.02 313.266 c
+1735.02 368.57 1754.62 398.324 1789.28 398.324 c
+1802.93 398.324 1813.43 393.082 1821.83 384.32 c
+1815.88 359.477 l
+1810.28 368.57 1799.43 375.922 1790.68 375.922 c
+1769.68 375.922 1760.92 354.574 1760.92 313.617 c
+1760.92 271.617 1770.02 251.313 1791.73 251.313 c
+1800.83 251.313 1809.23 258.316 1815.88 267.758 c
+1821.48 243.961 l
+f
+1919.84 229.605 m
+1919.84 250.258 l
+1911.43 235.914 1897.79 228.91 1885.53 228.91 c
+1864.52 228.91 1852.98 248.16 1852.98 269.164 c
+1852.98 393.773 l
+1877.82 393.773 l
+1877.82 274.066 l
+1877.82 259.359 1884.13 253.063 1894.28 253.063 c
+1902.68 253.063 1911.78 261.109 1919.84 271.617 c
+1919.84 393.773 l
+1944.69 393.773 l
+1944.69 234.156 l
+1919.84 229.605 l
+f
+1985.62 233.461 m
+1985.62 469.379 l
+2010.47 473.93 l
+2010.47 233.461 l
+1985.62 233.461 l
+f
+2112.34 236.266 m
+2105.69 231.715 2096.23 228.91 2089.23 228.91 c
+2071.38 228.91 2054.23 238.012 2054.23 278.617 c
+2054.23 369.625 l
+2038.13 371.371 l
+2038.13 388.18 l
+2054.23 394.477 l
+2054.23 430.531 l
+2079.08 430.531 l
+2079.08 393.773 l
+2111.29 393.773 l
+2109.89 371.371 l
+2079.08 371.371 l
+2079.08 276.168 l
+2079.08 257.613 2085.38 251.664 2093.44 251.664 c
+2098.68 251.664 2104.98 255.16 2109.18 259.008 c
+2112.34 236.266 l
+f
+2199.48 334.273 m
+2199.48 364.371 2192.48 375.922 2179.89 375.922 c
+2167.63 375.922 2157.48 358.773 2156.08 328.316 c
+2199.48 328.316 l
+2199.48 334.273 l
+h
+2216.98 243.961 m
+2208.23 234.508 2198.78 228.91 2183.38 228.91 c
+2148.73 228.91 2130.18 257.613 2130.18 313.266 c
+2130.18 369.625 2152.58 398.324 2181.28 398.324 c
+2210.33 398.324 2223.28 374.176 2223.28 333.219 c
+2223.28 329.02 2222.59 315.719 2221.54 308.715 c
+2155.73 308.715 l
+2156.43 269.867 2165.53 251.313 2186.18 251.313 c
+2197.03 251.313 2204.39 258.316 2211.39 267.758 c
+2216.98 243.961 l
+f
+2257.93 233.461 m
+2257.93 393.082 l
+2282.79 397.621 l
+2282.79 233.461 l
+2257.93 233.461 l
+h
+2252.68 450.133 m
+2252.68 460.98 2258.98 470.434 2270.53 470.434 c
+2282.08 470.434 2288.38 460.98 2288.38 450.133 c
+2288.38 439.281 2282.08 429.828 2270.53 429.828 c
+2258.98 429.828 2252.68 439.281 2252.68 450.133 c
+f
+2385.33 236.266 m
+2378.68 231.715 2369.23 228.91 2362.23 228.91 c
+2344.38 228.91 2327.23 238.012 2327.23 278.617 c
+2327.23 369.625 l
+2311.13 371.371 l
+2311.13 388.18 l
+2327.23 394.477 l
+2327.23 430.531 l
+2352.08 430.531 l
+2352.08 393.773 l
+2384.29 393.773 l
+2382.88 371.371 l
+2352.08 371.371 l
+2352.08 276.168 l
+2352.08 257.613 2358.38 251.664 2366.43 251.664 c
+2371.68 251.664 2377.98 255.16 2382.18 259.008 c
+2385.33 236.266 l
+f
+2507.83 343.375 m
+2536.89 346.168 2549.14 358.773 2549.14 388.18 c
+2549.14 417.23 2536.18 428.082 2509.93 428.082 c
+2502.23 428.082 l
+2502.23 343.023 l
+2507.83 343.375 l
+h
+2554.74 233.461 m
+2523.94 321.324 l
+2502.23 318.168 l
+2502.23 233.461 l
+2475.98 233.461 l
+2475.98 452.23 l
+2512.74 452.23 l
+2558.94 452.23 2576.09 426.332 2576.09 388.18 c
+2576.09 361.227 2564.89 338.473 2548.44 329.02 c
+2582.04 233.461 l
+2554.74 233.461 l
+f
+2673.39 334.273 m
+2673.39 364.371 2666.39 375.922 2653.79 375.922 c
+2641.54 375.922 2631.39 358.773 2629.98 328.316 c
+2673.39 328.316 l
+2673.39 334.273 l
+h
+2690.89 243.961 m
+2682.14 234.508 2672.69 228.91 2657.29 228.91 c
+2622.64 228.91 2604.08 257.613 2604.08 313.266 c
+2604.08 369.625 2626.49 398.324 2655.19 398.324 c
+2684.24 398.324 2697.19 374.176 2697.19 333.219 c
+2697.19 329.02 2696.5 315.719 2695.44 308.715 c
+2629.64 308.715 l
+2630.33 269.867 2639.44 251.313 2660.09 251.313 c
+2670.94 251.313 2678.29 258.316 2685.3 267.758 c
+2690.89 243.961 l
+f
+2811.29 243.961 m
+2803.24 234.508 2791.69 228.91 2777.69 228.91 c
+2744.08 228.91 2724.84 257.613 2724.84 313.266 c
+2724.84 368.57 2744.44 398.324 2779.09 398.324 c
+2792.75 398.324 2803.24 393.082 2811.64 384.32 c
+2805.7 359.477 l
+2800.09 368.57 2789.24 375.922 2780.49 375.922 c
+2759.49 375.922 2750.74 354.574 2750.74 313.617 c
+2750.74 271.617 2759.84 251.313 2781.55 251.313 c
+2790.65 251.313 2799.05 258.316 2805.7 267.758 c
+2811.29 243.961 l
+f
+2910.33 233.461 m
+2910.33 353.168 l
+2910.33 367.875 2904.04 374.176 2893.89 374.176 c
+2885.49 374.176 2876.04 366.129 2868.33 355.621 c
+2868.33 233.461 l
+2843.48 233.461 l
+2843.48 469.379 l
+2868.33 473.93 l
+2868.33 376.977 l
+2876.73 391.324 2890.38 398.324 2902.64 398.324 c
+2923.64 398.324 2935.19 379.078 2935.19 358.07 c
+2935.19 233.461 l
+2910.33 233.461 l
+f
+3036.34 236.266 m
+3029.69 231.715 3020.24 228.91 3013.23 228.91 c
+2995.38 228.91 2978.23 238.012 2978.23 278.617 c
+2978.23 369.625 l
+2962.13 371.371 l
+2962.13 388.18 l
+2978.23 394.477 l
+2978.23 430.531 l
+3003.09 430.531 l
+3003.09 393.773 l
+3035.3 393.773 l
+3033.89 371.371 l
+3003.09 371.371 l
+3003.09 276.168 l
+3003.09 257.613 3009.39 251.664 3017.44 251.664 c
+3022.69 251.664 3028.99 255.16 3033.19 259.008 c
+3036.34 236.266 l
+f
+3123.49 334.273 m
+3123.49 364.371 3116.49 375.922 3103.89 375.922 c
+3091.63 375.922 3081.49 358.773 3080.08 328.316 c
+3123.49 328.316 l
+3123.49 334.273 l
+h
+3140.99 243.961 m
+3132.24 234.508 3122.79 228.91 3107.39 228.91 c
+3072.74 228.91 3054.18 257.613 3054.18 313.266 c
+3054.18 369.625 3076.58 398.324 3105.29 398.324 c
+3134.34 398.324 3147.29 374.176 3147.29 333.219 c
+3147.29 329.02 3146.59 315.719 3145.54 308.715 c
+3079.74 308.715 l
+3080.43 269.867 3089.53 251.313 3110.19 251.313 c
+3121.04 251.313 3128.39 258.316 3135.39 267.758 c
+3140.99 243.961 l
+f
+3248.09 233.461 m
+3248.09 353.168 l
+3248.09 367.875 3241.79 374.176 3231.64 374.176 c
+3223.24 374.176 3213.79 366.129 3206.09 355.621 c
+3206.09 233.461 l
+3181.23 233.461 l
+3181.23 393.082 l
+3206.09 397.621 l
+3206.09 376.977 l
+3214.48 391.324 3228.14 398.324 3240.39 398.324 c
+3261.39 398.324 3272.94 379.078 3272.94 358.07 c
+3272.94 233.461 l
+3248.09 233.461 l
+f
+[/Separation (RE C=10 M=100 Y=90 K=5) /DeviceCMYK
+{dup 0.1 mul exch dup 1 mul exch dup 0.9 mul exch 0.05 mul }
+] {} cs
+[1] sc
+[1] sc
+1309.43 233.453 m
+1309.43 233.453 l
+1293.77 233.453 1281.08 246.148 1281.08 261.801 c
+1281.08 423.715 l
+1281.08 439.371 1293.77 452.055 1309.43 452.055 c
+1325.08 452.055 1337.77 439.371 1337.77 423.715 c
+1337.77 261.801 l
+1337.77 246.148 1325.08 233.453 1309.43 233.453 c
+f
+Q
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%EOF