commit a7e8212115c48e2e3043faf45546c7504f66e378 Author: corentinchoisy Date: Thu Oct 31 13:23:32 2024 +0100 first commit diff --git a/AAUgraphics/aau_logo_new.png b/AAUgraphics/aau_logo_new.png new file mode 100644 index 0000000..13db5c2 Binary files /dev/null and b/AAUgraphics/aau_logo_new.png differ diff --git a/AAUgraphics/aau_logo_new_circle.png b/AAUgraphics/aau_logo_new_circle.png new file mode 100644 index 0000000..f58e961 Binary files /dev/null and b/AAUgraphics/aau_logo_new_circle.png differ diff --git a/AAUgraphics/aau_waves.eps b/AAUgraphics/aau_waves.eps new file mode 100644 index 0000000..8433355 --- /dev/null +++ b/AAUgraphics/aau_waves.eps @@ -0,0 +1,2788 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%Produced by poppler pdftops version: 0.18.4 (http://poppler.freedesktop.org) +%%Creator: pdftk 1.44 - www.pdftk.com +%%LanguageLevel: 2 +%%DocumentSuppliedResources: (atend) +%%BoundingBox: 0 0 842 596 +%%DocumentSuppliedResources: (atend) +%%EndComments +%%BeginProlog +%%BeginResource: procset xpdf 3.00 0 +%%Copyright: Copyright 1996-2004 Glyph & Cog, LLC +/xpdf 75 dict def xpdf begin +% PDF special state +/pdfDictSize 15 def +/pdfSetup { + 3 1 roll 2 array astore + /setpagedevice where { + pop 3 dict begin + /PageSize exch def + /ImagingBBox null def + { /Duplex true def } if + currentdict end setpagedevice + } { + pop 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 +/cshow where { + pop + /cshow2 { + dup { + pop pop + 1 string dup 0 3 index put 3 index exec + } exch cshow + pop pop + } def +}{ + /cshow2 { + currentfont /FontType get 0 eq { + 0 2 2 index length 1 sub { + 2 copy get exch 1 add 2 index exch get + 2 copy exch 256 mul add + 2 string dup 0 6 5 roll put dup 1 5 4 roll put + 3 index exec + } for + } { + dup { + 1 string dup 0 3 index put 3 index exec + } forall + } ifelse + pop pop + } def +} ifelse +/awcp { + exch { + false charpath + 5 index 5 index rmoveto + 6 index eq { 7 index 7 index rmoveto } if + } exch cshow2 + 6 {pop} repeat +} def +/Tj { + fCol + 1 index stringwidth pdfTextMat idtransform pop + sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse + pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32 + 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0 + pdfTextMat dtransform + 6 5 roll Tj1 +} def +/Tj16 { + fCol + 2 index stringwidth pdfTextMat idtransform pop + sub exch div + pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32 + 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0 + pdfTextMat dtransform + 6 5 roll Tj1 +} def +/Tj16V { + fCol + 2 index stringwidth pdfTextMat idtransform exch pop + sub exch div + 0 pdfWordSpacing pdfTextMat dtransform 32 + 4 3 roll pdfCharSpacing add 0 exch + pdfTextMat dtransform + 6 5 roll Tj1 +} def +/Tj1 { + 0 pdfTextRise pdfTextMat dtransform rmoveto + currentpoint 8 2 roll + pdfTextRender 1 and 0 eq pdfPatternCS not and { + 6 copy awidthshow + } if + pdfTextRender 3 and dup 1 eq exch 2 eq or { + 7 index 7 index moveto + 6 copy + currentfont /FontType get 3 eq { fCol } { sCol } ifelse + false awcp currentpoint stroke moveto + } if + pdfTextRender 4 and 0 ne pdfPatternCS or { + 8 6 roll moveto + false awcp + /pdfTextClipPath [ pdfTextClipPath aload pop + {/moveto cvx} + {/lineto cvx} + {/curveto cvx} + {/closepath cvx} + pathforall ] def + currentpoint newpath moveto + } { + 8 {pop} repeat + } ifelse + 0 pdfTextRise neg pdfTextMat dtransform rmoveto +} def +/TJm { pdfFontSize 0.001 mul mul neg 0 + pdfTextMat dtransform rmoveto } def +/TJmV { pdfFontSize 0.001 mul 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 image operators +/pdfImBuf 100 string def +/pdfIm { + image + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} def +/pdfImM { + fCol imagemask + { currentfile pdfImBuf readline + not { pop exit } if + (%-EOD-) eq { exit } if } loop +} 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 +90 rotate +0 -842 translate +[] 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 +q +q +[0.1 0 0 0.1 0 0] cm +q +0 0 5952.81 8418.9 re +W +/DeviceRGB {} cs +[0 0.1411 0.341] sc +15613.8 -26203.1 m +16186.7 -23658.2 16494 -20834.7 15445.9 -18366.5 c +14744.5 -16715 13424.4 -15504 11938.8 -14554.1 c +10578.8 -13684.4 9059.66 -13030 7817.65 -11984.6 c +6587.64 -10949.2 5844.11 -9265.7 6296.81 -7652.5 c +6533.8 -6807.9 7450.6 -6329.9 8149.81 -5920.3 c +8981.99 -5432.6 9797.4 -4937.8 10501.9 -4271.9 c +11632.6 -3203.1 12288.8 -1701.3 11997.1 -142.77 c +11839.9 697.512 11388.9 1370.27 10896.1 2047.26 c +10319.2 2840.09 9805.35 3695.29 9501.45 4631.89 c +9243.99 5425.32 9212.88 6261.33 9433.47 7066.16 c +9693.92 8015.65 10359.6 8752.78 10802.8 9613.06 c +11193.8 10372.8 11420.7 11213.3 11382.3 12070 c +11344.1 12916.4 10981.9 13704.1 10494.9 14383.4 c +10493.8 14384.8 10491 14382.4 10492 14380.9 c +11050.7 13601.6 11391.8 12730.5 11384.6 11763.5 c +11376.5 10649.3 10859 9599.8 10254.7 8692.35 c +9824.27 8045.92 9468.12 7396.65 9330.26 6623.41 c +9205.36 5922.51 9311.04 5207.21 9528.7 4536.42 c +9808.33 3674.76 10299.3 2887.19 10817.1 2151.23 c +11351.1 1392.76 11837 693.082 12011.3 -237.508 c +12405.5 -2342.5 10953.9 -4104.3 9315.82 -5207.3 c +8247.41 -5926.5 6418.23 -6509.8 6225.88 -7987.2 c +6123.72 -8771 6212.94 -9598.3 6523.79 -10326.8 c +7101.58 -11679.6 8425.37 -12511.1 9645.96 -13220 c +11127.1 -14079.9 12670.2 -14865.7 13893.3 -16090.7 c +15435.7 -17635.4 16082.3 -19704.5 16126.9 -21853.3 c +16157.5 -23316.9 15931.1 -24779.3 15610.7 -26203.4 c +15610.3 -26205.6 15613.6 -26204.8 15613.8 -26203.1 c +f +14639.4 -25677.9 m +15244.6 -23193.1 15594.3 -20430.7 14609.3 -17993.3 c +13950 -16362.3 12676.8 -15152.6 11236.9 -14196 c +9918.6 -13320.2 8440.74 -12652.7 7241.2 -11606.6 c +6053.26 -10570.6 5353.31 -8907.5 5824.74 -7334 c +6071.53 -6510.1 6978.42 -6057.3 7670.85 -5667.8 c +8494.95 -5204 9302.73 -4733 10004.7 -4092.3 c +11131.4 -3064 11800.4 -1603.2 11541.3 -70.4102 c +11401.5 755.961 10971 1423.16 10499.6 2095.23 c +9947.69 2882.29 9458.64 3729.41 9176.81 4652.72 c +8938.06 5434.89 8921.89 6254.92 9151.93 7040.06 c +9423.53 7966.33 10088.7 8677.46 10537.9 9513.14 c +10934.2 10251.1 11171 11071.2 11148.1 11911.6 c +11125.2 12741.9 10783.6 13520.3 10317.9 14194.6 c +10316.9 14195.9 10314.1 14193.6 10315.1 14192.1 c +10849.4 13418.6 11168.8 12558.9 11145.1 11611.1 c +11118.1 10519.1 10592.7 9499.19 9984.84 8620.04 c +9551.82 7993.77 9191.57 7363.43 9043.17 6607.84 c +8908.71 5922.93 9000.03 5219.95 9201.88 4558.69 c +9461.2 3709.25 9928.94 2928.81 10423.9 2198.51 c +10934.3 1445.87 11398.6 751.668 11553.5 -163.52 c +11903.8 -2233.69 10450.7 -3935.69 8826.04 -4988.89 c +7766.42 -5675.59 5963.37 -6215.89 5749.46 -7660.89 c +5635.88 -8427.39 5709.14 -9239.89 6001.35 -9959.29 c +6544.52 -11295.3 7827.89 -12133.1 9012.2 -12848.9 c +10449.3 -13717.2 11948.4 -14514 13126.4 -15735.8 c +14611.8 -17276.4 15210.1 -19315.8 15217 -21422.9 c +15221.9 -22858 14974.9 -24287.7 14636.4 -25678.1 c +14635.9 -25680.3 14639.1 -25679.6 14639.4 -25677.9 c +f +13693.2 -25146.4 m +14329.2 -22721 14719.3 -20019.2 13795.6 -17613 c +13177.3 -16003 11950 -14795.4 10554.9 -13833 c +9277.73 -12951.8 7840.53 -12272.1 6682.64 -11226.1 c +5535.94 -10190.2 4878.35 -8548 5367.45 -7013.7 c +5623.51 -6210.3 6520.24 -5782 7205.67 -5412 c +8021.46 -4971.5 8821.36 -4523.7 9520.45 -3907.7 c +10642.5 -2919.1 11323.4 -1498.59 11095.7 8.32812 c +10972.8 820.77 10562.2 1482.18 10111.7 2149.06 c +9584.21 2930.03 9119.37 3768.81 8858.94 4678.71 c +8638.32 5449.52 8636.55 6253.63 8875.52 7019.31 c +9157.63 7922.61 9821.83 8608.29 10276.6 9419.75 c +10677.7 10136.3 10923.9 10936.1 10915.8 11760.3 c +10907.6 12574.6 10586.2 13343.5 10141.2 14012.4 c +10140.3 14013.8 10137.4 14011.6 10138.4 14010.1 c +10648.8 13242.7 10947.2 12394.5 10907.7 11465.8 c +10862.5 10395.8 10330 9405.13 9719.07 8553.77 c +9283.86 7947.31 8919.92 7335.61 8761.48 6597.48 c +8617.93 5928.41 8695.38 5237.75 8881.9 4586.09 c +9121.53 3748.99 9566.63 2975.95 10039.3 2251.58 c +10526.7 1505.06 10969.9 816.609 11106.1 -83.1602 c +11413.9 -2118.4 9960.34 -3761.9 8349.7 -4766.4 c +7299.23 -5421.3 5522.53 -5920 5288.06 -7332.8 c +5163.57 -8082.2 5221.45 -8879.9 5495.54 -9590.2 c +6005.06 -10909.1 7248.7 -11752.3 8397.32 -12474.3 c +9791.14 -13350.1 11247 -14156.9 12380.7 -15374.7 c +13810.4 -16910.4 14361.8 -18919.7 14332.5 -20985.3 c +14312.6 -22392.2 14046 -23789.3 13690.3 -25146.5 c +13689.8 -25148.7 13693 -25148 13693.2 -25146.4 c +f +12774.9 -24609.1 m +13439.9 -22242.6 13868.6 -19600.8 13004.5 -17226.4 c +12426 -15637.5 11243.7 -14432.7 9892.69 -13465.4 c +8655.85 -12579.7 7258.7 -11888.8 6141.63 -10843.6 c +5035.36 -9808.5 4418.94 -8187.5 4924.7 -6691.8 c +5189.48 -5908.7 6075.85 -5504.3 6754.08 -5153.4 c +7561.3 -4735.6 8353.08 -4310.3 9048.93 -3718.5 c +10165.8 -2768.7 10857.6 -1387.89 10660.2 93.1719 c +10553.8 891.66 10162.6 1547.04 9732.44 2208.47 c +9228.74 2983.07 8787.47 3813.25 8547.79 4709.64 c +8344.77 5469 8356.83 6257.25 8604.21 7003.71 c +8896.24 7884.32 9559.08 8545.06 10018.7 9332.68 c +10424.3 10028.2 10679.3 10808 10685.6 11616 c +10691.4 12414.4 10389.6 13173.6 9964.87 13836.9 c +9963.95 13838.3 9961.15 13836.2 9962.04 13834.7 c +10449.2 13073.7 10727.2 12237.2 10672.5 11327.5 c +10609.8 10279.4 10070.9 9317.44 9457.41 8493.38 c +9020.39 7906.36 8653.15 7313 8485.19 6592.17 c +8332.99 5938.78 8397.06 5260.44 8568.72 4618.46 c +8789.25 3793.78 9212.29 3028.38 9663.21 2310.21 c +10128.2 1570.08 10550.8 887.629 10668.9 3.30078 c +10935.7 -1997 9482.64 -3583.1 7886.57 -4540.1 c +6845.63 -5164.1 5095.48 -5622.4 4841.4 -7003.3 c +4706.52 -7735.8 4749.56 -8518.7 5006.05 -9219.6 c +5482.88 -10521.2 6687.49 -11369.1 7801.03 -12096.5 c +9152.29 -12979 10565.5 -13794.7 11655.9 -15008 c +13031 -16537.8 13537.1 -18516.9 13472.9 -20541.2 c +13429.3 -21919.9 13143.9 -23284.9 12772 -24609.2 c +12771.5 -24611.3 12774.6 -24610.7 12774.9 -24609.1 c +f +11883.9 -24066.7 m +12576.4 -21758.3 13042 -19176.1 12235.6 -16833.8 c +11695.9 -15266.4 10557.5 -14065.1 9249.84 -13093.7 c +8052.64 -12204.3 6694.95 -11503.1 5617.87 -10459.4 c +4551.23 -9425.7 3974.79 -7826.2 4496.21 -6368.7 c +4769.21 -5605.6 5645 -5224.4 6315.85 -4892.1 c +7114.29 -4496.4 7897.71 -4093.1 8589.97 -3524.9 c +9701.08 -2613 10402.9 -1271.39 10234.8 183.789 c +10144.2 968.332 9771.98 1617.48 9361.66 2273.22 c +8881.2 3041.16 8462.9 3862.5 8243.33 4745.29 c +8057.34 5493.13 8082.69 6265.61 8337.99 6993.07 c +8639.36 7851.27 9300.44 8487.58 9764.53 9251.76 c +10174 9926.62 10437.3 10686.6 10457.3 11478.6 c +10476.8 12261.1 10193.9 13010.4 9788.99 13667.9 c +9788.12 13669.3 9785.34 13667.2 9786.18 13665.8 c +10250.7 12911.5 10508.8 12086.7 10439.6 11196 c +10360.2 10169.7 9815.41 9235.92 9199.89 8438.67 c +8761.44 7870.74 8391.27 7295.4 8214.26 6591.69 c +8053.86 5953.83 8105.03 5287.79 8262.29 4655.55 c +8464.31 3843.38 8865.86 3085.85 9295.55 2374.13 c +9738.62 1640.64 10141.2 964.43 10241.7 95.5508 c +10469 -1869.81 9017.43 -3399.61 7436.48 -4310.41 c +6405.41 -4904.11 4681.96 -5323.41 4409.22 -6672.61 c +4264.44 -7388.31 4293.19 -8156.51 4532.6 -8848.01 c +4977.68 -10132 6143.94 -10983.9 7222.99 -11716 c +8532.41 -12604.2 9903.7 -13428.1 10951.8 -14636.1 c +12273.4 -16159.3 12735.6 -18108 12637.9 -20091.1 c +12571.5 -21441.9 12268.4 -22775 11881.1 -24066.7 c +11880.6 -24068.8 11883.6 -24068.2 11883.9 -24066.7 c +f +11019.8 -23519.7 m +11738.2 -21268.8 12238.9 -18745.6 11488.7 -16435.7 c +10986.5 -14890.1 9891.28 -13693 8626.07 -12718.3 c +7467.78 -11826 6148.95 -11115.3 5111.05 -10073.8 c +4083.22 -9042.2 3545.62 -7464.4 4081.74 -6044.7 c +4362.43 -5301.3 5227.46 -4942.7 5890.76 -4628.4 c +6680.21 -4254.2 7455.08 -3872.4 8143.4 -3327.3 c +9248.21 -2452.5 9959.15 -1149.39 9819.37 279.93 c +9743.96 1050.52 9390.28 1693.23 8999.32 2343.05 c +8541.52 3104.06 8145.58 3916.35 7945.5 4785.47 c +7776.02 5521.72 7814.11 6278.5 8076.85 6987.21 c +8386.98 7823.28 9045.92 8435.68 9513.96 9176.8 c +9926.88 9831.3 10198.1 10571.8 10231.3 11347.7 c +10263.8 12114.4 9999.33 12853.8 9613.7 13505.3 c +9612.86 13506.6 9610.11 13504.7 9610.91 13503.3 c +10053.3 12755.9 10292.1 11942.9 10209 11071 c +10113.6 10066.4 9563.55 9160.39 8946.52 8389.47 c +8506.98 7840.28 8134.26 7282.66 7948.67 6595.89 c +7780.5 5973.38 7819.24 5319.63 7962.54 4697.18 c +8146.63 3897.6 8527.26 3148.14 8936.24 2443.11 c +9357.98 1716.51 9741.03 1046.75 9824.66 193.312 c +10013.7 -1737.1 8564.57 -3211.8 6999.23 -4077.4 c +5978.34 -4641.8 4281.76 -5023.2 3991.25 -6341.1 c +3837.06 -7040.1 3852.06 -7793.6 4074.87 -8475.6 c +4489.13 -9741.9 5617.73 -10596.9 6662.9 -11333.1 c +7931.22 -12226.2 9261.28 -13057.3 10267.9 -14259.4 c +11537.3 -15775.2 11956.9 -17693.3 11827.1 -19635.6 c +11738.9 -20958.6 11418.9 -22260.2 11017.1 -23519.7 c +11016.5 -23521.7 11019.5 -23521.2 11019.8 -23519.7 c +f +10182.2 -22968.7 m +10925 -20774.6 11459.2 -18309.9 10763.3 -16032.7 c +10297.6 -14509 9244.56 -13316.8 8021.07 -12339.7 c +6900.98 -11445.1 5620.39 -10725.8 4620.87 -9687.1 c +3631.04 -8658.2 3131.13 -7102.4 3681.02 -5719.9 c +3968.92 -4996.1 4823.01 -4659.3 5478.59 -4362.7 c +6258.86 -4009.4 7024.97 -3648.4 7709.04 -3125.9 c +8807.04 -2287.3 9526.29 -1022.18 9413.79 381.289 c +9353.09 1137.95 9017.42 1774.03 8645.33 2417.72 c +8209.64 3171.54 7835.45 3974.57 7654.24 4829.96 c +7500.73 5554.57 7551.05 6295.75 7820.76 6985.95 c +8139.11 7800.18 8795.54 8389.18 9267.04 9107.62 c +9683.03 9742.1 9961.55 10463.3 10007.4 11223.3 c +10052.4 11974.3 9805.91 12703.7 9439.08 13348.9 c +9438.28 13350.2 9435.55 13348.3 9436.31 13346.9 c +9857.15 12606.7 10077.3 11805.8 9980.88 10952.5 c +9870.08 9969.32 9315.38 9090.68 8697.31 8345.57 c +8257.04 7814.78 7882.11 7274.57 7688.41 6604.56 c +7512.87 5997.23 7539.64 5355.73 7669.42 4743.12 c +7836.16 3956.18 8196.41 3215 8585.21 2516.88 c +8986.16 1797.41 9350.15 1134.31 9417.49 296.301 c +9569.66 -1599.2 8123.88 -3019.9 6574.61 -3841.6 c +5564.21 -4377.3 3894.61 -4722.1 3587.23 -6008.9 c +3424.09 -6691.5 3425.87 -7430.4 3632.58 -8102.6 c +4016.92 -9351.1 5108.56 -10208.5 6120.45 -10948.2 c +7348.39 -11845.3 8637.91 -12682.9 9604.04 -13878.5 c +10822.4 -15386.1 11200.8 -17273.5 11040.2 -19175.2 c +10931 -20470.5 10595 -21740.9 10179.5 -22968.6 c +10179 -22970.6 10181.9 -22970.2 10182.2 -22968.7 c +f +9370.63 -22414.2 m +10136.4 -20276.2 10702.2 -17869.3 10059.2 -15625.3 c +9628.86 -14123.6 8617.07 -12936.9 7434.52 -11958.1 c +6351.9 -11062 5108.96 -10335 4147 -9299.6 c +3194.38 -8274.1 2731.04 -6740.4 3293.78 -5394.7 c +3588.41 -4690.1 4431.41 -4374.7 5079.13 -4095.1 c +5850.04 -3762.2 6607.21 -3421.5 7286.73 -2921.1 c +8377.41 -2117.9 9104.16 -890.059 9017.96 487.609 c +8971.44 1230.36 8653.32 1859.63 8299.62 2496.99 c +7885.47 3243.39 7532.45 4036.97 7369.49 4878.57 c +7231.46 5591.5 7293.5 6317.16 7569.72 6989.1 c +7895.74 7781.78 8549.31 8347.88 9023.82 9044.04 c +9442.47 9658.85 9727.86 10361 9785.89 11105.2 c +9842.88 11840.6 9613.73 12559.8 9265.22 13198.6 c +9264.46 13199.9 9261.75 13198.1 9262.47 13196.7 c +9662.29 12463.9 9864.37 11675 9755.21 10840.2 c +9629.73 9878.36 9070.91 9026.62 8452.28 8306.82 c +8011.59 7794.07 7634.8 7270.97 7433.44 6617.52 c +7250.95 6025.2 7266.18 5395.92 7382.89 4793.18 c +7532.83 4018.93 7873.24 3286.21 8242.39 2595.22 c +8623.08 1883.08 8968.5 1226.83 9020.13 404.23 c +9136.77 -1456.47 7695.19 -2824.3 6162.43 -3603.1 c +5162.8 -4110.9 3520.27 -4420.2 3196.88 -5676.4 c +3025.26 -6342.7 3014.33 -7067 3205.42 -7729.5 c +3560.75 -8959.9 4616.12 -9819.1 5595.32 -10561.5 c +6783.6 -11462 8033.28 -12305.1 8959.81 -13493.7 c +10128.2 -14992.5 10466.8 -16849 10276.7 -18710.4 c +10147.5 -19978.2 9796.32 -21217.7 9367.96 -22414.1 c +9367.38 -22416 9370.28 -22415.7 9370.63 -22414.2 c +f +8584.58 -21856.8 m +9371.88 -19774.2 9967.85 -17424.5 9376.05 -15213.8 c +8979.93 -13734.4 8008.5 -12553.8 6866.1 -11574.1 c +5820.24 -10677 4614.34 -9943.1 3689.15 -8911.6 c +2772.94 -7890.1 2345.07 -6378.7 2919.78 -5069.3 c +3220.67 -4383.6 4052.42 -4088.9 4692.15 -3826 c +5453.54 -3512.9 6201.59 -3191.9 6876.27 -2713 c +7959.18 -1944.4 8692.64 -753.32 8631.78 598.609 c +8598.91 1327.49 8297.88 1949.79 7962.1 2580.61 c +7568.94 3319.37 7236.5 4103.34 7091.21 4931.1 c +6968.13 5632.31 7041.4 6342.57 7323.68 6996.5 c +7656.87 7767.92 8307.24 8311.63 8784.31 8985.89 c +9205.24 9581.37 9497.04 10264.8 9566.69 10993.3 c +9635.17 11713.2 9422.88 12422.1 9092.23 13054.2 c +9091.49 13055.5 9088.81 13053.8 9089.49 13052.4 c +9468.84 12327.2 9653.39 11550.4 9532.06 10734 c +9392.56 9793.33 8830.18 8968 8211.42 8273.05 c +7770.64 7777.99 7392.32 7271.68 7183.72 6634.59 c +6994.68 6057.11 6998.82 5440 7102.88 4847.17 c +7236.57 4085.64 7557.69 3361.57 7907.69 2677.89 c +8268.63 1973.29 8595.97 1324.09 8632.47 516.848 c +8714.88 -1309.09 7278.32 -2625.2 5762.48 -3362.3 c +4773.9 -3842.9 3158.52 -4117.9 2819.96 -5343.7 c +2640.3 -5993.9 2617.15 -6703.7 2793.11 -7356.4 c +3120.31 -8568.6 4140.09 -9429 5087.2 -10173.4 c +6236.55 -11076.6 7447.08 -11924.5 8334.91 -13105.4 c +9454.5 -14594.6 9754.52 -16420.4 9536.33 -18241.7 c +9387.84 -19482.2 9022.38 -20691.2 8581.96 -21856.6 c +8581.36 -21858.5 8584.21 -21858.2 8584.58 -21856.8 c +f +7823.62 -21296.8 m +8631.08 -19268.9 9255.6 -16975.9 8713.42 -14798.7 c +8350.51 -13341.8 7418.52 -12167.8 6315.51 -11187.8 c +5305.69 -10290.6 4136.21 -9550.4 3247 -8523.5 c +2366.42 -7506.4 1972.93 -6017.6 2558.74 -4743.9 c +2865.46 -4076.9 3685.83 -3802.3 4317.43 -3555.5 c +5069.14 -3261.7 5807.92 -2959.9 6477.49 -2502 c +7552.19 -1767.2 8291.59 -612.211 8255.13 714.051 c +8235.41 1429.09 7951.01 2044.26 7632.69 2668.38 c +7259.96 3399.29 6947.55 4173.47 6819.33 4987.37 c +6710.7 5676.84 6794.72 6371.81 7082.64 7007.97 c +7422.47 7758.44 8069.33 8280.24 8548.54 8933.01 c +8971.37 9509.5 9269.13 10174.4 9349.89 10887.3 c +9429.37 11591.8 9233.44 12290.3 8920.17 12915.6 c +8919.47 12916.9 8916.81 12915.3 8917.45 12913.9 c +9276.87 12196.6 9444.44 11432 9311.5 10633.8 c +9158.62 9714.06 8593.19 8914.69 7974.74 8244.08 c +7534.18 7766.37 7154.65 7276.55 6939.23 6655.63 c +6744.02 6092.8 6737.49 5487.81 6829.33 4904.91 c +6947.3 4156.13 7249.66 3440.85 7581.02 2764.69 c +7922.74 2067.81 8232.47 1425.81 8254.4 633.898 c +8303.86 -1157.37 6873.11 -2422.79 5374.57 -3119.39 c +4397.27 -3573.49 2809.09 -3815.39 2456.19 -5011.09 c +2268.94 -5645.39 2234.05 -6340.79 2395.34 -6983.69 c +2695.28 -8177.39 3680.16 -9038.29 4595.78 -9784.39 c +5706.92 -10689.4 6878.99 -11541.3 7729.02 -12714.1 c +8800.94 -14193.1 9063.71 -15987.9 8818.58 -17769.5 c +8651.75 -18983 8272.76 -20161.9 7821.05 -21296.6 c +7820.43 -21298.5 7823.23 -21298.2 7823.62 -21296.8 c +f +7087.3 -20734.9 m +7913.6 -18760.9 8565.11 -16524 8071 -14380.4 c +7740.25 -12946.1 6846.82 -11779.3 5782.41 -10799.8 c +4807.94 -9902.9 3674.27 -9157.4 2820.24 -8135.4 c +1974.51 -7123.3 1614.34 -5657.2 2210.42 -4418.7 c +2522.53 -3770.2 3331.4 -3515 3954.76 -3284 c +4696.65 -3008.9 5426.02 -2725.7 6090.21 -2288.4 c +7156.28 -1586.5 7900.89 -467.012 7887.9 833.668 c +7880.84 1534.92 7612.61 2142.82 7311.28 2760.07 c +6958.47 3482.93 6665.51 4247.17 6553.78 5047.19 c +6459.13 5724.9 6553.41 6404.7 6846.55 7023.35 c +7192.55 7753.16 7835.58 8253.55 8316.51 8885.2 c +8740.88 9443.04 9044.17 10089.7 9135.57 10787.2 c +9225.56 11476.4 9045.48 12164.4 8749.13 12782.8 c +8748.47 12784 8745.83 12782.5 8746.44 12781.1 c +9086.45 12071.8 9237.59 11319.4 9093.58 10539.2 c +8927.95 9640.35 8359.97 8866.47 7742.23 8219.72 c +7302.19 7759 6921.75 7285.38 6699.93 6680.42 c +6498.93 6132.06 6482.14 5539.13 6562.17 4966.18 c +6664.97 4230.17 6949.07 3523.84 7262.29 2855.35 c +7585.3 2166.37 7877.9 1531.75 7885.82 755.109 c +7903.55 -1001.62 6479.37 -2217.5 4998.49 -2874.6 c +4032.71 -3303 2471.76 -3512.9 2105.31 -4678.9 c +1910.88 -5297.5 1864.76 -5978.5 2011.83 -6611.4 c +2285.36 -7786.8 3236.01 -8647.5 4120.74 -9394.5 c +5194.4 -10300.7 6328.7 -11155.9 7141.82 -12320.2 c +8167.18 -13788.3 8393.96 -15552.2 8123.12 -17294.4 c +7938.76 -18481 7547.04 -19630.1 7084.79 -20734.7 c +7084.14 -20736.5 7086.89 -20736.3 7087.3 -20734.9 c +f +6375.18 -20171.5 m +7219.01 -18250.6 7896.02 -16069.1 7448.45 -13959.4 c +7148.85 -12547.7 6293.08 -11388.7 5266.51 -10410.2 c +4326.68 -9514.4 3228.19 -8764.1 2408.57 -7747.7 c +1596.91 -6741.1 1269.01 -5297.8 1874.56 -4093.9 c +2191.63 -3463.6 2988.9 -3227.4 3603.91 -3011.6 c +4335.86 -2754.6 5055.67 -2489.6 5714.25 -2072.3 c +6771.3 -1402.54 7520.39 -317.98 7529.98 957.23 c +7535.09 1644.74 7282.59 2245.23 6997.8 2855.46 c +6664.37 3570.09 6390.3 4324.26 6294.5 5110.38 c +6213.36 5776.33 6317.43 6441.08 6615.4 7042.48 c +6967.08 7751.93 7605.99 8231.41 8088.25 8842.32 c +8513.81 9381.86 8822.2 10010.5 8923.76 10692.6 c +9023.79 11366.7 8859.07 12044.3 8579.19 12655.5 c +8578.56 12656.7 8575.96 12655.2 8576.52 12653.9 c +8897.65 11952.7 9032.89 11212.6 8878.35 10450.4 c +8700.57 9572.06 8130.54 8823.22 7513.9 8199.84 c +7074.65 7755.78 6693.6 7298.04 6465.79 6708.84 c +6259.35 6174.76 6232.72 5593.84 6301.34 5030.83 c +6389.48 4307.6 6655.85 3610.35 6951.41 2949.69 c +7256.22 2268.79 7532.16 1641.69 7526.59 880.25 c +7513.84 -842.07 6096.92 -2009.5 4634.03 -2628.2 c +3679.99 -3031.5 2146.28 -3210.5 1767.07 -4347.2 c +1565.87 -4950.2 1508.97 -5617 1642.28 -6239.9 c +1890.24 -7396.8 2807.33 -8256.8 3661.78 -9004.3 c +4698.68 -9910.9 5795.89 -10768.7 6572.97 -11923.9 c +7552.88 -13380.7 7744.93 -15113.5 7449.54 -16816.7 c +7248.47 -17976.7 6844.79 -19096.3 6372.71 -20171.2 c +6372.04 -20172.9 6374.75 -20172.8 6375.18 -20171.5 c +f +5686.78 -19606.9 m +6546.89 -17738.5 7247.95 -15611.7 6845.42 -13536 c +6575.96 -12147.1 5756.98 -10996.2 4767.49 -10019.6 c +3861.59 -9125.3 2797.68 -8371 2011.69 -7360.6 c +1233.34 -6360 936.68 -4939.5 1550.91 -3769.9 c +1872.53 -3157.4 2658.1 -2939.6 3264.66 -2738.6 c +3986.56 -2499.2 4696.7 -2251.8 5349.42 -1854 c +6397.08 -1215.64 7149.97 -165.359 7181.25 1084.49 c +7198.06 1758.33 6960.84 2351.28 6692.16 2954.34 c +6377.57 3660.57 6121.86 4404.54 6041.44 5176.78 c +5973.32 5830.96 6086.74 6480.78 6389.14 7065.19 c +6746.04 7754.59 7380.56 8213.64 7863.77 8804.21 c +8290.18 9325.79 8603.25 9936.73 8714.51 10603.7 c +8824.13 11262.7 8674.29 11929.7 8410.42 12533.6 c +8409.83 12534.8 8407.26 12533.4 8407.78 12532.1 c +8710.54 11839.3 8830.41 11111.5 8665.84 10366.9 c +8476.5 9509.04 7904.89 8784.76 7289.74 8184.29 c +6851.55 7756.54 6470.19 7314.37 6236.76 6740.74 c +6025.23 6220.75 5989.17 5651.76 6046.77 5098.7 c +6120.76 4388.25 6369.91 3700.2 6648.29 3047.53 c +6935.4 2374.85 7195.13 1755.4 7176.61 1009.11 c +7134.56 -678.961 5725.62 -1798.98 4281.02 -2380.38 c +3338.9 -2759.38 1832.42 -2908.48 1441.2 -4016.28 c +1233.63 -4603.88 1166.42 -5256.58 1286.4 -5869.48 c +1509.63 -7007.68 2393.84 -7866.48 3218.57 -8613.78 c +4219.43 -9520.38 5280.25 -10380 6022.16 -11525.7 c +6957.72 -12970.5 7116.24 -14672.4 6797.47 -16336.9 c +6580.47 -17470.5 6165.56 -18561.1 5684.37 -19606.6 c +5683.68 -19608.3 5686.34 -19608.3 5686.78 -19606.9 c +f +5021.67 -19041.8 m +5896.85 -17225 6620.54 -15152.2 6261.57 -13110.7 c +6021.26 -11744.6 5238.21 -10602.4 4285.03 -9628 c +3412.36 -8735.9 2382.41 -7978.2 1629.29 -6974.3 c +883.488 -5980.1 617.059 -4582.6 1239.22 -3446.6 c +1564.99 -2851.8 2338.77 -2651.7 2936.8 -2465.1 c +3648.54 -2242.9 4348.9 -2012.5 4995.55 -1633.8 c +6033.46 -1026.02 6789.49 -9.40234 6841.59 1215.21 c +6869.63 1875.45 6647.28 2460.76 6394.25 3056.51 c +6097.99 3754.18 5860.09 4487.84 5794.5 5246.2 c +5738.96 5888.63 5861.29 6523.67 6167.74 7091.34 c +6529.41 7761 7159.27 8200.09 7643.07 8770.7 c +8070 9274.65 8387.37 9868.15 8507.87 10520 c +8626.63 11164.1 8491.19 11820.5 8242.9 12417 c +8242.34 12418.2 8239.79 12416.9 8240.29 12415.6 c +8525.18 11731.2 8630.2 11015.8 8456.1 10288.8 c +8255.79 9451.08 7683.05 8750.92 7069.74 8172.87 c +6632.87 7761.08 6251.46 7334.2 6012.8 6775.89 c +5796.53 6269.8 5751.43 5712.67 5798.4 5169.55 c +5858.74 4471.87 6091.16 3793.15 6352.84 3148.59 c +6622.73 2484.28 6866.71 1872.62 6835.75 1141.39 c +6765.58 -512.609 5365.25 -1586.4 3939.22 -2131.5 c +3009.21 -2486.8 1529.94 -2607.2 1127.45 -3686.3 c +913.898 -4258.8 836.82 -4897.4 943.91 -5500.2 c +1143.2 -6619.8 1995.21 -7476.8 2790.84 -8223.5 c +3756.37 -9129.3 4781.48 -9990.2 5489.07 -11126 c +6381.37 -12558.3 6507.56 -14229.3 6166.53 -15855.3 c +5934.37 -16962.9 5508.94 -18024.8 5019.32 -19041.4 c +5018.62 -19043.1 5021.22 -19043 5021.68 -19041.8 c +f +4379.39 -18476.3 m +5268.45 -16710.5 6013.41 -14691.1 5696.55 -12683.7 c +5484.42 -11340.5 4736.45 -10207.4 3818.82 -9236 c +2978.69 -8346.5 1982.09 -7586.1 1261.07 -6589.1 c +547.059 -5601.8 309.871 -4227.3 939.23 -3124.4 c +1268.77 -2547 2030.69 -2364.1 2620.11 -2191.5 c +3321.6 -1985.8 4012.07 -1772 4652.44 -1411.87 c +5680.27 -833.902 6438.81 149.66 6510.89 1349.18 c +6549.7 1995.9 6341.78 2573.46 6103.97 3161.78 c +5825.54 3850.75 5604.92 4573.99 5553.64 5318.49 c +5510.22 5949.17 5641.03 6569.57 5951.16 7120.77 c +6317.18 7770.99 6942.12 8190.6 7426.15 8741.64 c +7853.29 9228.31 8174.58 9804.64 8303.88 10441.5 c +8431.35 11070.9 8309.84 11716.6 8076.69 12305.6 c +8076.16 12306.8 8073.64 12305.6 8074.11 12304.3 c +8341.62 11628.6 8432.29 10925.4 8249.17 10215.8 c +8038.45 9398.06 7465 8721.57 6853.9 8165.45 c +6418.59 7769.29 6037.39 7357.39 5793.88 6814.21 c +5573.19 6321.83 5519.42 5776.49 5556.15 5243.29 c +5603.33 4558.35 5819.51 3889.06 6064.97 3252.75 c +6318.13 2596.93 6546.79 1993.17 6503.9 1276.91 c +6406.73 -343.199 5015.65 -1371.72 3608.45 -1881.6 c +2690.71 -2214 1238.61 -2306.5 825.559 -3357.5 c +606.41 -3915 519.898 -4539.6 614.52 -5132.4 c +790.68 -6233.2 1611.13 -7088 2378.23 -7833.5 c +3309.14 -8738 4299.24 -9599.4 4973.36 -10725 c +5823.45 -12144.3 5918.48 -13784.4 5556.3 -15372.5 c +5309.72 -16454.2 4874.47 -17487.8 4377.08 -18476 c +4376.38 -18477.6 4378.93 -18477.6 4379.39 -18476.3 c +f +3759.51 -17911.1 m +4661.29 -16195.4 5426.18 -14228.6 5150.03 -12255.5 c +4965.13 -10935.1 4251.37 -9811.7 3368.54 -8843.6 c +2560.27 -7957.3 1596.41 -7194.9 906.738 -6205.2 c +223.77 -5225.1 14.8516 -3873.7 650.691 -2803.5 c +983.629 -2243.1 1733.64 -2076.9 2314.37 -1917.8 c +3005.53 -1728.2 3686.03 -1530.46 4319.92 -1188.43 c +5337.36 -639.52 6097.78 311.59 6189.01 1486.18 c +6238.15 2119.45 6044.25 2689.16 5821.24 3269.94 c +5560.13 3950.07 5356.28 4662.81 5318.78 5393.49 c +5287.04 6012.45 5425.91 6618.34 5739.37 7153.33 c +6109.31 7784.42 6729.1 8185.02 7213.03 8716.87 c +7640.07 9186.6 7964.9 9746.02 8102.57 10368.1 c +8238.32 10982.8 8130.29 11617.9 7911.86 12199.3 c +7911.36 12200.4 7908.87 12199.3 7909.3 12198 c +8159.93 11531.1 8236.75 10840.3 8045.07 10147.8 c +7824.48 9349.82 7250.76 8696.53 6642.19 8161.89 c +6208.69 7781.03 5827.96 7383.8 5579.93 6855.53 c +5355.16 6376.67 5293.1 5843.02 5319.95 5319.73 c +5354.44 4647.51 5554.87 3987.73 5784.57 3359.78 c +6021.47 2712.58 6235.25 2116.82 6180.93 1415.46 c +6057.88 -170.98 4676.65 -1155.31 3288.5 -1631 c +2383.19 -1941 958.191 -2006.9 535.27 -3029.9 c +310.891 -3572.7 215.359 -4183.5 297.949 -4766.2 c +451.738 -5848.3 1241.33 -6700.2 1980.48 -7444.2 c +2877.47 -8346.8 3833.23 -9208.2 4474.73 -10323 c +5283.66 -11728.9 5348.68 -13338.3 4966.41 -14888.8 c +4706.15 -15944.8 4261.77 -16950.6 3757.25 -17910.7 c +3756.53 -17912.2 3759.03 -17912.3 3759.51 -17911.1 c +f +3161.57 -17346.3 m +4074.97 -15680 4858.5 -13765.2 4621.65 -11826.3 c +4463.05 -10528.9 3782.67 -9415.4 2933.89 -8451.3 c +2156.8 -7568.7 1225.06 -6804.8 566 -5822.8 c +-86.6602 -4850.4 -268.27 -3522.1 373.371 -2483.9 c +709.352 -1940.3 1447.38 -1790.2 2019.37 -1644.2 c +2700.12 -1470.29 3370.57 -1288.11 3997.8 -963.711 c +5004.56 -443.102 5766.27 476.18 5875.86 1625.99 c +5934.88 2245.91 5754.59 2807.69 5545.95 3380.82 c +5301.66 4051.99 5114.07 4754.14 5089.84 5471.03 c +5069.36 6078.3 5215.87 6669.85 5532.31 7188.89 c +5905.77 7801.17 6520.2 8183.21 7003.68 8696.25 c +7430.34 9149.38 7758.36 9692.17 7903.97 10299.6 c +8047.6 10899.8 7952.6 11524.2 7748.45 12097.9 c +7747.98 12099 7745.52 12097.9 7745.92 12096.7 c +7980.16 11438.6 8043.6 10760.1 7843.84 10084.6 c +7613.92 9306.2 7040.32 8675.67 6434.6 8162.03 c +6003.13 7796.14 5623.12 7413.28 5370.92 6899.7 c +5142.37 6434.16 5072.38 5912.12 5089.74 5398.7 c +5112.01 4739.18 5297.16 4089 5511.54 3469.52 c +5732.67 2831.03 5932 2243.38 5866.71 1556.81 c +5718.88 3.82812 4348.06 -937.359 2979.17 -1379.8 c +2086.44 -1668.2 688.461 -1708.3 256.34 -2703.9 c +27.0781 -3232.1 -77.0391 -3829.2 -6.07812 -4401.8 c +126.109 -5465.2 885.48 -6313.8 1597.27 -7055.7 c +2461.04 -7955.9 3383.14 -8816.7 3992.84 -9920.5 c +4761.67 -11312.4 4797.8 -12891.1 4396.47 -14404.4 c +4123.24 -15435.2 3670.38 -16413.4 3159.37 -17345.9 c +3158.63 -17347.4 3161.08 -17347.5 3161.57 -17346.3 c +f +2585.14 -16782.5 m +3509.07 -15164.8 4309.97 -13301.2 4111.06 -11396.6 c +3977.86 -10122.1 3330.02 -9018.9 2514.55 -8059.3 c +1767.96 -7180.8 867.73 -6416 238.551 -5442.1 c +-384.539 -4477.7 -539.762 -3172.6 107.012 -2165.9 c +445.672 -1638.7 1171.71 -1504.33 1734.89 -1371.02 c +2405.18 -1212.21 3065.51 -1045.13 3685.92 -737.898 c +4681.72 -244.852 5444.14 643.199 5571.3 1768.41 c +5639.79 2375.07 5472.7 2928.84 5278.01 3494.23 c +5050.06 4156.33 4878.22 4847.83 4866.78 5550.97 c +4857.11 6146.6 5010.88 6723.93 5329.98 7227.29 c +5706.56 7821.06 6315.4 8185.02 6798.14 8679.63 c +7224.13 9116.48 7554.98 9642.93 7708.14 10235.9 c +7859.23 10821.8 7776.82 11435.5 7586.54 12001.2 c +7586.09 12002.4 7583.67 12001.4 7584.04 12000.1 c +7802.36 11351 7852.92 10684.9 7645.51 10026.1 c +7406.77 9267.06 6833.7 8658.83 6231.13 8165.72 c +5801.9 7814.46 5422.83 7445.7 5166.81 6946.59 c +4934.8 6494.16 4857.23 5983.64 4865.43 5480.07 c +4875.95 4833.2 5046.29 4192.68 5245.8 3581.76 c +5451.6 2952.1 5636.92 2372.64 5561.13 1700.75 c +5389.58 180.988 4029.7 -718.082 2680.27 -1128.3 c +1800.22 -1395.7 429.18 -1411 -11.4805 -2379.5 c +-245.27 -2893.3 -357.59 -3476.8 -297.852 -4039.3 c +-186.52 -5084 543.289 -5928.9 1228.28 -6668.4 c +2059.55 -7565.6 2948.67 -8425.2 3527.38 -9517.6 c +4257.14 -10895.3 4265.47 -12443.4 3846.11 -13919.9 c +3560.6 -14925.6 3099.9 -15876.7 2582.98 -16782 c +2582.24 -16783.5 2584.64 -16783.6 2585.14 -16782.5 c +f +2029.77 -16219.9 m +2963.2 -14650 3780.24 -12837 3617.94 -10966.6 c +3509.24 -9715 2893.13 -8622.5 2110.22 -7667.9 c +1393.46 -6793.9 524.141 -6028.7 -75.8984 -5063.3 c +-670.129 -4107.3 -799.898 -2825.3 -148.641 -1849.5 c +192.379 -1338.65 906.371 -1219.36 1460.72 -1098.34 c +2120.49 -954.172 2770.64 -801.719 3384.06 -511.199 c +4368.64 -44.9805 5131.24 812.441 5275.19 1913.25 c +5352.72 2506.74 5198.44 3052.44 5017.3 3609.99 c +4805.22 4262.93 4648.63 4943.71 4649.47 5633.15 c +4650.22 6217.18 4810.86 6780.47 5132.29 7268.41 c +5511.62 7843.99 6114.67 8190.31 6596.35 8666.86 c +7021.43 9087.77 7354.78 9598.14 7515.08 10176.7 c +7673.23 10748.5 7602.97 11351.5 7426.17 11909.3 c +7425.74 11910.5 7423.36 11909.5 7423.69 11908.3 c +7626.57 11268.2 7664.7 10614.4 7450.09 9972.22 c +7203.04 9232.24 6630.86 8645.86 6031.74 8172.83 c +5604.96 7835.88 5227.05 7480.9 4967.52 6996.04 c +4732.33 6556.54 4647.54 6057.43 4646.94 5563.67 c +4646.15 4929.39 4802.14 4298.62 4987.23 3696.34 c +5178.16 3075.59 5349.88 2504.4 5264.06 1847.08 c +5069.82 360.301 3721.39 -497.68 2391.58 -876.641 c +1524.34 -1123.67 180.121 -1115.14 -268.449 -2057.01 c +-506.43 -2556.61 -626.539 -3126.61 -577.629 -3679.11 c +-486.43 -4705.01 214.469 -5545.71 873.238 -6282.41 c +1672.7 -7176.11 2529.5 -8033.91 3078.04 -9114.71 c +3769.75 -10477.7 3751.35 -11995.3 3314.95 -13435.5 c +3017.82 -14416.4 2549.91 -15340.9 2027.67 -16219.4 c +2026.91 -16220.8 2029.27 -16221 2029.78 -16219.9 c +f +1495.02 -15658.9 m +2436.94 -14136 3268.95 -12372.9 3141.94 -10536.6 c +3056.86 -9307.9 2471.66 -8226.4 1720.61 -7277.2 c +1033 -6408.2 193.988 -5643.2 -377.648 -4686.7 c +-943.73 -3739.3 -1048.95 -2480.4 -393.809 -1535.1 c +-50.7695 -1040.15 651.16 -935.461 1196.63 -826.34 c +1845.84 -696.34 2485.75 -558.051 3092.04 -283.809 c +4065.18 156.32 4827.41 983.711 4987.4 2060.3 c +5073.58 2640.73 4931.71 3178.3 4763.72 3727.94 c +4567.02 4371.62 4425.21 5041.63 4437.87 5717.44 c +4448.62 6289.91 4615.74 6839.32 4939.19 7312.1 c +5320.91 7869.8 5917.98 8198.94 6398.32 8657.81 c +6822.22 9063.11 7157.74 9557.68 7324.8 10122.1 c +7489.64 10679.8 7431.11 11272.1 7267.37 11822 c +7266.97 11823.1 7264.62 11822.2 7264.93 11821 c +7452.82 11190.1 7478.97 10548.5 7257.59 9922.72 c +7002.72 9201.61 6431.79 8636.63 5836.39 8183.23 c +5412.27 7860.26 5035.73 7518.78 4773.01 7047.95 c +4534.93 6621.17 4443.25 6133.38 4434.2 5649.38 c +4422.54 5027.65 4564.62 4406.66 4735.72 3813.11 c +4912.24 3201.35 5070.76 2638.5 4975.36 1995.64 c +4759.45 541.57 3422.94 -276.332 2112.91 -624.988 c +1258.55 -852.25 -58.9609 -820.84 -514.82 -1736.4 c +-756.66 -2222 -884.18 -2778.8 -845.719 -3321.1 c +-773.918 -4328.3 -101.289 -5164.4 531.82 -5897.8 c +1300.14 -6787.6 2125.3 -7643.2 2644.46 -8712.1 c +3299.12 -10060 3255.05 -11547.4 2802.57 -12951.6 c +2494.48 -13908 2019.96 -14806.2 1492.96 -15658.4 c +1492.2 -15659.8 1494.5 -15660 1495.02 -15658.9 c +f +980.461 -15099.8 m +1929.9 -13623.2 2775.71 -11909.2 2682.72 -10107 c +2620.4 -8901.1 2065.32 -7830.9 1345.39 -6887.6 c +686.281 -6023.9 -123.039 -5259.7 -666.969 -4312.2 c +-1205.62 -3373.8 -1287.15 -2138 -628.738 -1222.66 c +-283.988 -743.371 405.879 -652.789 942.441 -555.191 c +1581.04 -438.891 2210.69 -314.32 2809.71 -55.8906 c +3771.16 358.84 4532.53 1156.82 4707.83 2209.38 c +4802.28 2776.87 4672.42 3306.25 4517.18 3847.91 c +4335.41 4482.25 4207.9 5141.46 4231.9 5803.69 c +4252.27 6364.67 4425.51 6900.36 4750.67 7358.25 c +5134.42 7898.38 5725.34 8210.77 6204.06 8652.33 c +6626.53 9042.35 6963.92 9521.4 7137.36 10071.8 c +7308.51 10615.7 7261.3 11197.2 7110.22 11739.1 c +7109.85 11740.2 7107.53 11739.3 7107.82 11738.1 c +7281.17 11116.5 7295.8 10487.2 7068.06 9877.51 c +6805.85 9175.02 6236.5 8631 5645.09 8196.77 c +5223.81 7887.45 4848.86 7559.18 4583.24 7102.17 c +4342.55 6687.9 4244.32 6211.32 4227.14 5737.04 c +4205.04 5127.8 4333.66 4516.64 4491.2 3931.88 c +4653.73 3329.18 4799.46 2774.73 4694.92 2146.21 c +4458.33 724.559 3134.2 -54.2383 1844.06 -373.531 c +1002.7 -581.648 -288.238 -528.25 -750.809 -1417.87 c +-996.211 -1889.8 -1130.76 -2433.3 -1102.36 -2965.6 c +-1049.26 -3954.2 -404.262 -4785.3 203.762 -5515.1 c +941.629 -6400.5 1735.82 -7253.3 2226.38 -8310 c +2844.97 -9642.4 2776.26 -11099.7 2308.62 -12468.4 c +1990.21 -13400.7 1509.66 -14272.9 978.441 -15099.3 c +977.68 -15100.6 979.941 -15100.8 980.461 -15099.8 c +f +485.66 -14542.9 m +1441.68 -13111.8 2300.19 -11446.1 2239.95 -9678 c +2199.54 -8494.8 1673.79 -7436.3 984.27 -6499.3 c +353 -5641.3 -427.219 -4878.3 -944.141 -3940.2 c +-1456.05 -3011.1 -1514.76 -1798.3 -853.66 -912.359 c +-507.488 -448.461 170.289 -371.512 697.93 -285.031 c +1325.91 -181.992 1945.25 -70.6797 2536.87 172.371 c +3486.45 562.41 4246.46 1331.55 4436.36 2360.31 c +4538.67 2914.97 4420.46 3436.12 4277.58 3969.74 c +4110.28 4594.67 3996.6 5243.04 4031.49 5891.77 c +4061.07 6441.32 4240.09 6963.45 4566.68 7406.71 c +4952.12 7929.59 5536.72 8225.67 6013.55 8650.3 c +6434.38 9025.37 6773.31 9489.16 6952.77 10025.7 c +7129.86 10555.9 7093.56 11126.8 6954.78 11660.5 c +6954.43 11661.6 6952.13 11660.8 6952.4 11659.6 c +7111.66 11047.3 7115.21 10430.1 6881.5 9836.45 c +6612.42 9152.34 6044.99 8628.83 5457.81 8213.33 c +5039.55 7917.35 4666.38 7602 4398.16 7158.58 c +4155.12 6756.63 4050.65 6291.15 4025.68 5826.54 c +3993.56 5229.71 4109.16 4628.42 4253.55 4052.51 c +4402.53 3458.92 4535.88 2912.93 4422.62 2298.62 c +4166.31 909.121 2854.98 168.43 1584.85 -122.422 c +756.539 -312 -507.98 -237.512 -976.672 -1101.61 c +-1225.31 -1559.99 -1366.53 -2090.49 -1347.82 -2612.79 c +-1312.73 -3582.69 -694.738 -4408.49 -111.25 -5134.29 c +596.859 -6014.79 1360.72 -6864.39 1823.46 -7908.59 c +2406.97 -9225.39 2314.62 -10652.7 1832.73 -11986.3 c +1504.63 -12894.7 1018.59 -13741.5 483.711 -14542.4 c +482.941 -14543.6 485.148 -14543.9 485.668 -14542.9 c +f +10.1992 -13988.6 m +971.879 -12602.1 1841.99 -10984.1 1813.29 -9249.8 c +1793.98 -8089.3 1296.78 -7042.7 636.949 -6112.4 c +32.8711 -5260.6 -718.84 -4499.3 -1209.45 -3570.8 c +-1695.3 -2651.3 -1732.06 -1461.47 -1068.82 -604.328 c +-721.531 -155.539 -55.8203 -91.7305 462.879 -16.0195 c +1080.22 74.2109 1689.23 172.699 2273.32 400.789 c +3210.83 766.832 3969.02 1507.74 4172.82 2512.92 c +4282.63 3054.86 4175.69 3567.74 4044.8 4093.28 c +3891.52 4708.72 3791.21 5346.23 3836.54 5981.55 c +3874.97 6519.73 4059.4 7028.48 4387.15 7457.38 c +4773.95 7963.32 5352.07 8243.52 5826.77 8651.57 c +6245.71 9012.01 6585.91 9460.82 6771.03 9983.69 c +6953.71 10500.4 6927.93 11060.6 6801.04 11586.2 c +6800.72 11587.2 6798.45 11586.5 6798.69 11585.3 c +6944.31 10982.4 6937.19 10377.4 6697.92 9799.4 c +6422.42 9133.42 5857.22 8629.98 5274.51 8232.77 c +4859.43 7949.81 4488.22 7647.09 4217.71 7217.03 c +3972.56 6827.19 3862.18 6372.7 3829.73 5917.69 c +3788.01 5333.21 3891.01 4741.82 4022.67 4174.81 c +4158.52 3590.4 4279.86 3052.91 4158.29 2452.67 c +3883.21 1095.03 2585.09 391.461 1335.07 128.148 c +519.871 -43.4688 -718.391 51.2383 -1192.64 -787.738 c +-1444.24 -1232.8 -1591.77 -1750.4 -1582.39 -2262.7 c +-1564.63 -3214 -973.02 -4034.1 -413.512 -4755.6 c +265.488 -5630.8 999.691 -6476.8 1435.37 -7508.3 c +1984.78 -8809 1869.76 -10206.5 1374.51 -11505.6 c +1037.3 -12390.4 546.352 -13212.1 8.28906 -13988 c +7.51172 -13989.2 9.66797 -13989.5 10.1992 -13988.6 c +f +-446.371 -13437 m +520.102 -12094.4 1400.78 -10523.3 1402.39 -8822.8 c +1403.37 -7684.9 933.941 -6650.4 303.121 -5727.2 c +-274.422 -4881.8 -998.211 -4122.7 -1463.2 -3204.2 c +-1923.68 -2294.5 -1939.3 -1127.52 -1274.45 -298.699 c +-926.328 135.27 -272.668 186.391 237.082 251.711 c +843.762 329.559 1442.43 415.66 2018.9 629.23 c +2944.16 971.949 3700.09 1685.21 3917.1 2667.03 c +4034.03 3196.39 3938.02 3700.97 3818.72 4218.37 c +3679.03 4824.28 3591.64 5450.92 3646.97 6072.9 c +3693.88 6599.79 3883.4 7095.32 4212.02 7510.12 c +4599.85 7999.42 5171.37 8264.17 5643.68 8656.02 c +6060.54 9002.15 6401.71 9436.26 6592.14 9945.62 c +6780.08 10449 6764.41 10998.6 6649.05 11515.9 c +6648.76 11517 6646.51 11516.3 6646.74 11515.1 c +6779.13 10921.6 6761.77 10328.7 6517.31 9766.23 c +6235.84 9118.13 5673.16 8634.34 5095.16 8254.97 c +4683.43 7984.73 4314.36 7694.36 4041.81 7277.43 c +3794.81 6899.5 3678.82 6455.88 3639.2 6010.42 c +3588.28 5438.21 3679.09 4856.73 3798.43 4298.67 c +3921.56 3723.47 4031.29 3194.52 3901.83 2608.23 c +3608.89 1282.13 2324.35 614.73 1094.5 378.07 c +292.469 223.832 -919.699 337.91 -1398.97 -476.359 c +-1653.24 -908.309 -1806.73 -1413.16 -1806.33 -1915.5 c +-1805.24 -2848.3 -1239.38 -3662.3 -703.309 -4379.1 c +-52.7383 -5248.8 652.441 -6090.6 1061.82 -7109.2 c +1578.05 -8393.7 1441.33 -9761.6 933.59 -11026.5 c +587.859 -11888 92.5 -12685.1 -448.23 -13436.4 c +-449.02 -13437.6 -446.91 -13437.9 -446.371 -13437 c +f +-884.449 -12888.5 m +85.9609 -11589 976.191 -10064.1 1006.94 -8397.2 c +1027.42 -7281.8 585.02 -6259.7 -17.4883 -5343.9 c +-569.121 -4505.3 -1265.59 -3748.8 -1705.64 -2840.4 c +-2141.41 -1940.8 -2136.7 -796.621 -1470.77 4.42188 c +-1122.08 423.84 -480.461 462.738 20.3398 518.031 c +616.359 583.93 1204.69 658.051 1773.43 857.512 c +2686.29 1177.59 3439.52 1863.79 3669.09 2822.49 c +3792.79 3339.38 3707.32 3835.63 3599.27 4344.86 c +3472.73 4941.2 3397.82 5556.95 3462.72 6165.7 c +3517.74 6681.37 3712.02 7163.86 4041.27 7564.83 c +4429.83 8037.82 4994.6 8287.53 5464.31 8663.53 c +5878.86 8995.67 6220.74 9415.35 6416.14 9911.38 c +6609 10401.5 6603.08 10940.6 6498.87 11449.7 c +6498.6 11450.7 6496.39 11450.1 6496.59 11448.9 c +6616.18 10864.9 6588.99 10283.9 6339.73 9736.81 c +6052.69 9106.35 5492.83 8641.76 4919.74 8279.81 c +4511.5 8021.97 4144.75 7743.67 3870.43 7339.66 c +3621.83 6973.43 3500.52 6540.57 3454.03 6104.59 c +3394.31 5544.55 3473.35 4973 3580.75 4423.92 c +3691.58 3857.98 3790.07 3337.6 3653.11 2765.11 c +3343.2 1470.23 2072.6 838.07 862.988 627.168 c +74.1602 489.738 -1112.11 622.371 -1595.88 -167.602 c +-1852.53 -586.648 -2011.66 -1078.88 -2019.88 -1571.27 c +-2034.81 -2485.7 -1494.1 -3293.4 -980.922 -4005.2 c +-358.121 -4868.8 318.68 -5706.1 702.488 -6711.6 c +1186.48 -7979.6 1028.99 -9318.1 509.578 -10549.3 c +155.91 -11387.8 -343.34 -12160.7 -886.281 -12887.9 c +-887.07 -12889 -885.012 -12889.4 -884.469 -12888.5 c +f +-1304.47 -12343.3 m +-330.941 -11086.2 567.871 -9606.6 626.609 -7973.2 c +665.82 -6880.2 249.699 -5870.7 -325.191 -4962.6 c +-851.531 -4131.2 -1521.26 -3377.6 -1937.05 -2479.7 c +-2348.76 -1590.4 -2324.53 -468.871 -1658.01 304.922 c +-1309.01 710.07 -679.398 737.191 -187.551 782.801 c +397.828 837.172 975.801 899.73 1536.73 1085.5 c +2437.04 1383.59 3187.17 2043.31 3428.64 2979.13 c +3558.77 3483.69 3483.51 3971.6 3386.32 4472.62 c +3272.52 5059.35 3209.65 5664.22 3283.71 6259.83 c +3346.49 6764.36 3545.21 7233.99 3874.83 7621.38 c +4263.83 8078.36 4821.72 8313.44 5288.6 8673.96 c +5700.65 8992.42 6042.99 9397.94 6243.04 9880.82 c +6440.5 10358 6443.94 10886.5 6350.52 11387.3 c +6350.28 11388.3 6348.1 11387.7 6348.28 11386.6 c +6455.48 10812.1 6418.87 10243.1 6165.14 9711.02 c +5872.95 9097.94 5316.19 8652.15 4748.21 8307.17 c +4343.61 8061.43 3979.33 7794.92 3703.51 7403.59 c +3453.53 7048.87 3327.19 6626.63 3274.14 6200.07 c +3205.99 5652.13 3273.66 5090.51 3369.52 4550.43 c +3468.46 3993.77 3556.07 3481.99 3411.99 2923.16 c +3086 1659.18 1829.65 1061.3 640.32 875.332 c +-135.27 754.141 -1295.83 904.512 -1783.6 138.449 c +-2042.37 -267.918 -2206.79 -747.699 -2223.3 -1230.21 c +-2253.63 -2126.3 -1737.46 -2927.3 -1246.62 -3633.9 c +-650.941 -4491.1 -1.89062 -5323.5 357.102 -6315.7 c +809.77 -7566.9 632.441 -8876.3 102.172 -10074.2 c +-258.898 -10890.2 -761.539 -11639.2 -1306.23 -12342.7 c +-1307.03 -12343.8 -1305.01 -12344.2 -1304.47 -12343.3 c +f +-1706.83 -11801.7 m +-730.969 -10586.1 175.469 -9151.2 261.059 -7551.1 c +318.25 -6480.3 -72.3398 -5483.6 -620.281 -4583.7 c +-1121.96 -3759.6 -1765.53 -3009.4 -2157.69 -2122.1 c +-2546.02 -1243.29 -2503.02 -144.371 -1836.4 602.691 c +-1487.34 993.859 -869.711 1009.64 -386.789 1045.9 c +187.961 1089.16 755.578 1140.57 1308.6 1313.05 c +2196.24 1589.8 2942.87 2223.62 3195.62 3136.81 c +3331.84 3629.15 3266.44 4108.72 3179.76 4601.51 c +3078.27 5178.6 3027.02 5772.59 3109.84 6355.16 c +3180.04 6848.66 3382.88 7305.59 3712.65 7679.68 c +4101.79 8120.95 4652.7 8341.82 5116.53 8687.2 c +5525.91 8992.31 5868.44 9383.94 6072.81 9853.84 c +6274.56 10318.2 6287 10836.2 6204.02 11328.7 c +6203.81 11329.7 6201.65 11329.2 6201.82 11328.1 c +6297.04 10763 6251.39 10205.9 5993.54 9688.72 c +5696.61 9092.77 5143.2 8665.34 4580.53 8336.92 c +4179.71 8102.97 3818.05 7847.98 3540.97 7469.12 c +3289.83 7125.69 3158.75 6713.97 3099.43 6296.74 c +3023.22 5760.79 3079.93 5209.11 3164.63 4678.06 c +3252.06 4130.7 3329.17 3627.52 3178.34 3082.21 c +2837.1 1848.8 1595.32 1284.29 426.301 1122.4 c +-336.059 1016.91 -1471.09 1184.21 -1962.38 441.648 c +-2223.01 47.7617 -2392.41 -419.719 -2416.88 -892.422 c +-2461.98 -1770.31 -1969.74 -2564.31 -1500.73 -3265.31 c +-931.52 -4115.91 -309.57 -4942.91 25.3086 -5921.71 c +447.578 -7156.01 251.27 -8436.41 -289.07 -9601.61 c +-657.012 -10395.2 -1162.57 -11120.8 -1708.56 -11801 c +-1709.36 -11802.2 -1707.39 -11802.6 -1706.84 -11801.7 c +f +-2091.95 -11263.9 m +-1114.51 -10089 -201.371 -8698.1 -90.0117 -7131 c +-15.5781 -6082.4 -381.352 -5098.7 -903.031 -4207.1 c +-1380.67 -3390.7 -1998.64 -2644.3 -2367.83 -1767.8 c +-2733.41 -899.691 -2672.41 176.781 -2006.14 897.641 c +-1657.27 1275.09 -1051.57 1279.96 -577.57 1307.23 c +-13.4414 1339.77 543.859 1380.43 1088.92 1540 c +1963.77 1796.06 2706.52 2404.55 2969.95 3295.36 c +3111.91 3775.64 3056.04 4246.85 2979.52 4731.4 c +2889.94 5298.82 2849.89 5881.96 2941.07 6451.6 c +3018.35 6934.14 3225.02 7378.56 3554.69 7739.61 c +3943.71 8165.49 4487.52 8372.54 4948.13 8703.14 c +5354.65 8995.19 5697.13 9373.21 5905.53 9830.32 c +6111.25 10282.1 6132.33 10789.6 6059.44 11273.8 c +6059.26 11274.8 6057.13 11274.3 6057.27 11273.2 c +6140.92 10717.7 6086.61 10172.4 5824.99 9669.83 c +5523.7 9090.74 4973.89 8681.25 4416.7 8368.98 c +4019.79 8146.53 3660.9 7902.78 3382.79 7536.16 c +3130.72 7203.83 2995.17 6802.48 2929.86 6394.52 c +2845.97 5870.47 2892.09 5328.72 2966.01 4806.7 c +3042.31 4268.66 3109.27 3774.1 2952.06 3242.15 c +2596.41 2038.96 1369.48 1506.9 220.789 1368.27 c +-528.32 1277.94 -1638.07 1461.41 -2132.38 741.961 c +-2394.61 360.32 -2568.69 -95.0195 -2600.78 -557.961 c +-2660.05 -1417.75 -2191.16 -2204.5 -1743.44 -2899.7 c +-1200.08 -3743.2 -604.602 -4564.6 -293.141 -5529.8 c +99.6016 -6746.9 -114.781 -7998.7 -664.441 -9131.5 c +-1038.73 -9903.2 -1546.75 -10605.8 -2093.62 -11263.2 c +-2094.42 -11264.3 -2092.51 -11264.7 -2091.95 -11263.9 c +f +-2460.24 -10730.1 m +-1481.95 -9595.2 -562.988 -8247.4 -426.949 -6713.2 c +-336.012 -5686.6 -677.66 -4716.1 -1173.75 -3833.1 c +-1627.93 -3024.7 -2220.9 -2282.4 -2567.76 -1416.89 c +-2911.22 -559.66 -2832.96 494.492 -2167.49 1189.68 c +-1819.03 1553.69 -1225.21 1548.07 -760.109 1566.66 c +-206.57 1588.88 340.41 1619.18 877.441 1766.25 c +1739.4 2002.24 2477.92 2585.96 2751.43 3454.65 c +2898.82 3923.01 2852.13 4385.87 2785.44 4862.15 c +2707.36 5419.9 2678.12 5992.2 2777.27 6549.03 c +2861.29 7020.71 3071.5 7452.8 3400.85 7801.06 c +3789.49 8211.85 4326.11 8405.48 4783.29 8721.65 c +5186.79 9000.96 5528.98 9365.63 5741.11 9810.14 c +5950.52 10249.4 5979.89 10746.6 5916.75 11222.5 c +5916.58 11223.4 5914.49 11223 5914.6 11222 c +5987.08 10676 5924.48 10142.3 5659.41 9654.21 c +5354.14 9091.73 4808.16 8699.76 4256.63 8403.22 c +3863.74 8191.97 3507.76 7959.2 3228.86 7604.59 c +2976.07 7283.15 2836.31 6892.06 2765.29 6493.28 c +2674.06 5981.02 2709.98 5449.18 2773.49 4936.21 c +2839.05 4407.49 2896.2 3921.55 2732.97 3402.81 c +2363.7 2229.5 1151.89 1729 23.5195 1612.81 c +-712.34 1537.12 -1797.01 1736 -2293.89 1039.24 c +-2557.49 669.641 -2735.94 226.289 -2775.34 -226.949 c +-2848.19 -1068.74 -2402.07 -1847.99 -1975.12 -2537.19 c +-1456.96 -3373.29 -887.352 -4188.69 -598.578 -5140.09 c +-234.48 -6339.89 -466.102 -7563.29 -1024.34 -8664.39 c +-1404.47 -9414.29 -1914.51 -10094.3 -2461.86 -10729.4 c +-2462.66 -10730.4 -2460.79 -10730.9 -2460.23 -10730.1 c +f +-2812.09 -10200.5 m +-1833.66 -9104.9 -909.73 -7799.4 -750.059 -6297.9 c +-643.301 -5293.1 -961.559 -4335.9 -1432.69 -3461.9 c +-1864.04 -2661.6 -2432.55 -1923.9 -2757.71 -1069.48 c +-3079.68 -223.309 -2984.88 808.672 -2320.63 1478.71 c +-1972.81 1829.55 -1390.82 1813.86 -934.59 1824.1 c +-391.609 1836.39 145.09 1856.7 674.031 1991.65 c +1523.02 2208.19 2256.95 2767.71 2539.96 3614.54 c +2692.47 4071.12 2654.65 4525.63 2597.44 4993.65 c +2530.48 5541.72 2511.63 6103.22 2618.37 6647.34 c +2708.83 7108.26 2922.3 7528.21 3251.11 7863.93 c +3639.13 8259.94 4168.47 8440.53 4622.03 8742.61 c +5022.35 9009.48 5364.04 9361.07 5579.61 9793.15 c +5792.41 10220.2 5829.74 10707 5776.01 11174.6 c +5775.86 11175.5 5773.8 11175.1 5773.89 11174.1 c +5835.58 10637.6 5765.06 10115.6 5496.85 9641.7 c +5187.96 9095.58 4646.04 8720.72 4100.32 8439.5 c +3711.57 8239.17 3358.63 8017.1 3079.15 7674.28 c +2825.85 7363.53 2682.14 6982.57 2605.68 6592.87 c +2507.46 6092.31 2533.54 5570.36 2587 5066.43 c +2642.2 4547.03 2689.88 4069.72 2520.98 3564.02 c +2138.88 2420.23 942.422 1950.41 -165.648 1855.88 c +-888.27 1794.31 -1948.1 2007.86 -2447.12 1333.4 c +-2711.86 975.621 -2894.38 544.09 -2940.79 100.48 c +-3026.64 -723.422 -2602.7 -1494.93 -2196.01 -2177.81 c +-1702.43 -3006.31 -1158.06 -3815.41 -891.328 -4753.01 c +-555 -5935.31 -803.039 -7130.51 -1369.13 -8200.31 c +-1754.62 -8928.91 -2266.24 -9586.71 -2813.67 -10199.8 c +-2814.47 -10200.8 -2812.66 -10201.3 -2812.09 -10200.5 c +f +-3147.9 -9675.4 m +-2170.01 -8618.2 -1241.94 -7354.4 -1059.66 -5885.2 c +-937.77 -4902.2 -1233.33 -3958.4 -1680.15 -3093.6 c +-2089.25 -2301.7 -2633.87 -1568.79 -2937.95 -725.691 c +-3239.03 109.301 -3128.4 1119.26 -2465.78 1764.66 c +-2118.82 2102.6 -1548.6 2077.23 -1101.21 2079.45 c +-568.738 2082.18 -42.2891 2092.88 478.52 2216.09 c +1314.43 2413.79 2043.47 2949.66 2335.41 3774.91 c +2492.74 4219.85 2463.47 4666.03 2415.42 5125.78 c +2359.18 5664.17 2350.34 6214.9 2464.31 6746.43 c +2560.88 7196.69 2777.34 7604.68 3105.42 7928.14 c +3492.56 8309.67 4014.54 8477.61 4464.33 8765.94 c +4861.31 9020.67 5202.29 9359.46 5421.01 9779.3 c +5636.92 10194.2 5681.87 10670.8 5637.23 11130 c +5637.09 11131 5635.07 11130.6 5635.14 11129.6 c +5686.41 10602.7 5608.32 10092.2 5337.28 9632.26 c +5025.13 9102.22 4487.49 8744.07 3947.72 8477.77 c +3563.21 8288.06 3213.44 8076.43 2933.6 7745.18 c +2679.97 7444.92 2532.56 7073.95 2450.94 6693.27 c +2346.06 6204.28 2362.68 5692.2 2406.44 5197.31 c +2451.63 4687.23 2490.19 4218.52 2315.94 3725.72 c +1921.77 2611.08 740.891 2171.07 -346.922 2097.42 c +-1056.33 2049.46 -2091.54 2276.98 -2592.28 1624.4 c +-2857.93 1278.24 -3044.24 858.359 -3097.34 424.309 c +-3195.64 -381.84 -2793.3 -1145.38 -2406.36 -1821.7 c +-1936.76 -2642.4 -1417.02 -3444.8 -1171.64 -4368.4 c +-862.25 -5533.2 -1125.89 -6700.5 -1699.15 -7739.4 c +-2089.52 -8447 -2602.32 -9083 -3149.45 -9674.7 c +-3150.25 -9675.6 -3148.48 -9676.2 -3147.91 -9675.4 c +f +-3468.07 -9154.9 m +-2491.36 -8135.3 -1559.95 -6912.4 -1356.06 -5475.4 c +-1219.72 -4513.9 -1493.24 -3583.7 -1916.4 -2728.3 c +-2303.83 -1945 -2825.12 -1217.25 -3108.73 -385.59 c +-3389.54 438.059 -3263.76 1426.17 -2603.16 2047.45 c +-2257.26 2372.76 -1698.74 2338.11 -1260.15 2332.61 c +-738.148 2326.15 -221.93 2327.61 290.699 2439.45 c +1113.5 2618.9 1837.32 3131.67 2137.66 3935.61 c +2299.51 4369.06 2278.47 4806.93 2239.26 5258.42 c +2193.37 5787.14 2194.15 6327.13 2314.98 6846.21 c +2417.37 7285.92 2636.56 7682.13 2963.7 7993.57 c +3349.74 8360.91 3864.29 8516.58 4310.14 8791.5 c +4703.64 9034.39 5043.69 9360.64 5265.29 9768.43 c +5484.06 10171.4 5536.3 10637.8 5500.42 11088.8 c +5500.3 11089.7 5498.31 11089.4 5498.36 11088.4 c +5539.58 10571 5454.28 10071.9 5180.7 9625.73 c +4865.63 9111.53 4332.47 8769.67 3798.8 8517.89 c +3418.62 8338.53 3072.13 8137.09 2792.15 7817.18 c +2538.37 7527.2 2387.51 7166.09 2300.97 6794.33 c +2189.78 6316.8 2197.28 5814.55 2231.68 5328.69 c +2267.24 4827.91 2296.98 4367.81 2117.72 3887.72 c +1712.22 2801.87 547.121 2390.81 -520.449 2337.28 c +-1216.66 2302.44 -2227.52 2543.23 -2729.56 1912.13 c +-2995.89 1577.37 -3185.73 1168.98 -3245.23 744.41 c +-3355.41 -44.1211 -2974.13 -799.469 -2606.44 -1469.11 c +-2160.19 -2281.6 -1664.48 -3077 -1439.8 -3986.6 c +-1156.5 -5133.7 -1434.97 -6273.5 -2014.72 -7282 c +-2409.51 -7968.9 -2923.1 -8583.6 -3469.57 -9154.1 c +-3470.37 -9155.1 -3468.64 -9155.6 -3468.07 -9154.9 c +f +-3772.98 -8639.1 m +-2798.08 -7656.5 -1864.09 -6473.7 -1639.58 -5068.6 c +-1489.44 -4128.4 -1741.6 -3211.9 -2141.72 -2366.1 c +-2508.06 -1591.7 -3006.56 -869.379 -3270.29 -49.2891 c +-3531.43 762.91 -3391.19 1729.33 -2732.98 2327.02 c +-2388.33 2639.96 -1841.44 2596.41 -1411.61 2583.49 c +-900.039 2568.2 -393.98 2560.78 110.441 2661.62 c +920.051 2823.41 1638.38 3313.63 1946.56 4096.53 c +2112.66 4518.64 2099.54 4948.22 2068.86 5391.46 c +2032.94 5910.52 2042.97 6439.83 2170.32 6946.59 c +2278.23 7375.85 2499.89 7760.47 2825.91 8060.14 c +3210.62 8413.6 3717.68 8557.37 4159.43 8819.2 c +4549.33 9050.54 4888.25 9364.51 5112.47 9760.44 c +5333.84 10151.7 5393.04 10608 5365.61 11050.7 c +5365.51 11051.6 5363.54 11051.3 5363.58 11050.3 c +5395.11 10542.5 5302.93 10054.7 5027.11 9622.01 c +4709.43 9123.37 4180.95 8797.42 3653.51 8559.76 c +3277.75 8390.47 2934.66 8198.95 2654.72 7890.17 c +2400.98 7610.27 2246.9 7258.89 2155.69 6895.96 c +2038.51 6429.77 2037.24 5937.32 2062.63 5460.47 c +2088.9 4968.97 2110.16 4517.44 1926.21 4049.92 c +1510.08 2992.48 360.961 2609.53 -686.441 2575.37 c +-1369.5 2553.17 -2356.25 2806.54 -2859.2 2196.53 c +-3126.02 1872.94 -3319.11 1475.88 -3384.72 1060.73 c +-3506.25 289.66 -3145.45 -457.309 -2796.51 -1120.02 c +-2373.03 -1924.11 -1900.76 -2712.31 -1696.12 -3607.81 c +-1438.1 -4737.01 -1730.62 -5849.51 -2316.21 -6828.21 c +-2715 -7494.81 -3228.97 -8088.51 -3774.44 -8638.41 c +-3775.24 -8639.31 -3773.55 -8639.91 -3772.98 -8639.11 c +f +-4063.02 -8128.4 m +-3090.53 -7181.8 -2154.69 -6038.5 -1910.51 -4665 c +-1747.21 -3745.9 -1978.66 -2843.2 -2356.37 -2007.3 c +-2702.18 -1241.91 -3178.45 -525.27 -3422.9 283.141 c +-3664.94 1083.77 -3510.89 2028.7 -2855.43 2603.28 c +-2512.23 2904.13 -1976.88 2852.06 -1555.77 2832.02 c +-1054.57 2808.26 -558.641 2792.3 -62.4492 2882.49 c +733.941 3027.19 1446.48 3495.41 1762.01 4257.55 c +1932.06 4668.47 1926.57 5089.78 1904.1 5524.8 c +1877.8 6034.22 1896.71 6552.9 2030.24 7047.45 c +2143.39 7466.39 2367.27 7839.61 2691.98 8127.77 c +3075.15 8467.65 3574.66 8599.87 4012.18 8848.95 c +4398.34 9069.04 4735.95 9370.98 4962.53 9755.25 c +5186.24 10135 5252.1 10581.2 5232.8 11015.6 c +5232.72 11016.5 5230.79 11016.3 5230.81 11015.4 c +5253.01 10517 5154.28 10040.4 4876.48 9621.02 c +4556.53 9137.68 4032.89 8827.23 3511.8 8603.32 c +3140.57 8443.82 2800.97 8261.97 2521.26 7964.09 c +2267.72 7694.08 2110.67 7352.28 2015.03 6998.09 c +1892.16 6543.12 1882.47 6060.42 1899.18 5592.56 c +1916.49 5110.32 1929.59 4667.35 1741.26 4212.22 c +1315.21 3182.82 182.219 2827.15 -845.07 2811.62 c +-1515.02 2801.59 -2477.93 3066.87 -2981.4 2477.54 c +-3248.5 2164.93 -3444.58 1779.02 -3516.02 1373.2 c +-3648.37 619.461 -3307.52 -118.949 -2976.85 -774.551 c +-2575.53 -1570 -2126.11 -2350.8 -1940.88 -3232.1 c +-1707.33 -4343.4 -2013.15 -5428.9 -2603.96 -6378.2 c +-3006.31 -7024.8 -3520.32 -7597.9 -4064.44 -8127.6 c +-4065.24 -8128.5 -4063.59 -8129 -4063.02 -8128.4 c +f +-4338.56 -7622.7 m +-3369.05 -6711.6 -2432.09 -5606.8 -2169.17 -4264.7 c +-1993.33 -3366.6 -2204.72 -2477.7 -2560.63 -1651.8 c +-2886.47 -895.66 -3341.04 -185.012 -3566.79 611.621 c +-3790.31 1400.59 -3623.09 2324.2 -2970.72 2876.19 c +-2629.14 3165.2 -2105.27 3104.98 -1692.82 3078.1 c +-1201.93 3046.21 -716.07 3022.07 -228.141 3101.96 c +554.988 3230.14 1261.49 3676.88 1583.88 4418.56 c +1757.62 4818.44 1759.46 5231.52 1744.9 5658.33 c +1727.86 6158.13 1755.29 6666.24 1894.68 7148.73 c +2012.77 7557.44 2238.62 7919.46 2561.88 8196.35 c +2943.29 8522.94 3435.21 8643.98 3868.35 8880.64 c +4250.66 9089.75 4586.78 9379.94 4815.48 9752.72 c +5041.28 10121.1 5113.5 10557.4 5102.03 10983.6 c +5101.97 10984.4 5100.08 10984.2 5100.08 10983.3 c +5113.28 10494.4 5008.33 10029 4728.83 9622.62 c +4406.9 9154.32 3888.28 8858.99 3373.64 8648.44 c +3007.01 8498.46 2671.01 8326.03 2391.71 8038.83 c +2138.55 7778.5 1978.74 7446.15 1878.91 7100.59 c +1750.66 6656.73 1732.88 6183.73 1741.24 5724.82 c +1749.93 5251.81 1755.18 4817.38 1562.75 4374.47 c +1127.46 3372.71 10.75 3043.5 -996.5 3045.92 c +-1653.38 3047.57 -2592.71 3324.13 -3096.35 2755.09 c +-3363.53 2453.23 -3562.36 2078.31 -3639.35 1681.74 c +-3782.03 945.148 -3460.58 215.488 -3147.69 -432.832 c +-2767.94 -1219.44 -2340.8 -1992.51 -2174.35 -2859.61 c +-1964.48 -3953.01 -2282.88 -5011.81 -2878.31 -5932.11 c +-3283.79 -6559.01 -3797.48 -7112.11 -4339.94 -7621.91 c +-4340.74 -7622.81 -4339.13 -7623.41 -4338.55 -7622.71 c +f +-4600 -7122.3 m +-3634 -6245.8 -2696.6 -5179 -2415.85 -3867.9 c +-2228.08 -2990.5 -2420.04 -2115.6 -2754.75 -1299.92 c +-3061.19 -553.09 -3494.57 151.32 -3702.2 936.09 c +-3907.76 1713.29 -3728.01 2615.79 -3079.06 3145.68 c +-2739.27 3423.12 -2226.78 3355.1 -1822.94 3321.68 c +-1342.29 3282 -866.449 3250 -386.801 3319.94 c +383.059 3432.15 1083.27 3857.95 1412 4579.44 c +1589.17 4968.44 1598.07 5373.33 1591.11 5791.95 c +1582.99 6282.17 1618.59 6779.77 1763.51 7250.34 c +1886.28 7648.95 2113.88 7999.93 2435.49 8265.81 c +2814.97 8579.4 3299.25 8689.61 3727.89 8914.17 c +4106.24 9112.6 4440.69 9391.28 4671.27 9752.77 c +4898.93 10110.1 4977.2 10536.5 4973.27 10954.4 c +4973.23 10955.2 4971.38 10955.1 4971.36 10954.2 c +4975.91 10474.7 4865.05 10020.3 4584.1 9626.73 c +4260.5 9173.21 3747.06 8892.61 3238.97 8695.05 c +2877.01 8554.32 2544.69 8391.06 2265.99 8114.34 c +2013.37 7863.49 1851.01 7540.45 1747.22 7203.44 c +1613.9 6770.54 1588.35 6307.2 1588.67 5857.21 c +1589.07 5393.4 1586.76 4967.45 1390.54 4536.6 c +946.66 3562.1 -153.629 3258.56 -1140.94 3278.21 c +-1784.81 3291.09 -2700.84 3578.31 -3204.29 3029.14 c +-3471.38 2737.84 -3672.71 2373.73 -3754.98 1986.32 c +-3907.47 1266.74 -3604.89 545.98 -3309.3 -94.9102 c +-2950.56 -872.488 -2545.12 -1637.59 -2396.83 -2490.39 c +-2209.86 -3565.79 -2540.14 -4598.19 -3139.59 -5490.19 c +-3547.82 -6097.79 -4060.84 -6630.99 -4601.33 -7121.49 c +-4602.14 -7122.29 -4600.57 -7122.89 -4600 -7122.29 c +f +-4847.67 -6627.3 m +-3885.73 -5784.7 -2948.55 -4755 -2650.85 -3474.6 c +-2451.73 -2617.9 -2624.9 -1756.9 -2938.99 -951.629 c +-3226.57 -214.289 -3639.3 483.641 -3829.37 1256.46 c +-4017.53 2021.84 -3825.84 2903.42 -3180.63 3411.7 c +-2842.79 3677.84 -2341.6 3602.37 -1946.31 3562.68 c +-1475.84 3515.54 -1009.95 3476 -538.578 3536.34 c +218 3633.12 911.672 4038.49 1246.3 4740.09 c +1426.63 5118.36 1442.3 5515.1 1442.67 5925.57 c +1443.12 6406.24 1486.55 6893.4 1636.68 7352.19 c +1763.86 7740.82 1992.98 8080.96 2312.8 8336.06 c +2690.17 8636.95 3166.77 8736.67 3590.79 8949.44 c +3965.07 9137.45 4297.7 9404.89 4529.92 9755.28 c +4759.21 10101.6 4843.25 10518.2 4846.57 10928 c +4846.54 10928.8 4844.72 10928.7 4844.69 10927.8 c +4840.92 10457.7 4724.46 10014.2 4442.31 9633.23 c +4117.31 9194.22 3609.21 8927.97 3107.77 8743.03 c +2750.55 8611.29 2421.99 8456.96 2144.05 8190.48 c +1892.12 7948.92 1727.42 7635.05 1619.9 7306.47 c +1481.79 6884.41 1448.8 6430.66 1441.4 5989.56 c +1433.83 5534.91 1424.26 5117.42 1224.52 4698.45 c +772.699 3750.82 -311.07 3472.15 -1278.53 3508.34 c +-1909.46 3532.02 -2802.46 3829.28 -3305.38 3299.6 c +-3572.2 3018.64 -3775.8 2665.18 -3863.08 2286.82 c +-4024.91 1584.08 -3740.67 872.371 -3461.92 239.082 c +-3123.6 -529.301 -2739.3 -1286.25 -2608.57 -2124.71 c +-2443.75 -3182.11 -2785.21 -4188.41 -3388.12 -5052.51 c +-3798.71 -5641.11 -4310.75 -6155.01 -4848.97 -6626.51 c +-4849.78 -6627.31 -4848.24 -6627.91 -4847.67 -6627.31 c +f +-5081.96 -6137.8 m +-4124.58 -5328.4 -3188.24 -4335.1 -2874.46 -3085.2 c +-2664.58 -2248.7 -2819.55 -1401.82 -3113.62 -607.051 c +-3382.87 120.648 -3775.47 811.871 -3948.53 1572.68 c +-4119.84 2326.17 -3916.82 3187.04 -3275.63 3674.22 c +-2939.9 3929.3 -2449.9 3846.72 -2063.11 3801.03 c +-1602.74 3746.75 -1146.74 3700.01 -683.641 3751.06 c +59.6484 3832.95 746.57 4218.41 1086.62 4900.4 c +1269.88 5268.11 1292.05 5656.74 1299.44 6059.1 c +1308.13 6530.27 1359.07 7007.05 1514.1 7454.2 c +1645.43 7832.96 1875.86 8162.46 2193.74 8407.04 c +2568.82 8695.51 3037.71 8785.09 3457 8986.37 c +3827.11 9164.25 4157.75 9420.69 4391.41 9760.17 c +4622.11 10095.7 4711.63 10502.7 4721.91 10904.3 c +4721.9 10905.1 4720.11 10905 4720.07 10904.1 c +4708.31 10443.4 4586.54 10010.6 4303.44 9642.03 c +3977.32 9217.27 3474.7 8965 2979.99 8792.33 c +2627.56 8669.32 2302.85 8523.68 2025.83 8267.23 c +1774.74 8034.77 1607.9 7729.92 1496.88 7409.69 c +1354.25 6998.33 1314.12 6554.11 1299.3 6121.86 c +1284.08 5676.32 1267.54 5267.24 1064.56 4859.97 c +605.398 3938.82 -461.73 3684.25 -1409.45 3736.32 c +-2027.51 3770.36 -2897.77 4077.06 -3399.84 3566.48 c +-3666.21 3295.64 -3871.85 2952.66 -3963.9 2583.28 c +-4134.58 1897.2 -3868.17 1194.67 -3605.79 569.109 c +-3287.34 -189.891 -2923.61 -938.48 -2809.86 -1762.7 c +-2666.44 -2801.9 -3018.41 -3782.5 -3624.23 -4619.2 c +-4036.81 -5189.1 -4547.54 -5684.1 -5083.22 -6137.1 c +-5084.03 -6137.8 -5082.53 -6138.4 -5081.96 -6137.8 c +f +-5303.23 -5654 m +-4350.87 -4877 -3416 -3919.4 -3086.97 -2699.5 c +-2866.88 -1883.2 -3004.27 -1050.4 -3278.89 -266.289 c +-3530.33 451.66 -3903.33 1135.96 -4059.9 1884.71 c +-4214.91 2626.24 -4001.12 3466.62 -3364.25 3933.17 c +-3030.78 4177.45 -2551.88 4088.1 -2173.51 4036.68 c +-1723.17 3975.57 -1276.98 3921.93 -822.148 3964.03 c +-92.1406 4031.55 587.82 4397.61 932.852 5060.29 c +1118.8 5417.59 1147.2 5798.16 1161.35 6192.44 c +1177.95 6654.15 1236.05 7120.65 1395.69 7556.3 c +1530.93 7925.33 1762.46 8244.36 2078.25 8478.65 c +2450.87 8754.99 2912.04 8834.75 3326.49 9024.86 c +3692.34 9192.87 4020.85 9438.58 4255.71 9767.35 c +4487.62 10092.3 4582.35 10489.7 4599.32 10883.2 c +4599.33 10884 4597.56 10883.9 4597.51 10883.1 c +4578.08 10431.6 4451.29 10009.5 4167.45 9653.05 c +3840.5 9242.28 3343.48 9003.62 2855.58 8842.84 c +2508 8728.31 2187.21 8591.11 1911.26 8344.49 c +1661.14 8120.93 1492.37 7824.96 1378.05 7512.96 c +1231.18 7112.18 1184.23 6677.43 1162.28 6253.98 c +1139.72 5817.5 1116.48 5416.79 910.531 5021.05 c +444.641 4125.97 -605.77 3894.74 -1533.88 3962.04 c +-2139.14 4006.01 -2986.94 4321.59 -3487.85 3829.7 c +-3753.6 3568.79 -3961.06 3236.11 -4057.63 2875.61 c +-4236.71 2206.01 -3987.62 1512.79 -3741.16 895.09 c +-3442.03 145.621 -3098.33 -594.422 -3000.96 -1404.26 c +-2878.2 -2425.49 -3240.04 -3380.69 -3848.25 -4190.39 c +-4262.45 -4741.89 -4771.58 -5218.39 -5304.45 -5653.19 c +-5305.25 -5653.99 -5303.8 -5654.59 -5303.23 -5653.99 c +f +-5511.82 -5176 m +-4564.95 -4430.6 -3632.12 -3508 -3288.66 -2317.9 c +-3058.93 -1521.47 -3179.31 -702.75 -3435.05 70.582 c +-3669.21 778.66 -4023.09 1455.83 -4163.73 2192.47 c +-4302.95 2922.02 -4078.97 3742.13 -3446.67 4188.53 c +-3115.6 4422.26 -2647.7 4326.46 -2277.69 4269.57 c +-1837.29 4201.94 -1400.83 4141.7 -954.281 4175.16 c +-237.531 4228.83 435.281 4575.99 784.859 5219.66 c +973.262 5566.71 1007.63 5939.28 1028.26 6325.52 c +1052.46 6777.83 1117.42 7234.11 1281.38 7658.41 c +1420.27 8017.82 1652.71 8326.58 1966.28 8550.82 c +2336.27 8815.31 2789.7 8885.58 3199.23 9064.82 c +3560.73 9223.24 3886.96 9458.45 4122.82 9776.7 c +4355.72 10091.2 4455.4 10479.2 4478.78 10864.6 c +4478.8 10865.4 4477.07 10865.3 4477.01 10864.5 c +4450.21 10422.3 4318.69 10010.7 4034.35 9666.18 c +3706.81 9269.13 3215.51 9043.71 2734.49 8894.48 c +2391.82 8788.18 2075.01 8659.19 1800.28 8422.18 c +1551.27 8207.32 1380.75 7920.1 1263.34 7616.23 c +1112.5 7225.89 1059.01 6800.53 1030.22 6385.81 c +1000.63 5958.35 970.98 5565.95 762.309 5181.57 c +290.27 4312.17 -743.352 4103.52 -1651.96 4185.42 c +-2244.51 4238.9 -3070.15 4562.79 -3569.6 4089.22 c +-3834.58 3838.02 -4043.65 3515.47 -4144.49 3163.75 c +-4331.52 2510.45 -4099.25 1826.65 -3868.25 1216.93 c +-3587.89 477.141 -3263.67 -254.168 -3182.12 -1049.68 c +-3079.31 -2052.8 -3450.39 -2982.9 -4060.47 -3766.2 c +-4475.95 -4299.8 -4983.2 -4758.1 -5513 -5175.2 c +-5513.8 -5175.9 -5512.38 -5176.5 -5511.81 -5176 c +f +-5708.09 -4703.8 m +-4767.14 -3989.4 -3836.91 -3101.1 -3479.82 -1940.3 c +-3240.96 -1163.57 -3344.92 -358.961 -3582.34 403.48 c +-3799.73 1101.58 -4135 1771.44 -4260.22 2495.94 c +-4384.18 3213.46 -4150.55 4013.52 -3523.09 4440.26 c +-3194.55 4663.69 -2737.53 4561.76 -2375.81 4499.64 c +-1945.27 4425.79 -1518.48 4359.26 -1080.17 4384.4 c +-376.668 4424.71 288.809 4753.47 642.531 5378.42 c +833.172 5715.38 873.23 6079.99 900.09 6458.26 c +931.57 6901.21 1003.08 7347.36 1171.07 7760.47 c +1313.39 8110.4 1546.52 8409.07 1857.75 8623.5 c +2224.97 8876.41 2670.64 8937.52 3075.16 9106.2 c +3432.24 9255.28 3756.06 9480.25 3992.71 9788.16 c +4226.42 10092.5 4330.77 10471.1 4360.3 10848.4 c +4360.34 10849.2 4358.64 10849.2 4358.57 10848.4 c +4324.72 10415.4 4188.73 10014.2 3904.09 9681.34 c +3576.21 9297.76 3090.75 9085.22 2616.68 8947.19 c +2278.96 8848.87 1966.19 8727.87 1692.83 8500.24 c +1445.05 8293.91 1272.98 8015.29 1152.67 7719.42 c +998.109 7339.38 938.391 6923.35 903.051 6517.31 c +866.699 6098.8 830.91 5714.67 619.77 5341.45 c +142.148 4497.33 -874.641 4310.55 -1763.89 4406.41 c +-2343.81 4469 -3147.59 4800.65 -3645.29 4345.01 c +-3909.35 4103.31 -4119.81 3790.73 -4224.7 3447.68 c +-4419.25 2810.51 -4203.29 2136.23 -3987.31 1534.6 c +-3725.19 804.609 -3419.92 82.1914 -3353.63 -699.012 c +-3270.06 -1684.11 -3649.77 -2589.41 -4261.23 -3346.81 c +-4677.65 -3862.71 -5182.74 -4303.21 -5709.23 -4703.01 c +-5710.03 -4703.71 -5708.65 -4704.31 -5708.08 -4703.81 c +f +-5892.38 -4237.6 m +-4957.77 -3553.5 -4030.68 -2698.6 -3660.73 -1566.92 c +-3413.26 -809.629 -3501.37 -19.1289 -3721.02 732.32 c +-3922.13 1420.36 -4239.28 2082.73 -4349.6 2795.07 c +-4458.8 3500.54 -4216.06 4280.78 -3593.68 4688.33 c +-3267.8 4901.71 -2821.55 4793.94 -2468.05 4726.85 c +-2047.29 4647.08 -1630.06 4574.53 -1199.99 4591.66 c +-509.691 4619.1 148.289 4929.94 505.73 5536.48 c +698.379 5863.52 743.922 6220.24 776.73 6590.57 c +815.191 7024.23 892.93 7460.34 1064.7 7862.4 c +1210.21 8202.97 1443.86 8491.74 1752.62 8696.6 c +2116.91 8938.22 2554.83 8990.47 2954.25 9148.87 c +3306.84 9288.88 3628.13 9503.86 3865.38 9801.62 c +4099.69 10095.9 4208.47 10465.2 4243.9 10834.6 c +4243.95 10835.4 4242.28 10835.4 4242.2 10834.6 c +4201.58 10410.8 4061.4 10019.8 3776.67 9698.43 c +3448.69 9328.06 2969.18 9128.05 2502.1 9000.88 c +2169.37 8910.29 1860.7 8797.05 1588.84 8578.61 c +1342.41 8380.61 1168.96 8110.44 1045.95 7822.49 c +887.93 7452.62 822.262 7045.83 780.648 6648.43 c +737.84 6238.81 696.172 5862.87 482.789 5500.66 c +0.121094 4681.41 -999.781 4515.76 -1869.82 4624.99 c +-2437.21 4696.28 -3219.41 5035.17 -3715.1 4597.07 c +-3978.08 4364.68 -4189.76 4061.89 -4298.46 3727.42 c +-4500.09 3106.17 -4299.97 2441.51 -4098.58 1848.06 c +-3854.16 1128 -3567.31 414.609 -3515.74 -352.289 c +-3450.72 -1319.34 -3838.45 -2200.29 -4450.83 -2932.19 c +-4867.87 -3430.69 -5370.54 -3853.89 -5893.49 -4236.79 c +-5894.28 -4237.39 -5892.94 -4238.09 -5892.37 -4237.59 c +f +-6065.03 -3777.4 m +-5137.16 -3122.8 -4213.71 -2300.8 -3831.66 -1197.8 c +-3576.08 -459.719 -3648.89 316.672 -3851.31 1057.04 c +-4036.65 1734.94 -4336.17 2389.67 -4432.08 3089.82 c +-4527.03 3783.22 -4275.7 4543.89 -3658.61 4932.7 c +-3335.51 5136.28 -2899.93 5022.99 -2554.56 4951.15 c +-2143.48 4865.74 -1735.75 4787.46 -1313.88 4796.88 c +-636.75 4811.93 13.5703 5105.35 374.352 5693.77 c +568.801 6011.04 619.559 6359.93 658.082 6722.38 c +703.219 7146.81 786.91 7572.97 962.191 7964.15 c +1110.65 8295.5 1344.65 8574.55 1650.82 8770.06 c +2012.07 9000.65 2442.24 9044.36 2836.47 9192.78 c +3184.49 9323.98 3503.13 9529.19 3740.8 9817.01 c +3975.53 10101.5 4088.5 10461.6 4129.56 10823.1 c +4129.62 10823.9 4127.99 10823.9 4127.89 10823.1 c +4080.81 10408.4 3936.69 10027.5 3652.07 9717.37 c +3324.22 9359.94 2850.75 9172.11 2390.71 9055.46 c +2063 8972.37 1758.5 8866.66 1488.25 8657.2 c +1243.3 8467.34 1068.64 8205.49 943.121 7925.33 c +781.879 7565.48 710.531 7167.85 662.922 6779.01 c +613.93 6378.22 566.621 6010.43 351.25 5659.03 c +-135.949 4864.25 -1118.93 4719.02 -1969.9 4841.02 c +-2524.86 4920.64 -3285.79 5266.26 -3779.2 4845.32 c +-4040.98 4622.02 -4253.66 4328.85 -4365.96 4002.85 c +-4574.26 3397.33 -4389.5 2742.38 -4202.27 2157.19 c +-3975.03 1447.17 -3706.09 742.949 -3668.69 -9.66797 c +-3621.55 -958.738 -4016.73 -1815.61 -4629.57 -2522.51 c +-5046.92 -3004.11 -5546.92 -3410.31 -6066.11 -3776.61 c +-6066.89 -3777.21 -6065.6 -3777.91 -6065.02 -3777.41 c +f +-6226.38 -3323.4 m +-5305.61 -2697.7 -4386.3 -1907.7 -3992.88 -833.039 c +-3729.69 -113.93 -3787.74 648.371 -3973.45 1377.58 c +-4143.5 2045.26 -4425.87 2692.2 -4507.88 3380.16 c +-4589.05 4061.49 -4329.64 4802.82 -3718.08 5173.36 c +-3397.87 5367.37 -2972.84 5248.85 -2635.52 5172.51 c +-2234.03 5081.73 -1835.7 4998.01 -1422 5000 c +-757.988 5003.14 -115.488 5279.6 248.25 5850.21 c +444.309 6157.87 500.051 6499 544.02 6853.62 c +595.559 7268.9 684.898 7685.19 863.43 8065.63 c +1014.64 8387.89 1248.8 8657.42 1552.28 8843.81 c +1910.35 9063.65 2332.76 9099.12 2721.76 9237.84 c +3065.15 9360.47 3381.01 9556.17 3618.93 9834.22 c +3853.9 10109.1 3970.81 10460.1 4017.27 10813.8 c +4017.33 10814.5 4015.74 10814.6 4015.63 10813.8 c +3962.36 10408.1 3814.56 10037.2 3530.24 9738.07 c +3202.73 9393.33 2735.4 9217.33 2282.45 9110.88 c +1959.79 9035.06 1659.48 8936.66 1390.99 8735.98 c +1147.62 8554.07 971.922 8300.39 844.059 8027.92 c +679.828 7677.94 603.07 7289.4 549.73 6909.06 c +494.828 6517.02 442.148 6157.32 225.012 5816.55 c +-266.191 5045.83 -1232.25 4920.35 -2064.31 5054.53 c +-2606.94 5142.1 -3346.9 5493.94 -3837.79 5089.78 c +-4098.22 4875.39 -4311.74 4591.66 -4427.4 4274.03 c +-4641.98 3684.05 -4472.11 3038.86 -4298.62 2462.02 c +-4088.05 1762.13 -3836.5 1067.22 -3812.75 328.82 c +-3782.83 -602.301 -4184.9 -1435.5 -4797.76 -2117.9 c +-5215.13 -2582.8 -5712.22 -2972.4 -6227.43 -3322.6 c +-6228.21 -3323.1 -6226.95 -3323.9 -6226.38 -3323.4 c +f +-6376.75 -2875.5 m +-5463.44 -2278 -4548.74 -1519.38 -4144.66 -472.73 c +-3874.33 227.66 -3918.15 975.891 -4087.69 1693.89 c +-4242.92 2351.29 -4508.61 2990.29 -4577.2 3666.07 c +-4645.08 4335.33 -4378.07 5057.56 -3772.24 5410.29 c +-3455.02 5594.97 -3040.42 5471.5 -2711.08 5390.88 c +-2319.08 5295.01 -1930.06 5206.1 -1524.5 5200.96 c +-873.551 5192.65 -239 5452.62 127.34 6005.72 c +324.809 6303.93 385.309 6637.37 434.48 6984.23 c +492.121 7390.41 586.852 7796.95 768.371 8166.82 c +922.121 8480.12 1156.28 8740.3 1456.95 8917.8 c +1811.73 9127.16 2226.41 9154.67 2610.09 9283.98 c +2948.8 9398.3 3261.78 9584.71 3499.77 9853.18 c +3734.8 10118.6 3855.43 10460.7 3907.04 10806.6 c +3907.12 10807.3 3905.56 10807.4 3905.44 10806.6 c +3846.26 10409.8 3695.02 10048.8 3411.18 9760.46 c +3084.23 9428.14 2623.12 9263.64 2177.29 9167.07 c +1859.7 9098.28 1563.63 9006.98 1297 8814.87 c +1055.32 8640.73 878.738 8395.08 748.738 8130.18 c +581.75 7789.94 499.852 7410.38 441.039 7038.48 c +380.488 6655.13 322.691 6303.43 103.98 5973.12 c +-390.73 5226.06 -1339.86 5119.62 -2153.18 5265.44 c +-2683.59 5360.58 -3402.9 5718.17 -3891.02 5330.41 c +-4149.98 5124.73 -4364.15 4850.26 -4482.97 4540.89 c +-4703.44 3966.25 -4547.99 3330.9 -4387.82 2762.48 c +-4193.42 2072.81 -3958.77 1387.31 -3948.15 663.09 c +-3934.79 -250.148 -4343.22 -1059.99 -4955.67 -1718.4 c +-5372.77 -2166.9 -5866.73 -2540.3 -6377.77 -2874.7 c +-6378.54 -2875.3 -6377.31 -2876 -6376.75 -2875.5 c +f +-6516.47 -2434 m +-5610.95 -1863.9 -4701.31 -1135.96 -4287.26 -116.93 c +-4010.25 564.98 -4040.37 1299.18 -4194.23 2005.9 c +-4335.12 2652.98 -4584.6 3283.91 -4640.24 3947.51 c +-4695.3 4604.72 -4421.18 5308.1 -3821.26 5643.46 c +-3507.15 5819.05 -3102.86 5690.91 -2781.41 5606.23 c +-2398.79 5505.53 -2018.98 5411.71 -1621.52 5399.71 c +-983.582 5380.39 -357.109 5624.34 11.4688 6160.22 c +210.16 6449.16 275.18 6774.97 329.352 7114.13 c +392.809 7511.31 492.641 7908.19 676.93 8267.63 c +833.008 8572.1 1067 8823.13 1364.79 8991.96 c +1716.14 9191.1 2123.1 9210.95 2501.42 9331.12 c +2835.4 9437.37 3145.39 9614.73 3383.28 9873.82 c +3618.23 10129.9 3742.34 10463.2 3798.87 10801.4 c +3798.96 10802.1 3797.42 10802.2 3797.3 10801.5 c +3732.48 10413.5 3578.04 10062.2 3294.86 9784.44 c +2968.66 9464.31 2513.84 9310.96 2075.17 9223.94 c +1762.67 9161.96 1470.89 9077.54 1206.23 8893.8 c +966.34 8727.24 789.031 8489.47 657.051 8232.05 c +487.52 7901.39 400.719 7530.75 336.699 7167.19 c +270.77 6792.45 208.078 6448.69 -11.9805 6128.67 c +-509.73 5404.85 -1441.93 5316.8 -2236.68 5473.69 c +-2754.98 5576.05 -3453.94 5938.91 -3939.06 5567.2 c +-4196.44 5370.02 -4411.09 5104.65 -4532.87 4803.43 c +-4758.84 4243.92 -4617.36 3618.46 -4470.11 3058.52 c +-4291.38 2379.14 -4073.13 1703.16 -4075.15 993.059 c +-4077.72 97.6406 -4491.96 -689.191 -5103.62 -1324.1 c +-5520.17 -1756.61 -6010.77 -2114.11 -6517.45 -2433.21 c +-6518.22 -2433.71 -6517.03 -2434.41 -6516.47 -2434.01 c +f +-6645.85 -1998.7 m +-5748.44 -1455.45 -4844.28 -757.512 -4420.93 234.289 c +-4137.7 897.969 -4154.63 1618.18 -4293.33 2313.58 c +-4420.33 2950.29 -4654.05 3573.04 -4697.21 4224.48 c +-4739.9 4869.65 -4459.13 5554.43 -3865.31 5872.87 c +-3554.39 6039.6 -3160.29 5907.05 -2846.65 5818.53 c +-2473.32 5713.26 -2102.63 5614.77 -1713.22 5596.19 c +-1088.22 5566.31 -469.941 5794.7 -99.4492 6313.67 c +100.281 6593.49 169.602 6911.74 228.512 7243.27 c +297.531 7631.51 402.191 8018.84 589.012 8368.02 c +747.23 8663.8 980.91 8905.84 1275.71 9066.24 c +1623.54 9255.42 2022.79 9267.89 2395.7 9379.2 c +2724.91 9477.61 3031.82 9646.15 3269.45 9896.04 c +3504.16 10143.1 3631.53 10467.6 3692.74 10798.1 c +3692.84 10798.8 3691.34 10799 3691.21 10798.3 c +3621.02 10419.1 3463.59 10077.4 3181.25 9809.95 c +2856.01 9501.73 2407.53 9359.22 1976.04 9281.45 c +1668.65 9226.06 1381.18 9148.31 1118.6 8972.74 c +880.602 8813.59 702.711 8583.56 568.922 8333.48 c +397.059 8012.27 305.621 7650.43 236.629 7295.16 c +165.57 6928.96 98.2188 6593.07 -122.98 6283.14 c +-623.309 5582.17 -1538.6 5511.85 -2314.96 5679.28 c +-2821.25 5788.51 -3500.18 6156.19 -3982.1 5800.14 c +-4237.77 5611.27 -4452.73 5354.83 -4577.28 5061.65 c +-4808.38 4517.07 -4680.42 3901.54 -4545.69 3350.14 c +-4382.14 2681.12 -4179.8 2014.75 -4193.96 1318.72 c +-4211.85 441.039 -4631.41 -323.148 -5241.87 -935.02 c +-5657.61 -1351.83 -6144.65 -1693.9 -6646.8 -1997.9 c +-6647.56 -1998.4 -6646.4 -1999.2 -6645.85 -1998.7 c +f +-6765.21 -1569.88 m +-5876.21 -1052.72 -4977.94 -384.078 -4545.93 580.859 c +-4256.91 1226.57 -4261.15 1932.84 -4385.18 2616.88 c +-4498.75 3243.19 -4717.17 3857.64 -4748.3 4496.95 c +-4779.08 5130.11 -4492.11 5796.54 -3904.56 6098.5 c +-3596.93 6256.61 -3212.89 6119.92 -2906.95 6027.76 c +-2542.81 5918.16 -2181.13 5815.26 -1799.74 5790.37 c +-1187.6 5750.36 -577.621 5963.63 -205.539 6465.98 c +-4.94922 6736.85 68.4414 7047.63 131.891 7371.6 c +206.211 7750.98 315.441 8128.86 504.559 8467.93 c +664.73 8755.15 897.949 8988.4 1189.67 9140.57 c +1533.88 9320.04 1925.45 9325.42 2292.9 9428.14 c +2617.29 9518.96 2921.03 9678.9 3158.26 9919.78 c +3392.57 10157.9 3522.99 10473.9 3588.66 10796.8 c +3588.77 10797.4 3587.29 10797.6 3587.16 10796.9 c +3511.85 10426.4 3351.67 10094.2 3070.32 9836.9 c +2746.21 9540.36 2304.15 9408.35 1879.85 9339.52 c +1577.59 9290.5 1294.46 9219.22 1034.06 9051.63 c +798.031 8899.71 619.719 8677.27 484.281 8434.43 c +310.32 8122.5 214.469 7769.39 140.73 7422.32 c +64.8008 7064.57 -6.98047 6736.48 -229.129 6436.46 c +-731.602 5757.92 -1630.01 5704.7 -2388.16 5882.13 c +-2882.58 5997.89 -3541.78 6369.96 -4020.29 6029.21 c +-4274.15 5848.46 -4489.26 5600.77 -4616.38 5315.52 c +-4852.26 4785.67 -4737.39 4180.11 -4614.78 3637.29 c +-4465.94 2978.68 -4279.03 2322.01 -4304.85 1639.97 c +-4337.44 779.941 -4761.82 38.0508 -5370.72 -551.262 c +-5785.4 -952.711 -6268.68 -1279.64 -6766.12 -1569.06 c +-6766.88 -1569.54 -6765.75 -1570.27 -6765.21 -1569.88 c +f +-6874.84 -1147.44 m +-5994.54 -655.75 -5102.55 -15.7383 -4662.52 922.73 c +-4368.13 1550.72 -4360.18 2243.11 -4470.02 2915.76 c +-4570.6 3531.64 -4774.17 4137.7 -4793.71 4764.92 c +-4813.02 5386.09 -4520.28 6034.43 -3939.17 6320.35 c +-3634.9 6470.05 -3260.79 6329.47 -2962.48 6233.89 c +-2607.42 6120.21 -2254.65 6013.14 -1881.21 5982.2 c +-1281.86 5932.47 -680.27 6131.06 -306.918 6617.11 c +-105.648 6879.18 -28.3711 7182.56 39.3789 7499.04 c +118.73 7869.65 232.301 8238.19 423.492 8567.32 c +585.422 8846.12 818.031 9070.76 1106.6 9214.92 c +1447.09 9384.94 1831.02 9383.49 2192.97 9477.87 c +2512.52 9561.34 2812.99 9712.91 3049.67 9944.95 c +3283.43 10174.3 3416.7 10481.8 3486.61 10797.2 c +3486.73 10797.9 3485.28 10798.1 3485.15 10797.4 c +3404.96 10435.5 3242.25 10112.6 2962.04 9865.22 c +2639.25 9580.1 2203.66 9458.28 1786.56 9398.09 c +1489.43 9355.22 1210.67 9290.21 952.551 9130.39 c +718.559 8985.52 539.969 8770.54 403.031 8534.82 c +227.148 8232.04 127.141 7887.55 48.9102 7548.61 c +-31.6602 7199.23 -107.648 6878.85 -330.559 6588.58 c +-834.738 5932.06 -1716.31 5895.31 -2456.44 6082.24 c +-2939.1 6204.19 -3578.9 6580.22 -4053.79 6254.41 c +-4305.74 6081.59 -4520.85 5842.48 -4650.35 5565.05 c +-4890.65 5049.72 -4788.45 4454.14 -4677.57 3919.95 c +-4542.97 3271.8 -4371.02 2624.89 -4408.04 1956.78 c +-4454.74 1114.29 -4883.46 394.34 -5490.43 -172.879 c +-5903.81 -559.27 -6383.15 -871.461 -6875.73 -1146.62 c +-6876.48 -1147.08 -6875.39 -1147.82 -6874.84 -1147.44 c +f +-6975.07 -731.469 m +-6103.73 -264.602 -5218.38 347.461 -4770.95 1259.84 c +-4471.6 1870.37 -4451.92 2548.95 -4548.05 3210.19 c +-4636.07 3815.63 -4825.22 4413.21 -4833.62 5028.37 c +-4841.89 5637.6 -4543.82 6268.1 -3969.28 6538.4 c +-3668.45 6679.93 -3304.15 6535.71 -3013.37 6436.9 c +-2667.28 6319.37 -2323.32 6208.37 -1957.79 6171.63 c +-1371.12 6112.6 -778.02 6296.95 -403.711 6766.99 c +-201.93 7020.43 -120.961 7316.48 -49.1094 7625.55 c +35.0312 7987.48 152.68 8346.79 345.73 8666.13 c +509.25 8936.64 741.121 9152.85 1026.46 9289.22 c +1363.13 9450.04 1739.44 9442.03 2095.87 9528.34 c +2410.54 9604.67 2707.67 9748.09 2943.65 9971.5 c +3176.73 10192.3 3312.65 10491.5 3386.58 10799.5 c +3386.71 10800.1 3385.3 10800.3 3385.16 10799.7 c +3300.34 10446.3 3135.3 10132.6 2856.39 9894.84 c +2535.09 9620.89 2106.02 9508.95 1696.12 9457.11 c +1404.13 9420.18 1129.77 9361.24 873.988 9209.01 c +642.148 9071.01 463.398 8863.35 325.129 8634.64 c +147.531 8340.86 43.5898 8004.89 -38.9102 7673.99 c +-123.879 7332.88 -203.871 7020.15 -427.359 6739.44 c +-932.84 6104.54 -1797.64 6083.64 -2519.93 6279.57 c +-2990.96 6407.4 -3611.67 6786.98 -4082.77 6475.75 c +-4332.71 6310.66 -4547.67 6079.97 -4679.37 5810.24 c +-4923.76 5309.21 -4833.8 4723.66 -4734.28 4198.11 c +-4613.46 3560.45 -4456 2923.38 -4503.75 2269.1 c +-4563.98 1444.06 -4996.58 745.699 -5601.29 200.102 c +-6013.13 -171.57 -6488.36 -469.371 -6975.93 -730.648 c +-6976.67 -731.078 -6975.62 -731.828 -6975.07 -731.461 c +f +-7066.18 -322 m +-6204.04 120.699 -5325.69 705.48 -4871.45 1592.16 c +-4567.54 2185.49 -4536.6 2850.32 -4619.49 3500.15 c +-4695.39 4095.14 -4870.55 4684.15 -4868.23 5287.3 c +-4865.88 5884.63 -4562.88 6497.57 -3995.05 6752.67 c +-3697.74 6886.23 -3343.11 6738.62 -3059.78 6636.77 c +-2722.53 6515.63 -2387.28 6400.92 -2029.6 6358.63 c +-1455.54 6290.71 -870.988 6461.24 -496.012 6915.57 c +-293.871 7160.54 -209.422 7449.36 -133.691 7751.08 c +-45.0117 8104.42 76.4883 8454.61 271.199 8764.33 c +436.129 9026.69 667.129 9234.65 949.168 9363.42 c +1281.95 9515.28 1650.69 9500.97 2001.55 9579.47 c +2311.31 9648.89 2605.03 9784.38 2840.19 9999.32 c +3072.45 10211.8 3210.81 10502.7 3288.57 10803.3 c +3288.7 10803.9 3287.33 10804.2 3287.18 10803.6 c +3197.98 10458.6 3030.81 10153.9 2753.33 9925.68 c +2433.68 9662.65 2011.16 9560.29 1608.49 9516.5 c +1321.63 9485.32 1051.67 9432.24 798.34 9287.41 c +568.711 9156.11 389.93 8955.62 250.461 8733.8 c +71.3398 8448.87 -36.3203 8121.32 -122.859 7798.37 c +-212.012 7465.47 -295.789 7160.28 -519.672 6888.94 c +-1026.06 6275.27 -1874.12 6269.61 -2578.78 6474.07 c +-3038.32 6607.44 -3640.25 6990.17 -4107.38 6693.18 c +-4355.21 6535.64 -4569.88 6313.2 -4703.6 6051.05 c +-4951.77 5564.12 -4873.63 4988.59 -4785.09 4471.72 c +-4677.6 3844.59 -4534.18 3217.41 -4592.21 2576.87 c +-4665.41 1769.16 -5101.44 1092.02 -5703.56 567.57 c +-6113.64 210.309 -6584.59 -73.4492 -7067.01 -321.199 c +-7067.74 -321.609 -7066.72 -322.359 -7066.18 -322.012 c +f +-7148.46 80.9492 m +-6295.77 500.102 -5424.74 1058.27 -4964.25 1919.63 c +-4656.17 2496.02 -4614.44 3147.18 -4684.55 3785.59 c +-4748.74 4370.13 -4910.33 4950.51 -4897.71 5541.71 c +-4885.16 6127.2 -4577.63 6722.82 -4016.65 6963.14 c +-3722.92 7088.97 -3377.82 6938.18 -3101.84 6833.49 c +-2773.33 6708.95 -2446.67 6590.76 -2096.79 6543.17 c +-1535.23 6466.74 -959.309 6623.88 -583.941 7062.79 c +-381.59 7299.46 -293.852 7581.12 -214.441 7875.59 c +-121.449 8220.42 3.64844 8561.61 199.828 8861.87 c +366.012 9116.22 596.012 9316.11 874.691 9437.5 c +1203.51 9580.66 1564.72 9560.31 1909.99 9631.23 c +2214.81 9693.97 2505.06 9821.75 2739.26 10028.4 c +2970.58 10232.7 3111.19 10515.5 3192.58 10808.8 c +3192.72 10809.4 3191.38 10809.7 3191.21 10809.1 c +3097.85 10472.5 2928.76 10176.7 2652.85 9957.71 c +2335 9705.36 1919.07 9612.27 1523.6 9576.25 c +1241.89 9550.6 976.352 9503.21 725.539 9365.59 c +498.199 9240.82 319.5 9047.36 178.988 8832.32 c +-1.48047 8556.09 -112.629 8236.87 -203.012 7921.78 c +-296.109 7596.99 -383.469 7299.26 -607.578 7037.12 c +-1114.49 6444.26 -1945.9 6453.27 -2633.12 6665.77 c +-3081.29 6804.39 -3664.77 7189.89 -4127.76 6906.78 c +-4373.4 6756.61 -4587.65 6542.24 -4723.22 6287.57 c +-4974.84 5814.51 -4908.12 5249.01 -4830.2 4740.84 c +-4735.59 4124.25 -4605.76 3507 -4673.63 2880.11 c +-4759.24 2089.62 -5198.28 1433.34 -5797.5 929.578 c +-6205.61 586.41 -6672.11 316.34 -7149.25 81.7617 c +-7149.98 81.3789 -7148.99 80.6211 -7148.45 80.9609 c +f +-7222.21 477.34 m +-6379.17 873.578 -5515.78 1405.77 -5049.61 2242.22 c +-4737.73 2801.94 -4685.65 3439.52 -4743.42 4066.52 c +-4796.31 4640.61 -4944.76 5212.29 -4922.24 5791.6 c +-4899.89 6365.3 -4588.22 6943.88 -4034.2 7169.83 c +-3744.12 7288.13 -3408.43 7134.4 -3139.69 7027.04 c +-2819.81 6899.33 -2501.63 6777.86 -2159.48 6725.22 c +-1610.33 6640.66 -1043.09 6784.81 -667.602 7208.62 c +-465.191 7437.13 -374.359 7711.73 -291.461 7999.01 c +-194.391 8335.44 -65.9102 8667.74 131.539 8958.69 c +298.809 9205.17 527.699 9397.16 802.941 9511.38 c +1127.72 9646.06 1481.45 9619.92 1821.11 9683.52 c +2120.99 9739.78 2407.7 9860.06 2640.81 10058.6 c +2871.06 10254.9 3013.75 10529.7 3098.56 10815.8 c +3098.71 10816.4 3097.4 10816.7 3097.23 10816.1 c +2999.93 10487.8 2829.11 10200.7 2554.89 9990.8 c +2238.99 9748.88 1829.69 9664.77 1441.42 9636.25 c +1164.82 9615.94 903.719 9574.04 655.512 9443.44 c +430.512 9325.04 252.031 9138.46 110.609 8930.08 c +-71.0391 8662.4 -185.48 8351.39 -279.461 8044.08 c +-376.301 7727.3 -467.039 7436.95 -691.219 7183.85 c +-1198.29 6611.4 -2013.11 6634.49 -2683.11 6854.59 c +-3120.04 6998.16 -3685.37 7386.04 -4144.08 7116.47 c +-4387.44 6973.48 -4601.13 6767.02 -4738.4 6519.72 c +-4993.16 6060.32 -4937.46 5504.85 -4869.79 5005.38 c +-4787.63 4399.35 -4670.96 3792.06 -4748.24 3178.73 c +-4845.72 2405.33 -5287.34 1769.54 -5883.37 1286.02 c +-6289.3 956.629 -6751.23 699.898 -7222.96 478.141 c +-7223.68 477.781 -7222.72 477.02 -7222.19 477.34 c +f +-7287.7 867.172 m +-6454.52 1241.12 -5599.05 1747.98 -5127.74 2559.91 c +-4812.43 3103.21 -4750.44 3727.3 -4796.31 4342.91 c +-4838.3 4906.56 -4974.01 5469.5 -4942 6036.97 c +-4910.25 6598.95 -4594.81 7160.75 -4047.86 7372.73 c +-3761.48 7483.72 -3435.06 7327.27 -3173.48 7217.43 c +-2862.11 7086.74 -2552.29 6962.22 -2217.81 6904.74 c +-1680.96 6812.44 -1122.45 6944.01 -747.121 7353 c +-544.789 7573.52 -451.039 7841.14 -364.859 8121.32 c +-263.941 8449.43 -132.289 8772.96 66.2578 9054.78 c +234.441 9293.51 462.102 9477.78 733.871 9585.02 c +1054.54 9711.47 1400.83 9679.78 1734.88 9736.29 c +2029.79 9786.3 2312.9 9899.28 2544.81 10089.9 c +2773.89 10278.4 2918.47 10545.3 3006.51 10824.3 c +3006.67 10824.9 3005.39 10825.2 3005.21 10824.6 c +2904.2 10504.4 2731.84 10226 2459.43 10024.9 c +2145.63 9793.2 1742.96 9717.77 1361.88 9696.47 c +1090.4 9681.31 833.73 9644.71 588.18 9520.96 c +365.59 9408.76 187.441 9228.92 45.2383 9027.09 c +-137.41 8767.82 -254.922 8464.92 -352.32 8165.29 c +-452.68 7856.43 -546.609 7573.37 -770.711 7329.11 c +-1277.57 6776.67 -2075.9 6813.29 -2728.89 7040.53 c +-3154.73 7188.76 -3702.24 7578.68 -4156.5 7322.31 c +-4397.51 7186.32 -4610.52 6987.61 -4749.32 6747.54 c +-5006.93 6301.59 -4961.86 5756.14 -4904.1 5265.37 c +-4833.95 4669.91 -4730.01 4072.62 -4816.28 3472.73 c +-4925.11 2716.28 -5368.91 2100.64 -5961.46 1636.89 c +-6365.01 1320.97 -6822.22 1077.24 -7288.44 867.961 c +-7289.16 867.609 -7288.22 866.852 -7287.7 867.16 c +f +-7345.2 1250.41 m +-6522.07 1602.68 -5674.81 2084.86 -5198.89 2872.65 c +-4880.48 3399.81 -4809.01 4010.51 -4843.41 4614.74 c +-4874.9 5167.98 -4998.27 5722.12 -4957.16 6277.83 c +-4916.4 6828.16 -4597.55 7373.45 -4057.77 7571.86 c +-3775.15 7675.74 -3457.86 7516.78 -3203.33 7404.62 c +-2900.35 7271.18 -2598.8 7143.8 -2271.9 7081.72 c +-1747.25 6982.03 -1197.52 7101.42 -822.582 7495.89 c +-620.469 7708.59 -523.98 7969.31 -434.691 8242.48 c +-330.141 8562.38 -195.539 8877.26 3.91797 9150.11 c +172.879 9381.24 399.199 9557.97 667.441 9658.42 c +983.949 9776.87 1322.85 9739.87 1651.28 9789.54 c +1941.22 9833.49 2220.67 9939.38 2451.27 10122.3 c +2679.05 10303.1 2825.35 10562.2 2916.45 10834.3 c +2916.61 10834.8 2915.36 10835.1 2915.17 10834.6 c +2810.66 10522.4 2636.93 10252.4 2366.47 10060 c +2054.88 9838.27 1658.88 9771.23 1284.95 9756.9 c +1018.58 9746.69 766.359 9715.22 523.531 9598.12 c +303.418 9491.96 125.699 9318.74 -17.1484 9123.33 c +-200.648 8872.31 -321.031 8577.41 -421.641 8285.38 c +-525.309 7984.34 -622.25 7708.49 -846.109 7472.9 c +-1352.44 6940.07 -2134.37 6989.66 -2770.55 7223.61 c +-3185.43 7376.21 -3715.43 7767.82 -4165.12 7524.31 c +-4403.7 7395.15 -4615.91 7204.02 -4756.09 6971.07 c +-5016.26 6538.36 -4981.43 6002.9 -4933.23 5520.85 c +-4874.69 4935.95 -4783.05 4348.68 -4877.91 3762.12 c +-4997.57 3022.48 -5443.16 2426.62 -6031.95 1982.2 c +-6432.96 1679.45 -6885.31 1448.37 -7345.91 1251.22 c +-7346.62 1250.9 -7345.72 1250.14 -7345.19 1250.42 c +f +-7395 1627.07 m +-6582.08 1958.27 -5743.3 2416.38 -5263.26 3180.44 c +-4942.1 3691.72 -4861.56 4289.13 -4884.92 4882.01 c +-4906.29 5424.86 -5017.72 5970.16 -4967.89 6514.19 c +-4918.49 7052.95 -4596.59 7581.99 -4064.07 7767.23 c +-3785.24 7864.2 -3476.95 7702.94 -3229.38 7588.63 c +-2934.68 7452.63 -2641.27 7322.6 -2321.89 7256.13 c +-1809.32 7149.41 -1268.4 7257.01 -894.102 7637.25 c +-692.328 7842.28 -593.281 8096.19 -501.059 8362.43 c +-393.102 8674.22 -255.75 8980.57 -55.5508 9244.61 c +114.039 9468.27 338.922 9637.63 603.578 9731.49 c +915.871 9842.17 1247.43 9800.09 1570.22 9843.14 c +1855.2 9881.25 2130.95 9980.26 2360.12 10155.6 c +2586.5 10328.9 2734.36 10580.4 2828.32 10845.5 c +2828.5 10846.1 2827.28 10846.4 2827.07 10845.8 c +2719.28 10541.7 2544.35 10280 2275.92 10096 c +1966.69 9883.98 1577.36 9825.07 1210.58 9817.43 c +949.289 9812 701.512 9785.47 461.488 9674.86 c +243.91 9574.57 66.7188 9407.82 -76.6484 9218.72 c +-260.828 8975.81 -383.898 8688.8 -487.531 8404.27 c +-594.32 8110.95 -694.07 7842.22 -917.551 7615.13 c +-1423.02 7101.51 -2188.64 7163.53 -2808.24 7403.78 c +-3212.31 7560.48 -3725.12 7953.45 -4170.11 7722.46 c +-4406.19 7599.94 -4617.48 7416.22 -4758.89 7190.29 c +-5021.35 6770.58 -4996.39 6245.12 -4957.41 5771.76 c +-4910.06 5197.41 -4830.3 4620.16 -4933.35 4046.83 c +-5063.34 3323.86 -5510.35 2747.41 -6095.13 2321.87 c +-6493.41 2031.98 -6940.79 1813.24 -7395.67 1627.88 c +-7396.37 1627.58 -7395.5 1626.81 -7394.98 1627.08 c +f +-7437.34 1997.15 m +-6634.81 2307.85 -5804.75 2742.52 -5321.08 3483.26 c +-4997.5 3978.92 -4908.3 4563.14 -4921.03 5144.71 c +-4932.66 5677.2 -5032.53 6213.65 -4974.35 6746.06 c +-4916.68 7273.34 -4592.07 7786.4 -4066.89 7958.84 c +-3791.91 8049.12 -3492.48 7885.75 -3251.76 7769.45 c +-2965.21 7631.08 -2679.83 7498.58 -2367.91 7427.95 c +-1867.29 7314.54 -1335.21 7410.74 -961.789 7777.04 c +-760.488 7974.56 -659.031 8221.75 -564.07 8481.15 c +-452.891 8784.92 -313 9082.86 -112.23 9338.25 c +57.8516 9554.58 281.199 9716.73 542.23 9804.2 c +850.25 9907.33 1174.53 9860.39 1491.69 9897.05 c +1771.68 9929.52 2043.68 10021.8 2271.33 10189.8 c +2496.22 10355.8 2645.47 10599.8 2742.12 10858 c +2742.3 10858.6 2741.11 10858.9 2740.9 10858.4 c +2630.02 10562.1 2454.05 10308.6 2187.77 10132.8 c +1881.02 9930.29 1498.37 9879.22 1138.7 9878.03 c +882.492 9877.18 639.148 9855.43 401.969 9751.12 c +186.969 9656.55 10.4219 9496.13 -133.359 9313.23 c +-318.078 9078.28 -443.641 8799.05 -550.102 8521.91 c +-659.809 8236.22 -762.199 7974.51 -985.168 7755.74 c +-1489.46 7260.94 -2238.9 7334.88 -2842.13 7581.01 c +-3235.53 7741.55 -3731.46 8135.55 -4171.62 7916.76 c +-4405.14 7800.71 -4615.42 7624.25 -4757.9 7405.21 c +-5022.37 6998.3 -5006.92 6482.79 -4976.84 6018.11 c +-4940.27 5454.3 -4872 4887.09 -4982.85 4326.85 c +-5122.67 3620.39 -5570.73 3063 -6151.26 2655.91 c +-6546.65 2378.58 -6988.94 2171.83 -7438.01 1997.94 c +-7438.7 1997.65 -7437.86 1996.89 -7437.34 1997.15 c +f +-7472.51 2360.64 m +-6680.5 2651.43 -5859.38 3063.27 -5372.56 3781.08 c +-5046.87 4261.4 -4949.41 4832.55 -4951.91 5402.84 c +-4954.18 5925.01 -5042.87 6452.57 -4976.7 6973.47 c +-4911.13 7489.33 -4584.13 7986.7 -4066.37 8146.72 c +-3795.27 8230.49 -3504.57 8065.22 -3270.59 7947.09 c +-2992.08 7806.54 -2714.61 7671.76 -2410.06 7597.18 c +-1921.28 7477.42 -1398.07 7562.59 -1025.74 7915.25 c +-825.031 8105.41 -721.328 8345.98 -623.801 8598.63 c +-509.602 8894.49 -367.359 9184.15 -166.18 9431.04 c +4.23828 9640.18 225.961 9795.29 483.34 9876.56 c +787.039 9972.37 1104.11 9920.79 1415.63 9951.29 c +1690.65 9978.32 1958.86 10064.1 2184.89 10224.9 c +2408.19 10383.7 2558.67 10620.3 2657.84 10871.8 c +2658.04 10872.4 2656.88 10872.7 2656.66 10872.2 c +2542.88 10583.6 2366.04 10338.1 2102.01 10170.5 c +1797.84 9977.19 1421.88 9933.69 1069.3 9938.7 c +818.141 9942.25 579.23 9925.12 344.941 9826.94 c +132.559 9737.92 -43.2383 9583.7 -187.34 9406.88 c +-372.43 9179.74 -500.301 8908.18 -609.418 8638.35 c +-721.859 8360.19 -826.711 8105.4 -1049.03 7894.78 c +-1551.85 7418.41 -2285.21 7503.74 -2872.3 7755.35 c +-3255.18 7919.47 -3734.55 8314.19 -4169.76 8107.28 c +-4400.65 7997.52 -4609.8 7828.16 -4753.23 7615.89 c +-5019.46 7221.56 -5013.16 6715.96 -4991.64 6259.95 c +-4965.47 5706.65 -4908.28 5149.48 -5026.55 4602.21 c +-5175.72 3912.11 -5624.5 3373.42 -6200.55 2984.33 c +-6592.88 2719.26 -7029.98 2524.18 -7473.16 2361.44 c +-7473.84 2361.17 -7473.03 2360.4 -7472.52 2360.65 c +f +-7500.74 2717.55 m +-6719.39 2989.01 -5907.43 3378.62 -5417.92 4073.9 c +-5090.42 4539.13 -4985.09 5097.33 -4977.75 5656.4 c +-4971.02 6168.29 -5048.91 6686.95 -4975.11 7196.42 c +-4901.99 7700.97 -4572.91 8182.89 -4062.64 8330.87 c +-3795.46 8408.33 -3513.33 8241.34 -3286.01 8121.53 c +-3015.42 7978.98 -2745.73 7842.1 -2448.48 7763.77 c +-1971.42 7637.99 -1457.08 7712.5 -1086.05 8051.81 c +-886.051 8234.77 -780.27 8468.8 -680.332 8714.79 c +-563.309 9002.85 -418.91 9284.34 -217.469 9522.9 c +-46.832 9724.99 173.168 9873.24 426.859 9948.48 c +726.199 10037.2 1036.13 9981.19 1342.02 10005.7 c +1612.07 10027.5 1876.45 10107 2100.77 10260.7 c +2322.39 10412.6 2473.96 10642 2575.48 10886.8 c +2575.68 10887.3 2574.55 10887.7 2574.33 10887.1 c +2457.84 10606.2 2280.29 10368.6 2018.6 10208.8 c +1717.13 10024.6 1347.84 9988.38 1002.31 9999.33 c +756.168 10007.1 521.699 9994.43 290.352 9902.21 c +80.6289 9818.6 -94.3398 9670.44 -238.609 9499.58 c +-423.941 9280.11 -553.941 9016.11 -665.539 8753.48 c +-780.531 8482.74 -887.68 8234.79 -1109.22 8032.14 c +-1610.27 7573.8 -2327.68 7670.04 -2898.86 7926.75 c +-3271.35 8094.19 -3734.48 8489.34 -4164.64 8293.98 c +-4392.86 8190.35 -4600.78 8027.92 -4745.01 7822.3 c +-5012.75 7440.33 -5015.24 6944.62 -5001.98 6497.25 c +-4985.82 5954.43 -4939.31 5407.29 -5064.63 4872.86 c +-5222.7 4198.96 -5671.86 3678.6 -6243.19 3307.08 c +-6632.32 3053.99 -7064.13 2870.26 -7501.35 2718.33 c +-7502.02 2718.08 -7501.24 2717.31 -7500.73 2717.55 c +f +-7522.29 3067.89 m +-6751.73 3320.59 -5949.12 3688.57 -5457.35 4361.71 c +-5128.34 4812.14 -5015.52 5357.5 -4998.74 5905.39 c +-4983.35 6407.05 -5050.81 6916.8 -4969.72 7414.94 c +-4889.39 7908.26 -4558.55 8375.02 -4055.82 8511.32 c +-3792.59 8582.67 -3518.9 8414.14 -3298.13 8292.79 c +-3035.32 8148.41 -2773.32 8009.61 -2483.28 7927.73 c +-2017.8 7796.25 -1512.35 7860.46 -1142.83 8186.7 c +-943.648 8362.61 -835.941 8590.21 -733.762 8829.61 c +-614.109 9109.97 -467.738 9383.43 -266.18 9613.82 c +-95.4492 9808.98 122.75 9950.53 372.719 10019.9 c +667.668 10101.8 970.512 10041.5 1270.77 10060.4 c +1535.86 10077.1 1796.38 10150.5 2018.91 10297.3 c +2238.75 10442.4 2391.25 10664.6 2494.97 10902.8 c +2495.19 10903.3 2494.08 10903.7 2493.85 10903.2 c +2374.84 10629.9 2196.73 10400 1937.47 10247.8 c +1638.79 10072.4 1276.18 10043.2 937.668 10059.9 c +696.531 10071.8 466.469 10063.4 238.109 9976.92 c +31.1016 9898.55 -142.949 9756.32 -287.309 9591.32 c +-472.75 9379.36 -604.711 9122.81 -718.602 8867.28 c +-835.961 8603.86 -945.25 8362.65 -1165.89 8167.81 c +-1664.91 7727.13 -2366.49 7833.77 -2921.98 8095.21 c +-3284.23 8265.73 -3731.44 8661.02 -4156.45 8476.9 c +-4381.93 8379.23 -4588.54 8223.58 -4733.45 8024.5 c +-5002.45 7654.67 -5013.39 7168.79 -5008.07 6730.04 c +-5001.54 6197.66 -4965.34 5660.54 -5097.35 5138.82 c +-5263.86 4480.94 -5713.07 3978.57 -6279.49 3624.19 c +-6665.27 3382.78 -7091.69 3210.09 -7522.89 3068.66 c +-7523.55 3068.43 -7522.8 3067.66 -7522.29 3067.88 c +f +-7537.41 3411.68 m +-6777.73 3646.17 -5984.67 3993.1 -5491.07 4644.51 c +-5160.83 5080.39 -5040.89 5613.05 -5015.03 6149.83 c +-4991.35 6641.31 -5048.72 7142.14 -4960.69 7629.06 c +-4873.49 8111.25 -4541.18 8563.11 -4046.04 8688.09 c +-3786.79 8753.52 -3521.4 8583.62 -3307.07 8460.88 c +-3051.93 8314.84 -2797.48 8174.29 -2514.58 8089.05 c +-2060.56 7952.18 -1563.99 8006.46 -1196.18 8319.91 c +-997.91 8488.93 -888.422 8710.18 -784.148 8943.11 c +-662.051 9215.88 -513.891 9481.41 -312.359 9703.81 c +-141.648 9892.19 74.6602 10027.2 320.891 10090.9 c +611.418 10166.1 907.23 10101.9 1201.89 10115.2 c +1462.03 10127 1718.66 10194.5 1939.32 10334.5 c +2157.3 10473 2310.61 10688.2 2416.36 10920 c +2416.58 10920.5 2415.5 10920.9 2415.26 10920.4 c +2293.93 10654.5 2115.38 10432.2 1858.63 10287.5 c +1562.85 10120.6 1206.9 10098.3 875.359 10120.4 c +639.191 10136.2 413.539 10131.9 188.199 10051.1 c +-16.0703 9977.82 -189.121 9841.38 -333.461 9682.11 c +-518.871 9477.53 -652.621 9228.31 -768.648 8979.78 c +-888.219 8723.58 -999.48 8489.01 -1219.1 8301.8 c +-1715.82 7878.39 -2401.71 7994.95 -2941.74 8260.76 c +-3293.91 8434.13 -3725.5 8829.28 -4145.27 8656.08 c +-4367.97 8564.22 -4573.16 8415.18 -4718.63 8222.52 c +-4988.66 7864.61 -5007.72 7388.52 -5010.03 6958.35 c +-5012.77 6436.38 -4986.49 5909.24 -5124.85 5400.1 c +-5299.36 4758.07 -5748.31 4273.34 -6309.61 3935.68 c +-6691.91 3705.65 -7112.88 3543.69 -7537.98 3412.45 c +-7538.63 3412.24 -7537.91 3411.47 -7537.41 3411.68 c +f +-7546.33 3748.93 m +-6797.64 3965.76 -6014.3 4292.23 -5519.28 4922.3 c +-5188.08 5343.91 -5061.37 5863.98 -5026.82 6389.71 c +-4995.17 6871.08 -5042.81 7363 -4948.17 7838.78 c +-4854.41 8309.94 -4520.92 8747.18 -4033.41 8861.19 c +-3778.17 8920.87 -3520.94 8749.78 -3312.94 8625.8 c +-3065.36 8478.27 -2818.34 8336.13 -2542.5 8247.73 c +-2099.79 8105.77 -1612.1 8150.45 -1246.18 8451.4 c +-1048.93 8613.68 -937.809 8828.69 -831.602 9055.21 c +-707.23 9320.49 -557.441 9578.25 -356.082 9792.78 c +-185.52 9974.51 28.8516 10103.1 271.301 10161.4 c +557.371 10230.1 846.238 10162 1135.31 10170 c +1390.51 10177.2 1643.22 10238.9 1861.92 10372.4 c +2077.98 10504.4 2231.94 10712.8 2339.58 10938.1 c +2339.81 10938.6 2338.76 10939 2338.52 10938.5 c +2215.02 10679.9 2036.18 10465.1 1782.03 10327.7 c +1489.23 10169.2 1139.93 10153.4 815.309 10180.8 c +584.078 10200.3 362.809 10199.9 140.539 10124.6 c +-60.9414 10056.3 -232.93 9925.53 -377.148 9771.88 c +-562.398 9574.52 -697.789 9332.52 -815.789 9090.89 c +-937.379 8841.81 -1050.48 8613.77 -1268.97 8434.03 c +-1763.14 8027.5 -2433.48 8153.53 -2958.28 8423.35 c +-3300.52 8599.34 -3716.8 8994.08 -4131.25 8831.51 c +-4351.13 8745.28 -4554.82 8602.71 -4700.72 8416.35 c +-4971.55 8070.15 -4998.41 7603.79 -5008.05 7182.15 c +-5019.69 6670.54 -5002.98 6153.37 -5147.33 5656.66 c +-5329.4 5030.32 -5777.8 4562.86 -6333.81 4241.5 c +-6712.51 4022.58 -7127.93 3871.04 -7546.89 3749.69 c +-7547.53 3749.49 -7546.84 3748.72 -7546.34 3748.91 c +f +-7549.29 4079.68 m +-6811.67 4279.37 -6038.2 4585.97 -5542.15 5195.09 c +-5210.26 5602.68 -5077.14 6110.31 -5034.25 6625.06 c +-4994.97 7096.37 -5033.23 7579.38 -4932.29 8044.15 c +-4832.31 8504.4 -4497.9 8927.27 -4018.07 9030.67 c +-3766.85 9084.8 -3517.63 8912.67 -3315.88 8787.56 c +-3075.71 8638.7 -2836.02 8495.13 -2567.14 8403.74 c +-2135.62 8256.99 -1656.8 8292.42 -1292.94 8581.15 c +-1096.8 8736.84 -984.191 8945.69 -876.191 9165.92 c +-749.73 9423.83 -598.48 9673.92 -397.41 9880.76 c +-227.102 10056 -14.7695 10178.4 223.891 10231.3 c +505.48 10293.7 787.48 10222.1 1070.98 10225 c +1321.25 10227.6 1570.03 10283.8 1786.7 10410.9 c +2000.75 10536.6 2155.24 10738.1 2264.63 10957.2 c +2264.86 10957.7 2263.84 10958.1 2263.58 10957.6 c +2138.1 10706.3 1959.1 10498.8 1707.62 10368.4 c +1417.88 10218.1 1075.21 10208.6 757.48 10241 c +531.148 10264.1 314.25 10267.6 95.0898 10197.5 c +-103.59 10134 -274.422 10008.8 -418.43 9860.63 c +-603.41 9670.35 -740.27 9435.45 -860.082 9200.62 c +-983.551 8958.55 -1098.32 8736.96 -1315.58 8564.51 c +-1806.96 8174.5 -2461.89 8309.54 -2971.69 8583.03 c +-3304.15 8761.41 -3705.43 9155.5 -4114.49 9003.25 c +-4331.5 8922.49 -4533.61 8786.24 -4679.82 8606.06 c +-4951.25 8271.35 -4985.58 7814.66 -5002.26 7401.52 c +-5022.45 6900.21 -5014.94 6392.97 -5164.96 5908.55 c +-5354.18 5297.71 -5801.74 4847.19 -6352.28 4541.72 c +-6727.24 4333.61 -7137.07 4192.2 -7549.82 4080.43 c +-7550.45 4080.24 -7549.79 4079.49 -7549.3 4079.66 c +f +-7546.52 4403.94 m +-6820.04 4587.03 -6056.6 4874.3 -5559.9 5462.88 c +-5227.57 5856.73 -5088.37 6352.03 -5037.5 6855.88 c +-4990.9 7317.21 -5020.13 7791.34 -4913.21 8245.18 c +-4807.3 8694.63 -4472.25 9103.4 -4000.13 9196.53 c +-3752.93 9245.28 -3511.6 9072.27 -3315.98 8946.19 c +-3083.11 8796.14 -2850.62 8651.3 -2588.62 8557.1 c +-2168.14 8405.85 -1698.17 8432.37 -1336.55 8709.14 c +-1141.61 8858.39 -1027.65 9061.18 -918 9275.21 c +-789.621 9525.85 -637.059 9768.4 -436.422 9967.71 c +-266.461 10136.5 -56.2305 10252.9 178.621 10300.7 c +455.719 10357 730.93 10282 1008.87 10279.9 c +1254.25 10278.2 1499.07 10329 1713.64 10449.9 c +1925.63 10569.4 2080.52 10764.4 2191.5 10977.2 c +2191.74 10977.7 2190.74 10978.1 2190.49 10977.6 c +2063.16 10733.4 1884.15 10533.1 1635.39 10409.6 c +1348.8 10267.2 1012.74 10263.8 701.852 10301 c +480.391 10327.5 267.82 10334.6 51.8008 10269.8 c +-144.051 10210.9 -313.648 10091.1 -457.359 9948.33 c +-641.941 9764.98 -780.129 9537.08 -901.609 9308.95 c +-1026.79 9073.77 -1143.09 8858.54 -1359.02 8693.23 c +-1847.38 8319.36 -2487.06 8462.96 -2982.09 8739.8 c +-3304.92 8920.36 -3691.51 9313.55 -4095.1 9171.33 c +-4309.21 9095.89 -4509.67 8965.79 -4656.08 8791.69 c +-4927.88 8468.25 -4969.37 8021.17 -4992.8 7616.48 c +-5021.2 7125.43 -5022.54 6628.08 -5177.91 6155.8 c +-5373.87 5560.28 -5820.31 5126.34 -6365.21 4836.35 c +-6736.34 4638.78 -7140.49 4507.19 -7547.01 4404.72 c +-7547.64 4404.54 -7546.99 4403.79 -7546.52 4403.95 c +f +-7538.24 4721.75 m +-6822.97 4888.76 -6069.68 5157.25 -5572.7 5725.69 c +-5240.19 6106.05 -5095.23 6589.18 -5036.72 7082.2 c +-4983.13 7533.62 -5003.65 7998.88 -4891.06 8441.92 c +-4779.53 8880.67 -4444.08 9275.62 -3979.69 9358.81 c +-3736.55 9402.35 -3502.95 9228.62 -3313.36 9101.67 c +-3087.66 8950.59 -2862.25 8804.62 -2607.05 8707.79 c +-2197.47 8552.32 -1736.33 8570.24 -1377.1 8835.35 c +-1183.46 8978.3 -1068.26 9175.14 -957.109 9383.05 c +-826.969 9626.54 -673.262 9861.68 -473.16 10053.6 c +-303.66 10216.2 -95.5898 10326.6 135.449 10369.5 c +408.039 10419.9 676.531 10341.6 948.941 10334.9 c +1189.44 10328.9 1430.3 10374.6 1642.71 10489.4 c +1852.55 10602.9 2007.73 10791.3 2120.18 10998.1 c +2120.41 10998.5 2119.44 10999 2119.19 10998.5 c +1990.19 10761.3 1811.28 10568 1565.31 10451.2 c +1281.94 10316.6 952.461 10319 648.352 10360.8 c +431.719 10390.6 223.48 10401.2 10.6094 10341.3 c +-182.379 10287 -350.691 10172.4 -494 10035 c +-678.082 9858.42 -817.449 9637.38 -940.441 9415.84 c +-1067.17 9187.46 -1184.87 8978.47 -1399.37 8820.13 c +-1884.5 8462.02 -2509.08 8613.76 -2989.57 8893.62 c +-3302.93 9076.15 -3675.14 9468.2 -4073.19 9335.72 c +-4284.36 9265.44 -4483.1 9141.36 -4629.6 8973.2 c +-4901.58 8660.81 -4949.91 8223.28 -4979.83 7826.99 c +-5016.09 7346.13 -5025.94 6858.63 -5186.34 6398.35 c +-5388.65 5817.96 -5833.72 5400.25 -6372.82 5125.34 c +-6740.01 4938.04 -7138.43 4815.98 -7538.68 4722.51 c +-7539.29 4722.35 -7538.67 4721.61 -7538.21 4721.75 c +f +-7524.66 5033.14 m +-6820.67 5184.58 -6077.66 5434.84 -5580.74 5983.52 c +-5248.27 6350.66 -5097.89 6821.76 -5032.08 7304.04 c +-4971.81 7745.61 -4983.93 8202.04 -4865.97 8634.4 c +-4749.12 9062.56 -4413.52 9443.95 -3956.88 9517.54 c +-3717.79 9556.04 -3491.79 9381.74 -3308.12 9254.05 c +-3089.47 9102.09 -2871.02 8955.13 -2622.52 8855.84 c +-2223.7 8696.41 -1771.36 8706.07 -1414.69 8959.78 c +-1222.42 9096.58 -1106.12 9287.55 -993.602 9489.45 c +-861.852 9725.9 -707.148 9953.76 -507.711 10138.5 c +-338.77 10294.9 -132.922 10399.6 94.2891 10437.6 c +362.359 10482.4 624.199 10401.1 891.109 10389.8 c +1126.75 10379.8 1363.63 10420.4 1573.81 10529.3 c +1781.46 10637 1936.81 10819.1 2050.58 11019.8 c +2050.81 11020.2 2049.87 11020.6 2049.62 11020.2 c +1919.09 10789.9 1740.4 10603.5 1497.29 10493.2 c +1217.22 10366.1 894.281 10374.1 596.898 10420.4 c +385.059 10453.3 181.121 10467.2 -28.582 10412.2 c +-218.691 10362.2 -385.629 10252.8 -528.469 10120.6 c +-711.949 9950.64 -852.352 9736.37 -976.711 9521.31 c +-1104.86 9299.63 -1223.82 9096.78 -1436.8 8945.25 c +-1918.49 8602.54 -2528.12 8762 -2994.32 9044.57 c +-3298.35 9228.87 -3656.48 9619.56 -4048.94 9496.52 c +-4257.15 9431.26 -4454.08 9313.03 -4600.58 9150.71 c +-4872.54 8849.16 -4927.43 8421.1 -4963.55 8033.15 c +-5007.34 7562.42 -5025.36 7084.72 -5190.49 6636.29 c +-5398.76 6070.83 -5842.2 5669.01 -6375.37 5408.77 c +-6738.52 5231.48 -7131.16 5118.67 -7525.1 5033.91 c +-7525.71 5033.77 -7525.11 5033.02 -7524.65 5033.16 c +f +-7506.02 5338.14 m +-6813.33 5474.51 -6080.71 5707.08 -5584.19 6236.4 c +-5252 6590.57 -5096.5 7049.79 -5023.72 7521.41 c +-4957.07 7953.23 -4961.12 8400.84 -4838.07 8822.63 c +-4716.18 9240.33 -4380.67 9608.43 -3931.79 9672.72 c +-3696.76 9706.36 -3478.22 9531.62 -3300.37 9403.3 c +-3088.65 9250.59 -2877.04 9102.79 -2635.15 9001.19 c +-2246.94 8838.07 -1803.38 8839.78 -1449.39 9082.35 c +-1258.58 9213.15 -1141.3 9398.35 -1027.55 9594.33 c +-894.352 9823.85 -738.789 10044.6 -540.121 10222.2 c +-371.832 10372.6 -168.25 10471.7 55.1211 10505.1 c +318.66 10544.4 573.941 10460.2 835.371 10444.5 c +1066.19 10430.8 1299.09 10466.5 1506.98 10569.6 c +1712.37 10671.6 1867.77 10847.4 1982.74 11042.2 c +1982.98 11042.6 1982.07 11043.1 1981.82 11042.7 c +1849.91 10819.1 1671.55 10639.5 1431.36 10535.6 c +1154.63 10415.8 838.219 10429.1 547.5 10479.6 c +340.41 10515.5 140.73 10532.6 -65.7617 10482.3 c +-252.969 10436.6 -418.488 10332.2 -560.781 10205 c +-743.551 10041.6 -884.852 9833.94 -1010.45 9625.27 c +-1139.87 9410.16 -1259.96 9213.36 -1471.33 9068.48 c +-1949.38 8740.81 -2544.23 8907.57 -2996.38 9192.56 c +-3291.24 9378.44 -3635.59 9767.55 -4022.4 9653.68 c +-4227.62 9593.27 -4422.69 9480.77 -4569.07 9324.16 c +-4840.84 9033.23 -4901.98 8614.57 -4944.05 8234.91 c +-4995.05 7774.22 -5020.91 7306.27 -5190.47 6869.54 c +-5404.33 6318.83 -5845.9 5932.55 -6373 5686.61 c +-6732.01 5519.05 -7118.83 5415.2 -7506.45 5338.88 c +-7507.04 5338.75 -7506.47 5338.01 -7506.02 5338.13 c +f +-7482.5 5636.8 m +-6801.17 5758.59 -6079.03 5974 -5583.25 6484.33 c +-5251.53 6825.81 -5091.24 7273.29 -5011.8 7734.34 c +-4939.05 8156.48 -4935.35 8595.32 -4807.49 9006.67 c +-4680.84 9414.03 -4345.65 9769.09 -3904.53 9824.41 c +-3673.57 9853.36 -3462.34 9678.32 -3290.21 9549.49 c +-3085.3 9396.17 -2880.4 9247.65 -2645.03 9143.91 c +-2267.29 8977.36 -1832.47 8971.42 -1481.31 9203.13 c +-1292.03 9328.08 -1173.89 9507.61 -1059.02 9697.76 c +-924.512 9920.45 -768.238 10134.1 -570.449 10304.8 c +-402.91 10449.4 -201.648 10543.1 17.8906 10572 c +276.891 10606 525.68 10519 781.691 10499.2 c +1007.72 10481.7 1236.62 10512.8 1442.18 10610.3 c +1645.25 10706.7 1800.61 10876.4 1916.64 11065.4 c +1916.89 11065.8 1916 11066.2 1915.74 11065.8 c +1782.61 10849 1604.7 10675.9 1367.46 10578.2 c +1094.14 10465.5 784.211 10484.1 500.109 10538.5 c +297.73 10577.2 102.289 10597.5 -101 10551.6 c +-285.289 10510.1 -449.328 10410.6 -590.988 10288.3 c +-772.949 10131.3 -915.031 9930.19 -1041.72 9727.8 c +-1172.28 9519.15 -1293.37 9328.3 -1503.04 9189.91 c +-1977.27 8876.92 -2557.51 9050.59 -2995.83 9337.7 c +-3281.68 9524.97 -3612.55 9912.3 -3993.68 9807.31 c +-4195.87 9751.62 -4389.01 9644.68 -4535.2 9493.69 c +-4806.59 9213.18 -4873.7 8803.83 -4921.45 8432.4 c +-4979.35 7981.69 -5012.72 7523.42 -5186.43 7098.22 c +-5405.51 6562.06 -5844.98 6190.99 -6365.88 5958.95 c +-6720.68 5800.86 -7101.64 5705.71 -7482.91 5637.53 c +-7483.49 5637.42 -7482.94 5636.68 -7482.49 5636.8 c +f +-7454.34 5929.15 m +-6784.38 6036.84 -6072.8 6235.61 -5578.06 6727.36 c +-5247.05 7056.4 -5082.24 7492.29 -4996.46 7942.87 c +-4917.91 8355.42 -4906.75 8785.53 -4774.36 9186.55 c +-4643.23 9583.69 -4308.56 9925.98 -3875.21 9972.64 c +-3648.32 9997.05 -3444.27 9821.85 -3277.75 9692.61 c +-3079.51 9538.8 -2881.21 9389.71 -2652.27 9283.98 c +-2284.86 9114.23 -1858.72 9100.96 -1510.53 9322.06 c +-1322.84 9441.29 -1203.96 9615.25 -1088.1 9799.67 c +-952.418 10015.7 -795.57 10222.4 -598.77 10386.4 c +-432.059 10525.2 -233.16 10613.6 -17.4688 10638.1 c +236.988 10667 479.371 10577.5 729.98 10553.7 c +951.238 10532.7 1176.16 10559.2 1379.33 10651.3 c +1580.05 10742.3 1735.24 10906 1852.23 11089.2 c +1852.47 11089.6 1851.61 11090.1 1851.36 11089.7 c +1717.13 10879.4 1539.77 10712.8 1305.54 10621.1 c +1035.68 10515.3 732.199 10538.8 454.641 10597 c +256.93 10638.5 65.6914 10661.7 -134.359 10620.3 c +-315.719 10582.7 -478.23 10488 -619.18 10370.6 c +-800.238 10219.7 -942.969 10025 -1070.63 9828.82 c +-1202.19 9626.54 -1324.16 9441.54 -1532.07 9309.48 c +-2002.29 9010.81 -2568.09 9191 -2992.82 9479.96 c +-3269.81 9668.43 -3587.5 10053.8 -3962.9 9957.41 c +-4162.05 9906.29 -4353.22 9804.77 -4499.1 9659.27 c +-4769.94 9388.96 -4842.75 8988.85 -4895.93 8625.57 c +-4960.42 8184.75 -5001 7736.12 -5178.56 7322.31 c +-5402.51 6800.5 -5839.67 6444.31 -6354.26 6225.78 c +-6704.76 6076.9 -7079.82 5990.16 -7454.73 5929.88 c +-7455.3 5929.78 -7454.78 5929.05 -7454.34 5929.15 c +f +-7421.71 6215.24 m +-6763.13 6309.32 -6062.21 6491.95 -5568.81 6965.49 c +-5238.69 7282.35 -5069.66 7706.79 -4977.85 8147 c +-4893.77 8550.05 -4875.45 8971.47 -4738.8 9362.3 c +-4603.44 9749.34 -4269.52 10079.1 -3843.93 10117.4 c +-3621.1 10137.5 -3424.09 9962.24 -3263.08 9832.69 c +-3071.4 9678.52 -2879.57 9528.97 -2656.97 9421.4 c +-2299.73 9248.7 -1882.24 9228.38 -1537.13 9439.14 c +-1351.1 9552.8 -1231.59 9721.28 -1114.85 9900.07 c +-978.148 10109.5 -820.852 10309.5 -625.129 10466.8 c +-459.32 10600.1 -262.84 10683.2 -51 10703.6 c +198.93 10727.6 435 10635.7 680.238 10608 c +896.77 10583.6 1117.71 10605.7 1318.44 10692.5 c +1516.75 10778.3 1671.69 10936.1 1789.5 11113.7 c +1789.75 11114.1 1788.92 11114.5 1788.66 11114.2 c +1653.48 10910.4 1476.76 10750.1 1245.59 10664.2 c +979.25 10565.1 682.16 10593.4 411.09 10655.2 c +217.988 10699.2 30.9414 10725.3 -165.871 10688.1 c +-344.289 10654.3 -505.219 10564.3 -645.398 10451.6 c +-825.469 10306.9 -968.711 10118.5 -1097.22 9928.35 c +-1229.64 9732.32 -1352.38 9553.06 -1558.45 9427.18 c +-2024.51 9142.48 -2576.03 9328.82 -2987.42 9619.35 c +-3255.7 9808.85 -3560.5 10192 -3930.14 10104 c +-4126.23 10057.3 -4315.36 9961.09 -4460.86 9820.96 c +-4730.99 9560.64 -4809.22 9169.69 -4867.58 8814.5 c +-4938.36 8383.5 -4985.83 7944.43 -5166.99 7541.83 c +-5395.46 7034.18 -5830.09 6692.52 -6338.27 6487.14 c +-6684.39 6347.21 -7053.54 6268.63 -7422.07 6215.96 c +-7422.63 6215.88 -7422.13 6215.15 -7421.7 6215.24 c +f +-7384.81 6495.12 m +-6737.64 6576.04 -6047.43 6743.04 -5555.65 7198.75 c +-5226.62 7503.7 -5053.65 7916.86 -4956.1 8346.79 c +-4866.77 8740.43 -4841.58 9153.21 -4700.93 9533.98 c +-4561.6 9911.05 -4228.62 10228.6 -3810.78 10258.8 c +-3592.01 10274.7 -3401.89 10099.5 -3246.29 9969.75 c +-3061.04 9815.34 -2875.57 9665.46 -2659.21 9556.19 c +-2311.99 9380.78 -1903.1 9353.69 -1561.2 9554.37 c +-1376.89 9662.59 -1256.85 9825.69 -1139.36 9998.95 c +-1001.76 10201.9 -844.141 10395.2 -649.578 10546.1 c +-484.77 10673.9 -290.738 10752 -82.7383 10768.4 c +162.672 10787.6 392.488 10693.4 632.422 10662.1 c +844.238 10634.5 1061.2 10652.4 1259.45 10734 c +1455.32 10814.7 1609.9 10966.7 1728.44 11138.8 c +1728.68 11139.1 1727.88 11139.6 1727.63 11139.2 c +1591.61 10941.8 1415.63 10787.7 1187.56 10707.5 c +924.77 10614.9 634.039 10647.7 369.391 10713 c +180.859 10759.4 -2.03906 10788.2 -195.609 10755.1 c +-371.09 10725.1 -530.371 10639.6 -669.719 10531.6 c +-848.711 10392.8 -992.359 10210.6 -1121.58 10026.4 c +-1254.76 9836.48 -1378.14 9662.86 -1582.3 9543.01 c +-2044.04 9271.92 -2581.46 9464.05 -2979.74 9755.9 c +-3239.47 9946.26 -3531.67 10327.1 -3895.52 10247.2 c +-4088.53 10204.8 -4275.58 10113.7 -4420.61 9978.8 c +-4689.86 9728.26 -4773.26 9346.37 -4836.56 8999.21 c +-4913.33 8577.94 -4967.4 8148.36 -5151.89 7756.82 c +-5384.56 7263.11 -5816.46 6935.66 -6318.12 6743.07 c +-6659.8 6611.83 -7023.01 6541.14 -7385.16 6495.83 c +-7385.71 6495.76 -7385.23 6495.04 -7384.8 6495.12 c +f +-7343.85 6768.84 m +-6708.08 6837.05 -6028.64 6988.91 -5538.76 7427.19 c +-5211 7720.46 -5034.35 8122.49 -4931.36 8542.26 c +-4837.04 8926.59 -4805.26 9330.79 -4660.85 9701.62 c +-4517.82 10068.9 -4185.97 10374.4 -3775.86 10396.9 c +-3561.14 10408.6 -3377.79 10233.7 -3227.48 10103.8 c +-3048.54 9949.28 -2869.31 9799.18 -2659.1 9688.36 c +-2321.75 9510.46 -1921.4 9476.9 -1582.81 9667.74 c +-1400.29 9770.66 -1279.82 9928.48 -1161.67 10096.3 c +-1023.32 10292.8 -865.488 10479.7 -672.191 10624.2 c +-508.441 10746.6 -316.91 10819.9 -112.73 10832.4 c +128.16 10847 351.828 10750.8 586.48 10715.9 c +793.641 10685.2 1006.61 10699.1 1202.34 10775.7 c +1395.73 10851.4 1549.86 10997.7 1669.01 11164.4 c +1669.26 11164.8 1668.48 11165.2 1668.22 11164.9 c +1531.5 10973.6 1356.37 10825.7 1131.42 10750.9 c +872.23 10664.7 587.809 10701.8 329.5 10770.3 c +145.488 10819.1 -33.2891 10850.4 -223.621 10821.3 c +-396.141 10794.9 -553.738 10713.9 -692.191 10610.3 c +-870.031 10477.4 -1013.96 10301.2 -1143.79 10122.9 c +-1277.59 9939.02 -1401.52 9770.96 -1603.7 9656.97 c +-2060.97 9399.16 -2584.48 9596.71 -2969.87 9889.63 c +-3221.22 10080.7 -3501.1 10459 -3859.14 10386.9 c +-4049.07 10348.6 -4233.98 10262.6 -4378.46 10132.9 c +-4646.69 9891.87 -4734.99 9518.96 -4803 9179.74 c +-4885.48 8768.11 -4945.84 8347.94 -5133.41 7967.31 c +-5369.95 7487.36 -5798.94 7173.78 -6293.98 6993.6 c +-6631.17 6870.83 -6988.41 6807.76 -7344.18 6769.56 c +-7344.73 6769.5 -7344.27 6768.78 -7343.85 6768.86 c +f +-7299 7036.44 m +-6674.61 7092.41 -6006 7229.6 -5518.28 7650.82 c +-5191.96 7932.67 -5011.91 8323.73 -4903.75 8733.43 c +-4804.7 9108.55 -4766.62 9504.22 -4618.7 9865.24 c +-4472.19 10222.8 -4141.65 10516.6 -3739.27 10531.6 c +-3528.58 10539.4 -3351.86 10364.8 -3206.74 10234.9 c +-3034 10080.4 -2860.88 9930.14 -2656.72 9817.9 c +-2329.09 9637.73 -1937.23 9597.96 -1602.06 9779.23 c +-1421.38 9876.98 -1300.58 10029.6 -1181.88 10192.1 c +-1042.89 10382.4 -884.98 10562.8 -693.02 10701.2 c +-530.398 10818.4 -341.391 10886.9 -141.051 10895.6 c +95.3398 10905.8 312.93 10807.7 542.352 10769.5 c +744.891 10735.9 953.898 10745.7 1147.07 10817.5 c +1337.94 10888.4 1491.53 11029.2 1611.19 11190.5 c +1611.44 11190.9 1610.67 11191.4 1610.42 11191 c +1473.12 11005.9 1298.91 10863.9 1077.12 10794.4 c +821.578 10714.4 543.422 10755.7 291.391 10827.2 c +111.859 10878.2 -62.8594 10912 -249.93 10886.7 c +-419.488 10863.8 -575.379 10787 -712.859 10687.9 c +-889.461 10560.6 -1033.57 10390.4 -1163.9 10217.8 c +-1298.21 10039.9 -1422.58 9877.29 -1622.71 9769.02 c +-2075.37 9524.15 -2585.15 9726.78 -2957.9 10020.5 c +-3201 10212.1 -3468.87 10587.8 -3821.06 10523.2 c +-4007.9 10489 -4190.63 10407.8 -4334.48 10283.1 c +-4601.55 10051.5 -4694.5 9687.46 -4766.99 9356.11 c +-4854.9 8954.02 -4921.28 8543.2 -5111.67 8173.3 c +-5351.77 7706.88 -5777.66 7406.87 -6266.02 7238.74 c +-6598.65 7124.17 -6949.92 7068.48 -7299.31 7037.14 c +-7299.85 7037.09 -7299.41 7036.38 -7299 7036.44 c +f +-7250.44 7297.99 m +-6637.44 7342.14 -5979.67 7465.15 -5494.37 7869.68 c +-5169.66 8140.36 -4986.46 8520.61 -4873.41 8920.36 c +-4769.87 9286.37 -4725.76 9673.56 -4574.57 10024.9 c +-4424.82 10372.9 -4095.77 10655.2 -3701.08 10663 c +-3494.42 10667.1 -3324.18 10492.9 -3184.17 10363.1 c +-3017.49 10208.6 -2850.37 10058.4 -2652.17 9944.86 c +-2334.1 9762.62 -1950.66 9716.91 -1619 9888.85 c +-1440.22 9981.57 -1319.19 10129.1 -1200.05 10286.4 c +-1060.54 10470.5 -902.66 10644.6 -712.109 10777 c +-550.691 10889.1 -364.25 10953.1 -167.699 10958.1 c +64.1797 10964.1 275.801 10864.1 500.031 10822.8 c +697.988 10786.3 903.039 10792.4 1093.62 10859.4 c +1281.94 10925.7 1434.91 11061 1554.98 11217.1 c +1555.22 11217.5 1554.48 11217.9 1554.23 11217.6 c +1416.47 11038.5 1243.26 10902.3 1024.66 10838 c +772.801 10763.9 500.84 10809.2 255.02 10883.7 c +79.8984 10936.7 -90.7891 10972.8 -274.59 10951.2 c +-441.199 10931.7 -595.32 10859.1 -731.789 10764.3 c +-907.078 10642.6 -1051.27 10478.2 -1181.99 10311.3 c +-1316.7 10139.2 -1441.4 9981.89 -1639.44 9879.2 c +-2087.35 9646.94 -2583.58 9854.31 -2943.93 10148.6 c +-3178.94 10340.6 -3435.07 10713.4 -3781.42 10656.2 c +-3965.15 10625.9 -4145.66 10549.4 -4288.81 10429.6 c +-4554.57 10207.2 -4651.93 9851.95 -4728.67 9528.39 c +-4821.75 9135.76 -4893.87 8734.19 -5086.84 8374.87 c +-5330.2 7921.79 -5752.82 7635 -6234.41 7478.57 c +-6562.44 7371.98 -6907.72 7323.41 -7250.75 7298.69 c +-7251.28 7298.64 -7250.85 7297.94 -7250.45 7297.99 c +f +-7198.36 7553.54 m +-6596.71 7586.3 -5949.83 7695.6 -5467.17 8083.81 c +-5144.23 8343.58 -4958.13 8713.17 -4840.45 9103.08 c +-4732.69 9460.09 -4682.8 9838.87 -4528.57 10180.7 c +-4375.81 10519.2 -4048.42 10790.3 -3661.4 10791.2 c +-3458.75 10791.6 -3294.86 10617.9 -3159.84 10488.3 c +-2999.11 10334 -2837.86 10183.9 -2645.53 10069.2 c +-2336.87 9885.14 -1961.79 9833.75 -1633.74 9996.6 c +-1456.89 10084.4 -1335.73 10227 -1216.25 10379.1 c +-1076.33 10557.2 -918.578 10725.2 -729.531 10851.6 c +-569.379 10958.8 -385.52 11018.3 -192.781 11019.9 c +34.6289 11021.7 240.352 10920.1 459.449 10875.7 c +652.871 10836.6 853.969 10839.1 1041.94 10901.5 c +1227.68 10963.2 1379.95 11093.2 1500.32 11244.2 c +1500.57 11244.5 1499.85 11245 1499.59 11244.7 c +1361.49 11071.5 1189.37 10940.9 973.98 10881.7 c +725.828 10813.4 460.02 10862.4 220.32 10939.6 c +49.5781 10994.6 -117.121 11032.9 -297.66 11014.9 c +-461.309 10998.6 -613.629 10930.1 -749.031 10839.6 c +-922.949 10723.2 -1067.11 10564.6 -1198.11 10403.2 c +-1333.11 10236.8 -1458.04 10084.8 -1653.93 9987.49 c +-2096.97 9767.51 -2579.84 9979.29 -2928.02 10274 c +-3155.09 10466.2 -3399.77 10836.1 -3740.25 10785.9 c +-3920.87 10759.3 -4099.14 10687.4 -4241.5 10572.5 c +-4505.83 10359 -4607.37 10012.5 -4688.14 9696.62 c +-4786.11 9313.35 -4863.7 8920.94 -5059.01 8572.03 c +-5305.34 8132.08 -5724.53 7858.21 -6199.3 7713.13 c +-6522.67 7614.27 -6861.96 7572.58 -7198.64 7554.24 c +-7199.16 7554.21 -7198.75 7553.51 -7198.36 7553.55 c +f +-7142.92 7803.14 m +-6552.6 7824.93 -5916.62 7920.98 -5436.84 8293.23 c +-5115.83 8542.32 -4927.06 8901.42 -4805.02 9281.61 c +-4693.26 9629.7 -4637.86 10000.1 -4480.82 10332.6 c +-4325.26 10661.8 -3999.69 10921.9 -3620.3 10916.1 c +-3421.65 10913.1 -3263.97 10740 -3133.85 10610.6 c +-2978.94 10456.6 -2823.45 10306.7 -2636.89 10191 c +-2337.48 10005.3 -1970.7 9948.45 -1646.33 10102.4 c +-1471.47 10185.5 -1350.26 10323.2 -1230.53 10470.2 c +-1090.32 10642.4 -932.801 10804.4 -745.32 10925.1 c +-586.5 11027.3 -405.25 11082.5 -216.281 11080.8 c +6.67188 11078.7 206.578 10975.6 420.578 10928.3 c +609.512 10886.6 806.672 10885.6 992 10943.5 c +1175.13 11000.8 1326.63 11125.7 1447.21 11271.6 c +1447.45 11271.9 1446.77 11272.4 1446.5 11272.1 c +1308.16 11104.7 1137.19 10979.7 925.039 10925.3 c +680.629 10862.6 420.898 10915.2 187.27 10995 c +20.8398 11051.9 -141.898 11092.3 -319.18 11077.8 c +-479.871 11064.6 -630.359 11000 -764.641 10913.6 c +-937.121 10802.5 -1081.15 10649.5 -1212.33 10493.5 c +-1347.52 10332.7 -1472.59 10185.9 -1666.27 10093.9 c +-2104.35 9885.83 -2574.04 10101.7 -2910.28 10396.6 c +-3129.57 10588.9 -3363.07 10955.6 -3697.68 10912.3 c +-3875.2 10889.3 -4051.17 10821.9 -4192.69 10711.7 c +-4455.46 10507 -4560.94 10169 -4645.53 9860.8 c +-4748.14 9486.78 -4830.93 9103.45 -5028.37 8764.79 c +-5277.38 8337.75 -5692.99 8076.49 -6160.86 7942.42 c +-6479.54 7851.07 -6812.84 7816.02 -7143.18 7803.82 c +-7143.69 7803.79 -7143.31 7803.1 -7142.92 7803.14 c +f +-7084.3 8046.87 m +-6505.26 8058.1 -5880.2 8141.33 -5403.52 8498.01 c +-5084.57 8736.67 -4893.37 9085.44 -4767.22 9456.02 c +-4651.7 9795.32 -4591.04 10157.5 -4431.39 10480.6 c +-4273.27 10800.7 -3949.66 11050.1 -3577.87 11037.9 c +-3383.19 11031.5 -3231.61 10859.2 -3106.27 10730.1 c +-2957.06 10576.5 -2807.22 10426.9 -2626.33 10310.2 c +-2336.02 10123 -1977.46 10061.1 -1656.86 10206.4 c +-1484.03 10284.9 -1362.85 10417.7 -1242.96 10559.8 c +-1102.57 10726.2 -945.391 10882.2 -759.531 10997.4 c +-602.09 11094.9 -423.48 11145.9 -238.281 11140.9 c +-19.7812 11135 174.43 11030.5 383.391 10980.5 c +567.859 10936.4 761.121 10932 943.781 10985.6 c +1124.27 11038.7 1274.92 11158.5 1395.62 11299.5 c +1395.86 11299.8 1395.2 11300.2 1394.93 11299.9 c +1256.46 11138.2 1086.71 11018.6 877.82 10968.9 c +637.16 10911.7 383.469 10967.7 155.832 11049.9 c +-6.32812 11108.5 -165.16 11150.9 -339.199 11139.7 c +-496.941 11129.5 -645.559 11068.9 -778.668 10986.4 c +-949.648 10880.5 -1093.46 10733 -1224.73 10582.4 c +-1360 10427.1 -1485.12 10285.2 -1676.56 10198.4 c +-2109.54 10002 -2566.25 10221.6 -2890.8 10516.4 c +-3102.45 10708.7 -3325.04 11072.2 -3653.78 11035.5 c +-3828.18 11016 -4001.84 10953 -4142.46 10847.4 c +-4403.54 10651.2 -4512.74 10321.7 -4600.95 10021 c +-4707.95 9656.16 -4795.67 9281.83 -4995.02 8953.24 c +-5246.44 8538.92 -5658.32 8289.94 -6119.25 8166.54 c +-6433.19 8082.47 -6760.52 8053.83 -7084.54 8047.53 c +-7085.04 8047.51 -7084.68 8046.83 -7084.3 8046.86 c +f +-7022.65 8284.77 m +-6454.86 8285.84 -5840.72 8356.72 -5367.33 8698.16 c +-5050.6 8926.64 -4857.19 9265.23 -4727.18 9626.33 c +-4608.12 9956.94 -4542.44 10310.9 -4380.41 10624.9 c +-4219.91 10935.9 -3898.42 11174.9 -3534.19 11156.6 c +-3343.46 11147 -3197.83 10975.4 -3077.19 10846.7 c +-2933.55 10693.6 -2789.24 10544.4 -2613.93 10426.9 c +-2332.57 10238.5 -1982.16 10171.6 -1665.39 10308.6 c +-1494.64 10382.5 -1373.57 10510.6 -1253.62 10647.8 c +-1113.14 10808.5 -956.391 10958.8 -772.23 11068.5 c +-616.23 11161.3 -440.27 11208.2 -258.82 11200.2 c +-44.7305 11190.7 143.84 11084.9 347.82 11032.3 c +527.891 10985.9 717.262 10978.3 897.23 11027.8 c +1075.06 11076.6 1224.79 11191.5 1345.52 11327.6 c +1345.76 11327.9 1345.12 11328.4 1344.85 11328.1 c +1206.35 11171.9 1037.9 11057.6 832.281 11012.5 c +595.391 10960.5 347.672 11019.8 125.941 11104.3 c +-32.0117 11164.5 -186.98 11208.8 -357.762 11200.8 c +-512.559 11193.5 -659.281 11136.6 -791.18 11058.1 c +-960.59 10957.2 -1104.11 10815 -1235.36 10669.6 c +-1370.63 10519.7 -1495.71 10382.8 -1684.85 10301 c +-2112.65 10115.9 -2556.57 10339.1 -2869.64 10633.6 c +-3073.81 10825.7 -3285.77 11185.9 -3608.65 11155.5 c +-3779.94 11139.4 -3951.25 11080.6 -4090.9 10979.5 c +-4350.19 10791.6 -4462.88 10470.6 -4554.5 10177.3 c +-4665.65 9821.5 -4758.07 9456.07 -4959.12 9137.4 c +-5212.67 8735.57 -5620.68 8498.58 -6074.62 8385.53 c +-6383.81 8308.5 -6705.16 8286.05 -7022.89 8285.43 c +-7023.37 8285.42 -7023.03 8284.75 -7022.66 8284.77 c +f +Q +Q +Q +showpage +%%PageTrailer +pdfEndPage +%%Trailer +end +%%DocumentSuppliedResources: +%%EOF diff --git a/AAUgraphics/aau_waves.pdf b/AAUgraphics/aau_waves.pdf new file mode 100644 index 0000000..ff26567 Binary files /dev/null and b/AAUgraphics/aau_waves.pdf differ diff --git a/AAUgraphics/background.png b/AAUgraphics/background.png new file mode 100644 index 0000000..9db883f Binary files /dev/null and b/AAUgraphics/background.png differ diff --git a/AAUgraphics/background2.png b/AAUgraphics/background2.png new file mode 100644 index 0000000..da00b88 Binary files /dev/null and b/AAUgraphics/background2.png differ diff --git a/AAUgraphics/background3.png b/AAUgraphics/background3.png new file mode 100644 index 0000000..14b5bed Binary files /dev/null and b/AAUgraphics/background3.png differ diff --git a/AAUsidebartheme.tex b/AAUsidebartheme.tex new file mode 100644 index 0000000..95d313b --- /dev/null +++ b/AAUsidebartheme.tex @@ -0,0 +1,600 @@ +\documentclass[aspectratio=169,10pt]{beamer} +\usetheme[ +%%% options passed to the outer theme +% hidetitle, % hide the (short) title in the sidebar +% hideauthor, % hide the (short) author in the sidebar +% hideinstitute, % hide the (short) institute in the bottom of the sidebar +% shownavsym, % show the navigation symbols +% width=2cm, % width of the sidebar (default is 2 cm) +% hideothersubsections,% hide all subsections but the subsections in the current section +% hideallsubsections, % hide all subsections + left % right of left position of sidebar (default is right) +%%% options passed to the color theme +% lightheaderbg, % use a light header background + ]{AAUsidebar} + +% If you want to change the colors of the various elements in the theme, edit and uncomment the following lines +% Change the bar and sidebar colors: +%\setbeamercolor{AAUsidebar}{fg=red!20,bg=red} +%\setbeamercolor{sidebar}{bg=red!20} +% Change the color of the structural elements: +%\setbeamercolor{structure}{fg=red} +% Change the frame title text color: +%\setbeamercolor{frametitle}{fg=blue} +% Change the normal text color background: +%\setbeamercolor{normal text}{bg=gray!10} +% ... and you can of course change a lot more - see the beamer user manual. + +\setbeamertemplate{itemize/enumerate subbody begin}{\footnotesize} +\usepackage[utf8]{inputenc} +\usepackage[french]{babel} +\usepackage[T1]{fontenc} +% Or whatever. Note that the encoding and the font should match. If T1 +% does not look nice, try deleting the line with the fontenc. +\usepackage{helvet} +\usepackage{graphicx} +\usepackage{url} +% colored hyperlinks +\newcommand{\chref}[2]{% + \href{#1}{{\usebeamercolor[bg]{AAUsidebar}#2}}% +} + +\makeatletter +\newcommand*{\textoverline}[1]{$\overline{\hbox{#1}}\m@th$} +\makeatother + + +\title[Interaction et Confusion]% optional, use only with long paper titles +{Interaction et Confusion} + +\subtitle{UE Introduction à la biostatistique} % could also be a conference name + +\date{\today} + +\author[Corentin Choisy] % optional, use only with lots of authors +{ + Corentin Choisy\\ + Doctorant en psychométrie causale\\ + \href{mailto:corentin.choisy@univ-nantes.fr}{{\tt corentin.choisy@univ-nantes.fr}} +} +% - Give the names in the same order as they appear in the paper. +% - Use the \inst{?} command only if the authors have different +% affiliation. See the beamer manual for an example + +\institute[ +% {\includegraphics[scale=0.2]{aau_segl}}\\ %insert a company, department or university logo + UE Introduction à la \\ + biostatistique \\ + 31 octobre 2024 +] % optional - is placed in the bottom of the sidebar on every slide +{% is placed on the title page + Inserm UMR 1246 SPHERE\\ + methodS in Patient centered outcomes and HEalth ResEarch\\ + Nantes Université\\ + %there must be an empty line above this line - otherwise some unwanted space is added between the university and the country (I do not know why;( ) +} + + +% specify a logo on the titlepage (you can specify additional logos an include them in +% institute command below +\pgfdeclareimage[height=1.1cm]{titlepagelogo}{AAUgraphics/aau_logo_new.png} % placed on the title page +%\pgfdeclareimage[height=1.5cm]{titlepagelogo2}{graphics/aau_logo_new} % placed on the title page +\titlegraphic{% is placed on the bottom of the title page + \pgfuseimage{titlepagelogo} +% \hspace{1cm}\pgfuseimage{titlepagelogo2} +} + + + + + + + + + + + + +\begin{document} +% the titlepage +{\aauwavesbg% +\begin{frame}[plain,noframenumbering] % the plain option removes the sidebar and header from the title page + \titlepage +\end{frame}} +%%%%%%%%%%%%%%%% + + + + + +\section{Confusion} + + +\begin{frame}{Confusion}{} +\tableofcontents[currentsection,subsubsectionstyle=show/show/show/show] +\end{frame} + + +\subsection{La notion de confusion} +\begin{frame}{La notion de confusion}{Confusion} +\vskip2em \\ + \begin{itemize} + \item \textbf{Contexte:} on souhaite étudier l'association entre une exposition (\textcolor{purpledag}{\textbf{E}}) et une maladie (\textcolor{pinkdag}{\textbf{M}})\\ \phantom \\ + \textcolor{white}{L'association brute observée est \textbf{biaisée} car partiellement ou totalement due à un facteur de confusion Z} \\ \vskip2em \\ + \begin{center} + \includegraphics[trim={2cm 4cm 2cm 4cm},clip,scale=0.4]{Figures/dag_vide_1.pdf} + \end{center} + \end{itemize} +\end{frame} + + +\begin{frame}{La notion de confusion}{Confusion} +\vskip2em \\ + \begin{itemize} + \item \textbf{Contexte:} on souhaite étudier l'association entre une exposition (\textcolor{purpledag}{\textbf{E}}) et une maladie (\textcolor{pinkdag}{\textbf{M}})\\ \phantom \\ + \textcolor{white}{L'association brute observée est \textbf{biaisée} car partiellement ou totalement due à un facteur de confusion Z} \\ \vskip2em \\ + \begin{center} + \includegraphics[trim={2cm 4cm 2cm 4cm},clip,scale=0.4]{Figures/dag_vide_2.pdf} + \end{center} + \end{itemize} +\end{frame} + +\begin{frame}{La notion de confusion}{Confusion} +\vskip2em \\ + \begin{itemize} + \item \textbf{Contexte:} on souhaite étudier l'association entre une exposition (\textcolor{purpledag}{\textbf{E}}) et une maladie (\textcolor{pinkdag}{\textbf{M}})\\ \phantom \\ + \item \textcolor{red}{L'association brute observée est \textbf{biaisée} car partiellement ou totalement due à un facteur de confusion (}\textcolor{greendag}{\textbf{Z}}\textcolor{red}{)} \vskip1.8em + \begin{center} + \includegraphics[trim={2cm 4cm 2cm 4cm},clip,scale=0.4]{Figures/dag_vide_3.pdf} + \end{center} + \end{itemize} +\end{frame} + + +\subsection{Prise en compte d'un facteur de confusion} + +\begin{frame}{Prise en compte de la confusion}{Confusion} + \begin{itemize} + \item \textbf{Exemple:} Une étude observationnelle de type cas-témoins rétrospective est réalisée. \\ \phantom \\ + \item \textbf{Objectif:} Etudier le lien entre la prise de contraceptifs oraux et le risque de maladies cardiovasculaires + \begin{itemize} + \item \textbf{Données collectées:} statut de la maladie ($M$/$\overline{M}$), âge de la patiente (> ou \leq 40 ans), tabagisme ($\textit{T}$/$\overline{T}$), prise de contraceptifs oraux ($C$/$\overline{C}$) + \end{itemize} + \end{itemize} + + + \begin{center} + \resizebox{6cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 300 & 150 & 450\\ \hline + \textbf{\textoverline{C}} & 150 & 300 & 450\\ \hline + \textbf{Total} & 450 & 450 & 900\\ \hline + \end{tabular} + } + \end{center} +\end{frame} + +\begin{frame}{Prise en compte de la confusion}{Confusion} + \begin{center} + \resizebox{6cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 300 & 150 & 450\\ \hline + \textbf{\textoverline{C}} & 150 & 300 & 450\\ \hline + \textbf{Total} & 450 & 450 & 900\\ \hline + \end{tabular} + } + \end{center} \\ \phantom \\ + + $$OR=\frac{300/150}{150/300}=\frac{2}{0.5}=4$$ \\ \phantom \\ + + \begin{itemize} + \item L'OR brut vaut 4, il semble donc que le risque de maladie cardiovasculaire augmente avec la prise de contraceptifs oraux + \end{itemize} +\end{frame} + +\begin{frame}{Prise en compte de la confusion}{Confusion} + \begin{itemize} + \item \textbf{Problèmes:} + \begin{itemize} + \item Les femmes plus âgées prennent moins la pilule que les plus jeunes + \item Il est reconnu que l'âge est un facteur de risque de maladie CV + \item Indépendemment de l'effet de la pilule sur le risque de maladie CV, les femmes qui ne prennent pas la pilule sont en moyenne + à risque que celles qui la prennent \\ \textcolor{red}{$\implies$ L'association entre la prise de contraceptifs oraux et les maladies CV peut être sous-estimée} + \end{itemize} + \phantom \\ + \item \textbf{Comment prendre en compte un potentiel facteur de confusion pour estimer l'effet réel de l'exposition ?} + \end{itemize} +\end{frame} + +\subsubsection{Méthodes} +\begin{frame}{Méthodes}{Confusion - Prise en compte de la confusion} + \begin{itemize} + \item \textbf{Identification des facteurs de confusion} + \begin{itemize} + \item Revue de la littérature + \item Analyse Statistique + \item Directed Acyclic Graph (DAG) + \end{itemize}\\ \phantom \\ + \item \textbf{Prise en compte lors de la planification de l'étude} + \begin{itemize} + \item Randomisation + \item Restriction + \item Appariement + \end{itemize}\\ \phantom \\ + \item \textbf{Prise en compte lors de l'analyse statistique} + \begin{itemize} + \item Analyse stratifiée + \item Analyse univariée + \end{itemize} + \end{itemize} +\end{frame} + +\subsubsection{Identification} + + +\begin{frame}{Identification}{Confusion - Prise en compte de la confusion} +\begin{itemize} + \item \textbf{Analyse statistique} + \begin{itemize} + \item La revue de littérature a permis d'identifier l'âge comme FC potentiel, \textbf{à confirmer statistiquement} + \item \textbf{Chez les femmes de moins de 40 ans} + \begin{center} + \resizebox{6cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 285 & 15 & 300\\ \hline + \textbf{\textoverline{C}} & 115 & 35 & 150\\ \hline + \textbf{Total} & 400 & 50 & 450\\ \hline + \end{tabular} + \textcolor{white}{$$OR_{40-}=\frac{285/115}{15/35}=5.8$$} + } + \end{center} \\ \phantom \\ + \item \textbf{Chez les femmes de plus de 40 ans} + \begin{center} + \resizebox{6cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 35 & 115 & 150\\ \hline + \textbf{\textoverline{C}} & 15 & 285 & 300\\ \hline + \textbf{Total} & 50 & 400 & 450\\ \hline + \end{tabular} + \textcolor{white}{$$OR_{40+}=\frac{35/15}{115/285}=5.8$$} + } + \end{center} \\ \phantom \\ + + \item[\textcolor{white}{*}] \textcolor{white}{$OR_{brut}\neq OR_{40+} \approx OR_{40-} \implies$ Ne pas prendre en compte l'âge mène à sous estimer l'association} + + \end{itemize} +\end{itemize} + +\end{frame} + +\begin{frame}{Identification}{Confusion - Prise en compte de la confusion} +\begin{itemize} + \item \textbf{Analyse statistique} + \begin{itemize} + \item La revue de littérature a permis d'identifier l'âge comme FC potentiel, \textbf{à confirmer statistiquement} + \item \textbf{Chez les femmes de moins de 40 ans} + \begin{center} + \resizebox{6cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 285 & 15 & 300\\ \hline + \textbf{\textoverline{C}} & 115 & 35 & 150\\ \hline + \textbf{Total} & 400 & 50 & 450\\ \hline + \end{tabular} + $$OR_{40-}=\frac{285/115}{15/35}=5.8$$ + } + \end{center} \\ \phantom \\ + \item \textbf{Chez les femmes de plus de 40 ans} + \begin{center} + \resizebox{6cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 35 & 115 & 150\\ \hline + \textbf{\textoverline{C}} & 15 & 285 & 300\\ \hline + \textbf{Total} & 50 & 400 & 450\\ \hline + \end{tabular} + $$OR_{40+}=\frac{35/15}{115/285}=5.8$$ + } + \end{center} \\ \phantom \\ + + \item \textcolor{red}{$OR_{brut}\neq OR_{40+} \approx OR_{40-} \implies$ \textbf{Facteur de confusion} $\implies$ Ne pas prendre en compte l'âge mène à sous estimer l'association} + + \end{itemize} +\end{itemize} + +\end{frame} + +\begin{frame}{Identification}{Confusion - Prise en compte de la confusion} + \begin{itemize} + \item \textbf{Directed Acyclic Graph (DAG)} + \begin{itemize} + \item Schéma représentant les relations causales entre les variables + \item Un facteur de confusion est toute cause commune à l'exposition et à la maladie (\textcolor{beamer@headercolor}{une flèche vers l'exposition et une flèche vers la maladie partent de cette variable}). + \item \textbf{Exemple:} \textcolor{beamer@headercolor}{\url{https://dagitty.net}} + \end{itemize} + \end{itemize} + \begin{center} + \includegraphics[scale=0.5]{Figures/dagitty.pdf} + \end{center} +\end{frame} + +\subsubsection{Planification de l'étude} +\begin{frame}{Planification de l'étude}{Confusion - Prise en compte de la confusion} + \begin{itemize} + \item \textbf{Randomisation} \textit{i.e.} affectation aléatoire de l'exposition \\ + $\implies$ Répartition aléatoire des variables, y compris les FC connus et inconnus + \begin{itemize} + \item Si n assez grand, annule toutes les différences entre les groupes (sauf l'exposition elle-même) $\implies$ \textcolor{beamer@headercolor}{Tout effet observé ne peut être dû qu'à l'exposition} + \item Si n petit, des différences peuvent subsister + \begin{itemize} + \item Compléter par une restriction + \item Tenir compte des différences restantes dans l'analyse + \end{itemize} + \item Possible uniquement pour les études expérimentales (clause d'ambivalence) + \begin{itemize} + \item Il faut que chaque patient ait une chance d'être affecté à chaque groupe + \item Ex: on ne peut pas tirer au sort le fait d'être un homme ou une femme ! + \end{itemize} + \end{itemize} + \end{itemize} +\end{frame} + +\begin{frame}{Planification de l'étude}{Confusion - Prise en compte de la confusion} + \begin{itemize} + \item \textbf{Restriction} \textit{i.e.} limiter les critères de sélection des sujets à une sous-population homogène sur les facteurs de confusion + \begin{itemize} + \item Ex: Restreindre l'étude aux femmes de moins de 40 ans + \item Annule l'effet de confusion de la variable qui a été artificiellement éliminée, mais nécessite de connaître les facteurs de confusion a priori + \item Inconvénients: + \begin{itemize} + \item Limite la taille de la population source + \item Le résultat de l'étude n'est valable que pour la sous-population considérée + \item La variable qui a fait l'objet de la restriction ne peut plus être prise en compte dans l'analyse, ni dans d'autres études basées sur les données recueillies. + \end{itemize} + \end{itemize} + \end{itemize} +\end{frame} + +\begin{frame}{Planification de l'étude}{Confusion - Prise en compte de la confusion} + \begin{itemize} + \item \textbf{Appariement (individuel)} \textit{i.e.} inclure les patients par paire ayant des caractéristiques de FC similaires. + \begin{itemize} + \item Ex: Pour chaque femme ayant une maladie CV inclue, inclure également une femme du même âge sans maladie CV (étude cas-témoins) + \item Ex: Pour chaque femme prenant la pilule inclue, inclure également une femme du même âge ne la prenant pas (étude de cohorte) + \item Objectif: avoir une répartition identique des FC entre les groupes étudiés + \item Inconvénients: + \begin{itemize} + \item Difficulté de trouver les personnes pour l'appariement individuel + \item Difficile dans les études autres que cas-témoins + \item Impossibilité de prendre en compte les variables d'appariement dans l'analyse + \end{itemize} + \end{itemize} + \end{itemize} +\end{frame} + +\subsubsection{Analyse statistique} +\begin{frame}{Analyse statistique}{Confusion - Prise en compte de la confusion} + \begin{itemize} + \item \textbf{Analyse stratifiée} \textit{i.e.} évaluer l'association dans des strates homogènes sur les variables confondantes potentielles, puis synthétiser (pooling, standardisation) $\implies$ voir UE MRCE + \begin{itemize} + \item Ex: Evaluer l'OR séparément chez les femmes de plus de 40 ans et moins de 40 ans, puis synthétiser + \item Difficile de stratifier sur plus d'une variable à la fois (certaines strates peuvent contenir très peu de patients...) + \end{itemize}\\ \phantom \\ + \item \textbf{Analyse multivariée} \textit{i.e.} régression linéaire, logistique à plusieurs variables, permettant d'interpréter les RR/OR \textit{toutes choses égales par ailleurs} \\$\implies$ voir prochain cours + \end{itemize} +\end{frame} + + + + + +\section{Interaction} + +\begin{frame}{Interaction}{} +\tableofcontents[currentsection] +\end{frame} + +\subsection{La notion d'interaction} +\begin{frame}{La notion d'interaction}{Interaction} + \begin{itemize} + \item \textbf{Contexte:} on souhaite étudier l'association entre une exposition (\textcolor{purpledag}{\textbf{E}}) et une maladie (\textcolor{pinkdag}{\textbf{M}}) + \item \textcolor{red}{L'association observée peut être différente \\en fonction de la valeur d'un facteur d'interaction (\textcolor{greendag}{\textbf{Z}})} + \begin{center} + \includegraphics[trim={0cm 8cm 0cm 2cm},clip,scale=0.3]{Figures/daginter.pdf} + \end{center} + \item Ex: on suspecte une interaction entre le tabagisme des femmes et la prise de contraceptifs oraux dans l'association avec les maladies CV + \end{itemize} +\end{frame} + +\begin{frame}{La notion d'interaction}{Interaction} + \begin{itemize} + \item \textbf{Chez les femmes non fumeuses} + \begin{center} + \resizebox{7cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 135 & 90 & 225\\ \hline + \textbf{\textoverline{C}} & 65 & 110 & 175\\ \hline + \textbf{Total} & 200 & 200 & 400\\ \hline + \end{tabular} + \textcolor{white}{$$OR_{\overline{T}}=\frac{135/65}{90/110}=2.5$$} + } + \end{center} \\ \phantom \\ + + \item \textbf{Chez les femmes fumeuses} + \begin{center} + \resizebox{7cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 165 & 60 & 225\\ \hline + \textbf{\textoverline{C}} & 85 & 190 & 275\\ \hline + \textbf{Total} & 250 & 250 & 500\\ \hline + \end{tabular} + \textcolor{white}{$$OR_{T}=\frac{165/85}{60/190}=6.1$$} + } + \end{center} \\ \phantom \\ + \item[\textcolor{white}{*}] \textcolor{white}{L'effet des contraceptifs semble différent en fonction du tabagisme. Ne pas considérer cette interaction mène à l'OR brut qui surestime le risque chez les non fumeuses et le sous-estime chez les fumeuses} + \end{itemize} +\end{frame} + + + + +\begin{frame}{La notion d'interaction}{Interaction} + \begin{itemize} + \item \textbf{Chez les femmes non fumeuses} + \begin{center} + \resizebox{7cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 135 & 90 & 225\\ \hline + \textbf{\textoverline{C}} & 65 & 110 & 175\\ \hline + \textbf{Total} & 200 & 200 & 400\\ \hline + \end{tabular} + $$OR_{\overline{T}}=\frac{135/65}{90/110}=2.5$$ + } + \end{center} \\ \phantom \\ + + \item \textbf{Chez les femmes fumeuses} + \begin{center} + \resizebox{7cm}{!}{ + \begin{tabular}{ l || c | c | c } + \hline + & \textbf{M} & \textbf{\textoverline{M}} & \textbf{Total} \\ \hline \hline + \textbf{C} & 165 & 60 & 225\\ \hline + \textbf{\textoverline{C}} & 85 & 190 & 275\\ \hline + \textbf{Total} & 250 & 250 & 500\\ \hline + \end{tabular} + $$OR_{T}=\frac{165/85}{60/190}=6.1$$ + } + \end{center} \\ \phantom \\ + \item L'effet des contraceptifs semble différent en fonction du tabagisme. Ne pas considérer cette interaction mène à l'OR brut (4.0) qui surestime le risque chez les non fumeuses et le sous-estime chez les fumeuses + \end{itemize} +\end{frame} + +\subsection{Prise en compte d'une interaction} +\begin{frame}{Prise en compte d'une interaction}{Interaction} + \begin{itemize} + \item La prise en compte d'une interaction permet une description plus détaillée de l'effet étudié \\ \phantom \\ + \item Certaines causes n'ont d'effets que sous certaines conditions $\implies$ \textbf{Intérêt majeur de l'interaction en épidémiologie et pour la santé publique} + \begin{itemize} + \item Ex: Pendant un épisode grippal, interaction entre la prise d'aspirine et l'âge, se manifestant par un possible syndrome de Reye (pathologie rare affectant le cerveau et le foie) très majoritairement chez les enfants + \item Ex: identification de populations à cibler en priorité pour une campagne ou intervention de santé publique + \end{itemize} \\ \phantom \\ + \item Méthodes de prise en compte: + \begin{itemize} + \item Analyse multivariée + \item Plusieurs analyses restreintes séparées (plus rarement) + \end{itemize} + \end{itemize} +\end{frame} + +\section{Bilan} +\begin{frame}{Bilan}{} +\tableofcontents[currentsection] +\end{frame} + +\subsection{Confusion} +\begin{frame}{Confusion}{Bilan} + \begin{itemize} + \item Il y a \textbf{confusion} lorsqu'un facteur est associé à la fois à l'exposition et à la maladie, sans se situer sur le chemin causal (n'est pas une conséquence / étape intermédiaire de l'exposition) \\ \phantom \\ + \item Tout facteur de confusion connu doit \textbf{impérativement} être évité ou pris en compte \\ \phantom \\ + \item Ex: La prévalence du cancer du poumon est plus élevée chez les gros consommateurs de café + \begin{itemize} + \item L'association peut être faussée par le tabagisme, la consommation de tabac étant corrélée à la consommation de café + \item Si on considère les fumeurs et les non-fumeurs séparément dans chaque groupe, il n'y aurait certainement aucune association + \end{itemize} + \end{itemize} +\end{frame} + +\begin{frame}{Confusion}{Bilan} +\begin{itemize} + \item Les cas suivants ne sont \textbf{pas} des facteurs de confusion: + \begin{itemize} + \item \textbf{Médiateur:} Le prendre en compte mènerait à occulter une partie de l'association d'intérêt + \begin{center} + \vskip-0.35em + \includegraphics[trim={2cm 8cm 2cm 4cm},clip,scale=0.25]{Figures/dagmed.pdf} + \end{center} + \item \textbf{Variable instrumentale:} Cette variable n'a aucune influence directe sur la maladie + \begin{center} + \includegraphics[trim={2cm 8cm 2cm 4cm},clip,scale=0.25]{Figures/daginst.pdf} + \end{center} + \end{itemize} +\end{itemize} + +\end{frame} + +\subsection{Interaction} +\begin{frame}{Interaction}{Bilan} + \begin{itemize} + \item Il y a \textbf{interaction} lorsqu'une exposition a un effet différent entre certains sous-groupes de la population + \item La non prise en compte d'une interaction ne compromet pas en soi les conclusions d'une étude, mais peut mener à sur-estimer ou sous-estimer le risque pour certains sous-groupes d'individus + \item Ex: Au cours de la pandémie de COVID-19, le taux de mortalité suite à l'infection était plus élevé chez les personnes travaillant dans les secteurs de la santé, des services et des transports. Il y a donc interaction du secteur d'activité dans l'association entre l'infection et le décès. + \end{itemize} +\end{frame} + +{\aauwavesbg +\begin{frame}[plain,noframenumbering] + \finalpage{Merci pour votre attention} +\end{frame}} +%%%%%%%%%%%%%%%% + +\section{Bibliographie} +% motivation for creating this theme +\begin{frame}{Bibliographie}{} + \begin{enumerate} + \item M. Bertin et al. Glossaire d'Epidémiologie. \textit{Presses de l'EHESP}. 2021. + \item G. Bouvenot, M. Vray. Essais Cliniques - Théorie, pratique et critique. 2nde édition. \textit{Médecine-Science Flammarion. Collection Statistique en Biologie et en Médecine.} 1996. + \item A. Laplanche, C. Com-Nougué, R. Flamant. Méthodes statistiques appliquées à la recherche clinique. \textit{Médecine-Science Flammarion. Collection Statistique en Biologie et en Médecine.} 1996. + \item J. Bouyer et al. Epidémiologie - Principes et méthodes quantitatives. \textit{Les éditions Inserm.} 1995. + \item I. Shrier, R. W. Platt. Reducing bias through directed acyclic graphs. \textit{BMC Medical Research Methodology}, 8(70), 2008. + \end{enumerate} +\end{frame} + +\section{Exercice} +\begin{frame}{Exercice} + \begin{itemize} + \item On réalise une étude visant à étudier l'effet de l'âge du donneur sur la probabilité que le receveur subisse un échec de greffe en transplantation rénale. Construire un DAG à partir des informations ci-après et identifier les facteurs de confusion et d'interaction à prendre en compte. + \end{itemize} +\end{frame} +\begin{frame}{Exercice} + \begin{itemize} + \item Plus le receveur est âgé, plus le système national d'allocation des greffons lui propose des greffons de donneurs âgés + \item Plus le receveur est âgé, plus le risque d'échec de greffe est élevé + \item Un receveur qui attend sa deuxième greffe de rein a tendance à se voir proposer des greffons de donneurs plus âgés + \item Un receveur qui subit sa deuxième greffe de rein a un risque d'échec de greffe plus élevé + \item Plus le donneur est âgé, plus le débit de filtration glomérulaire (DFG) du greffon est bas + \item Plus le DFG du greffon est bas, plus le risque d'échec de greffe est élevé + \item Plus le receveur est âgé, plus l'effet de l'âge du donneur sur le risque d'échec de greffe est élevé + \end{itemize} +\end{frame} +\begin{frame}{Correction}{Exercice} + \begin{center} + \vskip-1.5em + \includegraphics[trim={2cm 6cm 2cm 0cm},clip,scale=0.25]{Figures/dagexo.pdf} + \end{center} + \vskip-1em + \begin{itemize} + \item L'âge du receveur et la deuxième greffe sont des facteurs de confusion, ils doivent être pris en compte + \item L'âge du receveur est également un facteur d'interaction. Cette interaction pourrait être prise en compte dans une modélisation multivariée + \item Le débit de filtration glomérulaire est un médiateur entre l'âge du donneur et le risque d'échec de greffe, il ne doit pas être pris en compte. + \end{itemize} +\end{frame} +\end{document} + + + + diff --git a/Figures/dag_vide_1.pdf b/Figures/dag_vide_1.pdf new file mode 100644 index 0000000..b5d61e1 Binary files /dev/null and b/Figures/dag_vide_1.pdf differ diff --git a/Figures/dag_vide_2.pdf b/Figures/dag_vide_2.pdf new file mode 100644 index 0000000..96f9270 Binary files /dev/null and b/Figures/dag_vide_2.pdf differ diff --git a/Figures/dag_vide_3.pdf b/Figures/dag_vide_3.pdf new file mode 100644 index 0000000..0434b57 Binary files /dev/null and b/Figures/dag_vide_3.pdf differ diff --git a/Figures/dagexo.pdf b/Figures/dagexo.pdf new file mode 100644 index 0000000..386474a Binary files /dev/null and b/Figures/dagexo.pdf differ diff --git a/Figures/daginst.pdf b/Figures/daginst.pdf new file mode 100644 index 0000000..45881e4 Binary files /dev/null and b/Figures/daginst.pdf differ diff --git a/Figures/daginter.pdf b/Figures/daginter.pdf new file mode 100644 index 0000000..5af86ee Binary files /dev/null and b/Figures/daginter.pdf differ diff --git a/Figures/dagitty.pdf b/Figures/dagitty.pdf new file mode 100644 index 0000000..6a21bb8 Binary files /dev/null and b/Figures/dagitty.pdf differ diff --git a/Figures/dagmed.pdf b/Figures/dagmed.pdf new file mode 100644 index 0000000..8f52daf Binary files /dev/null and b/Figures/dagmed.pdf differ diff --git a/beamercolorthemeAAUsidebar.sty b/beamercolorthemeAAUsidebar.sty new file mode 100644 index 0000000..4de5c95 --- /dev/null +++ b/beamercolorthemeAAUsidebar.sty @@ -0,0 +1,54 @@ +% This is the color theme file of the AAU sidebar theme. +% Copyright (c) 2010-2013 by Jesper Kjær Nielsen +% +% This program is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You can find the GNU General Public License at . + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{beamercolorthemeAAUsidebar}[2013/05/26 v1.3.0 The AAU Sidebar Beamer Theme] +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Theme options and definitions +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%theme options +\DeclareOptionBeamer{lightheaderbg}{\def\beamer@lightheaderbg{true}} +\ProcessOptionsBeamer + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%beamer specific options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\mode%refers to the first four modes (beamer,handout,second and trans). That is, to all modes except the article mode +{ + \definecolor{beamer@headercolor}{HTML}{3452ff}% light blue + \definecolor{purpledag}{HTML}{533294} + \definecolor{pinkdag}{HTML}{d42593} + \definecolor{greendag}{HTML}{59b566} + \definecolor{beamer@barcolor}{RGB}{0,0,0}% dark blue + \definecolor{beamer@normaltextcolor}{RGB}{84,97,110}% gray blue + +% If you want to use the old colours in the theme with the new logo, do the following +% a) uncomment the two lines below and comment out line 31, 31, and 42 +% \definecolor{beamer@barcolor}{rgb}{0.55,0.79,0.94}% old light blue +% \definecolor{beamer@headercolor}{rgb}{0.00,0.41,0.66}% old dark blue +% b) open the aau_logo_new.eps-file and/or the aau_logo_new_circle.eps-file in a text editor +% and change line 69 to +% 0 105 168 rG +% c) convert the eps-file to a pdf-file. This can be done by running +% epstopdf aau_logo_new.eps + \setbeamercolor{structure}{fg=beamer@headercolor} + \setbeamercolor{normal text}{fg=beamer@normaltextcolor} + \ifx\beamer@lightheaderbg\undefined% use a light, white header background + \setbeamercolor{frametitle}{fg=white,bg=beamer@headercolor} + \fi + \setbeamercolor{AAUsidebar}{fg=beamer@barcolor,bg=beamer@headercolor} +}%end of beamer specific options + +\mode diff --git a/beamerinnerthemeAAUsidebar.sty b/beamerinnerthemeAAUsidebar.sty new file mode 100644 index 0000000..730d2c7 --- /dev/null +++ b/beamerinnerthemeAAUsidebar.sty @@ -0,0 +1,118 @@ +% This is the inner theme file of the AAU sidebar theme. +% Copyright (c) 2010-2013 by Jesper Kjær Nielsen +% +% This program is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You can find the GNU General Public License at . + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{beamerinnerthemeAAUsidebar}[2013/05/26 v1.3.0 The AAU Sidebar Beamer Theme] +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Theme options and definitions +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%theme options +\DeclareOptionBeamer{left}{\def\beamer@sidebarside{left}} +\DeclareOptionBeamer{right}{\def\beamer@sidebarside{right}} +\ExecuteOptionsBeamer{right} +\ProcessOptionsBeamer + +\def\beamer@lefttext{left} %used for comparison below +\newlength{\beamer@plainpagewidth} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%beamer specific options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\mode%refers to the first four modes (beamer,handout,second and trans). That is, to all modes except the article mode +{ + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %templates + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %title page + \setbeamertemplate{title page}{% + \ifx\beamer@sidebarside\beamer@lefttext% sidebar on the left + \setlength{\beamer@plainpagewidth}{\textwidth+\beamer@leftsidebar}% + \hskip-\beamer@leftsidebar% + \else% sidebar on the right + \setlength{\beamer@plainpagewidth}{\textwidth+\beamer@rightsidebar}% + \fi% + \begin{minipage}[c][\textheight][c]{\beamer@plainpagewidth} + \vfill + \centering + {\usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle} + + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\small\insertsubtitle}\vspace*{\baselineskip} + + \begin{beamercolorbox}[wd=\beamer@plainpagewidth,center,sep=\baselineskip]{frametitle}% + {\usebeamerfont{date}31 octobre 2024}\vspace*{\baselineskip} + + {\usebeamerfont{author}\insertauthor}\vspace*{\baselineskip} + + {\usebeamerfont{institute}\insertinstitute} + \end{beamercolorbox}\vspace*{\baselineskip} + + {\inserttitlegraphic}\vspace*{\baselineskip} + \end{minipage} + } + + %final page + \defbeamertemplate{final page}{text}[1]{% + \ifx\beamer@sidebarside\beamer@lefttext% sidebar on the left + \setlength{\beamer@plainpagewidth}{\textwidth+\beamer@leftsidebar}% + \hskip-\beamer@leftsidebar% + \else% sidebar on the right + \setlength{\beamer@plainpagewidth}{\textwidth+\beamer@rightsidebar}% + \fi% + \begin{minipage}[c][\textheight][c]{\beamer@plainpagewidth} + \centering + \vfill + \begin{beamercolorbox}[wd=\textwidth,center,sep=2\baselineskip]{frametitle} + #1 + \end{beamercolorbox} + \vfill + {\inserttitlegraphic}\vspace*{\baselineskip} + \end{minipage} + } + \newcommand{\finalpage}[1]{% + \setbeamertemplate{final page}[text]{#1} + \usebeamertemplate{final page} + } + + % add the aau waves to the background + \newcommand{\aauwavesbg}{% + \setbeamertemplate{background}{ + \hspace{-2cm}\vspace{5cm}\includegraphics[scale=0.4]{AAUgraphics/background.png} + \tikz[overlay] \fill[fill opacity=0,fill=white] (0,0) rectangle (-\paperwidth,\paperheight); + } + } + + % use numbers instead of a picture for the references + \setbeamertemplate{bibliography item}[text] + + %part page + \AtBeginPart{\frame[plain]{\partpage}} %adds a plain part page as defined below + \defbeamertemplate*{part page}{sidebar theme}{% + \ifx\beamer@sidebarside\beamer@lefttext% sidebar on the left + \setlength{\beamer@plainpagewidth}{\textwidth+\beamer@leftsidebar}% + \hskip-\beamer@leftsidebar% + \else% sidebar on the right + \setlength{\beamer@plainpagewidth}{\textwidth+\beamer@rightsidebar}% + \fi% + \begin{minipage}[c][\textheight][c]{\beamer@plainpagewidth} + \centering + {\usebeamerfont{title}\usebeamercolor[fg]{author}{Part \Roman{part}}}\vspace*{\baselineskip} + + {\usebeamerfont{title}\usebeamercolor[fg]{title}{\insertpart}} + \end{minipage} + } + +}%end of beamer specific options + +\mode diff --git a/beamerouterthemeAAUsidebar.sty b/beamerouterthemeAAUsidebar.sty new file mode 100644 index 0000000..bee5a47 --- /dev/null +++ b/beamerouterthemeAAUsidebar.sty @@ -0,0 +1,301 @@ +% The outer AAU sidebar theme is derived from the outer sidebar theme which has the following +% copyright notice: +% Copyright 2007 by Till Tantau +% This file may be distributed and/or modified under the GNU Public License. +% +% See the file doc/licenses/LICENSE for more details. +% +% +% All the changes are (c) 2010-2013 by Jesper Kjær Nielsen and are +% provided under the same license. (GPLv3) +% +% This program is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You can find the GNU General Public License at . + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{beamerouterthemeAAUsidebar}[2013/05/26 v1.3.0 The AAU Sidebar Beamer Theme] +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Load required packages +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\RequirePackage{tikz} +\RequirePackage{calc} +\RequirePackage{transparent} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Theme options and definitions +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%theme options +\newlength{\beamer@width} +\setlength{\beamer@width}{2cm} +\DeclareOptionBeamer{width}{\beamer@width=#1} +\DeclareOptionBeamer{left}{\def\beamer@sidebarside{left}} +\DeclareOptionBeamer{right}{\def\beamer@sidebarside{right}} +\DeclareOptionBeamer{hideothersubsections}[]{\beamer@nav@subsectionstyle{show/show/hide}} +\DeclareOptionBeamer{hideallsubsections}[]{\beamer@nav@subsectionstyle{hide}} +\DeclareOptionBeamer{hidetitle}{\def\beamer@hidetitle{true}} +\DeclareOptionBeamer{hideauthor}{\def\beamer@hideauthor{true}} +\DeclareOptionBeamer{hideinstitute}{\def\beamer@hideinst{true}} +\DeclareOptionBeamer{shownavsym}{\def\beamer@shownavsym{true}} +\ExecuteOptionsBeamer{right} +\ProcessOptionsBeamer + + +%the height of the header is 2.5 times the lineheight of the frame title +\newlength{\beamer@height} +\usebeamerfont{frametitle} %use the frame title font +\setlength{\beamer@height}{2.5\baselineskip} +\reset@font %reset fonts +\def\beamer@lefttext{left} %used for comparison below +%width of vertical bar separating the main text from the sidebar +\newlength{\beamer@barwidth} +\setlength{\beamer@barwidth}{2\beamer@height/15} %the bar width depends on the header height (by a factor of 7.5) + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%beamer specific options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\mode%refers to the first four modes (beamer,handout,second and trans). That is, to all modes except the article mode +{ + \ifbeamercolorempty[fg]{AAUsidebar}{% + %define the aau sidebar color if it is not defined (which may be due to that the AAUsidebar color theme is not loaded) + \setbeamercolor{AAUsidebar}{use={structure,palette sidebar primary},fg=palette sidebar primary.fg,bg=structure.fg} + }{% + %aau header is defined - nothing to do + } + \setbeamersize{sidebar width \beamer@sidebarside=\beamer@width} + \setbeamersize{text margin left=0.5cm,text margin right=0.5cm} + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %templates + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% %headline + \defbeamertemplate*{headline}{AAUsidebar theme}{% + \AAUheaderbackground% + } + + + %frame title + \defbeamertemplate*{frametitle}{AAUsidebar theme}{% + \ifx\beamer@sidebarside\beamer@lefttext% sidebar on the left + \hfill% + \fi% + \begin{minipage}[c][\beamer@height][c]{\textwidth-\beamer@height/2} + {\usebeamercolor[fg]{frametitle}\usebeamerfont{frametitle}\insertframetitle\par}% + {\usebeamercolor[fg]{framesubtitle}\usebeamerfont{framesubtitle}\insertframesubtitle\par}% + \end{minipage} + \ifx\beamer@sidebarside\beamer@righttext% sidebar on the right + \hfill% + \fi% + } + + %sidebar + \defbeamertemplate*{sidebar \beamer@sidebarside}{AAUsidebar theme}{% + \AAUsidebarbackground% + \vspace{\beamer@height}% + \vspace{2\baselineskip}\par% + + \ifx\beamer@hidetitle\undefined% insert short title + \vspace{-\baselineskip} + \hspace{0.05\beamer@width}% + {% + \usebeamercolor[fg]{title in sidebar} + \usebeamerfont{title in sidebar}% + \insertshorttitle[width={0.9\beamer@width},center,respectlinebreaks] + }% + \hspace{0.05\beamer@width} + \vspace{2\baselineskip}\par% + \fi + \ifx\beamer@hideauthor\undefined% insert short author + \vspace{-\baselineskip} + \hspace{0.05\beamer@width}% + {% + \usebeamercolor[fg]{author in sidebar} + \usebeamerfont{author in sidebar}% + \insertshortauthor[width={0.9\beamer@width},center,respectlinebreaks] + } + \hspace{0.05\beamer@width} + \vspace{\baselineskip}\par% + \fi + \insertverticalnavigation{\beamer@width}% + \strut\vfill% + \ifx\beamer@hideinst\undefined% insert short institute + \vbox{\hspace{0.05\beamer@width}% + {% + \usebeamercolor[fg]{title in sidebar} + \usebeamerfont{subtitle in sidebar}% + \insertshortinstitute[width={0.9\beamer@width},center,respectlinebreaks] + } + \hspace{0.05\beamer@width}% + \vspace*{\baselineskip} + }% + \fi + \ifx\beamer@shownavsym\undefined% insert navigation symbols + %do nothing + \else + %insert the navigation symbols if the sidebar is on the right + \ifx\beamer@sidebarside\beamer@lefttext %sidebar on the left + %do nothing + \else + \vspace*{-2\baselineskip} + \llap{\usebeamertemplate***{navigation symbols}\hskip0.4cm} + \vskip2pt + \fi + \fi + } + +% When the sidebar is on the left, the default theme places a logo in the bottom right of the slide (this is NOT the case, when the sidebar is on the right). We remove this logo. + \ifx\beamer@sidebarside\beamer@lefttext %sidebar on the left + \defbeamertemplate*{sidebar right}{AAUsidebar theme}{% + % remove the logo and insert the navigation symbols if option is set + \ifx\beamer@shownavsym\undefined% insert navigation symbols + %do nothing + \else %insert navigation symbols + \vfill% + \llap{\usebeamertemplate***{navigation symbols}\hskip0.4cm} + \vskip2pt + \fi + } + \fi + + % current section in the sidebar + \defbeamertemplate*{section in sidebar}{AAUsidebar theme}{% + \vbox{% + \vskip1ex% add some extra space when inserting a new section + \sidebarnavitem{4pt}{section in sidebar}{% + \sidebarcurframe{\insertframenumber}% + \insertsectionhead + } + } + } + + % all section in the sidebar but the current + \defbeamertemplate*{section in sidebar shaded}{AAUsidebar theme}{% + \vbox{% + \vskip1ex% add some extra space when inserting a new section + \sidebarnavitem{4pt}{section in sidebar shaded}{\insertsectionhead} + } + } + + % current subsection in the sidebar + \defbeamertemplate*{subsection in sidebar}{AAUsidebar theme}{% + \sidebarnavitem{6pt}{subsection in sidebar}{ + \sidebarcurframe{\insertframenumber}% + \insertsubsectionhead + } + } + + % all subsection in the sidebar but the current + \defbeamertemplate*{subsection in sidebar shaded}{AAUsidebar theme}{% + \sidebarnavitem{6pt}{subsection in sidebar shaded}{\insertsubsectionhead} + } + + % current subsubsection in the sidebar + \defbeamertemplate*{subsubsection in sidebar}{AAUsidebar theme}{% + \sidebarnavitem{8pt}{subsubsection in sidebar}{ + \sidebarcurframe{\insertframenumber}% + \insertsubsubsectionhead + } + } + + % all subsubsection in the sidebar but the current + \defbeamertemplate*{subsubsection in sidebar shaded}{AAUsidebar theme}{% + \sidebarnavitem{8pt}{subsubsection in sidebar shaded}{\insertsubsubsectionhead} + } + + \ifx\beamer@shownavsym\undefined% insert navigation symbols + \setbeamertemplate{navigation symbols}{% + %disable navigation symbols + } + \fi + +}%end of beamer specific options + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%Macros used in the theme +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% the fancy header background +\newcommand{\AAUheaderbackground}[0]{% + \begin{tikzpicture}[overlay] + \ifx\beamer@sidebarside\beamer@lefttext% sidebar on the left + \coordinate (UC) at (\paperwidth,0); %upper right corner of the slide + \coordinate (LC) at (0,-\paperheight); %lower left corner of the slide + \coordinate (BS) at (\paperwidth,-\beamer@height); %start coordinate of the bar + \coordinate (BE) at (\beamer@width+\beamer@barwidth/2,-\paperheight); %end coordinate of the bar + \else% sidebar on the right + \coordinate (UC) at (0,0); %upper left corner of the slide + \coordinate (LC) at (\paperwidth,-\paperheight); %lower right corner of the slide + \coordinate (BS) at (0,-\beamer@height); %start coordinate of the bar + \coordinate (BE) at (\paperwidth-\beamer@width-\beamer@barwidth/2,-\paperheight); %end coordinate of the bar + \fi + \coordinate (IS) at (BS -| BE); %intersection + \coordinate (logopos) at ([yshift=\beamer@height/2] IS);%coordinate of the logo + %draw the background of the header, the circle and the logo + {\usebeamercolor{frametitle}% + \usebeamercolor{AAUsidebar}% + \draw[draw=none,fill=frametitle.bg] (UC) rectangle (IS -| LC); + \fill[fill=AAUsidebar.fg] ([yshift=\beamer@height/2] IS) circle (1.01*\beamer@height/2); + \node at (logopos) {\includegraphics[width=0.5\beamer@height]{AAUgraphics/aau_logo_new_circle.png}}; + } + \end{tikzpicture}% +} + +% the fancy background in the sidebar +\newcommand{\AAUsidebarbackground}[0]{% + \makebox[0pt][l]{% + \raisebox{-\totalheight}[0pt][0pt]{% + \includegraphics[scale=0.4,trim=0 0 45cm 0,clip]{AAUgraphics/background3.png}}} + \begin{tikzpicture}[remember picture,overlay] + \ifx\beamer@sidebarside\beamer@lefttext% sidebar on the left + \coordinate (BS) at (\paperwidth,-\beamer@height); %start coordinate of the bar + \coordinate (BE) at (\beamer@width+\beamer@barwidth/2,-\paperheight); %end coordinate of the bar + \else% sidebar on the right + \coordinate (BS) at (-\paperwidth+\beamer@width,-\beamer@height); %start coordinate of the bar + \coordinate (BE) at (-\beamer@barwidth/2,-\paperheight); %end coordinate of the bar + \fi + \coordinate (IS) at (BS -| BE); %intersection + %draw the thick line + {\usebeamercolor{AAUsidebar}% + \draw[color=fg,line width=1\beamer@barwidth] (IS) -- (BE); + } + %draw the circle with the total frame number + {\usebeamercolor{palette sidebar primary}% + \usebeamercolor{AAUsidebar}% + \usebeamerfont{subsection in sidebar}% + \node[fill=palette sidebar primary.bg,draw=AAUsidebar.fg,circle,very thick,minimum width=4mm] at ([yshift=4mm] BE) {{\usebeamercolor[fg]{subsection in sidebar}\inserttotalframenumber}}; + } + \end{tikzpicture}% +} + +% sidebar navigation item +\newcommand{\sidebarnavitem}[3]{% + \begin{beamercolorbox}[wd=\beamer@width,leftskip=#1,rightskip=1ex plus1fil,vmode]{#2} + \vbox{}% insert a blank line + #3\par% + \vbox{}% insert a blank line + \vskip-1.5ex% + \end{beamercolorbox} +} + +% current frame number +\newcommand{\sidebarcurframe}[1]{% + \begin{tikzpicture}[remember picture,overlay] + \coordinate (CS) at (0,0.8ex); % coordinate of the current section + \coordinate (CF) at (IS |- CS); % coordinate of the current frame number + {% + \usebeamercolor{palette sidebar primary}% + \usebeamercolor{AAUsidebar}% +% \draw[color=bg,line width=\beamer@barwidth] (IS) -| (CF); + \node[fill=palette sidebar primary.bg,draw=AAUsidebar.fg,circle,minimum width=3.5mm,thick] at (CF) {{\fontsize{4}{5}\selectfont{\usebeamercolor[fg]{subsection in sidebar}#1}}}; + } + \end{tikzpicture}% +} + +\mode diff --git a/beamerthemeAAUsidebar.sty b/beamerthemeAAUsidebar.sty new file mode 100644 index 0000000..de29a47 --- /dev/null +++ b/beamerthemeAAUsidebar.sty @@ -0,0 +1,56 @@ +% This is the main beamer theme file of the AAU sidebar theme. +% Copyright (c) 2010-2013 by Jesper Kjær Nielsen +% +% This program is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You can find the GNU General Public License at . + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{beamerthemeAAUsidebar}[2013/05/26 v1.3.0 The AAU Sidebar Beamer Theme] +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Load required packages +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\RequirePackage{tikz} +\RequirePackage{calc} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Theme options and definitions +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%theme options +\DeclareOptionBeamer{width}{\PassOptionsToPackage{width=#1}{beamerouterthemeAAUsidebar}} +\DeclareOptionBeamer{hideothersubsections}{\PassOptionsToPackage{hideothersubsections}{beamerouterthemeAAUsidebar}} +\DeclareOptionBeamer{hideallsubsections}{\PassOptionsToPackage{hideallsubsections}{beamerouterthemeAAUsidebar}} +\DeclareOptionBeamer{hidetitle}{\PassOptionsToPackage{hidetitle}{beamerouterthemeAAUsidebar}} +\DeclareOptionBeamer{hideauthor}{\PassOptionsToPackage{hideauthor}{beamerouterthemeAAUsidebar}} +\DeclareOptionBeamer{hideinstitute}{\PassOptionsToPackage{hideinstitute}{beamerouterthemeAAUsidebar}} +\DeclareOptionBeamer{shownavsym}{\PassOptionsToPackage{shownavsym}{beamerouterthemeAAUsidebar}} +\DeclareOptionBeamer{lightheaderbg}{\PassOptionsToPackage{lightheaderbg}{beamercolorthemeAAUsidebar}} +\DeclareOptionBeamer{left}{% + \PassOptionsToPackage{left}{beamerouterthemeAAUsidebar}% + \PassOptionsToPackage{left}{beamerinnerthemeAAUsidebar}% + } +\DeclareOptionBeamer{right}{% + \PassOptionsToPackage{right}{beamerouterthemeAAUsidebar}% + \PassOptionsToPackage{right}{beamerinnerthemeAAUsidebar}% + } +\ProcessOptionsBeamer + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%beamer specific options +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\mode%refers to the first four modes (beamer,handout,second and trans). That is, to all modes except the article mode +{ + \useinnertheme{AAUsidebar} + \useoutertheme{AAUsidebar} + \usecolortheme{AAUsidebar} +}%end of beamer specific options + +\mode