From 159aa77bf48b6a49ba55e9105f19191dce9f7862 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 22 Mar 2021 03:01:03 +0000 Subject: CTAN sync 202103220301 --- .../logo-uantwerpen-sw-nl-cmyk-mono-white.eps | 1275 ++++++++++++++++++++ 1 file changed, 1275 insertions(+) create mode 100644 macros/latex/contrib/uantwerpendocs/Logos/logo-uantwerpen-sw-nl-cmyk-mono-white.eps (limited to 'macros/latex/contrib/uantwerpendocs/Logos/logo-uantwerpen-sw-nl-cmyk-mono-white.eps') diff --git a/macros/latex/contrib/uantwerpendocs/Logos/logo-uantwerpen-sw-nl-cmyk-mono-white.eps b/macros/latex/contrib/uantwerpendocs/Logos/logo-uantwerpen-sw-nl-cmyk-mono-white.eps new file mode 100644 index 0000000000..dccf2a8581 --- /dev/null +++ b/macros/latex/contrib/uantwerpendocs/Logos/logo-uantwerpen-sw-nl-cmyk-mono-white.eps @@ -0,0 +1,1275 @@ +%!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 470 103 +%%HiResBoundingBox: 0 0 470 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 470 103 re +W +q +q +[0.1 0 0 0.1 0 0] cm +q +0 0 4693.3 1020.47 re +W +/DeviceCMYK {} cs +[0 0 0 0] sc +757.438 446.742 m +756.523 327.145 675.668 182.934 474.719 182.934 c +267.688 182.934 177.816 320.543 177.816 454.711 c +177.816 808.93 l +321.211 808.93 l +321.211 461.996 l +321.211 332.633 409.387 267.398 496.469 267.398 c +608.285 267.398 659.023 356.605 654.691 479.996 c +500.082 558.09 406.051 506.371 406.051 506.371 c +406.051 506.371 453.633 689.547 654.691 623.551 c +654.691 808.93 l +757.613 808.93 l +757.613 588.648 l +885.637 552.348 926.609 578.551 952.234 608.141 c +971.418 533.598 904.16 424.125 757.438 446.742 c +h +969.449 1020.47 m +51.0195 1020.47 l +22.9609 1020.47 0 997.504 0 969.449 c +0 51.0195 l +0 22.9531 22.9609 0 51.0195 0 c +969.449 0 l +997.512 0 1020.47 22.9531 1020.47 51.0195 c +1020.47 969.449 l +1020.47 997.504 997.512 1020.47 969.449 1020.47 c +f +1354.23 603.766 m +1313.76 603.766 1281.45 624.781 1281.45 668.141 c +1281.45 785.582 l +1319.28 785.582 l +1319.28 672.602 l +1319.28 644.223 1340.57 633.453 1358.69 633.453 c +1378.13 633.453 1396.27 644.223 1396.27 671.559 c +1396.27 785.582 l +1433.58 785.582 l +1433.58 671.559 l +1433.58 627.406 1402.05 603.766 1354.23 603.766 c +f +1561.33 606.91 m +1561.33 687.848 l +1561.33 706.5 1551.35 715.953 1534.79 715.953 c +1525.33 715.953 1516.14 713.063 1509.57 708.863 c +1509.57 606.91 l +1474.62 606.91 l +1474.62 739.605 l +1508.25 742.23 l +1507.73 723.844 l +1508.78 723.844 l +1518.51 734.613 1534.53 744.078 1552.93 744.078 c +1576.57 744.078 1596.02 728.305 1596.02 698.09 c +1596.02 606.91 l +1561.33 606.91 l +f +1632.84 606.91 m +1632.84 740.914 l +1668.06 740.914 l +1668.06 606.91 l +1632.84 606.91 l +h +1650.45 765.621 m +1640.46 765.621 1632.05 774.027 1632.05 784.273 c +1632.05 794.527 1640.46 802.398 1650.45 802.398 c +1660.69 802.398 1668.84 794.527 1668.84 784.273 c +1668.84 774.027 1660.69 765.621 1650.45 765.621 c +f +1770.02 606.129 m +1740.59 606.129 l +1686.98 740.914 l +1726.4 740.914 l +1750.31 669.977 l +1754.25 658.941 1757.4 640.016 1757.4 640.016 c +1757.4 640.016 1760.56 658.676 1764.5 669.977 c +1788.41 740.914 l +1823.88 740.914 l +1770.02 606.129 l +f +1896.44 721.207 m +1879.62 721.207 1869.11 705.191 1867.28 689.156 c +1923.76 689.156 l +1923.76 706.762 1913.78 721.207 1896.44 721.207 c +h +1954.77 668.922 m +1865.96 668.922 l +1866.75 646.852 1881.46 630.035 1906.16 630.035 c +1921.92 630.035 1936.11 633.453 1951.88 639.496 c +1950.3 614.801 l +1934.01 608.227 1917.99 604.02 1896.7 604.02 c +1856.49 604.02 1832.06 631.871 1832.06 671.285 c +1832.06 714.117 1859.91 744.078 1899.33 744.078 c +1937.43 744.078 1956.08 718.063 1956.08 688.102 c +1956.08 682.066 1955.56 673.648 1954.77 668.922 c +f +2062.28 704.391 m +2055.44 708.336 2046.51 710.973 2038.11 710.973 c +2029.96 710.973 2022.07 707.555 2017.61 702.828 c +2017.61 606.91 l +1982.66 606.91 l +1982.66 739.605 l +2015.77 742.496 l +2014.72 718.59 l +2015.77 718.59 l +2022.6 733.57 2035.48 744.078 2049.92 744.078 c +2056.23 744.078 2063.33 742.496 2067.79 739.867 c +2062.28 704.391 l +f +2119.84 604.02 m +2102.5 604.02 2088.57 607.699 2077.01 614.008 c +2080.96 640.289 l +2093.04 633.98 2108.02 629.781 2120.9 629.781 c +2131.93 629.781 2141.91 633.453 2141.91 643.18 c +2141.91 664.457 2081.22 659.723 2081.22 702.555 c +2081.22 729.625 2105.92 744.078 2134.56 744.078 c +2148.75 744.078 2163.46 740.133 2173.18 735.934 c +2169.24 710.699 l +2158.99 714.645 2145.33 718.316 2132.71 718.316 c +2123.26 718.316 2115.12 714.645 2115.12 707.027 c +2115.12 686.012 2176.07 690.211 2176.07 647.906 c +2176.07 618.746 2150.59 604.02 2119.84 604.02 c +f +2203.68 606.91 m +2203.68 740.914 l +2238.9 740.914 l +2238.9 606.91 l +2203.68 606.91 l +h +2221.29 765.621 m +2211.3 765.621 2202.89 774.027 2202.89 784.273 c +2202.89 794.527 2211.3 802.398 2221.29 802.398 c +2231.53 802.398 2239.68 794.527 2239.68 784.273 c +2239.68 774.027 2231.53 765.621 2221.29 765.621 c +f +2316.95 604.02 m +2293.31 604.02 2278.07 618.746 2278.07 641.332 c +2278.07 648.961 2278.86 683.902 2278.86 704.918 c +2278.86 716.227 l +2266.24 716.227 l +2266.24 729.879 l +2309.6 770.094 l +2313.02 770.094 l +2313.02 740.914 l +2355.58 740.914 l +2355.58 716.227 l +2313.02 716.227 l +2313.02 714.117 2312.49 671.285 2312.49 653.16 c +2312.49 638.969 2320.9 632.672 2333.77 632.672 c +2340.61 632.672 2348.75 633.453 2356.63 636.078 c +2356.63 611.91 l +2345.33 607.184 2331.93 604.02 2316.95 604.02 c +f +2432.85 721.207 m +2416.04 721.207 2405.53 705.191 2403.69 689.156 c +2460.18 689.156 l +2460.18 706.762 2450.2 721.207 2432.85 721.207 c +h +2491.18 668.922 m +2402.37 668.922 l +2403.16 646.852 2417.88 630.035 2442.58 630.035 c +2458.34 630.035 2472.53 633.453 2488.29 639.496 c +2486.72 614.801 l +2470.43 608.227 2454.4 604.02 2433.12 604.02 c +2392.91 604.02 2368.48 631.871 2368.48 671.285 c +2368.48 714.117 2396.33 744.078 2435.74 744.078 c +2473.85 744.078 2492.5 718.063 2492.5 688.102 c +2492.5 682.066 2491.97 673.648 2491.18 668.922 c +f +2519.85 606.91 m +2519.85 740.914 l +2555.07 740.914 l +2555.07 606.91 l +2519.85 606.91 l +h +2537.46 765.621 m +2527.47 765.621 2519.06 774.027 2519.06 784.273 c +2519.06 794.527 2527.47 802.398 2537.46 802.398 c +2547.71 802.398 2555.85 794.527 2555.85 784.273 c +2555.85 774.027 2547.71 765.621 2537.46 765.621 c +f +2633.13 604.02 m +2609.48 604.02 2594.24 618.746 2594.24 641.332 c +2594.24 648.961 2595.03 683.902 2595.03 704.918 c +2595.03 716.227 l +2582.41 716.227 l +2582.41 729.879 l +2625.77 770.094 l +2629.19 770.094 l +2629.19 740.914 l +2671.75 740.914 l +2671.75 716.227 l +2629.19 716.227 l +2629.19 714.117 2628.66 671.285 2628.66 653.16 c +2628.66 638.969 2637.07 632.672 2649.94 632.672 c +2656.78 632.672 2664.92 633.453 2672.8 636.078 c +2672.8 611.91 l +2661.5 607.184 2648.11 604.02 2633.13 604.02 c +f +2821.55 733.043 m +2819.19 740.133 2817.08 754.059 2817.08 754.059 c +2817.08 754.059 2814.98 740.66 2812.35 733.043 c +2793.96 679.43 l +2840.21 679.43 l +2821.55 733.043 l +h +2863.33 606.91 m +2847.04 653.941 l +2787.39 653.941 l +2771.63 606.91 l +2733 606.91 l +2797.9 785.582 l +2839.41 785.582 l +2904.32 606.91 l +2863.33 606.91 l +f +3011.84 606.91 m +3011.84 687.848 l +3011.84 706.5 3001.86 715.953 2985.3 715.953 c +2975.84 715.953 2966.65 713.063 2960.08 708.863 c +2960.08 606.91 l +2925.13 606.91 l +2925.13 739.605 l +2958.76 742.23 l +2958.24 723.844 l +2959.29 723.844 l +2969.01 734.613 2985.04 744.078 3003.44 744.078 c +3027.08 744.078 3046.52 728.305 3046.52 698.09 c +3046.52 606.91 l +3011.84 606.91 l +f +3122.5 604.02 m +3098.86 604.02 3083.61 618.746 3083.61 641.332 c +3083.61 648.961 3084.4 683.902 3084.4 704.918 c +3084.4 716.227 l +3071.79 716.227 l +3071.79 729.879 l +3115.15 770.094 l +3118.56 770.094 l +3118.56 740.914 l +3161.12 740.914 l +3161.12 716.227 l +3118.56 716.227 l +3118.56 714.117 3118.04 671.285 3118.04 653.16 c +3118.04 638.969 3126.45 632.672 3139.32 632.672 c +3146.15 632.672 3154.3 633.453 3162.18 636.078 c +3162.18 611.91 l +3150.88 607.184 3137.48 604.02 3122.5 604.02 c +f +3332.73 606.129 m +3304.88 606.129 l +3279.39 672.602 l +3275.45 682.848 3272.82 700.453 3272.82 700.453 c +3272.82 700.453 3268.88 683.121 3265.21 672.602 c +3240.5 606.129 l +3213.44 606.129 l +3167.46 740.914 l +3205.82 740.914 l +3224.74 674.965 l +3227.89 664.457 3231.04 644.223 3231.04 644.223 c +3231.04 644.223 3234.98 663.93 3238.66 674.703 c +3262.05 740.914 l +3287.8 740.914 l +3312.24 674.703 l +3316.44 663.93 3319.59 644.75 3319.59 644.75 c +3319.59 644.75 3322.48 664.457 3325.9 675.23 c +3344.55 740.914 l +3378.97 740.914 l +3332.73 606.129 l +f +3453.64 721.207 m +3436.83 721.207 3426.32 705.191 3424.48 689.156 c +3480.97 689.156 l +3480.97 706.762 3470.99 721.207 3453.64 721.207 c +h +3511.97 668.922 m +3423.16 668.922 l +3423.96 646.852 3438.67 630.035 3463.37 630.035 c +3479.13 630.035 3493.32 633.453 3509.08 639.496 c +3507.51 614.801 l +3491.22 608.227 3475.2 604.02 3453.91 604.02 c +3413.7 604.02 3389.27 631.871 3389.27 671.285 c +3389.27 714.117 3417.12 744.078 3456.53 744.078 c +3494.64 744.078 3513.29 718.063 3513.29 688.102 c +3513.29 682.066 3512.76 673.648 3511.97 668.922 c +f +3619.48 704.391 m +3612.65 708.336 3603.72 710.973 3595.31 710.973 c +3587.17 710.973 3579.28 707.555 3574.81 702.828 c +3574.81 606.91 l +3539.86 606.91 l +3539.86 739.605 l +3572.98 742.496 l +3571.92 718.59 l +3572.98 718.59 l +3579.8 733.57 3592.69 744.078 3607.13 744.078 c +3613.44 744.078 3620.54 742.496 3625 739.867 c +3619.48 704.391 l +f +3703.58 716.48 m +3694.66 716.48 3685.72 713.59 3679.68 709.391 c +3679.68 635.563 l +3684.67 632.145 3693.6 629.781 3701.22 629.781 c +3724.35 629.781 3737.48 648.168 3737.48 672.602 c +3737.48 699.938 3724.08 716.48 3703.58 716.48 c +h +3699.65 605.074 m +3692.29 605.074 3684.14 606.91 3679.68 609.273 c +3679.68 539.918 l +3644.73 539.918 l +3644.73 739.605 l +3678.36 742.23 l +3677.84 724.371 l +3678.89 724.371 l +3688.61 736.188 3703.85 744.078 3718.83 744.078 c +3751.93 744.078 3772.96 715.953 3772.96 678.648 c +3772.96 634.508 3744.32 605.074 3699.65 605.074 c +f +3853.13 721.207 m +3836.32 721.207 3825.81 705.191 3823.97 689.156 c +3880.46 689.156 l +3880.46 706.762 3870.48 721.207 3853.13 721.207 c +h +3911.46 668.922 m +3822.66 668.922 l +3823.45 646.852 3838.16 630.035 3862.86 630.035 c +3878.62 630.035 3892.81 633.453 3908.57 639.496 c +3907 614.801 l +3890.71 608.227 3874.69 604.02 3853.4 604.02 c +3813.19 604.02 3788.76 631.871 3788.76 671.285 c +3788.76 714.117 3816.61 744.078 3856.03 744.078 c +3894.13 744.078 3912.78 718.063 3912.78 688.102 c +3912.78 682.066 3912.26 673.648 3911.46 668.922 c +f +4026.05 606.91 m +4026.05 687.848 l +4026.05 706.5 4016.07 715.953 3999.52 715.953 c +3990.06 715.953 3980.87 713.063 3974.3 708.863 c +3974.3 606.91 l +3939.35 606.91 l +3939.35 739.605 l +3972.98 742.23 l +3972.46 723.844 l +3973.51 723.844 l +3983.23 734.613 3999.26 744.078 4017.66 744.078 c +4041.3 744.078 4060.74 728.305 4060.74 698.09 c +4060.74 606.91 l +4026.05 606.91 l +f +1509.41 233.453 m +1509.41 439.742 l +1591.92 439.742 l +1591.92 416.637 l +1534.17 416.637 l +1534.17 344.684 l +1579.72 344.684 l +1579.72 321.578 l +1534.17 321.578 l +1534.17 233.453 l +1509.41 233.453 l +f +1661.56 309.039 m +1636.14 304.742 1626.57 289.234 1626.57 272.73 c +1626.57 258.539 1633.51 251.617 1643.08 251.617 c +1650.01 251.617 1656.94 258.871 1661.56 266.461 c +1661.56 309.039 l +h +1694.24 230.484 m +1677.4 228.512 1666.84 233.453 1662.88 246 c +1661.56 246 l +1656.94 236.754 1648.36 229.164 1633.84 229.164 c +1616.35 229.164 1602.48 246.324 1602.48 270.094 c +1602.48 297.816 1620.3 323.238 1661.56 326.859 c +1661.56 340.387 l +1661.56 356.234 1655.95 367.457 1641.09 367.457 c +1632.19 367.457 1619.65 360.191 1610.07 349.965 c +1606.45 372.074 l +1615.68 382.633 1631.19 388.91 1644.07 388.91 c +1672.78 388.91 1684.99 365.805 1684.99 341.383 c +1684.99 261.188 l +1684.99 253.59 1687.96 250.289 1696.21 250.289 c +1694.24 230.484 l +f +1802.47 243.355 m +1794.88 234.449 1783.98 229.164 1770.79 229.164 c +1739.1 229.164 1720.95 256.227 1720.95 308.707 c +1720.95 360.855 1739.43 388.91 1772.11 388.91 c +1784.98 388.91 1794.88 383.961 1802.8 375.707 c +1797.19 352.281 l +1791.91 360.855 1781.68 367.789 1773.43 367.789 c +1753.62 367.789 1745.37 347.652 1745.37 309.039 c +1745.37 269.43 1753.96 250.289 1774.41 250.289 c +1783 250.289 1790.92 256.891 1797.19 265.797 c +1802.47 243.355 l +f +1895.2 229.82 m +1895.2 249.293 l +1887.28 235.766 1874.4 229.164 1862.85 229.164 c +1843.05 229.164 1832.16 247.32 1832.16 267.125 c +1832.16 384.625 l +1855.6 384.625 l +1855.6 271.742 l +1855.6 257.887 1861.53 251.938 1871.1 251.938 c +1879.02 251.938 1887.61 259.527 1895.2 269.43 c +1895.2 384.625 l +1918.63 384.625 l +1918.63 234.117 l +1895.2 229.82 l +f +1957.24 233.453 m +1957.24 455.914 l +1980.66 460.199 l +1980.66 233.453 l +1957.24 233.453 l +f +2076.7 236.098 m +2070.43 231.813 2061.52 229.164 2054.92 229.164 c +2038.09 229.164 2021.91 237.75 2021.91 276.031 c +2021.91 361.852 l +2006.73 363.492 l +2006.73 379.332 l +2021.91 385.277 l +2021.91 419.273 l +2045.35 419.273 l +2045.35 384.625 l +2075.71 384.625 l +2074.39 363.492 l +2045.35 363.492 l +2045.35 273.727 l +2045.35 256.227 2051.29 250.621 2058.88 250.621 c +2063.83 250.621 2069.78 253.922 2073.73 257.555 c +2076.7 236.098 l +f +2158.87 328.512 m +2158.87 356.891 2152.27 367.789 2140.38 367.789 c +2128.84 367.789 2119.26 351.617 2117.94 322.906 c +2158.87 322.906 l +2158.87 328.512 l +h +2175.37 243.355 m +2167.12 234.449 2158.2 229.164 2143.68 229.164 c +2111.02 229.164 2093.52 256.227 2093.52 308.707 c +2093.52 361.852 2114.64 388.91 2141.71 388.91 c +2169.1 388.91 2181.31 366.137 2181.31 327.516 c +2181.31 323.559 2180.65 311.02 2179.66 304.418 c +2117.61 304.418 l +2118.27 267.789 2126.86 250.289 2146.33 250.289 c +2156.55 250.289 2163.49 256.891 2170.09 265.797 c +2175.37 243.355 l +f +2213.97 233.453 m +2213.97 383.961 l +2237.41 388.246 l +2237.41 233.453 l +2213.97 233.453 l +h +2209.02 437.758 m +2209.02 447.984 2214.97 456.898 2225.86 456.898 c +2236.75 456.898 2242.7 447.984 2242.7 437.758 c +2242.7 427.523 2236.75 418.609 2225.86 418.609 c +2214.97 418.609 2209.02 427.523 2209.02 437.758 c +f +2334.1 236.098 m +2327.83 231.813 2318.93 229.164 2312.32 229.164 c +2295.49 229.164 2279.32 237.75 2279.32 276.031 c +2279.32 361.852 l +2264.13 363.492 l +2264.13 379.332 l +2279.32 385.277 l +2279.32 419.273 l +2302.75 419.273 l +2302.75 384.625 l +2333.12 384.625 l +2331.8 363.492 l +2302.75 363.492 l +2302.75 273.727 l +2302.75 256.227 2308.69 250.621 2316.28 250.621 c +2321.23 250.621 2327.18 253.922 2331.13 257.555 c +2334.1 236.098 l +f +2417.58 269.762 m +2427.81 258.219 2437.71 251.938 2450.59 251.938 c +2466.43 251.938 2478.64 264.156 2478.64 283.629 c +2478.64 302.105 2469.73 316.305 2450.25 328.18 c +2426.83 342.379 2410.32 363.16 2410.32 389.898 c +2410.32 422.906 2434.08 444.027 2459.5 444.027 c +2475.01 444.027 2488.88 438.414 2498.77 428.18 c +2491.85 404.75 l +2482.93 414.652 2472.37 421.254 2461.15 421.254 c +2444.65 421.254 2433.75 409.371 2433.75 391.227 c +2433.75 374.059 2443.65 361.188 2466.76 346.664 c +2490.53 331.813 2502.07 311.02 2502.07 284.613 c +2502.07 251.285 2479.63 229.164 2449.93 229.164 c +2434.08 229.164 2420.88 235.445 2410.65 246.324 c +2417.58 269.762 l +f +2602.07 308.707 m +2602.07 348.316 2594.14 367.789 2576.98 367.789 c +2559.82 367.789 2552.23 347.652 2552.23 309.039 c +2552.23 269.43 2559.82 250.289 2576.98 250.289 c +2594.14 250.289 2602.07 270.758 2602.07 308.707 c +h +2527.8 308.707 m +2527.8 360.855 2545.96 388.91 2577.65 388.91 c +2609.33 388.91 2626.49 361.852 2626.49 309.371 c +2626.49 257.223 2607.68 229.164 2576.65 229.164 c +2545.3 229.164 2527.8 256.227 2527.8 308.707 c +f +2737.37 243.355 m +2729.79 234.449 2718.89 229.164 2705.69 229.164 c +2674 229.164 2655.85 256.227 2655.85 308.707 c +2655.85 360.855 2674.34 388.91 2707.01 388.91 c +2719.88 388.91 2729.79 383.961 2737.71 375.707 c +2732.09 352.281 l +2726.82 360.855 2716.58 367.789 2708.33 367.789 c +2688.53 367.789 2680.27 347.652 2680.27 309.039 c +2680.27 269.43 2688.86 250.289 2709.32 250.289 c +2717.9 250.289 2725.82 256.891 2732.09 265.797 c +2737.37 243.355 l +f +2768.38 233.453 m +2768.38 383.961 l +2791.82 388.246 l +2791.82 233.453 l +2768.38 233.453 l +h +2763.43 437.758 m +2763.43 447.984 2769.38 456.898 2780.26 456.898 c +2791.15 456.898 2797.1 447.984 2797.1 437.758 c +2797.1 427.523 2791.15 418.609 2780.26 418.609 c +2769.38 418.609 2763.43 427.523 2763.43 437.758 c +f +2882.9 309.039 m +2857.48 304.742 2847.91 289.234 2847.91 272.73 c +2847.91 258.539 2854.84 251.617 2864.41 251.617 c +2871.35 251.617 2878.28 258.871 2882.9 266.461 c +2882.9 309.039 l +h +2915.58 230.484 m +2898.74 228.512 2888.17 233.453 2884.22 246 c +2882.9 246 l +2878.28 236.754 2869.7 229.164 2855.18 229.164 c +2837.69 229.164 2823.82 246.324 2823.82 270.094 c +2823.82 297.816 2841.64 323.238 2882.9 326.859 c +2882.9 340.387 l +2882.9 356.234 2877.29 367.457 2862.43 367.457 c +2853.53 367.457 2840.99 360.191 2831.41 349.965 c +2827.78 372.074 l +2837.02 382.633 2852.53 388.91 2865.4 388.91 c +2894.12 388.91 2906.33 365.805 2906.33 341.383 c +2906.33 261.188 l +2906.33 253.59 2909.3 250.289 2917.55 250.289 c +2915.58 230.484 l +f +2948.23 233.453 m +2948.23 455.914 l +2971.66 460.199 l +2971.66 233.453 l +2948.23 233.453 l +f +3069.68 328.512 m +3069.68 356.891 3063.08 367.789 3051.19 367.789 c +3039.65 367.789 3030.07 351.617 3028.75 322.906 c +3069.68 322.906 l +3069.68 328.512 l +h +3086.18 243.355 m +3077.93 234.449 3069.01 229.164 3054.49 229.164 c +3021.83 229.164 3004.33 256.227 3004.33 308.707 c +3004.33 361.852 3025.45 388.91 3052.52 388.91 c +3079.91 388.91 3092.12 366.137 3092.12 327.516 c +3092.12 323.559 3091.46 311.02 3090.47 304.418 c +3028.42 304.418 l +3029.08 267.789 3037.67 250.289 3057.14 250.289 c +3067.36 250.289 3074.3 256.891 3080.9 265.797 c +3086.18 243.355 l +f +3339.97 439.742 m +3306.31 233.453 l +3280.23 233.453 l +3253.17 410.699 l +3226.1 233.453 l +3200.03 233.453 l +3166.37 439.742 l +3191.46 439.742 l +3213.23 274.059 l +3238.32 439.742 l +3268.03 439.742 l +3293.11 274.059 l +3314.89 439.742 l +3339.97 439.742 l +f +3422.46 328.512 m +3422.46 356.891 3415.86 367.789 3403.97 367.789 c +3392.43 367.789 3382.85 351.617 3381.53 322.906 c +3422.46 322.906 l +3422.46 328.512 l +h +3438.96 243.355 m +3430.71 234.449 3421.8 229.164 3407.28 229.164 c +3374.61 229.164 3357.11 256.227 3357.11 308.707 c +3357.11 361.852 3378.23 388.91 3405.3 388.91 c +3432.7 388.91 3444.9 366.137 3444.9 327.516 c +3444.9 323.559 3444.25 311.02 3443.25 304.418 c +3381.2 304.418 l +3381.87 267.789 3390.45 250.289 3409.92 250.289 c +3420.15 250.289 3427.08 256.891 3433.68 265.797 c +3438.96 243.355 l +f +3531.69 236.098 m +3525.42 231.813 3516.51 229.164 3509.91 229.164 c +3493.08 229.164 3476.9 237.75 3476.9 276.031 c +3476.9 361.852 l +3461.72 363.492 l +3461.72 379.332 l +3476.9 385.277 l +3476.9 419.273 l +3500.34 419.273 l +3500.34 384.625 l +3530.7 384.625 l +3529.38 363.492 l +3500.34 363.492 l +3500.34 273.727 l +3500.34 256.227 3506.28 250.621 3513.87 250.621 c +3518.82 250.621 3524.77 253.922 3528.72 257.555 c +3531.69 236.098 l +f +3613.87 328.512 m +3613.87 356.891 3607.27 367.789 3595.38 367.789 c +3583.84 367.789 3574.26 351.617 3572.94 322.906 c +3613.87 322.906 l +3613.87 328.512 l +h +3630.37 243.355 m +3622.12 234.449 3613.2 229.164 3598.68 229.164 c +3566.02 229.164 3548.52 256.227 3548.52 308.707 c +3548.52 361.852 3569.64 388.91 3596.71 388.91 c +3624.1 388.91 3636.31 366.137 3636.31 327.516 c +3636.31 323.559 3635.65 311.02 3634.66 304.418 c +3572.61 304.418 l +3573.27 267.789 3581.86 250.289 3601.33 250.289 c +3611.55 250.289 3618.49 256.891 3625.09 265.797 c +3630.37 243.355 l +f +3731.35 233.453 m +3731.35 346.332 l +3731.35 360.191 3725.4 366.137 3715.83 366.137 c +3707.91 366.137 3699 358.551 3691.74 348.648 c +3691.74 233.453 l +3668.31 233.453 l +3668.31 383.961 l +3691.74 388.246 l +3691.74 368.773 l +3699.66 382.309 3712.53 388.91 3724.08 388.91 c +3743.89 388.91 3754.78 370.758 3754.78 350.953 c +3754.78 233.453 l +3731.35 233.453 l +f +3790.74 261.84 m +3799.65 254.586 3809.22 249.957 3818.8 249.957 c +3831.34 249.957 3838.93 259.195 3838.93 271.41 c +3838.93 283.629 3832.32 291.871 3816.48 301.117 c +3797.01 312.672 3785.46 326.207 3785.46 347.984 c +3785.46 372.406 3803.95 388.91 3827.04 388.91 c +3839.26 388.91 3850.48 383.961 3857.74 378.676 c +3852.79 357.555 l +3844.54 363.492 3835.96 367.789 3826.72 367.789 c +3815.82 367.789 3807.9 360.523 3807.9 348.316 c +3807.9 336.762 3812.85 329.176 3829.02 319.273 c +3848.17 307.387 3861.37 293.863 3861.37 271.742 c +3861.37 246.324 3842.89 229.164 3819.45 229.164 c +3807.25 229.164 3794.7 233.785 3785.79 240.719 c +3790.74 261.84 l +f +3968.29 243.355 m +3960.7 234.449 3949.8 229.164 3936.61 229.164 c +3904.92 229.164 3886.77 256.227 3886.77 308.707 c +3886.77 360.855 3905.25 388.91 3937.93 388.91 c +3950.8 388.91 3960.7 383.961 3968.62 375.707 c +3963.01 352.281 l +3957.73 360.855 3947.5 367.789 3939.25 367.789 c +3919.44 367.789 3911.19 347.652 3911.19 309.039 c +3911.19 269.43 3919.78 250.289 3940.23 250.289 c +3948.82 250.289 3956.74 256.891 3963.01 265.797 c +3968.29 243.355 l +f +4061.68 233.453 m +4061.68 346.332 l +4061.68 360.191 4055.73 366.137 4046.16 366.137 c +4038.24 366.137 4029.34 358.551 4022.07 348.648 c +4022.07 233.453 l +3998.64 233.453 l +3998.64 455.914 l +4022.07 460.199 l +4022.07 368.773 l +4029.99 382.309 4042.86 388.91 4054.41 388.91 c +4074.22 388.91 4085.11 370.758 4085.11 350.953 c +4085.11 233.453 l +4061.68 233.453 l +f +4174.87 309.039 m +4149.45 304.742 4139.88 289.234 4139.88 272.73 c +4139.88 258.539 4146.82 251.617 4156.39 251.617 c +4163.32 251.617 4170.25 258.871 4174.87 266.461 c +4174.87 309.039 l +h +4207.55 230.484 m +4190.71 228.512 4180.15 233.453 4176.19 246 c +4174.87 246 l +4170.25 236.754 4161.67 229.164 4147.15 229.164 c +4129.66 229.164 4115.79 246.324 4115.79 270.094 c +4115.79 297.816 4133.61 323.238 4174.87 326.859 c +4174.87 340.387 l +4174.87 356.234 4169.26 367.457 4154.4 367.457 c +4145.5 367.457 4132.96 360.191 4123.38 349.965 c +4119.76 372.074 l +4128.99 382.633 4144.5 388.91 4157.37 388.91 c +4186.09 388.91 4198.3 365.805 4198.3 341.383 c +4198.3 261.188 l +4198.3 253.59 4201.27 250.289 4209.52 250.289 c +4207.55 230.484 l +f +4263.63 258.871 m +4267.93 253.922 4274.52 250.289 4281.12 250.289 c +4298.29 250.289 4308.19 274.711 4308.19 309.371 c +4308.19 342.379 4298.95 365.484 4283.11 365.484 c +4275.52 365.484 4268.58 359.535 4263.63 350.621 c +4263.63 258.871 l +h +4240.21 159.527 m +4240.21 383.961 l +4263.63 388.246 l +4263.63 370.758 l +4269.9 381.324 4280.14 388.91 4291.36 388.91 c +4316.77 388.91 4332.62 357.223 4332.62 311.02 c +4332.62 261.84 4314.46 229.164 4286.07 229.164 c +4277.17 229.164 4269.9 231.148 4263.63 235.113 c +4263.63 159.527 l +4240.21 159.527 l +f +4388.7 258.871 m +4393 253.922 4399.6 250.289 4406.19 250.289 c +4423.36 250.289 4433.26 274.711 4433.26 309.371 c +4433.26 342.379 4424.01 365.484 4408.17 365.484 c +4400.59 365.484 4393.65 359.535 4388.7 350.621 c +4388.7 258.871 l +h +4365.27 159.527 m +4365.27 383.961 l +4388.7 388.246 l +4388.7 370.758 l +4394.97 381.324 4405.21 388.91 4416.43 388.91 c +4441.85 388.91 4457.69 357.223 4457.69 311.02 c +4457.69 261.84 4439.53 229.164 4411.14 229.164 c +4402.24 229.164 4394.97 231.148 4388.7 235.113 c +4388.7 159.527 l +4365.27 159.527 l +f +4552.39 328.512 m +4552.39 356.891 4545.79 367.789 4533.91 367.789 c +4522.36 367.789 4512.78 351.617 4511.46 322.906 c +4552.39 322.906 l +4552.39 328.512 l +h +4568.9 243.355 m +4560.64 234.449 4551.73 229.164 4537.21 229.164 c +4504.54 229.164 4487.04 256.227 4487.04 308.707 c +4487.04 361.852 4508.16 388.91 4535.23 388.91 c +4562.63 388.91 4574.83 366.137 4574.83 327.516 c +4574.83 323.559 4574.18 311.02 4573.18 304.418 c +4511.13 304.418 l +4511.8 267.789 4520.38 250.289 4539.85 250.289 c +4550.08 250.289 4557.01 256.891 4563.61 265.797 c +4568.9 243.355 l +f +4669.87 233.453 m +4669.87 346.332 l +4669.87 360.191 4663.93 366.137 4654.36 366.137 c +4646.44 366.137 4637.53 358.551 4630.26 348.648 c +4630.26 233.453 l +4606.84 233.453 l +4606.84 383.961 l +4630.26 388.246 l +4630.26 368.773 l +4638.18 382.309 4651.05 388.91 4662.61 388.91 c +4682.41 388.91 4693.3 370.758 4693.3 350.953 c +4693.3 233.453 l +4669.87 233.453 l +f +1309.42 233.453 m +1309.42 233.453 l +1293.77 233.453 1281.07 246.148 1281.07 261.801 c +1281.07 413.707 l +1281.07 429.359 1293.77 442.055 1309.42 442.055 c +1325.08 442.055 1337.77 429.359 1337.77 413.707 c +1337.77 261.801 l +1337.77 246.148 1325.08 233.453 1309.42 233.453 c +f +Q +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%EOF -- cgit v1.2.3