%!PS-Adobe-2.0 EPSF-2.0 %%BoundingBox: 0 0 645 496 %%Title: ex1vec2.eps %%Creator: PI-PSFile (N.R. 07/08/99) %%CreationDate: Thu Aug 3 10:19:28 2006 %%Pages: (atend) %%EndComments /$PIDict 50 dict def $PIDict begin $PIDict /mtrx matrix put /Landscape 0 def /Portrait 1 def % Couleurs et fontes courantes /C-4 {ur ug ub setrgbcolor} bind def % PI_ColorFromMap /C0 {0.0 0.0 0.0 setrgbcolor} bind def % PI_Black /C1 {1.000 1.000 1.000 setrgbcolor} bind def % PI_White /C2 {0.824 0.824 0.824 setrgbcolor} bind def % PI_Grey /C3 {1.000 0.0 0.0 setrgbcolor} bind def % PI_Red /C4 {0.0 0.0 1.000 setrgbcolor} bind def % PI_Blue /C5 {0.0 1.000 0.0 setrgbcolor} bind def % PI_Green /C6 {1.000 1.000 0.0 setrgbcolor} bind def % PI_Yellow /C7 {1.000 0.0 1.000 setrgbcolor} bind def % PI_Magenta /C-1 {} bind def % PI_NotDefColor /C8 {0.0 1.000 1.000 setrgbcolor} bind def % PI_Cyan /C9 {0.250 0.875 0.813 setrgbcolor} bind def % PI_Turquoise /C10 {0.0 0.0 0.500 setrgbcolor} bind def % PI_NavyBlue /C11 {1.000 0.644 0.0 setrgbcolor} bind def % PI_Orange /C12 {0.625 0.320 0.176 setrgbcolor} bind def % PI_SiennaRed /C13 {0.625 0.125 0.937 setrgbcolor} bind def % PI_Purple /C14 {0.195 0.800 0.195 setrgbcolor} bind def % PI_LimeGreen /C15 {1.000 0.840 0.0 setrgbcolor} bind def % PI_Gold /C16 {0.933 0.510 0.933 setrgbcolor} bind def % PI_Violet /C17 {0.816 0.125 0.565 setrgbcolor} bind def % PI_VioletRed /C18 {0.541 0.167 0.886 setrgbcolor} bind def % PI_BlueViolet /C19 {0.580 0.000 0.827 setrgbcolor} bind def % PI_DarkViolet /C20 {0.530 0.805 0.920 setrgbcolor} bind def % PI_SkyBlue /C21 {0.255 0.410 0.880 setrgbcolor} bind def % PI_RoyalBlue /C22 {0.135 0.545 0.135 setrgbcolor} bind def % PI_ForestGreen /C23 {1.000 0.270 0.000 setrgbcolor} bind def % PI_OrangeRed /C24 {0.647 0.165 0.165 setrgbcolor} bind def % PI_Brown /C25 {0.600 0.750 1.000 setrgbcolor} bind def % PI_HighlightBlue /F1 {/Courier findfont} bind def % PI_RomanFont /F2 {/Courier-Bold findfont} bind def % PI_BoldFont /F4 {/Courier-Italic findfont} bind def % PI_ItalicFont /F-1 {} bind def % PI_NotDefFontAtt /FS {scalefont setfont} bind def %/FS2 {8 scalefont setfont} bind def % PI_SmallSizeFont %/FS3 {12 scalefont setfont} bind def % PI_NormalSizeFont %/FS4 {16 scalefont setfont} bind def % PI_LargeSizeFont /FS-1 {} bind def % PI_NotDefFontSize /L1 {1 slw} bind def % PI_NormalLine /L2 {0.5 slw} bind def % PI_ThinLine /L3 {3 slw} bind def % PI_ThickLine /L0 {} bind def % PI_NotDefLineAtt % Conversion /cm {28.3 mul} bind def % cm --> points /Ux {$Cvrtx mul} bind def % Unites utilisateur /x --> points /Uy {$Cvrty mul} bind def % Unites utilisateur /y --> points % Pages et Blocs /newref {% Dx Dy Tx Ty X0 Y0 newref translate 3 -1 roll cm div 28.3 mul /$Cvrty exch def exch cm div 28.3 mul /$Cvrtx exch def} bind def /NewPage {% Dx Dy orientation NewPage /$PageEnteredState save def 1 -1 scale Portrait eq {w cm h cm 0 h cm neg newref} { -90 rotate h cm w cm 0 0 newref} ifelse} bind def /EndPage { % EndPage $PageEnteredState restore} bind def /NewBloc { % Dx Dy Tx Ty X0 Y0 NewBloc /$BlocEnteredState save def newref} bind def /EndBloc { % EndBloc $BlocEnteredState restore} bind def % Trace /n {newpath} bind def /c {closepath} bind def /gs {gsave} bind def /gr {grestore} bind def /m {moveto} bind def /l {lineto} bind def /s {stroke} bind def /f {fill} bind def /sc {scale} bind def /S {gs 1 -1 sc show gr} bind def /slw {setlinewidth} bind def /sljoin {setlinejoin} bind def /slcap {setlinecap} bind def /slsolid {[] 0 setdash} bind def % Solid-Line /sldash {[6 6] 0 setdash} bind def % Dashed-Line /sldott {[2 6] 0 setdash} bind def % Dotted-Line /sldashdott {[2 2 4 6] 0 setdash} bind def % Dash-Dotted-Line /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /rl {rlineto} bind def /tr {translate} bind def /rmv {rmoveto} bind def % Trace de chaine avec justification diverse % ------------------------------------------------- % hxshstr stack: TheString % hx (x=r,c,l) Horizontal-X Right,Center,Left - Vertical: BaseLine % ------------------------------------------------- /hlshstr % Horizontal-left Vertical-BaseLine justified { gs 1 -1 sc show gr } bind def /hcshstr % Horizontal-Center Vertical-BaseLine justified { dup stringwidth pop 2 div neg % get minus(string length/2) 0 rmoveto gs 1 -1 sc show gr } bind def /hrshstr % Horizontal-Right Vertical-BaseLine justified { dup stringwidth pop neg % get minus(string width) 0 rmoveto gs 1 -1 sc show gr } bind def % ------------------------------------------------- % hxvyshstr stack: TheString % hx (x=r,c,l) Horizontal-X Right,Center,Left % vy (y=t,c,b) Vertical-Y Top,Center,Bottom % Ces procs (hxvyshstr) utilisent la variable curfntsz que l'on definit par defaut % hxshstr stack: TheString % hx (x=r,c,l) Horizontal-X Right,Center,Left - Vertical: BaseLine % ------------------------------------------------- /curfntsz 10 def /hlvbshstr % Horizontal-left Vertical-Bottom justified { gs 1 -1 sc show gr } bind def /hcvbshstr % Horizontal-Center Vertical-Bottom justified { dup stringwidth pop 2 div neg % get minus(string length/2) 0 rmoveto gs 1 -1 sc show gr } bind def /hrvbshstr % Horizontal-Right Vertical-Bottom justified { dup stringwidth pop neg % get minus(string width) 0 rmoveto gs 1 -1 sc show gr } bind def /hlvcshstr % Horizontal-left Vertical-Center justified { 0 curfntsz 2 div % get (string height)/2 rmoveto gs 1 -1 sc show gr } bind def /hcvcshstr % Horizontal-Center Vertical-Center justified { dup stringwidth pop 2 div neg curfntsz 2 div % s_wy/2 -s_wx/2 rmoveto gs 1 -1 sc show gr } bind def /hrvcshstr % Horizontal-Right Vertical-Center justified { dup stringwidth pop neg curfntsz % s_wy/2 -s_wx rmoveto gs 1 -1 sc show gr } bind def /hlvtshstr % Horizontal-left Vertical-Top justified { 0 curfntsz % get s_wy rmoveto gs 1 -1 sc show gr } bind def /hcvtshstr % Horizontal-Center Vertical-Top justified { dup stringwidth pop 2 div neg curfntsz % s_wy -s_wx/2 rmoveto gs 1 -1 sc show gr } bind def /hrvtshstr % Horizontal-Right Vertical-Top justified { dup stringwidth pop neg curfntsz % s_wy -s_wx rmoveto gs 1 -1 sc show gr } bind def % Tx Ty X0 Y0 box /box {tr 0 3 1 roll neg exch 0 0 3 index neg 0 0 m rl rl rl c} bind def % R X0 Y0 circle /circle {tr dup 0 m 0 0 3 -1 roll 0 380 arc} bind def % DrawEllipse pompee sur transfig /ellipse {/endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc closepath savematrix setmatrix } def % pipsarc Arc /pipsarc {/endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc savematrix setmatrix } def % pipsfarc Arc plein /pipsfarc {/endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr 0 0 moveto xrad yrad sc 0 0 1 startangle endangle arc 0 0 lineto closepath savematrix setmatrix } def % Gestion des images % ColorImage, pompee sur xv (qui les avait pompees sur xgrab) /colorimage where % do we know about 'colorimage'? { pop } % yes: pop off the 'dict' returned { % no: define one /colortogray { % define an RGB->I function /rgbdata exch store % call input 'rgbdata' rgbdata length 3 idiv /npixls exch store /rgbindx 0 store 0 1 npixls 1 sub { grays exch rgbdata rgbindx get 20 mul % Red rgbdata rgbindx 1 add get 32 mul % Green rgbdata rgbindx 2 add get 12 mul % Blue add add 64 idiv % I = .5G + .31R + .18B put /rgbindx rgbindx 3 add store } for grays 0 npixls getinterval } bind def /mergeprocs { % def dup length 3 -1 roll dup length dup 5 1 roll 3 -1 roll add array cvx dup 3 -1 roll 0 exch putinterval dup 4 2 roll putinterval } bind def /colorimage { pop pop % remove 'false 3' operands {colortogray} mergeprocs image} bind def } ifelse % end of 'false' case % GetRGB /GetRGB { % ImageStr --> RGBStr /ImageData exch store % Pour chaque element de ImageData, % On va chercher les valeurs RGB correspondantes 0 1 Taille 1 sub { /i exch store % On met a jour l'indice de parcours ImageData i get % Recupere la Indice e val dans la chaine ImData ColorMap exch get % On recupere la valeur RGB Correspondante aload pop % On met tout ca dans la pile % Maintenant, on va mettre tout ca dans la chaine RGBStr RGBStr i 3 mul 2 add 3 -1 roll put RGBStr i 3 mul 1 add 3 -1 roll put RGBStr i 3 mul 3 -1 roll put } for RGBStr 0 Taille 3 mul getinterval % On renvoie la chaine RGB } bind def end % Definition de la fonte $PIMarkers /$PIMarkers 26 dict def $PIMarkers begin /FontType 3 def /FontMatrix [0.001 0 0 0.001 -0.375 -0.375] def /FontBBox [0 0 1000 1000] def /Encoding 256 array def 0 1 255 {Encoding exch /.notdef put} for Encoding 0 /PIDot put % PI_DotMarker Encoding 1 /PIPlus put % PI_PlusMarker Encoding 2 /PICross put % PI_CrossMarker Encoding 3 /PICircle put % PI_CircleMarker Encoding 4 /PIFCircle put % PI_FCircleMarker Encoding 5 /PIBox put % PI_BoxMarker Encoding 6 /PIFBox put % PI_FBoxMarker Encoding 7 /PITriangle put % PI_TriangleMarker Encoding 8 /PIFTriangle put % PI_FTriangleMarker Encoding 9 /PIStar put % PI_StarMarker Encoding 10 /PIFStar put % PI_FStarMarker /CharProcs 26 dict def $PIDict begin CharProcs begin /.notdef {} def /PIDot {100 375 375 circle f} bind def /PIPlus {0 375 m 750 375 l 375 0 m 375 750 l s} bind def /PICross {0 0 m 750 750 l 750 0 m 0 750 l s} bind def /PICircle {375 375 375 circle s} bind def /PIFCircle {375 375 375 circle f} bind def /PIBox {0 0 m 750 0 l 750 750 l 0 750 l c s} bind def /PIFBox {0 0 m 750 0 l 750 750 l 0 750 l c f} bind def /PITriangle {0 750 m 375 0 l 750 750 l c s} bind def /PIFTriangle {0 750 m 375 0 l 750 750 l c f} bind def /PIStar {731 260 m 459 260 l 375 0 l 291 260 l 19 260 l 239 419 l 155 678 l 375 518 l 595 678 l 511 419 l c s} def /PIFStar {731 260 m 459 260 l 375 0 l 291 260 l 19 260 l 239 419 l 155 678 l 375 518 l 595 678 l 511 419 l c f} def end %$PIDict end %$CharProcs /BuildChar { 1000 0 % Largeur 0 0 750 750 % Bounding Box setcachedevice exch begin Encoding exch get CharProcs exch get end 75 slw exec} def end /PIMarkers $PIMarkers definefont pop save $PIDict begin /PIMarkers ff 14 scf sf /FState save def %%EndProlog %%Page: 1 1 /PState save def 1 -1 scale 645.00 496.00 645.00 496.00 0.00 -496.00 newref /Courier ff 10 FS /curfntsz 10 def %>BeginBloc 1 645.00 496.00 645.00 Ux 496.00 Uy 0.00 Ux 0.00 Uy NewBloc % Define clip region to the entire bloc area initclip newpath 0 0 m 645.00 Ux 0 rl 0 496.00 Uy rl -645.000000 Ux 0 rl closepath clip newpath /Courier ff 10 FS /curfntsz 10 def 2 slw 1 slw C0 n 83.00 Ux 441.00 Uy m 599.00 Ux 441.00 Uy l s C0 n 599.00 Ux 441.00 Uy m 599.00 Ux 44.00 Uy l s C0 n 599.00 Ux 44.00 Uy m 83.00 Ux 44.00 Uy l s C0 n 83.00 Ux 44.00 Uy m 83.00 Ux 441.00 Uy l s C0 n 95.29 Ux 441.00 Uy m 95.29 Ux 433.06 Uy l s C0 n 194.56 Ux 441.00 Uy m 194.56 Ux 433.06 Uy l s C0 n 293.84 Ux 441.00 Uy m 293.84 Ux 433.06 Uy l s C0 n 393.12 Ux 441.00 Uy m 393.12 Ux 433.06 Uy l s C0 n 492.40 Ux 441.00 Uy m 492.40 Ux 433.06 Uy l s C0 n 591.68 Ux 441.00 Uy m 591.68 Ux 433.06 Uy l s C0 n 95.29 Ux 51.94 Uy m 95.29 Ux 44.00 Uy l s C0 n 194.56 Ux 51.94 Uy m 194.56 Ux 44.00 Uy l s C0 n 293.84 Ux 51.94 Uy m 293.84 Ux 44.00 Uy l s C0 n 393.12 Ux 51.94 Uy m 393.12 Ux 44.00 Uy l s C0 n 492.40 Ux 51.94 Uy m 492.40 Ux 44.00 Uy l s C0 n 591.68 Ux 51.94 Uy m 591.68 Ux 44.00 Uy l s C0 n 83.00 Ux 416.87 Uy m 93.32 Ux 416.87 Uy l s C0 n 83.00 Ux 372.58 Uy m 93.32 Ux 372.58 Uy l s C0 n 83.00 Ux 328.29 Uy m 93.32 Ux 328.29 Uy l s C0 n 83.00 Ux 283.99 Uy m 93.32 Ux 283.99 Uy l s C0 n 83.00 Ux 239.70 Uy m 93.32 Ux 239.70 Uy l s C0 n 83.00 Ux 195.41 Uy m 93.32 Ux 195.41 Uy l s C0 n 83.00 Ux 151.11 Uy m 93.32 Ux 151.11 Uy l s C0 n 83.00 Ux 106.82 Uy m 93.32 Ux 106.82 Uy l s C0 n 83.00 Ux 62.52 Uy m 93.32 Ux 62.52 Uy l s C0 n 588.68 Ux 416.87 Uy m 599.00 Ux 416.87 Uy l s C0 n 588.68 Ux 372.58 Uy m 599.00 Ux 372.58 Uy l s C0 n 588.68 Ux 328.29 Uy m 599.00 Ux 328.29 Uy l s C0 n 588.68 Ux 283.99 Uy m 599.00 Ux 283.99 Uy l s C0 n 588.68 Ux 239.70 Uy m 599.00 Ux 239.70 Uy l s C0 n 588.68 Ux 195.41 Uy m 599.00 Ux 195.41 Uy l s C0 n 588.68 Ux 151.11 Uy m 599.00 Ux 151.11 Uy l s C0 n 588.68 Ux 106.82 Uy m 599.00 Ux 106.82 Uy l s C0 n 588.68 Ux 62.52 Uy m 599.00 Ux 62.52 Uy l s C0 n 95.29 Ux 441.00 Uy m 95.29 Ux 436.24 Uy l s C0 n 115.14 Ux 441.00 Uy m 115.14 Ux 436.24 Uy l s C0 n 135.00 Ux 441.00 Uy m 135.00 Ux 436.24 Uy l s C0 n 154.85 Ux 441.00 Uy m 154.85 Ux 436.24 Uy l s C0 n 174.71 Ux 441.00 Uy m 174.71 Ux 436.24 Uy l s C0 n 194.56 Ux 441.00 Uy m 194.56 Ux 436.24 Uy l s C0 n 214.42 Ux 441.00 Uy m 214.42 Ux 436.24 Uy l s C0 n 234.28 Ux 441.00 Uy m 234.28 Ux 436.24 Uy l s C0 n 254.13 Ux 441.00 Uy m 254.13 Ux 436.24 Uy l s C0 n 273.99 Ux 441.00 Uy m 273.99 Ux 436.24 Uy l s C0 n 293.84 Ux 441.00 Uy m 293.84 Ux 436.24 Uy l s C0 n 313.70 Ux 441.00 Uy m 313.70 Ux 436.24 Uy l s C0 n 333.55 Ux 441.00 Uy m 333.55 Ux 436.24 Uy l s C0 n 353.41 Ux 441.00 Uy m 353.41 Ux 436.24 Uy l s C0 n 373.27 Ux 441.00 Uy m 373.27 Ux 436.24 Uy l s C0 n 393.12 Ux 441.00 Uy m 393.12 Ux 436.24 Uy l s C0 n 412.98 Ux 441.00 Uy m 412.98 Ux 436.24 Uy l s C0 n 432.83 Ux 441.00 Uy m 432.83 Ux 436.24 Uy l s C0 n 452.69 Ux 441.00 Uy m 452.69 Ux 436.24 Uy l s C0 n 472.54 Ux 441.00 Uy m 472.54 Ux 436.24 Uy l s C0 n 492.40 Ux 441.00 Uy m 492.40 Ux 436.24 Uy l s C0 n 512.26 Ux 441.00 Uy m 512.26 Ux 436.24 Uy l s C0 n 532.11 Ux 441.00 Uy m 532.11 Ux 436.24 Uy l s C0 n 551.97 Ux 441.00 Uy m 551.97 Ux 436.24 Uy l s C0 n 571.82 Ux 441.00 Uy m 571.82 Ux 436.24 Uy l s C0 n 591.68 Ux 441.00 Uy m 591.68 Ux 436.24 Uy l s C0 n 95.29 Ux 48.76 Uy m 95.29 Ux 44.00 Uy l s C0 n 115.14 Ux 48.76 Uy m 115.14 Ux 44.00 Uy l s C0 n 135.00 Ux 48.76 Uy m 135.00 Ux 44.00 Uy l s C0 n 154.85 Ux 48.76 Uy m 154.85 Ux 44.00 Uy l s C0 n 174.71 Ux 48.76 Uy m 174.71 Ux 44.00 Uy l s C0 n 194.56 Ux 48.76 Uy m 194.56 Ux 44.00 Uy l s C0 n 214.42 Ux 48.76 Uy m 214.42 Ux 44.00 Uy l s C0 n 234.28 Ux 48.76 Uy m 234.28 Ux 44.00 Uy l s C0 n 254.13 Ux 48.76 Uy m 254.13 Ux 44.00 Uy l s C0 n 273.99 Ux 48.76 Uy m 273.99 Ux 44.00 Uy l s C0 n 293.84 Ux 48.76 Uy m 293.84 Ux 44.00 Uy l s C0 n 313.70 Ux 48.76 Uy m 313.70 Ux 44.00 Uy l s C0 n 333.55 Ux 48.76 Uy m 333.55 Ux 44.00 Uy l s C0 n 353.41 Ux 48.76 Uy m 353.41 Ux 44.00 Uy l s C0 n 373.27 Ux 48.76 Uy m 373.27 Ux 44.00 Uy l s C0 n 393.12 Ux 48.76 Uy m 393.12 Ux 44.00 Uy l s C0 n 412.98 Ux 48.76 Uy m 412.98 Ux 44.00 Uy l s C0 n 432.83 Ux 48.76 Uy m 432.83 Ux 44.00 Uy l s C0 n 452.69 Ux 48.76 Uy m 452.69 Ux 44.00 Uy l s C0 n 472.54 Ux 48.76 Uy m 472.54 Ux 44.00 Uy l s C0 n 492.40 Ux 48.76 Uy m 492.40 Ux 44.00 Uy l s C0 n 512.26 Ux 48.76 Uy m 512.26 Ux 44.00 Uy l s C0 n 532.11 Ux 48.76 Uy m 532.11 Ux 44.00 Uy l s C0 n 551.97 Ux 48.76 Uy m 551.97 Ux 44.00 Uy l s C0 n 571.82 Ux 48.76 Uy m 571.82 Ux 44.00 Uy l s C0 n 591.68 Ux 48.76 Uy m 591.68 Ux 44.00 Uy l s C0 n 83.00 Ux 416.87 Uy m 89.19 Ux 416.87 Uy l s C0 n 83.00 Ux 408.02 Uy m 89.19 Ux 408.02 Uy l s C0 n 83.00 Ux 399.16 Uy m 89.19 Ux 399.16 Uy l s C0 n 83.00 Ux 390.30 Uy m 89.19 Ux 390.30 Uy l s C0 n 83.00 Ux 381.44 Uy m 89.19 Ux 381.44 Uy l s C0 n 83.00 Ux 372.58 Uy m 89.19 Ux 372.58 Uy l s C0 n 83.00 Ux 363.72 Uy m 89.19 Ux 363.72 Uy l s C0 n 83.00 Ux 354.86 Uy m 89.19 Ux 354.86 Uy l s C0 n 83.00 Ux 346.00 Uy m 89.19 Ux 346.00 Uy l s C0 n 83.00 Ux 337.15 Uy m 89.19 Ux 337.15 Uy l s C0 n 83.00 Ux 328.29 Uy m 89.19 Ux 328.29 Uy l s C0 n 83.00 Ux 319.43 Uy m 89.19 Ux 319.43 Uy l s C0 n 83.00 Ux 310.57 Uy m 89.19 Ux 310.57 Uy l s C0 n 83.00 Ux 301.71 Uy m 89.19 Ux 301.71 Uy l s C0 n 83.00 Ux 292.85 Uy m 89.19 Ux 292.85 Uy l s C0 n 83.00 Ux 283.99 Uy m 89.19 Ux 283.99 Uy l s C0 n 83.00 Ux 275.13 Uy m 89.19 Ux 275.13 Uy l s C0 n 83.00 Ux 266.28 Uy m 89.19 Ux 266.28 Uy l s C0 n 83.00 Ux 257.42 Uy m 89.19 Ux 257.42 Uy l s C0 n 83.00 Ux 248.56 Uy m 89.19 Ux 248.56 Uy l s C0 n 83.00 Ux 239.70 Uy m 89.19 Ux 239.70 Uy l s C0 n 83.00 Ux 230.84 Uy m 89.19 Ux 230.84 Uy l s C0 n 83.00 Ux 221.98 Uy m 89.19 Ux 221.98 Uy l s C0 n 83.00 Ux 213.12 Uy m 89.19 Ux 213.12 Uy l s C0 n 83.00 Ux 204.26 Uy m 89.19 Ux 204.26 Uy l s C0 n 83.00 Ux 195.41 Uy m 89.19 Ux 195.41 Uy l s C0 n 83.00 Ux 186.55 Uy m 89.19 Ux 186.55 Uy l s C0 n 83.00 Ux 177.69 Uy m 89.19 Ux 177.69 Uy l s C0 n 83.00 Ux 168.83 Uy m 89.19 Ux 168.83 Uy l s C0 n 83.00 Ux 159.97 Uy m 89.19 Ux 159.97 Uy l s C0 n 83.00 Ux 151.11 Uy m 89.19 Ux 151.11 Uy l s C0 n 83.00 Ux 142.25 Uy m 89.19 Ux 142.25 Uy l s C0 n 83.00 Ux 133.39 Uy m 89.19 Ux 133.39 Uy l s C0 n 83.00 Ux 124.54 Uy m 89.19 Ux 124.54 Uy l s C0 n 83.00 Ux 115.68 Uy m 89.19 Ux 115.68 Uy l s C0 n 83.00 Ux 106.82 Uy m 89.19 Ux 106.82 Uy l s C0 n 83.00 Ux 97.96 Uy m 89.19 Ux 97.96 Uy l s C0 n 83.00 Ux 89.10 Uy m 89.19 Ux 89.10 Uy l s C0 n 83.00 Ux 80.24 Uy m 89.19 Ux 80.24 Uy l s C0 n 83.00 Ux 71.38 Uy m 89.19 Ux 71.38 Uy l s C0 n 83.00 Ux 62.52 Uy m 89.19 Ux 62.52 Uy l s C0 n 83.00 Ux 53.67 Uy m 89.19 Ux 53.67 Uy l s C0 n 83.00 Ux 44.81 Uy m 89.19 Ux 44.81 Uy l s C0 n 592.81 Ux 416.87 Uy m 599.00 Ux 416.87 Uy l s C0 n 592.81 Ux 408.02 Uy m 599.00 Ux 408.02 Uy l s C0 n 592.81 Ux 399.16 Uy m 599.00 Ux 399.16 Uy l s C0 n 592.81 Ux 390.30 Uy m 599.00 Ux 390.30 Uy l s C0 n 592.81 Ux 381.44 Uy m 599.00 Ux 381.44 Uy l s C0 n 592.81 Ux 372.58 Uy m 599.00 Ux 372.58 Uy l s C0 n 592.81 Ux 363.72 Uy m 599.00 Ux 363.72 Uy l s C0 n 592.81 Ux 354.86 Uy m 599.00 Ux 354.86 Uy l s C0 n 592.81 Ux 346.00 Uy m 599.00 Ux 346.00 Uy l s C0 n 592.81 Ux 337.15 Uy m 599.00 Ux 337.15 Uy l s C0 n 592.81 Ux 328.29 Uy m 599.00 Ux 328.29 Uy l s C0 n 592.81 Ux 319.43 Uy m 599.00 Ux 319.43 Uy l s C0 n 592.81 Ux 310.57 Uy m 599.00 Ux 310.57 Uy l s C0 n 592.81 Ux 301.71 Uy m 599.00 Ux 301.71 Uy l s C0 n 592.81 Ux 292.85 Uy m 599.00 Ux 292.85 Uy l s C0 n 592.81 Ux 283.99 Uy m 599.00 Ux 283.99 Uy l s C0 n 592.81 Ux 275.13 Uy m 599.00 Ux 275.13 Uy l s C0 n 592.81 Ux 266.28 Uy m 599.00 Ux 266.28 Uy l s C0 n 592.81 Ux 257.42 Uy m 599.00 Ux 257.42 Uy l s C0 n 592.81 Ux 248.56 Uy m 599.00 Ux 248.56 Uy l s C0 n 592.81 Ux 239.70 Uy m 599.00 Ux 239.70 Uy l s C0 n 592.81 Ux 230.84 Uy m 599.00 Ux 230.84 Uy l s C0 n 592.81 Ux 221.98 Uy m 599.00 Ux 221.98 Uy l s C0 n 592.81 Ux 213.12 Uy m 599.00 Ux 213.12 Uy l s C0 n 592.81 Ux 204.26 Uy m 599.00 Ux 204.26 Uy l s C0 n 592.81 Ux 195.41 Uy m 599.00 Ux 195.41 Uy l s C0 n 592.81 Ux 186.55 Uy m 599.00 Ux 186.55 Uy l s C0 n 592.81 Ux 177.69 Uy m 599.00 Ux 177.69 Uy l s C0 n 592.81 Ux 168.83 Uy m 599.00 Ux 168.83 Uy l s C0 n 592.81 Ux 159.97 Uy m 599.00 Ux 159.97 Uy l s C0 n 592.81 Ux 151.11 Uy m 599.00 Ux 151.11 Uy l s C0 n 592.81 Ux 142.25 Uy m 599.00 Ux 142.25 Uy l s C0 n 592.81 Ux 133.39 Uy m 599.00 Ux 133.39 Uy l s C0 n 592.81 Ux 124.54 Uy m 599.00 Ux 124.54 Uy l s C0 n 592.81 Ux 115.68 Uy m 599.00 Ux 115.68 Uy l s C0 n 592.81 Ux 106.82 Uy m 599.00 Ux 106.82 Uy l s C0 n 592.81 Ux 97.96 Uy m 599.00 Ux 97.96 Uy l s C0 n 592.81 Ux 89.10 Uy m 599.00 Ux 89.10 Uy l s C0 n 592.81 Ux 80.24 Uy m 599.00 Ux 80.24 Uy l s C0 n 592.81 Ux 71.38 Uy m 599.00 Ux 71.38 Uy l s C0 n 592.81 Ux 62.52 Uy m 599.00 Ux 62.52 Uy l s C0 n 592.81 Ux 53.67 Uy m 599.00 Ux 53.67 Uy l s C0 n 592.81 Ux 44.81 Uy m 599.00 Ux 44.81 Uy l s /Times-Bold ff 14 FS /curfntsz 14 def gs 95.29 Ux 460.94 Uy m (0) hcshstr gr gs 95.29 Ux 460.94 Uy m (0) hcvbshstr gr gs 194.56 Ux 460.94 Uy m (20) hcshstr gr gs 194.56 Ux 460.94 Uy m (20) hcvbshstr gr gs 293.84 Ux 460.94 Uy m (40) hcshstr gr gs 293.84 Ux 460.94 Uy m (40) hcvbshstr gr gs 393.12 Ux 460.94 Uy m (60) hcshstr gr gs 393.12 Ux 460.94 Uy m (60) hcvbshstr gr gs 492.40 Ux 460.94 Uy m (80) hcshstr gr gs 492.40 Ux 460.94 Uy m (80) hcvbshstr gr gs 591.68 Ux 460.94 Uy m (100) hcshstr gr gs 591.68 Ux 460.94 Uy m (100) hcvbshstr gr gs 72.68 Ux 420.87 Uy m (-2) hrshstr gr gs 72.68 Ux 420.87 Uy m (-2) hrvbshstr gr gs 72.68 Ux 376.58 Uy m (-1.5) hrshstr gr gs 72.68 Ux 376.58 Uy m (-1.5) hrvbshstr gr gs 72.68 Ux 332.29 Uy m (-1) hrshstr gr gs 72.68 Ux 332.29 Uy m (-1) hrvbshstr gr gs 72.68 Ux 287.99 Uy m (-0.5) hrshstr gr gs 72.68 Ux 287.99 Uy m (-0.5) hrvbshstr gr gs 72.68 Ux 243.70 Uy m (0) hrshstr gr gs 72.68 Ux 243.70 Uy m (0) hrvbshstr gr gs 72.68 Ux 199.41 Uy m (0.5) hrshstr gr gs 72.68 Ux 199.41 Uy m (0.5) hrvbshstr gr gs 72.68 Ux 155.11 Uy m (1) hrshstr gr gs 72.68 Ux 155.11 Uy m (1) hrvbshstr gr gs 72.68 Ux 110.82 Uy m (1.5) hrshstr gr gs 72.68 Ux 110.82 Uy m (1.5) hrvbshstr gr gs 72.68 Ux 66.52 Uy m (2) hrshstr gr gs 72.68 Ux 66.52 Uy m (2) hrvbshstr gr /Times-BoldItalic ff 18 FS /curfntsz 18 def gs 341.00 Ux 24.12 Uy m (Example-1: 2 vectors) hcshstr gr gs 341.00 Ux 24.12 Uy m (Example-1: 2 vectors) hcvbshstr gr gs 341.00 Ux 485.78 Uy m ( ) hcshstr gr gs 341.00 Ux 485.78 Uy m ( ) hcvbshstr gr % SetClipRectangle: Define clip region newpath 83.00 Ux 44.00 Uy m 516.00 Ux 0 rl 0 397.00 Uy rl -516.00 Ux 0 rl closepath clip newpath 2 slw C3 n 100.25 Ux 173.03 Uy m 95.29 Ux 163.66 Uy l s C3 n 105.21 Ux 183.11 Uy m 100.25 Ux 173.03 Uy l s C3 n 110.18 Ux 193.61 Uy m 105.21 Ux 183.11 Uy l s C3 n 115.14 Ux 204.28 Uy m 110.18 Ux 193.61 Uy l s C3 n 120.11 Ux 214.85 Uy m 115.14 Ux 204.28 Uy l s C3 n 125.07 Ux 225.08 Uy m 120.11 Ux 214.85 Uy l s C3 n 130.03 Ux 234.71 Uy m 125.07 Ux 225.08 Uy l s C3 n 135.00 Ux 243.54 Uy m 130.03 Ux 234.71 Uy l s C3 n 139.96 Ux 251.37 Uy m 135.00 Ux 243.54 Uy l s C3 n 144.92 Ux 258.05 Uy m 139.96 Ux 251.37 Uy l s C3 n 149.89 Ux 263.44 Uy m 144.92 Ux 258.05 Uy l s C3 n 154.85 Ux 267.45 Uy m 149.89 Ux 263.44 Uy l s C3 n 159.82 Ux 270.02 Uy m 154.85 Ux 267.45 Uy l s C3 n 164.78 Ux 271.14 Uy m 159.82 Ux 270.02 Uy l s C3 n 164.78 Ux 271.14 Uy m 169.74 Ux 270.83 Uy l s C3 n 169.74 Ux 270.83 Uy m 174.71 Ux 269.14 Uy l s C3 n 174.71 Ux 269.14 Uy m 179.67 Ux 266.16 Uy l s C3 n 179.67 Ux 266.16 Uy m 184.64 Ux 262.03 Uy l s C3 n 184.64 Ux 262.03 Uy m 189.60 Ux 256.88 Uy l s C3 n 189.60 Ux 256.88 Uy m 194.56 Ux 250.92 Uy l s C3 n 194.56 Ux 250.92 Uy m 199.53 Ux 244.33 Uy l s C3 n 199.53 Ux 244.33 Uy m 204.49 Ux 237.34 Uy l s C3 n 204.49 Ux 237.34 Uy m 209.46 Ux 230.17 Uy l s C3 n 209.46 Ux 230.17 Uy m 214.42 Ux 223.08 Uy l s C3 n 214.42 Ux 223.08 Uy m 219.38 Ux 216.28 Uy l s C3 n 219.38 Ux 216.28 Uy m 224.35 Ux 210.01 Uy l s C3 n 224.35 Ux 210.01 Uy m 229.31 Ux 204.49 Uy l s C3 n 229.31 Ux 204.49 Uy m 234.28 Ux 199.93 Uy l s C3 n 234.28 Ux 199.93 Uy m 239.24 Ux 196.50 Uy l s C3 n 239.24 Ux 196.50 Uy m 244.20 Ux 194.35 Uy l s C3 n 244.20 Ux 194.35 Uy m 249.17 Ux 193.62 Uy l s C3 n 254.13 Ux 194.39 Uy m 249.17 Ux 193.62 Uy l s C3 n 259.10 Ux 196.71 Uy m 254.13 Ux 194.39 Uy l s C3 n 264.06 Ux 200.61 Uy m 259.10 Ux 196.71 Uy l s C3 n 269.02 Ux 206.05 Uy m 264.06 Ux 200.61 Uy l s C3 n 273.99 Ux 212.98 Uy m 269.02 Ux 206.05 Uy l s C3 n 278.95 Ux 221.30 Uy m 273.99 Ux 212.98 Uy l s C3 n 283.91 Ux 230.87 Uy m 278.95 Ux 221.30 Uy l s C3 n 288.88 Ux 241.52 Uy m 283.91 Ux 230.87 Uy l s C3 n 293.84 Ux 253.04 Uy m 288.88 Ux 241.52 Uy l s C3 n 298.81 Ux 265.21 Uy m 293.84 Ux 253.04 Uy l s C3 n 303.77 Ux 277.78 Uy m 298.81 Ux 265.21 Uy l s C3 n 308.73 Ux 290.48 Uy m 303.77 Ux 277.78 Uy l s C3 n 313.70 Ux 303.02 Uy m 308.73 Ux 290.48 Uy l s C3 n 318.66 Ux 315.13 Uy m 313.70 Ux 303.02 Uy l s C3 n 323.63 Ux 326.51 Uy m 318.66 Ux 315.13 Uy l s C3 n 328.59 Ux 336.88 Uy m 323.63 Ux 326.51 Uy l s C3 n 333.55 Ux 345.99 Uy m 328.59 Ux 336.88 Uy l s C3 n 338.52 Ux 353.58 Uy m 333.55 Ux 345.99 Uy l s C3 n 343.48 Ux 359.44 Uy m 338.52 Ux 353.58 Uy l s C3 n 348.45 Ux 363.36 Uy m 343.48 Ux 359.44 Uy l s C3 n 353.41 Ux 365.18 Uy m 348.45 Ux 363.36 Uy l s C3 n 353.41 Ux 365.18 Uy m 358.37 Ux 364.80 Uy l s C3 n 358.37 Ux 364.80 Uy m 363.34 Ux 362.12 Uy l s C3 n 363.34 Ux 362.12 Uy m 368.30 Ux 357.12 Uy l s C3 n 368.30 Ux 357.12 Uy m 373.27 Ux 349.80 Uy l s C3 n 373.27 Ux 349.80 Uy m 378.23 Ux 340.22 Uy l s C3 n 378.23 Ux 340.22 Uy m 383.19 Ux 328.48 Uy l s C3 n 383.19 Ux 328.48 Uy m 388.16 Ux 314.74 Uy l s C3 n 388.16 Ux 314.74 Uy m 393.12 Ux 299.19 Uy l s C3 n 393.12 Ux 299.19 Uy m 398.09 Ux 282.05 Uy l s C3 n 398.09 Ux 282.05 Uy m 403.05 Ux 263.59 Uy l s C3 n 403.05 Ux 263.59 Uy m 408.01 Ux 244.12 Uy l s C3 n 408.01 Ux 244.12 Uy m 412.98 Ux 223.95 Uy l s C3 n 412.98 Ux 223.95 Uy m 417.94 Ux 203.43 Uy l s C3 n 417.94 Ux 203.43 Uy m 422.90 Ux 182.92 Uy l s C3 n 422.90 Ux 182.92 Uy m 427.87 Ux 162.78 Uy l s C3 n 427.87 Ux 162.78 Uy m 432.83 Ux 143.38 Uy l s C3 n 432.83 Ux 143.38 Uy m 437.80 Ux 125.09 Uy l s C3 n 437.80 Ux 125.09 Uy m 442.76 Ux 108.24 Uy l s C3 n 442.76 Ux 108.24 Uy m 447.72 Ux 93.16 Uy l s C3 n 447.72 Ux 93.16 Uy m 452.69 Ux 80.14 Uy l s C3 n 452.69 Ux 80.14 Uy m 457.65 Ux 69.46 Uy l s C3 n 457.65 Ux 69.46 Uy m 462.62 Ux 61.34 Uy l s C3 n 462.62 Ux 61.34 Uy m 467.58 Ux 55.96 Uy l s C3 n 467.58 Ux 55.96 Uy m 472.54 Ux 53.45 Uy l s C3 n 477.51 Ux 53.91 Uy m 472.54 Ux 53.45 Uy l s C3 n 482.47 Ux 57.37 Uy m 477.51 Ux 53.91 Uy l s C3 n 487.44 Ux 63.81 Uy m 482.47 Ux 57.37 Uy l s C3 n 492.40 Ux 73.16 Uy m 487.44 Ux 63.81 Uy l s C3 n 497.36 Ux 85.30 Uy m 492.40 Ux 73.16 Uy l s C3 n 502.33 Ux 100.03 Uy m 497.36 Ux 85.30 Uy l s C3 n 507.29 Ux 117.16 Uy m 502.33 Ux 100.03 Uy l s C3 n 512.26 Ux 136.40 Uy m 507.29 Ux 117.16 Uy l s C3 n 517.22 Ux 157.45 Uy m 512.26 Ux 136.40 Uy l s C3 n 522.18 Ux 179.98 Uy m 517.22 Ux 157.45 Uy l s C3 n 527.15 Ux 203.60 Uy m 522.18 Ux 179.98 Uy l s C3 n 532.11 Ux 227.94 Uy m 527.15 Ux 203.60 Uy l s C3 n 537.08 Ux 252.59 Uy m 532.11 Ux 227.94 Uy l s C3 n 542.04 Ux 277.13 Uy m 537.08 Ux 252.59 Uy l s C3 n 547.00 Ux 301.17 Uy m 542.04 Ux 277.13 Uy l s C3 n 551.97 Ux 324.28 Uy m 547.00 Ux 301.17 Uy l s C3 n 556.93 Ux 346.10 Uy m 551.97 Ux 324.28 Uy l s C3 n 561.89 Ux 366.24 Uy m 556.93 Ux 346.10 Uy l s C3 n 566.86 Ux 384.39 Uy m 561.89 Ux 366.24 Uy l s C3 n 571.82 Ux 400.23 Uy m 566.86 Ux 384.39 Uy l s C3 n 576.79 Ux 413.50 Uy m 571.82 Ux 400.23 Uy l s C3 n 581.75 Ux 424.00 Uy m 576.79 Ux 413.50 Uy l s C3 n 586.71 Ux 431.55 Uy m 581.75 Ux 424.00 Uy l s % Define clip region to the entire bloc area initclip newpath 0 0 m 645.00 Ux 0 rl 0 496.00 Uy rl -645.000000 Ux 0 rl closepath clip % SetClipRectangle: Define clip region newpath 83.00 Ux 44.00 Uy m 516.00 Ux 0 rl 0 397.00 Uy rl -516.00 Ux 0 rl closepath clip newpath C4 /PIMarkers ff 7 scf sf 95.29 Ux 120.99 Uy m (\05) show C4 100.25 Ux 113.36 Uy m (\05) show C4 105.21 Ux 108.20 Uy m (\05) show C4 110.18 Ux 105.55 Uy m (\05) show C4 115.14 Ux 105.35 Uy m (\05) show C4 120.11 Ux 107.54 Uy m (\05) show C4 125.07 Ux 111.97 Uy m (\05) show C4 130.03 Ux 118.49 Uy m (\05) show C4 135.00 Ux 126.89 Uy m (\05) show C4 139.96 Ux 136.92 Uy m (\05) show C4 144.92 Ux 148.33 Uy m (\05) show C4 149.89 Ux 160.82 Uy m (\05) show C4 154.85 Ux 174.11 Uy m (\05) show C4 159.82 Ux 187.87 Uy m (\05) show C4 164.78 Ux 201.80 Uy m (\05) show C4 169.74 Ux 215.60 Uy m (\05) show C4 174.71 Ux 228.97 Uy m (\05) show C4 179.67 Ux 241.64 Uy m (\05) show C4 184.64 Ux 253.36 Uy m (\05) show C4 189.60 Ux 263.90 Uy m (\05) show C4 194.56 Ux 273.08 Uy m (\05) show C4 199.53 Ux 280.75 Uy m (\05) show C4 204.49 Ux 286.78 Uy m (\05) show C4 209.46 Ux 291.12 Uy m (\05) show C4 214.42 Ux 293.71 Uy m (\05) show C4 219.38 Ux 294.59 Uy m (\05) show C4 224.35 Ux 293.80 Uy m (\05) show C4 229.31 Ux 291.43 Uy m (\05) show C4 234.28 Ux 287.62 Uy m (\05) show C4 239.24 Ux 282.52 Uy m (\05) show C4 244.20 Ux 276.32 Uy m (\05) show C4 249.17 Ux 269.26 Uy m (\05) show C4 254.13 Ux 261.55 Uy m (\05) show C4 259.10 Ux 253.45 Uy m (\05) show C4 264.06 Ux 245.21 Uy m (\05) show C4 269.02 Ux 237.10 Uy m (\05) show C4 273.99 Ux 229.36 Uy m (\05) show C4 278.95 Ux 222.25 Uy m (\05) show C4 283.91 Ux 215.97 Uy m (\05) show C4 288.88 Ux 210.74 Uy m (\05) show C4 293.84 Ux 206.73 Uy m (\05) show C4 298.81 Ux 204.09 Uy m (\05) show C4 303.77 Ux 202.93 Uy m (\05) show C4 308.73 Ux 203.32 Uy m (\05) show C4 313.70 Ux 205.29 Uy m (\05) show C4 318.66 Ux 208.84 Uy m (\05) show C4 323.63 Ux 213.92 Uy m (\05) show C4 328.59 Ux 220.43 Uy m (\05) show C4 333.55 Ux 228.26 Uy m (\05) show C4 338.52 Ux 237.24 Uy m (\05) show C4 343.48 Ux 247.17 Uy m (\05) show C4 348.45 Ux 257.83 Uy m (\05) show C4 353.41 Ux 268.97 Uy m (\05) show C4 358.37 Ux 280.33 Uy m (\05) show C4 363.34 Ux 291.63 Uy m (\05) show C4 368.30 Ux 302.58 Uy m (\05) show C4 373.27 Ux 312.89 Uy m (\05) show C4 378.23 Ux 322.30 Uy m (\05) show C4 383.19 Ux 330.53 Uy m (\05) show C4 388.16 Ux 337.34 Uy m (\05) show C4 393.12 Ux 342.50 Uy m (\05) show C4 398.09 Ux 345.82 Uy m (\05) show C4 403.05 Ux 347.15 Uy m (\05) show C4 408.01 Ux 346.37 Uy m (\05) show C4 412.98 Ux 343.40 Uy m (\05) show C4 417.94 Ux 338.20 Uy m (\05) show C4 422.90 Ux 330.81 Uy m (\05) show C4 427.87 Ux 321.27 Uy m (\05) show C4 432.83 Ux 309.69 Uy m (\05) show C4 437.80 Ux 296.24 Uy m (\05) show C4 442.76 Ux 281.10 Uy m (\05) show C4 447.72 Ux 264.52 Uy m (\05) show C4 452.69 Ux 246.75 Uy m (\05) show C4 457.65 Ux 228.12 Uy m (\05) show C4 462.62 Ux 208.94 Uy m (\05) show C4 467.58 Ux 189.56 Uy m (\05) show C4 472.54 Ux 170.33 Uy m (\05) show C4 477.51 Ux 151.63 Uy m (\05) show C4 482.47 Ux 133.82 Uy m (\05) show C4 487.44 Ux 117.25 Uy m (\05) show C4 492.40 Ux 102.25 Uy m (\05) show C4 497.36 Ux 89.14 Uy m (\05) show C4 502.33 Ux 78.20 Uy m (\05) show C4 507.29 Ux 69.70 Uy m (\05) show C4 512.26 Ux 63.82 Uy m (\05) show C4 517.22 Ux 60.74 Uy m (\05) show C4 522.18 Ux 60.58 Uy m (\05) show C4 527.15 Ux 63.39 Uy m (\05) show C4 532.11 Ux 69.18 Uy m (\05) show C4 537.08 Ux 77.90 Uy m (\05) show C4 542.04 Ux 89.47 Uy m (\05) show C4 547.00 Ux 103.71 Uy m (\05) show C4 551.97 Ux 120.43 Uy m (\05) show C4 556.93 Ux 139.38 Uy m (\05) show C4 561.89 Ux 160.25 Uy m (\05) show C4 566.86 Ux 182.73 Uy m (\05) show C4 571.82 Ux 206.43 Uy m (\05) show C4 576.79 Ux 230.97 Uy m (\05) show C4 581.75 Ux 255.93 Uy m (\05) show C4 586.71 Ux 280.91 Uy m (\05) show 1 slw C4 n 95.29 Ux 120.99 Uy m 100.25 Ux 113.36 Uy l s C4 n 100.25 Ux 113.36 Uy m 105.21 Ux 108.20 Uy l s C4 n 105.21 Ux 108.20 Uy m 110.18 Ux 105.55 Uy l s C4 n 110.18 Ux 105.55 Uy m 115.14 Ux 105.35 Uy l s C4 n 120.11 Ux 107.54 Uy m 115.14 Ux 105.35 Uy l s C4 n 125.07 Ux 111.97 Uy m 120.11 Ux 107.54 Uy l s C4 n 130.03 Ux 118.49 Uy m 125.07 Ux 111.97 Uy l s C4 n 135.00 Ux 126.89 Uy m 130.03 Ux 118.49 Uy l s C4 n 139.96 Ux 136.92 Uy m 135.00 Ux 126.89 Uy l s C4 n 144.92 Ux 148.33 Uy m 139.96 Ux 136.92 Uy l s C4 n 149.89 Ux 160.82 Uy m 144.92 Ux 148.33 Uy l s C4 n 154.85 Ux 174.11 Uy m 149.89 Ux 160.82 Uy l s C4 n 159.82 Ux 187.87 Uy m 154.85 Ux 174.11 Uy l s C4 n 164.78 Ux 201.80 Uy m 159.82 Ux 187.87 Uy l s C4 n 169.74 Ux 215.60 Uy m 164.78 Ux 201.80 Uy l s C4 n 174.71 Ux 228.97 Uy m 169.74 Ux 215.60 Uy l s C4 n 179.67 Ux 241.64 Uy m 174.71 Ux 228.97 Uy l s C4 n 184.64 Ux 253.36 Uy m 179.67 Ux 241.64 Uy l s C4 n 189.60 Ux 263.90 Uy m 184.64 Ux 253.36 Uy l s C4 n 194.56 Ux 273.08 Uy m 189.60 Ux 263.90 Uy l s C4 n 199.53 Ux 280.75 Uy m 194.56 Ux 273.08 Uy l s C4 n 204.49 Ux 286.78 Uy m 199.53 Ux 280.75 Uy l s C4 n 209.46 Ux 291.12 Uy m 204.49 Ux 286.78 Uy l s C4 n 214.42 Ux 293.71 Uy m 209.46 Ux 291.12 Uy l s C4 n 219.38 Ux 294.59 Uy m 214.42 Ux 293.71 Uy l s C4 n 219.38 Ux 294.59 Uy m 224.35 Ux 293.80 Uy l s C4 n 224.35 Ux 293.80 Uy m 229.31 Ux 291.43 Uy l s C4 n 229.31 Ux 291.43 Uy m 234.28 Ux 287.62 Uy l s C4 n 234.28 Ux 287.62 Uy m 239.24 Ux 282.52 Uy l s C4 n 239.24 Ux 282.52 Uy m 244.20 Ux 276.32 Uy l s C4 n 244.20 Ux 276.32 Uy m 249.17 Ux 269.26 Uy l s C4 n 249.17 Ux 269.26 Uy m 254.13 Ux 261.55 Uy l s C4 n 254.13 Ux 261.55 Uy m 259.10 Ux 253.45 Uy l s C4 n 259.10 Ux 253.45 Uy m 264.06 Ux 245.21 Uy l s C4 n 264.06 Ux 245.21 Uy m 269.02 Ux 237.10 Uy l s C4 n 269.02 Ux 237.10 Uy m 273.99 Ux 229.36 Uy l s C4 n 273.99 Ux 229.36 Uy m 278.95 Ux 222.25 Uy l s C4 n 278.95 Ux 222.25 Uy m 283.91 Ux 215.97 Uy l s C4 n 283.91 Ux 215.97 Uy m 288.88 Ux 210.74 Uy l s C4 n 288.88 Ux 210.74 Uy m 293.84 Ux 206.73 Uy l s C4 n 293.84 Ux 206.73 Uy m 298.81 Ux 204.09 Uy l s C4 n 298.81 Ux 204.09 Uy m 303.77 Ux 202.93 Uy l s C4 n 308.73 Ux 203.32 Uy m 303.77 Ux 202.93 Uy l s C4 n 313.70 Ux 205.29 Uy m 308.73 Ux 203.32 Uy l s C4 n 318.66 Ux 208.84 Uy m 313.70 Ux 205.29 Uy l s C4 n 323.63 Ux 213.92 Uy m 318.66 Ux 208.84 Uy l s C4 n 328.59 Ux 220.43 Uy m 323.63 Ux 213.92 Uy l s C4 n 333.55 Ux 228.26 Uy m 328.59 Ux 220.43 Uy l s C4 n 338.52 Ux 237.24 Uy m 333.55 Ux 228.26 Uy l s C4 n 343.48 Ux 247.17 Uy m 338.52 Ux 237.24 Uy l s C4 n 348.45 Ux 257.83 Uy m 343.48 Ux 247.17 Uy l s C4 n 353.41 Ux 268.97 Uy m 348.45 Ux 257.83 Uy l s C4 n 358.37 Ux 280.33 Uy m 353.41 Ux 268.97 Uy l s C4 n 363.34 Ux 291.63 Uy m 358.37 Ux 280.33 Uy l s C4 n 368.30 Ux 302.58 Uy m 363.34 Ux 291.63 Uy l s C4 n 373.27 Ux 312.89 Uy m 368.30 Ux 302.58 Uy l s C4 n 378.23 Ux 322.30 Uy m 373.27 Ux 312.89 Uy l s C4 n 383.19 Ux 330.53 Uy m 378.23 Ux 322.30 Uy l s C4 n 388.16 Ux 337.34 Uy m 383.19 Ux 330.53 Uy l s C4 n 393.12 Ux 342.50 Uy m 388.16 Ux 337.34 Uy l s C4 n 398.09 Ux 345.82 Uy m 393.12 Ux 342.50 Uy l s C4 n 403.05 Ux 347.15 Uy m 398.09 Ux 345.82 Uy l s C4 n 403.05 Ux 347.15 Uy m 408.01 Ux 346.37 Uy l s C4 n 408.01 Ux 346.37 Uy m 412.98 Ux 343.40 Uy l s C4 n 412.98 Ux 343.40 Uy m 417.94 Ux 338.20 Uy l s C4 n 417.94 Ux 338.20 Uy m 422.90 Ux 330.81 Uy l s C4 n 422.90 Ux 330.81 Uy m 427.87 Ux 321.27 Uy l s C4 n 427.87 Ux 321.27 Uy m 432.83 Ux 309.69 Uy l s C4 n 432.83 Ux 309.69 Uy m 437.80 Ux 296.24 Uy l s C4 n 437.80 Ux 296.24 Uy m 442.76 Ux 281.10 Uy l s C4 n 442.76 Ux 281.10 Uy m 447.72 Ux 264.52 Uy l s C4 n 447.72 Ux 264.52 Uy m 452.69 Ux 246.75 Uy l s C4 n 452.69 Ux 246.75 Uy m 457.65 Ux 228.12 Uy l s C4 n 457.65 Ux 228.12 Uy m 462.62 Ux 208.94 Uy l s C4 n 462.62 Ux 208.94 Uy m 467.58 Ux 189.56 Uy l s C4 n 467.58 Ux 189.56 Uy m 472.54 Ux 170.33 Uy l s C4 n 472.54 Ux 170.33 Uy m 477.51 Ux 151.63 Uy l s C4 n 477.51 Ux 151.63 Uy m 482.47 Ux 133.82 Uy l s C4 n 482.47 Ux 133.82 Uy m 487.44 Ux 117.25 Uy l s C4 n 487.44 Ux 117.25 Uy m 492.40 Ux 102.25 Uy l s C4 n 492.40 Ux 102.25 Uy m 497.36 Ux 89.14 Uy l s C4 n 497.36 Ux 89.14 Uy m 502.33 Ux 78.20 Uy l s C4 n 502.33 Ux 78.20 Uy m 507.29 Ux 69.70 Uy l s C4 n 507.29 Ux 69.70 Uy m 512.26 Ux 63.82 Uy l s C4 n 512.26 Ux 63.82 Uy m 517.22 Ux 60.74 Uy l s C4 n 517.22 Ux 60.74 Uy m 522.18 Ux 60.58 Uy l s C4 n 527.15 Ux 63.39 Uy m 522.18 Ux 60.58 Uy l s C4 n 532.11 Ux 69.18 Uy m 527.15 Ux 63.39 Uy l s C4 n 537.08 Ux 77.90 Uy m 532.11 Ux 69.18 Uy l s C4 n 542.04 Ux 89.47 Uy m 537.08 Ux 77.90 Uy l s C4 n 547.00 Ux 103.71 Uy m 542.04 Ux 89.47 Uy l s C4 n 551.97 Ux 120.43 Uy m 547.00 Ux 103.71 Uy l s C4 n 556.93 Ux 139.38 Uy m 551.97 Ux 120.43 Uy l s C4 n 561.89 Ux 160.25 Uy m 556.93 Ux 139.38 Uy l s C4 n 566.86 Ux 182.73 Uy m 561.89 Ux 160.25 Uy l s C4 n 571.82 Ux 206.43 Uy m 566.86 Ux 182.73 Uy l s C4 n 576.79 Ux 230.97 Uy m 571.82 Ux 206.43 Uy l s C4 n 581.75 Ux 255.93 Uy m 576.79 Ux 230.97 Uy l s C4 n 586.71 Ux 280.91 Uy m 581.75 Ux 255.93 Uy l s % Define clip region to the entire bloc area initclip newpath 0 0 m 645.00 Ux 0 rl 0 496.00 Uy rl -645.000000 Ux 0 rl closepath clip EndBloc %>EndBloc 1 PState restore showpage %>EndPage 1 FState restore %%Trailer %%Pages: 1 %%EOF