%!PS-Adobe-2.0 %%Creator: dvips(k) 5.95a Copyright 2005 Radical Eye Software %%Title: pdeg.dvi %%Pages: 20 %%PageOrder: Ascend %%Orientation: Landscape %%BoundingBox: 0 0 595 842 %%DocumentFonts: Helvetica Helvetica-Bold Helvetica-BoldOblique %%+ ZapfDingbats CMR10 CMMI10 CMMI7 CMEX10 CMR7 CMSY7 %%DocumentPaperSizes: a4 %%EndComments %DVIPSWebPage: (www.radicaleye.com) %DVIPSCommandLine: dvips pdeg.dvi -o pdegps %DVIPSParameters: dpi=600 %DVIPSSource: TeX output 2006.05.29:1153 %%BeginProcSet: tex.pro 0 0 %! /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72 mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{ landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[ matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{ statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0] N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin /FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array /BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2 array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get }B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub} B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr 1 add N}if}B/CharBuilder{save 3 1 roll S A/base get 2 index get S /BitMaps get S get/Cd X pop/ctr 0 N Cdx 0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx sub Cy .1 sub]{Ci}imagemask restore}B/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put }if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{ bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{ SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{ userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X 1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4 index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N /p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{ /Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT) (LaserWriter 16/600)]{A length product length le{A length product exch 0 exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot} imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M} B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{ p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end %%EndProcSet %%BeginProcSet: pstricks.pro 0 0 %! % PostScript prologue for pstricks.tex. % Version 97 patch 4, 04/05/10 % For distribution, see pstricks.tex. % /tx@Dict 200 dict def tx@Dict begin /ADict 25 dict def /CM { matrix currentmatrix } bind def /SLW /setlinewidth load def /CLW /currentlinewidth load def /CP /currentpoint load def /ED { exch def } bind def /L /lineto load def /T /translate load def /TMatrix { } def /RAngle { 0 } def /Atan { /atan load stopped { pop pop 0 } if } def /Div { dup 0 eq { pop } { div } ifelse } def /NET { neg exch neg exch T } def /Pyth { dup mul exch dup mul add sqrt } def /PtoC { 2 copy cos mul 3 1 roll sin mul } def /PathLength@ { /z z y y1 sub x x1 sub Pyth add def /y1 y def /x1 x def } def /PathLength { flattenpath /z 0 def { /y1 ED /x1 ED /y2 y1 def /x2 x1 def } { /y ED /x ED PathLength@ } {} { /y y2 def /x x2 def PathLength@ } /pathforall load stopped { pop pop pop pop } if z } def /STP { .996264 dup scale } def /STV { SDict begin normalscale end STP } def % %%-------------- DG begin patch 15 ---------------%% %/DashLine { dup 0 gt { /a .5 def PathLength exch div } { pop /a 1 def %PathLength } ifelse /b ED /x ED /y ED /z y x add def b a .5 sub 2 mul y %mul sub z Div round z mul a .5 sub 2 mul y mul add b exch Div dup y mul %/y ED x mul /x ED x 0 gt y 0 gt and { [ y x ] 1 a sub y mul } { [ 1 0 ] %0 } ifelse setdash stroke } def /DashLine { dup 0 gt { /a .5 def PathLength exch div } { pop /a 1 def PathLength } ifelse /b ED /x1 ED /y1 ED /x ED /y ED /z y x add y1 add x1 add def /Coef b a .5 sub 2 mul y mul sub z Div round z mul a .5 sub 2 mul y mul add b exch Div def /y y Coef mul def /x x Coef mul def /y1 y1 Coef mul def /x1 x1 Coef mul def x1 0 gt y1 0 gt x 0 gt y 0 gt and { [ y x y1 x1 ] 1 a sub y mul} { [ 1 0] 0 } ifelse setdash stroke } def %%-------------- DG end patch 15 ---------------%% /DotLine { /b PathLength def /a ED /z ED /y CLW def /z y z add def a 0 gt { /b b a div def } { a 0 eq { /b b y sub def } { a -3 eq { /b b y add def } if } ifelse } ifelse [ 0 b b z Div round Div dup 0 le { pop 1 } if ] a 0 gt { 0 } { y 2 div a -2 gt { neg } if } ifelse setdash 1 setlinecap stroke } def /LineFill { gsave abs CLW add /a ED a 0 dtransform round exch round exch 2 copy idtransform exch Atan rotate idtransform pop /a ED .25 .25 % DG/SR modification begin - Dec. 12, 1997 - Patch 2 %itransform translate pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a itransform pathbbox /y2 ED a Div ceiling cvi /x2 ED /y1 ED a % DG/SR modification end Div cvi /x1 ED /y2 y2 y1 sub def clip newpath 2 setlinecap systemdict /setstrokeadjust known { true setstrokeadjust } if x2 x1 sub 1 add { x1 % DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis) % a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore } % def a mul y1 moveto 0 y2 rlineto stroke /x1 x1 1 add def } repeat grestore pop pop } def % DG/SR modification end /BeginArrow { ADict begin /@mtrx CM def gsave 2 copy T 2 index sub neg exch 3 index sub exch Atan rotate newpath } def /EndArrow { @mtrx setmatrix CP grestore end } def /Arrow { CLW mul add dup 2 div /w ED mul dup /h ED mul /a ED { 0 h T 1 -1 scale } if w neg h moveto 0 0 L w h L w neg a neg rlineto gsave fill grestore } def /Tbar { CLW mul add /z ED z -2 div CLW 2 div moveto z 0 rlineto stroke 0 CLW moveto } def /Bracket { CLW mul add dup CLW sub 2 div /x ED mul CLW add /y ED /z CLW 2 div def x neg y moveto x neg CLW 2 div L x CLW 2 div L x y L stroke 0 CLW moveto } def /RoundBracket { CLW mul add dup 2 div /x ED mul /y ED /mtrx CM def 0 CLW 2 div T x y mul 0 ne { x y scale } if 1 1 moveto .85 .5 .35 0 0 0 curveto -.35 0 -.85 .5 -1 1 curveto mtrx setmatrix stroke 0 CLW moveto } def /SD { 0 360 arc fill } def /EndDot { { /z DS def } { /z 0 def } ifelse /b ED 0 z DS SD b { 0 z DS CLW sub SD } if 0 DS z add CLW 4 div sub moveto } def /Shadow { [ { /moveto load } { /lineto load } { /curveto load } { /closepath load } /pathforall load stopped { pop pop pop pop CP /moveto load } if ] cvx newpath 3 1 roll T exec } def /NArray { aload length 2 div dup dup cvi eq not { exch pop } if /n exch cvi def } def /NArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop } if f { ] aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def /Line { NArray n 0 eq not { n 1 eq { 0 0 /n 2 def } if ArrowA /n n 2 sub def n { Lineto } repeat CP 4 2 roll ArrowB L pop pop } if } def /Arcto { /a [ 6 -2 roll ] cvx def a r /arcto load stopped { 5 } { 4 } ifelse { pop } repeat a } def /CheckClosed { dup n 2 mul 1 sub index eq 2 index n 2 mul 1 add index eq and { pop pop /n n 1 sub def } if } def /Polygon { NArray n 2 eq { 0 0 /n 3 def } if n 3 lt { n { pop pop } repeat } { n 3 gt { CheckClosed } if n 2 mul -2 roll /y0 ED /x0 ED /y1 ED /x1 ED x1 y1 /x1 x0 x1 add 2 div def /y1 y0 y1 add 2 div def x1 y1 moveto /n n 2 sub def n { Lineto } repeat x1 y1 x0 y0 6 4 roll Lineto Lineto pop pop closepath } ifelse } def /Diamond { /mtrx CM def T rotate /h ED /w ED dup 0 eq { pop } { CLW mul neg /d ED /a w h Atan def /h d a sin Div h add def /w d a cos Div w add def } ifelse mark w 2 div h 2 div w 0 0 h neg w neg 0 0 h w 2 div h 2 div /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx setmatrix } def % DG modification begin - Jan. 15, 1997 %/Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup 0 eq { %pop } { CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2 %div dup cos exch sin Div mul sub def } ifelse mark 0 d w neg d 0 h w d 0 %d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx %setmatrix } def /Triangle { /mtrx CM def translate rotate /h ED 2 div /w ED dup CLW mul /d ED /h h d w h Atan sin Div sub def /w w d h w Atan 2 div dup cos exch sin Div mul sub def mark 0 d w neg d 0 h w d 0 d /ArrowA { moveto } def /ArrowB { } def false Line closepath mtrx % DG/SR modification begin - Jun. 1, 1998 - Patch 3 (from Michael Vulis) % setmatrix } def setmatrix pop } def % DG/SR modification end /CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth def } def /CCA { /y ED /x ED 2 copy y sub /dy1 ED x sub /dx1 ED /l1 dx1 dy1 Pyth def } def /CC { /l0 l1 def /x1 x dx sub def /y1 y dy sub def /dx0 dx1 def /dy0 dy1 def CCA /dx dx0 l1 c exp mul dx1 l0 c exp mul add def /dy dy0 l1 c exp mul dy1 l0 c exp mul add def /m dx0 dy0 Atan dx1 dy1 Atan sub 2 div cos abs b exp a mul dx dy Pyth Div 2 div def /x2 x l0 dx mul m mul sub def /y2 y l0 dy mul m mul sub def /dx l1 dx mul m mul neg def /dy l1 dy mul m mul neg def } def /IC { /c c 1 add def c 0 lt { /c 0 def } { c 3 gt { /c 3 def } if } ifelse /a a 2 mul 3 div 45 cos b exp div def CCA /dx 0 def /dy 0 def } def /BOC { IC CC x2 y2 x1 y1 ArrowA CP 4 2 roll x y curveto } def /NC { CC x1 y1 x2 y2 x y curveto } def /EOC { x dx sub y dy sub 4 2 roll ArrowB 2 copy curveto } def /BAC { IC CC x y moveto CC x1 y1 CP ArrowA } def /NAC { x2 y2 x y curveto CC x1 y1 } def /EAC { x2 y2 x y ArrowB curveto pop pop } def /OpenCurve { NArray n 3 lt { n { pop pop } repeat } { BOC /n n 3 sub def n { NC } repeat EOC } ifelse } def /AltCurve { { false NArray n 2 mul 2 roll [ n 2 mul 3 sub 1 roll ] aload /Points ED n 2 mul -2 roll } { false NArray } ifelse n 4 lt { n { pop pop } repeat } { BAC /n n 4 sub def n { NAC } repeat EAC } ifelse } def /ClosedCurve { NArray n 3 lt { n { pop pop } repeat } { n 3 gt { CheckClosed } if 6 copy n 2 mul 6 add 6 roll IC CC x y moveto n { NC } repeat closepath pop pop } ifelse } def /SQ { /r ED r r moveto r r neg L r neg r neg L r neg r L fill } def /ST { /y ED /x ED x y moveto x neg y L 0 x L fill } def /SP { /r ED gsave 0 r moveto 4 { 72 rotate 0 r L } repeat fill grestore } def /FontDot { DS 2 mul dup matrix scale matrix concatmatrix exch matrix rotate matrix concatmatrix exch findfont exch makefont setfont } def /Rect { x1 y1 y2 add 2 div moveto x1 y2 lineto x2 y2 lineto x2 y1 lineto x1 y1 lineto closepath } def /OvalFrame { x1 x2 eq y1 y2 eq or { pop pop x1 y1 moveto x2 y2 L } { y1 y2 sub abs x1 x2 sub abs 2 copy gt { exch pop } { pop } ifelse 2 div exch { dup 3 1 roll mul exch } if 2 copy lt { pop } { exch pop } ifelse /b ED x1 y1 y2 add 2 div moveto x1 y2 x2 y2 b arcto x2 y2 x2 y1 b arcto x2 y1 x1 y1 b arcto x1 y1 x1 y2 b arcto 16 { pop } repeat closepath } ifelse } def /Frame { CLW mul /a ED 3 -1 roll 2 copy gt { exch } if a sub /y2 ED a add /y1 ED 2 copy gt { exch } if a sub /x2 ED a add /x1 ED 1 index 0 eq { pop pop Rect } { OvalFrame } ifelse } def /BezierNArray { /f ED counttomark 2 div dup cvi /n ED n eq not { exch pop } if n 1 sub neg 3 mod 3 add 3 mod { 0 0 /n n 1 add def } repeat f { ] aload /Points ED } { n 2 mul 1 add -1 roll pop } ifelse } def /OpenBezier { BezierNArray n 1 eq { pop pop } { ArrowA n 4 sub 3 idiv { 6 2 roll 4 2 roll curveto } repeat 6 2 roll 4 2 roll ArrowB curveto } ifelse } def /ClosedBezier { BezierNArray n 1 eq { pop pop } { moveto n 1 sub 3 idiv { 6 2 roll 4 2 roll curveto } repeat closepath } ifelse } def /BezierShowPoints { gsave Points aload length 2 div cvi /n ED moveto n 1 sub { lineto } repeat CLW 2 div SLW [ 4 4 ] 0 setdash stroke grestore } def /Parab { /y0 exch def /x0 exch def /y1 exch def /x1 exch def /dx x0 x1 sub 3 div def /dy y0 y1 sub 3 div def x0 dx sub y0 dy add x1 y1 ArrowA x0 dx add y0 dy add x0 2 mul x1 sub y1 ArrowB curveto /Points [ x1 y1 x0 y0 x0 2 mul x1 sub y1 ] def } def /Grid { newpath /a 4 string def /b ED /c ED /n ED cvi dup 1 lt { pop 1 } if /s ED s div dup 0 eq { pop 1 } if /dy ED s div dup 0 eq { pop 1 } if /dx ED dy div round dy mul /y0 ED dx div round dx mul /x0 ED dy div round cvi /y2 ED dx div round cvi /x2 ED dy div round cvi /y1 ED dx div round cvi /x1 ED /h y2 y1 sub 0 gt { 1 } { -1 } ifelse def /w x2 x1 sub 0 gt { 1 } { -1 } ifelse def b 0 gt { /z1 b 4 div CLW 2 div add def /Helvetica findfont b scalefont setfont /b b .95 mul CLW 2 div add def } if systemdict /setstrokeadjust known { true setstrokeadjust /t { } def } { /t { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } bind def } ifelse gsave n 0 gt { 1 setlinecap [ 0 dy n div ] dy n div 2 div setdash } { 2 setlinecap } ifelse /i x1 def /f y1 dy mul n 0 gt { dy n div 2 div h mul sub } if def /g y2 dy mul n 0 gt { dy n div 2 div h mul add } if def x2 x1 sub w mul 1 add dup 1000 gt { pop 1000 } if { i dx mul dup y0 moveto b 0 gt { gsave c i a cvs dup stringwidth pop /z2 ED w 0 gt {z1} {z1 z2 add neg} ifelse h 0 gt {b neg} {z1} ifelse rmoveto show grestore } if dup t f moveto g t L stroke /i i w add def } repeat grestore gsave n 0 gt % DG/SR modification begin - Nov. 7, 1997 - Patch 1 %{ 1 setlinecap [ 0 dx n div ] dy n div 2 div setdash } { 1 setlinecap [ 0 dx n div ] dx n div 2 div setdash } % DG/SR modification end { 2 setlinecap } ifelse /i y1 def /f x1 dx mul n 0 gt { dx n div 2 div w mul sub } if def /g x2 dx mul n 0 gt { dx n div 2 div w mul add } if def y2 y1 sub h mul 1 add dup 1000 gt { pop 1000 } if { newpath i dy mul dup x0 exch moveto b 0 gt { gsave c i a cvs dup stringwidth pop /z2 ED w 0 gt {z1 z2 add neg} {z1} ifelse h 0 gt {z1} {b neg} ifelse rmoveto show grestore } if dup f exch t moveto g exch t L stroke /i i h add def } repeat grestore } def /ArcArrow { /d ED /b ED /a ED gsave newpath 0 -1000 moveto clip newpath 0 1 0 0 b grestore c mul /e ED pop pop pop r a e d PtoC y add exch x add exch r a PtoC y add exch x add exch b pop pop pop pop a e d CLW 8 div c mul neg d } def /Ellipse { /mtrx CM def T scale 0 0 1 5 3 roll arc mtrx setmatrix } def /Rot { CP CP translate 3 -1 roll neg rotate NET } def /RotBegin { tx@Dict /TMatrix known not { /TMatrix { } def /RAngle { 0 } def } if /TMatrix [ TMatrix CM ] cvx def /a ED a Rot /RAngle [ RAngle dup a add ] cvx def } def /RotEnd { /TMatrix [ TMatrix setmatrix ] cvx def /RAngle [ RAngle pop ] cvx def } def /PutCoor { gsave CP T CM STV exch exec moveto setmatrix CP grestore } def /PutBegin { /TMatrix [ TMatrix CM ] cvx def CP 4 2 roll T moveto } def /PutEnd { CP /TMatrix [ TMatrix setmatrix ] cvx def moveto } def /Uput { /a ED add 2 div /h ED 2 div /w ED /s a sin def /c a cos def /b s abs c abs 2 copy gt dup /q ED { pop } { exch pop } ifelse def /w1 c b div w mul def /h1 s b div h mul def q { w1 abs w sub dup c mul abs } { h1 abs h sub dup s mul abs } ifelse } def /UUput { /z ED abs /y ED /x ED q { x s div c mul abs y gt } { x c div s mul abs y gt } ifelse { x x mul y y mul sub z z mul add sqrt z add } { q { x s div } { x c div } ifelse abs } ifelse a PtoC h1 add exch w1 add exch } def /BeginOL { dup (all) eq exch TheOL eq or { IfVisible not { Visible /IfVisible true def } if } { IfVisible { Invisible /IfVisible false def } if } ifelse } def /InitOL { /OLUnit [ 3000 3000 matrix defaultmatrix dtransform ] cvx def /Visible { CP OLUnit idtransform T moveto } def /Invisible { CP OLUnit neg exch neg exch idtransform T moveto } def /BOL { BeginOL } def /IfVisible true def } def end % END pstricks.pro %%EndProcSet %%BeginProcSet: pst-dots.pro 0 0 %!PS-Adobe-2.0 %%Title: Dot Font for PSTricks %%Creator: Timothy Van Zandt %%Creation Date: May 7, 1993 %% Version 97 patch 1, 99/12/16 %% Modified by Etienne Riga - Dec. 16, 1999 %% to add /Diamond, /SolidDiamond and /BoldDiamond 10 dict dup begin /FontType 3 def /FontMatrix [ .001 0 0 .001 0 0 ] def /FontBBox [ 0 0 0 0 ] def /Encoding 256 array def 0 1 255 { Encoding exch /.notdef put } for Encoding dup (b) 0 get /Bullet put dup (c) 0 get /Circle put dup (C) 0 get /BoldCircle put dup (u) 0 get /SolidTriangle put dup (t) 0 get /Triangle put dup (T) 0 get /BoldTriangle put dup (r) 0 get /SolidSquare put dup (s) 0 get /Square put dup (S) 0 get /BoldSquare put dup (q) 0 get /SolidPentagon put dup (p) 0 get /Pentagon put dup (P) 0 get /BoldPentagon put % DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga dup (l) 0 get /SolidDiamond put dup (d) 0 get /Diamond put (D) 0 get /BoldDiamond put % DG/SR modification end /Metrics 13 dict def Metrics begin /Bullet 1000 def /Circle 1000 def /BoldCircle 1000 def /SolidTriangle 1344 def /Triangle 1344 def /BoldTriangle 1344 def /SolidSquare 886 def /Square 886 def /BoldSquare 886 def /SolidPentagon 1093.2 def /Pentagon 1093.2 def /BoldPentagon 1093.2 def % DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga /SolidDiamond 1008 def /Diamond 1008 def /BoldDiamond 1008 def % DG/SR modification end /.notdef 0 def end /BBoxes 13 dict def BBoxes begin /Circle { -550 -550 550 550 } def /BoldCircle /Circle load def /Bullet /Circle load def /Triangle { -571.5 -330 571.5 660 } def /BoldTriangle /Triangle load def /SolidTriangle /Triangle load def /Square { -450 -450 450 450 } def /BoldSquare /Square load def /SolidSquare /Square load def /Pentagon { -546.6 -465 546.6 574.7 } def /BoldPentagon /Pentagon load def /SolidPentagon /Pentagon load def % DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga /Diamond { -428.5 -742.5 428.5 742.5 } def /BoldDiamond /Diamond load def /SolidDiamond /Diamond load def % DG/SR modification end /.notdef { 0 0 0 0 } def end /CharProcs 20 dict def CharProcs begin /Adjust { 2 copy dtransform floor .5 add exch floor .5 add exch idtransform 3 -1 roll div 3 1 roll exch div exch scale } def /CirclePath { 0 0 500 0 360 arc closepath } def /Bullet { 500 500 Adjust CirclePath fill } def /Circle { 500 500 Adjust CirclePath .9 .9 scale CirclePath eofill } def /BoldCircle { 500 500 Adjust CirclePath .8 .8 scale CirclePath eofill } def /BoldCircle { CirclePath .8 .8 scale CirclePath eofill } def /TrianglePath { 0 660 moveto -571.5 -330 lineto 571.5 -330 lineto closepath } def /SolidTriangle { TrianglePath fill } def /Triangle { TrianglePath .85 .85 scale TrianglePath eofill } def /BoldTriangle { TrianglePath .7 .7 scale TrianglePath eofill } def /SquarePath { -450 450 moveto 450 450 lineto 450 -450 lineto -450 -450 lineto closepath } def /SolidSquare { SquarePath fill } def /Square { SquarePath .89 .89 scale SquarePath eofill } def /BoldSquare { SquarePath .78 .78 scale SquarePath eofill } def /PentagonPath { -337.8 -465 moveto 337.8 -465 lineto 546.6 177.6 lineto 0 574.7 lineto -546.6 177.6 lineto closepath } def /SolidPentagon { PentagonPath fill } def /Pentagon { PentagonPath .89 .89 scale PentagonPath eofill } def /BoldPentagon { PentagonPath .78 .78 scale PentagonPath eofill } def % DG/SR modification begin - Dec. 16, 1999 - From Etienne Riga /DiamondPath { 0 742.5 moveto -428.5 0 lineto 0 -742.5 lineto 428.5 0 lineto closepath } def /SolidDiamond { DiamondPath fill } def /Diamond { DiamondPath .85 .85 scale DiamondPath eofill } def /BoldDiamond { DiamondPath .7 .7 scale DiamondPath eofill } def % DG/SR modification end /.notdef { } def end /BuildGlyph { exch begin Metrics 1 index get exec 0 BBoxes 3 index get exec setcachedevice CharProcs begin load exec end end } def /BuildChar { 1 index /Encoding get exch get 1 index /BuildGlyph get exec } bind def end /PSTricksDotFont exch definefont pop %END pst-dots.pro %%EndProcSet %%BeginProcSet: pst-grad.pro 0 0 %! % PostScript prologue for pst-grad.tex. % Version 1.04, 2004/06/23 (adding %GradientCircle style - D.G.) % prepared by Herbert Voss % For copying restrictions, see pstricks.tex. % % For the PSTricks gradient fillstyle.% % Based on some EPS files by leeweyr!bill@nuchat.sccsi.com (W. R. Lee).% % Syntax:% D.G. modification begin - Apr. 9, %1998 %%%%%% R0 G0 B0 R1 G1 B1 NumLines MidPoint Angle GradientFill % ifGradientCircle GradientScale %GradientPosX GradientPosY % R0 G0 B0 R1 G1 B1 NumLines MidPoint %Angle GradientFill % D.G. modification end % /tx@GradientDict 40 dict def tx@GradientDict begin /GradientFill { rotate /MidPoint ED /NumLines ED /LastBlue ED /LastGreen ED /LastRed ED /FirstBlue ED /FirstGreen ED /FirstRed ED % D.G. modification begin - Apr. 9, 1998 /GradientPosY ED /GradientPosX ED /GradientScale ED /ifGradientCircle ED % D.G. modification end % This avoids gaps due to rounding errors: clip pathbbox %leave llx,lly,urx,ury on stack % D.G. modification begin - Apr. 10, 1998 4 copy /ury ED /urx ED /lly ED /llx ED % D.G. modification end /y ED /x ED % D.G. modification begin - Apr. 10, 1998 ifGradientCircle {0 GradientPosX eq {0 GradientPosX eq {2 copy translate} if} if} {2 copy translate} ifelse % D.G. modification end y sub neg /y ED x sub neg /x ED % This avoids gaps due to rounding errors: LastRed FirstRed add 2 div LastGreen FirstGreen add 2 div LastBlue FirstBlue add 2 div setrgbcolor % D.G. modification begin - Jul. 23, 1997 / Apr. 9, 1998 ifGradientCircle {/YSizePerLine y NumLines div def /CurrentY y 2 div def /MidLine NumLines 2 div 1 MidPoint sub mul abs cvi def} {fill /YSizePerLine y NumLines div def /CurrentY 0 def /MidLine NumLines 1 MidPoint sub mul abs cvi def} ifelse % DG modification end MidLine NumLines 2 sub gt { /MidLine NumLines def } { MidLine 2 lt { /MidLine 0 def } if } ifelse MidLine 0 gt { /Red FirstRed def /Green FirstGreen def /Blue FirstBlue def /RedIncrement LastRed FirstRed sub MidLine 1 sub div def /GreenIncrement LastGreen FirstGreen sub MidLine 1 sub div def /BlueIncrement LastBlue FirstBlue sub MidLine 1 sub div def MidLine { GradientLoop } repeat } if MidLine NumLines lt { /Red LastRed def /Green LastGreen def /Blue LastBlue def /RedIncrement FirstRed LastRed sub NumLines MidLine sub 1 sub div def /GreenIncrement FirstGreen LastGreen sub NumLines MidLine sub 1 sub div def /BlueIncrement FirstBlue LastBlue sub NumLines MidLine sub 1 sub div def NumLines MidLine sub { GradientLoop } repeat } if } def/GradientLoop { % D.G. modification begin - Jul. 23, 1997 / Apr. 9, 1998 ifGradientCircle {CurrentY 0 gt { % The default center used is the center of the bounding box of the object 0 GradientPosX eq {0 GradientPosX eq {/GradientPosX urx llx sub 2 div def /GradientPosY ury lly sub 2 div def} if} if GradientPosX GradientPosY CurrentY GradientScale mul 0 360 arc Red Green Blue setrgbcolor fill /CurrentY CurrentY YSizePerLine sub def /Blue Blue BlueIncrement add def /Green Green GreenIncrement add def /Red Red RedIncrement add def} if} {0 CurrentY moveto x 0 rlineto 0 YSizePerLine rlineto x neg 0 rlineto closepath Red Green Blue setrgbcolor fill /CurrentY CurrentY YSizePerLine add def /Blue Blue BlueIncrement add def /Green Green GreenIncrement add def /Red Red RedIncrement add def} ifelse% D.G. modification end }def end % END pst-grad.pro %%EndProcSet %%BeginProcSet: 8r.enc 0 0 % File 8r.enc TeX Base 1 Encoding Revision 2.0 2002-10-30 % % @@psencodingfile@{ % author = "S. Rahtz, P. MacKay, Alan Jeffrey, B. Horn, K. Berry, % W. Schmidt, P. Lehman", % version = "2.0", % date = "30 October 2002", % filename = "8r.enc", % email = "tex-fonts@@tug.org", % docstring = "This is the encoding vector for Type1 and TrueType % fonts to be used with TeX. This file is part of the % PSNFSS bundle, version 9" % @} % % The idea is to have all the characters normally included in Type 1 fonts % available for typesetting. This is effectively the characters in Adobe % Standard encoding, ISO Latin 1, Windows ANSI including the euro symbol, % MacRoman, and some extra characters from Lucida. % % Character code assignments were made as follows: % % (1) the Windows ANSI characters are almost all in their Windows ANSI % positions, because some Windows users cannot easily reencode the % fonts, and it makes no difference on other systems. The only Windows % ANSI characters not available are those that make no sense for % typesetting -- rubout (127 decimal), nobreakspace (160), softhyphen % (173). quotesingle and grave are moved just because it's such an % irritation not having them in TeX positions. % % (2) Remaining characters are assigned arbitrarily to the lower part % of the range, avoiding 0, 10 and 13 in case we meet dumb software. % % (3) Y&Y Lucida Bright includes some extra text characters; in the % hopes that other PostScript fonts, perhaps created for public % consumption, will include them, they are included starting at 0x12. % These are /dotlessj /ff /ffi /ffl. % % (4) hyphen appears twice for compatibility with both ASCII and Windows. % % (5) /Euro was assigned to 128, as in Windows ANSI % % (6) Missing characters from MacRoman encoding incorporated as follows: % % PostScript MacRoman TeXBase1 % -------------- -------------- -------------- % /notequal 173 0x16 % /infinity 176 0x17 % /lessequal 178 0x18 % /greaterequal 179 0x19 % /partialdiff 182 0x1A % /summation 183 0x1B % /product 184 0x1C % /pi 185 0x1D % /integral 186 0x81 % /Omega 189 0x8D % /radical 195 0x8E % /approxequal 197 0x8F % /Delta 198 0x9D % /lozenge 215 0x9E % /TeXBase1Encoding [ % 0x00 /.notdef /dotaccent /fi /fl /fraction /hungarumlaut /Lslash /lslash /ogonek /ring /.notdef /breve /minus /.notdef /Zcaron /zcaron % 0x10 /caron /dotlessi /dotlessj /ff /ffi /ffl /notequal /infinity /lessequal /greaterequal /partialdiff /summation /product /pi /grave /quotesingle % 0x20 /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash % 0x30 /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question % 0x40 /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O % 0x50 /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore % 0x60 /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o % 0x70 /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef % 0x80 /Euro /integral /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron /guilsinglleft /OE /Omega /radical /approxequal % 0x90 /.notdef /.notdef /.notdef /quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron /guilsinglright /oe /Delta /lozenge /Ydieresis % 0xA0 /.notdef /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron % 0xD0 /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown % 0xC0 /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis % 0xD0 /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls % 0xE0 /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis % 0xF0 /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ] def %%EndProcSet %%BeginProcSet: texps.pro 0 0 %! TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2 index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0 ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{ pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type /nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[ exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if} forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def end %%EndProcSet %%BeginProcSet: special.pro 0 0 %! TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N /vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N /rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N /@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{ /hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B /@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{ /urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known {userdict/md get type/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup length 20 add dict copy def}if end md begin /letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{ itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack} if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{ noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{ Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale }if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState save N userdict maxlength dict begin/magscale true def normalscale currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts /psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR/showpage{}N/erasepage{}N/setpagedevice{pop}N/copypage{}N/p 3 def @MacSetUp}N/doclip{psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N /@beginspecial{SDict begin/SpecialSave save N gsave normalscale currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N} N/@setspecial{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N /setpagedevice{pop}N/copypage{}N newpath}N/@endspecial{count ocount sub{ pop}repeat countdictstack dcount sub{end}repeat grestore SpecialSave restore end}N/@defspecial{SDict begin}N/@fedspecial{end}B/li{lineto}B /rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1 setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY moveto}N/ellipse{/endangle X/startangle X/yrad X/xrad X/savematrix matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end %%EndProcSet %%BeginProcSet: color.pro 0 0 %! TeXDict begin/setcmykcolor where{pop}{/setcmykcolor{dup 10 eq{pop setrgbcolor}{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll }repeat setrgbcolor pop}ifelse}B}ifelse/TeXcolorcmyk{setcmykcolor}def /TeXcolorrgb{setrgbcolor}def/TeXcolorgrey{setgray}def/TeXcolorgray{ setgray}def/TeXcolorhsb{sethsbcolor}def/currentcmykcolor where{pop}{ /currentcmykcolor{currentrgbcolor 10}B}ifelse/DC{exch dup userdict exch known{pop pop}{X}ifelse}B/GreenYellow{0.15 0 0.69 0 setcmykcolor}DC /Yellow{0 0 1 0 setcmykcolor}DC/Goldenrod{0 0.10 0.84 0 setcmykcolor}DC /Dandelion{0 0.29 0.84 0 setcmykcolor}DC/Apricot{0 0.32 0.52 0 setcmykcolor}DC/Peach{0 0.50 0.70 0 setcmykcolor}DC/Melon{0 0.46 0.50 0 setcmykcolor}DC/YellowOrange{0 0.42 1 0 setcmykcolor}DC/Orange{0 0.61 0.87 0 setcmykcolor}DC/BurntOrange{0 0.51 1 0 setcmykcolor}DC /Bittersweet{0 0.75 1 0.24 setcmykcolor}DC/RedOrange{0 0.77 0.87 0 setcmykcolor}DC/Mahogany{0 0.85 0.87 0.35 setcmykcolor}DC/Maroon{0 0.87 0.68 0.32 setcmykcolor}DC/BrickRed{0 0.89 0.94 0.28 setcmykcolor}DC/Red{ 0 1 1 0 setcmykcolor}DC/OrangeRed{0 1 0.50 0 setcmykcolor}DC/RubineRed{ 0 1 0.13 0 setcmykcolor}DC/WildStrawberry{0 0.96 0.39 0 setcmykcolor}DC /Salmon{0 0.53 0.38 0 setcmykcolor}DC/CarnationPink{0 0.63 0 0 setcmykcolor}DC/Magenta{0 1 0 0 setcmykcolor}DC/VioletRed{0 0.81 0 0 setcmykcolor}DC/Rhodamine{0 0.82 0 0 setcmykcolor}DC/Mulberry{0.34 0.90 0 0.02 setcmykcolor}DC/RedViolet{0.07 0.90 0 0.34 setcmykcolor}DC /Fuchsia{0.47 0.91 0 0.08 setcmykcolor}DC/Lavender{0 0.48 0 0 setcmykcolor}DC/Thistle{0.12 0.59 0 0 setcmykcolor}DC/Orchid{0.32 0.64 0 0 setcmykcolor}DC/DarkOrchid{0.40 0.80 0.20 0 setcmykcolor}DC/Purple{ 0.45 0.86 0 0 setcmykcolor}DC/Plum{0.50 1 0 0 setcmykcolor}DC/Violet{ 0.79 0.88 0 0 setcmykcolor}DC/RoyalPurple{0.75 0.90 0 0 setcmykcolor}DC /BlueViolet{0.86 0.91 0 0.04 setcmykcolor}DC/Periwinkle{0.57 0.55 0 0 setcmykcolor}DC/CadetBlue{0.62 0.57 0.23 0 setcmykcolor}DC /CornflowerBlue{0.65 0.13 0 0 setcmykcolor}DC/MidnightBlue{0.98 0.13 0 0.43 setcmykcolor}DC/NavyBlue{0.94 0.54 0 0 setcmykcolor}DC/RoyalBlue{1 0.50 0 0 setcmykcolor}DC/Blue{1 1 0 0 setcmykcolor}DC/Cerulean{0.94 0.11 0 0 setcmykcolor}DC/Cyan{1 0 0 0 setcmykcolor}DC/ProcessBlue{0.96 0 0 0 setcmykcolor}DC/SkyBlue{0.62 0 0.12 0 setcmykcolor}DC/Turquoise{0.85 0 0.20 0 setcmykcolor}DC/TealBlue{0.86 0 0.34 0.02 setcmykcolor}DC /Aquamarine{0.82 0 0.30 0 setcmykcolor}DC/BlueGreen{0.85 0 0.33 0 setcmykcolor}DC/Emerald{1 0 0.50 0 setcmykcolor}DC/JungleGreen{0.99 0 0.52 0 setcmykcolor}DC/SeaGreen{0.69 0 0.50 0 setcmykcolor}DC/Green{1 0 1 0 setcmykcolor}DC/ForestGreen{0.91 0 0.88 0.12 setcmykcolor}DC /PineGreen{0.92 0 0.59 0.25 setcmykcolor}DC/LimeGreen{0.50 0 1 0 setcmykcolor}DC/YellowGreen{0.44 0 0.74 0 setcmykcolor}DC/SpringGreen{ 0.26 0 0.76 0 setcmykcolor}DC/OliveGreen{0.64 0 0.95 0.40 setcmykcolor} DC/RawSienna{0 0.72 1 0.45 setcmykcolor}DC/Sepia{0 0.83 1 0.70 setcmykcolor}DC/Brown{0 0.81 1 0.60 setcmykcolor}DC/Tan{0.14 0.42 0.56 0 setcmykcolor}DC/Gray{0 0 0 0.50 setcmykcolor}DC/Black{0 0 0 1 setcmykcolor}DC/White{0 0 0 0 setcmykcolor}DC end %%EndProcSet TeXDict begin @defspecial /DvipsToPDF { 72.27 mul Resolution div } def /PDFToDvips { 72.27 div Resolution mul } def /HyperBorder { 1 PDFToDvips } def /H.V {pdf@hoff pdf@voff null} def /H.B {/Rect[pdf@llx pdf@lly pdf@urx pdf@ury]} def /H.S { currentpoint HyperBorder add /pdf@lly exch def dup DvipsToPDF /pdf@hoff exch def HyperBorder sub /pdf@llx exch def } def /H.L { 2 sub dup /HyperBasePt exch def PDFToDvips /HyperBaseDvips exch def currentpoint HyperBaseDvips sub /pdf@ury exch def /pdf@urx exch def } def /H.A { H.L currentpoint exch pop vsize 72 sub exch DvipsToPDF HyperBasePt sub sub /pdf@voff exch def } def /H.R { currentpoint HyperBorder sub /pdf@ury exch def HyperBorder add /pdf@urx exch def currentpoint exch pop vsize 72 sub exch DvipsToPDF sub /pdf@voff exch def } def systemdict /pdfmark known not {userdict /pdfmark systemdict /cleartomark get put} if /landplus90 true store %%BeginPaperSize: a4 a4 %%EndPaperSize @fedspecial end %%BeginFont: CMSY7 %!PS-AdobeFont-1.1: CMSY7 1.0 %%CreationDate: 1991 Aug 15 07:21:52 % Copyright (C) 1997 American Mathematical Society. All Rights Reserved. 11 dict begin /FontInfo 7 dict dup begin /version (1.0) readonly def /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (CMSY7) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.035 def /isFixedPitch false def end readonly def /FontName /CMSY7 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 0 /minus put readonly def /FontBBox{-15 -951 1252 782}readonly def currentdict end currentfile eexec D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964 7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4 A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85 E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A 221A37D9A807DD01161779DDE7D251491EBF65A98C9FE2B1CF8D725A70281949 8F4AFFE638BBA6B12386C7F32BA350D62EA218D5B24EE612C2C20F43CD3BFD0D F02B185B692D7B27BEC7290EEFDCF92F95DDEB507068DE0B0B0351E3ECB8E443 E611BE0A41A1F8C89C3BC16B352C3443AB6F665EAC5E0CC4229DECFC58E15765 424C919C273E7FA240BE7B2E951AB789D127625BBCB7033E005050EB2E12B1C8 E5F3AD1F44A71957AD2CC53D917BFD09235601155886EE36D0C3DD6E7AA2EF9C C402C77FF1549E609A711FC3C211E64E8F263D60A57E9F2B47E3480B978AAF63 868AEA25DA3D5413467B76D2F02F8097D2841EDA6677731A6ACFEC0BABF1016A 089B2D24F47B9D66B677886B90AA787AD865B5F78EE434AA47B7B0F1244A4215 251FDCC670FD01A92226E2C667C2344298D001575BDF782D969D836ECA11E229 C7A17E28F70F9B17273FF243452DA885068A8BCB5165534F3996CBD8D97307DB 593D606C197AFC259E691C242F6E1E651575B6852AAD54567905E6F542DCA109 7F6DA24DC9112FBF7CE48B387953787B2BCB841873AED2DFA83339D39E14F4DD 3A51584527AC3A93630D121E2AE0C89D9C3F2FFA767743B1276BE1E648041010 0FD510F1A8 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndFont %%BeginFont: CMR7 %!PS-AdobeFont-1.1: CMR7 1.0 %%CreationDate: 1991 Aug 20 16:39:21 % Copyright (C) 1997 American Mathematical Society. All Rights Reserved. 11 dict begin /FontInfo 7 dict dup begin /version (1.0) readonly def /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (CMR7) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def end readonly def /FontName /CMR7 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 48 /zero put dup 61 /equal put readonly def /FontBBox{-27 -250 1122 750}readonly def currentdict end currentfile eexec D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 2BDBF16FBC7512FAA308A093FE5CF5B8CABB9FFC6CC3F1E9AE32F234EB60FE7D E34995B1ACFF52428EA20C8ED4FD73E3935CEBD40E0EAD70C0887A451E1B1AC8 47AEDE4191CCDB8B61345FD070FD30C4F375D8418DDD454729A251B3F61DAE7C 8882384282FDD6102AE8EEFEDE6447576AFA181F27A48216A9CAD730561469E4 78B286F22328F2AE84EF183DE4119C402771A249AAC1FA5435690A28D1B47486 1060C8000D3FE1BF45133CF847A24B4F8464A63CEA01EC84AA22FD005E74847E 01426B6890951A7DD1F50A5F3285E1F958F11FC7F00EE26FEE7C63998EA1328B C9841C57C80946D2C2FC81346249A664ECFB08A2CE075036CEA7359FCA1E90C0 F686C3BB27EEFA45D548F7BD074CE60E626A4F83C69FE93A5324133A78362F30 8E8DCC80DD0C49E137CDC9AC08BAE39282E26A7A4D8C159B95F227BDA2A281AF A9DAEBF31F504380B20812A211CF9FEB112EC29A3FB3BD3E81809FC6293487A7 455EB3B879D2B4BD46942BB1243896264722CB59146C3F65BD59B96A74B12BB2 9A1354AF174932210C6E19FE584B1B14C00E746089CBB17E68845D7B3EA05105 EEE461E3697FCF835CBE6D46C75523478E766832751CF6D96EC338BDAD57D53B 52F5340FAC9FE0456AD13101824234B262AC0CABA43B62EBDA39795BAE6CFE97 563A50AAE1F195888739F2676086A9811E5C9A4A7E0BF34F3E25568930ADF80F 0BDDAC3B634AD4BA6A59720EA4749236CF0F79ABA4716C340F98517F6F06D9AB 7ED8F46FC1868B5F3D3678DF71AA772CF1F7DD222C6BF19D8EF0CFB7A76FC6D1 0AD323C176134907AB375F20CFCD667AB094E2C7CB2179C4283329C9E435E7A4 1E042AD0BAA059B3F862236180B34D3FCED833472577BACD472A4CD5C7347D2E 1D0D6630F446F3708FCB29A84A5A6CCFDF65F111B83F1D70E8CD7F7F4EDC75D4 EE6C8701938FE71ABC3333060F0DFD6090BAFAEADF966781CE9A87643996A0D2 AB70D0F7E4AFA1B4B5AB1BE0A8E569D6E100EF91982A45929C46CDD2E39F3ECD 9BA40AB7EE2FFD65A0BE38F55ADB8DB6405C19D64FCA9A4A12862A675A11C424 EBB6794837ED3C5BA71D08DF2F20AE951B6A41BC6F644707E90C27BE4C521C8C C4F5F7C406E4D3ED9A568588B9A69F098279024808A9894EB2BC9ACA264CB22F ACA1F245D3EFB3CB5F7BE991A651976B5F81491D2297A55A2CB481168580EDB3 587146C224DD5E65FD6C2D6C25A6018F9944774B6C8C36F2FFE2AF798134D58F 00FFFF6320A7845C02381A68BD83EC5E356FCCFB4C5C8A560EE04A0886F0E088 407AFB9BDEC4C8B19D9C59EF40B7D7D0328E9AB747A66F6EF40C1D54AE12BEDB 7E5B442B3644948EB7ED59CDB7A455E0FE90DE032094280D7B74AC18DCA4E7C5 C13C556A6D6B6DEDF33FBCF17B9457EF71F8D4F101630BE350C4052E327EA814 632DF7BF78BBD894C69697 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndFont %%BeginFont: CMEX10 %!PS-AdobeFont-1.1: CMEX10 1.00 %%CreationDate: 1992 Jul 23 21:22:48 % Copyright (C) 1997 American Mathematical Society. All Rights Reserved. 11 dict begin /FontInfo 7 dict dup begin /version (1.00) readonly def /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (CMEX10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def end readonly def /FontName /CMEX10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 18 /parenleftbigg put dup 19 /parenrightbigg put dup 88 /summationdisplay put readonly def /FontBBox{-24 -2960 1454 772}readonly def currentdict end currentfile eexec D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 2BDBF16FBC7512FAA308A093FE5CF5B8CAC6A7BEB5D02276E511FFAF2AE11910 DE076F24311D94D07CACC323F360887F1EA11BDDA7927FF3325986FDB0ABDFC8 8E4B40E7988921D551EC0867EBCA44C05657F0DC913E7B3004A5F3E1337B6987 FEBC45F989C8DC6DC0AD577E903F05D0D54208A0AE7F28C734F130C133B48422 BED48639A2B74E4C08F2E710E24A99F347E0F4394CE64EACB549576E89044E52 EABE595BC964156D9D8C2BAB0F49664E951D7C1A3D1789C47F03C7051A63D5E8 DF04FAAC47351E82CAE0794AA9692C6452688A74A7A6A7AD09B8A9783C235EC1 EA2156261B8FB331827145DE315B6EC1B3D8B67B3323F761EAF4C223BB214C4C 6B062D1B281F5041D068319F4911058376D8EFBA59884BA3318C5BC95684F281 E0591BC0D1B2A4592A137FF301610019B8AC46AE6E48BC091E888E4487688350 E9AD5074EE4848271CE4ACC38D8CBC8F3DB32813DDD5B341AF9A6601281ABA38 4A978B98483A63FCC458D0E3BCE6FD830E7E09B0DB987A6B63B74638FC9F21A5 8C68479E1A85225670D79CDDE5AC0B77F5A994CA700B5F0FF1F97FC63EFDE023 8135F04A9D20C31998B12AE06676C362141AAAA395CDEF0A49E0141D335965F2 FB4198499799CECCC8AA5D255264784CD30A3E8295888EFBC2060ADDD7BAC45A EEEECDFF7A47A88E69D84C9E572616C1AC69A34B5F0D0DE8EE4EDF9F4ADE0387 680924D8D5B73EF04EAD7F45977CA8AD73D4DD45DE1966A3B8251C0386164C35 5880DD2609C80E96D1AB861C9259748E98F6711D4E241A269ED51FF328344664 3AF9F18DCE671611DB2F5D3EA77EE734D2BED623F973E6840B8DAD1E2C3C2666 DD4DD1C1CECEDA9D8BEA4AD62BA3D1CEC6121BD58420C2AA2528F1425F3E36CD B86BC89BB7E981BD979A991021F20CF6C7B1076E1A499CF20A97AFFBCC5846C5 630D981CC406673AEAAD2DC7A094581F90C96523957465C1389B9A8467ABDF3B 507E96A98F210600DFEC377AE5CD9EBD91C21CD3A957FBBCAB60F110D4AB31A4 8C3E7258B968D491A4F0C29A5CA697BC1B58211ECC5EBF6ABA48B5025DD308A0 5D6E2CCDED5D8D8DA1C1D8DC922B8B430A78DC542B71F66B595ADCE9BC18BFC2 917CD36CAA5609CF0A2CE33D441503E781D1A473A47E116C88C5B8ED30CDDC9B ECD2120369614B33F856CAF6D3D4523B9720D173EA3B224D9EAA1EE3194D77E5 B26D2CBD2FFAF55005EED5ED88A3ED2E8399F0DCBAB07D06DBC6643D709DE6B2 CD57BB394B560072E475C07426F29E52676E2A7E006E30BE2D12B1AA0377FC61 DC5A61EE39C2583FF0FCFA62B73B408A734BBFC5BE0DBF700DA1D0767E706340 7C994881F9F739F93E99FCAAD20BEF7F0F94354303105056F317B762EE6503B5 60B762C7A75ED319F1CC597275676DC801890F6640BD79AE9691AFFE1E24F885 0161B9331887FB2A5845F91B74CC27076F1D729EEBF5BB7392CF1323B921B69B EF18F419C65FBFCE8B74632EF28A842C4D4E3C10649778C4A8B309F376240F1E 7EF7D61544032A319CE2FA8D86D5B175FC1960A59122308F233CF72E6510A89F 68997AE000FD601ADEEBB9825DBFF757B6E3E4F55298C3F5FE58C995AEA44705 7A9A61BB79CFBA8120829A4186BE89F3B1EC4502F745ECDC72467F12C0E38565 45E06E0E6F24558A5FBA383A218FD8074ACDCBD4919881054A5CB808308CF597 B5A0849F149EAC4411B52CA020264C68DDE87741FC81E37E0E06C69550074A58 5D9495043FD072FE65E980FD2413944AD51DC395D4D45EB6BD65E9CDA5D0B0ED 9AE25124C37A08 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndFont %%BeginFont: CMMI7 %!PS-AdobeFont-1.1: CMMI7 1.100 %%CreationDate: 1996 Jul 23 07:53:53 % Copyright (C) 1997 American Mathematical Society. All Rights Reserved. 11 dict begin /FontInfo 7 dict dup begin /version (1.100) readonly def /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (CMMI7) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def end readonly def /FontName /CMMI7 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 107 /k put dup 110 /n put readonly def /FontBBox{0 -250 1171 750}readonly def currentdict end currentfile eexec D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE 3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B 532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B 986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE D919C2DDD26BDC0D99398B9F4D03D77639DF1232A4D6233A9CAF69B151DFD33F C0962EAC6E3EBFB8AD256A3C654EAAF9A50C51BC6FA90B61B60401C235AFAB7B B078D20B4B8A6D7F0300CF694E6956FF9C29C84FCC5C9E8890AA56B1BC60E868 DA8488AC4435E6B5CE34EA88E904D5C978514D7E476BF8971D419363125D4811 4D886EDDDCDDA8A6B0FDA5CF0603EA9FA5D4393BEBB26E1AB11C2D74FFA6FEE3 FAFBC6F05B801C1C3276B11080F5023902B56593F3F6B1F37997038F36B9E3AB 76C2E97E1F492D27A8E99F3E947A47166D0D0D063E4E6A9B535DC9F1BED129C5 123775D5D68787A58C93009FD5DA55B19511B95168C83429BD2D878207C39770 012318EA7AA39900C97B9D3859E3D0B04750B8390BF1F1BC29DC22BCAD50ECC6 A3C633D0937A59E859E5185AF9F56704708D5F1C50F78F43DFAC43C4E7DC9413 44CEFE43279AFD3C167C942889A352F2FF806C2FF8B3EB4908D50778AA58CFFC 4D1B14597A06A994ED8414BBE8B26E74D49F6CF54176B7297CDA112A69518050 01337CBA5478EB984CDD22020DAED9CA8311C33FBCC84177F5CE870E709FC608 D28B3A7208EFF72988C136142CE79B4E9C7B3FE588E9824ABC6F04D141E589B3 914A73A42801305439862414F893D5B6C327A7EE2730DEDE6A1597B09C258F05 261BC634F64C9F8477CD51634BA648FC70F659C90DC042C0D6B68CD1DF36D615 24F362B85A58D65A8E6DFD583EF9A79A428F2390A0B5398EEB78F4B5A89D9AD2 A517E0361749554ABD6547072398FFDD863E40501C316F28FDDF8B550FF8D663 9843D0BEA42289F85BD844891DB42EC7C51229D33EE7E83B1290404C799B8E8C 889787CDC0C51802EA1E0C63E6DE20980D3DD206F05362544FA0659F82D4166C 261BB476200C316A1182F2390439A154504210F77794CF322AE9A92C17CBC76C E2096DC4AF6FBAA75A7760FB84703A615B43F60B8CF258DF34FAAC08D74ABE6F 045136C17F2CF9CA8F777D28B76319CF5AFC812098655ECBA03CDB501BB55006 58415D62DCD812C6C40D773B69BB5A82D983F44AFFB4120A41CDFBAAE5E8DC71 43B6537B8168A0E1336A0C9F21C3684B75AE258BF8B629B5BB63AC501DCBADB4 3C32690B5DA2D54C9D0F670F516E67668A8A4929F280A31D1A5C7B4B3378574F 8B87EBDB028D8C820D94FBB6ABD27D92EA448F7F181753C2B3898C3D872B3578 1297581A0D944D407662BB0890024E9ADF97AF4775E990A95ACA79C762C12482 265FE0F89B74CEF9B01526B5DDD79F901DA563534EE580D0901F5636BEE94109 5CF1A6D041C631439B1849C27933172F5CFAC4127A4C59090BBC54453D45136E 78498F6927B60527D89D607CF1C383BEB6F66BAFE021ECE15BE8393131974E9B E2DCF9D13BF29EB63EA8D7FD280C92E5303164006F28D7B29AFE929A65871D2A AA7A4C1A45309905FB9BB208258D0B1B40F10AB87BAC139232CB2F19E39C152E 8B70E10C72C5BDB66CB1BF7E7131A8BA6E83D2950FA655144223F6ED0300601E CABADFDBBA76FEFF225026FA29673074E91E3CF47CEB20CE1EF612CE1D1F3D44 F0AC8F8801C93E9CD64FBA8F15FACD2BDC0A726363E88F200C65E5095FC76BC9 FE94A072AA1E14258E7AE2144FCF137205D36FC173ACE422F4270CA4B21CA6A8 98F71A548AD561B8D048C9A37D2D32F7061A1D00CB00E97F5EFB2B003082796F 4C62F2AB8914F2BA20C639F4B2DA6F9DE17ED9508113828887F60F82E79C5971 23217FA756511262F42C4B8C1718F31930C3AF6B 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndFont %%BeginFont: CMMI10 %!PS-AdobeFont-1.1: CMMI10 1.100 %%CreationDate: 1996 Jul 23 07:53:57 % Copyright (C) 1997 American Mathematical Society. All Rights Reserved. 11 dict begin /FontInfo 7 dict dup begin /version (1.100) readonly def /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (CMMI10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def end readonly def /FontName /CMMI10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 97 /a put dup 98 /b put dup 107 /k put dup 110 /n put readonly def /FontBBox{-32 -250 1048 750}readonly def currentdict end currentfile eexec D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE 3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B 532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B 986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958 9E394A533A081C36D456A09920001A3D2199583EB9B84B4DEE08E3D12939E321 990CD249827D9648574955F61BAAA11263A91B6C3D47A5190165B0C25ABF6D3E 6EC187E4B05182126BB0D0323D943170B795255260F9FD25F2248D04F45DFBFB DEF7FF8B19BFEF637B210018AE02572B389B3F76282BEB29CC301905D388C721 59616893E774413F48DE0B408BC66DCE3FE17CB9F84D205839D58014D6A88823 D9320AE93AF96D97A02C4D5A2BB2B8C7925C4578003959C46E3CE1A2F0EAC4BF 8B9B325E46435BDE60BC54D72BC8ACB5C0A34413AC87045DC7B84646A324B808 6FD8E34217213E131C3B1510415CE45420688ED9C1D27890EC68BD7C1235FAF9 1DAB3A369DD2FC3BE5CF9655C7B7EDA7361D7E05E5831B6B8E2EEC542A7B38EE 03BE4BAC6079D038ACB3C7C916279764547C2D51976BABA94BA9866D79F13909 95AA39B0F03103A07CBDF441B8C5669F729020AF284B7FF52A29C6255FCAACF1 74109050FBA2602E72593FBCBFC26E726EE4AEF97B7632BC4F5F353B5C67FED2 3EA752A4A57B8F7FEFF1D7341D895F0A3A0BE1D8E3391970457A967EFF84F6D8 47750B1145B8CC5BD96EE7AA99DDC9E06939E383BDA41175233D58AD263EBF19 AFC0E2F840512D321166547B306C592B8A01E1FA2564B9A26DAC14256414E4C8 42616728D918C74D13C349F4186EC7B9708B86467425A6FDB3A396562F7EE4D8 40B43621744CF8A23A6E532649B66C2A0002DD04F8F39618E4F572819DD34837 B5A08E643FDCA1505AF6A1FA3DDFD1FA758013CAED8ACDDBBB334D664DFF5B53 9560176671A33FC55340CD04C2DE46FD812FC2711A85F70616E4B2F7C0EFA18D 28C25F2510A63A3C55C2EEC5CAD04051CCE773EC997373A7B72E99B1C581B9D6 F945B833780834A8A81AC913CD0390BE72A97E66AA9DBBCC4547C3E48FB55E97 0FCD36A15C764735DCC35D6AFE72FA07AC862F705D3836DEFE836EBB286E0B5E DB9AD3E936F8850A7A0726CE409780A458A3269A7647BF7D4F3A207F2228BD5E 856D37106F4FBAFB0BAE752A491EF3B250840A2CC66035A1E8DFB435F0525F3B 13C37EA9D2C9BDE25A0C0E03252CFFDFBBC06B239255218247AE43B1CAF3EA34 7972BA33216135473B1C44505100A33E22C85403BD010914105135C26B475846 B0F79C0BF9CFF273FF8EF8CFECDA6EB9D37C4B66CB296EC0355634B424BECD8D CD1F4D572E833BF460F7DE54409FE74259DA13338C4F4C30135FE5CFDE245D26 CC39E3DA858C00E6B875C7BC1D7621518575F87C0C45F3FD6A32FA26665C9265 751DA393EECB13DE9326F6D624AE1AA812F92804DE3AE43D1BE3A8A90DE61FFA 8357D3FB0960DE6674D65CD9B3174578A45CB0A7E8E6489D2D518C3C1EEFE8AB D5407FA4F5F088E2553599150FFD2D98F53492B25EABA633B5B9D2276AC2F988 EF48264540B619528DA4AA76EBFD4CE63E14FBA07ED4B0B61762848BF379849F D3B87386ADA9C773D97AE6DD71611F2DE862CF23E1EFB37B92DAFB77FD5871DF 171D680A4688E96CD515AED8B72E582DD4A352D8926A9F7BE93A8655D5124933 FBE068E33F58F34C6C33A72B75DAA47DB8B4502C77A5B9C3853C4E3797F5A525 D26B12F232492E207DD9DD5789EE89C6B5B2575D1A1C9EA1016172AD9CE4D87E DAF8DE235783B50767EBFFB6263D6E7E2F9BAA0FAB36A68DA56422292BBE667F 69F80A10D134AA383A2AB449B41526BAD2B6CE8B3CD67F0F42CBDF3743751B16 C1CDA9C2C757621027945DEF9058919E06ADBE87F5FF10FD78018A54471B0F07 93043F0D8906D69A93FD9B02EDE52DAB0867DF19D3AEA8571356BF052DD5D610 0168ACC8F20D9694F95A2E9C261B9996D544C02EACAB32A013EE63A67235C14E 19485AFC9BF7F219CE3F83AF93223E9D3D42D439A0956272901F716E6F5A0D48 4AD4D195BDDCB1EC5DA8D3F6EF79B6CED44206DF493E56A739034B7C2D94AEA6 19C6D91D6E054D986680C010A9692F6AACD38425595195B71739D80BD8BD78E9 0324384768E371C52039B7E0DDBBD9F62D00475EE2A8C1DED4B3C53764FAF13E 6C0E0FCB1EC2EBC85BDF1AB839C516F09A2E2A1336ABA9495014CBF4AE26C5C5 DBA6DB69EB0AFC8D79C77BEAABE574E6EDFD76CFD37A610DB668F84F97CBC7D1 6C5420B8C6CA9F2E01221A6FC9271ABE384B615EDD234B182FE3B76F527D83A6 80AB59ED11D0787B3A90FC69410A17475C9538886EB12BFF8C74AFAAEB448469 EBB93E6B8251AED49FD2152BE67FF5EE98A04715F6146B7FF7 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndFont %%BeginFont: CMR10 %!PS-AdobeFont-1.1: CMR10 1.00B %%CreationDate: 1992 Feb 19 19:54:52 % Copyright (C) 1997 American Mathematical Society. All Rights Reserved. 11 dict begin /FontInfo 7 dict dup begin /version (1.00B) readonly def /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def /FullName (CMR10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def end readonly def /FontName /CMR10 def /PaintType 0 def /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 40 /parenleft put dup 41 /parenright put dup 43 /plus put dup 61 /equal put readonly def /FontBBox{-251 -250 1009 969}readonly def currentdict end currentfile eexec D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 2BDBF16FBC7512FAA308A093FE5CF7158F1163BC1F3352E22A1452E73FECA8A4 87100FB1FFC4C8AF409B2067537220E605DA0852CA49839E1386AF9D7A1A455F D1F017CE45884D76EF2CB9BC5821FD25365DDEA6E45F332B5F68A44AD8A530F0 92A36FAC8D27F9087AFEEA2096F839A2BC4B937F24E080EF7C0F9374A18D565C 295A05210DB96A23175AC59A9BD0147A310EF49C551A417E0A22703F94FF7B75 409A5D417DA6730A69E310FA6A4229FC7E4F620B0FC4C63C50E99E179EB51E4C 4BC45217722F1E8E40F1E1428E792EAFE05C5A50D38C52114DFCD24D54027CBF 2512DD116F0463DE4052A7AD53B641A27E81E481947884CE35661B49153FA19E 0A2A860C7B61558671303DE6AE06A80E4E450E17067676E6BBB42A9A24ACBC3E B0CA7B7A3BFEA84FED39CCFB6D545BB2BCC49E5E16976407AB9D94556CD4F008 24EF579B6800B6DC3AAF840B3FC6822872368E3B4274DD06CA36AF8F6346C11B 43C772CC242F3B212C4BD7018D71A1A74C9A94ED0093A5FB6557F4E0751047AF D72098ECA301B8AE68110F983796E581F106144951DF5B750432A230FDA3B575 5A38B5E7972AABC12306A01A99FCF8189D71B8DBF49550BAEA9CF1B97CBFC7CC 96498ECC938B1A1710B670657DE923A659DB8757147B140A48067328E7E3F9C3 7D1888B284904301450CE0BC15EEEA00E48CCD6388F3FC3C8578EF9A20A0E06E 4F7ADDAF0E7D1E182D115BF1AD931977325AD391E72E2B13CC108E3726C11099 E2000623188AAAC9F3E233EB253BDD8B0A4759A66A113E066238B0086AC1B634 5ABFF90E4B5ED3FA69C22541981B2BFC9710AEF6B50A8BB53431C7B4D380D721 639E005D6B4688EE16BFF48443E7C9E5FB5BC5883E271CB03428948F9221D912 2E2F3750D1A1AE5FF546535E1DEBF69B458DF49EA3817D9612E5C9A0B7A698E7 5F576FB653DE1297A8C417599917F9D75D42234E54B4B1E99669BA5A40B4AA21 43CE5634719D8F3536694F15E4F8E5B7D9CFE15B68A7D53FF47B923F0AB3CD4F FEC1BAA7036B5936213BB109CA9425C69A28B7221E68FC79848CD6AFB220F45A A0D21EC1020DA99816247E6B49FE263926782D00E5B3A57151761303FEA24487 F85FB9B6E6C83B05B38B3BA7F81776B082204C032D467B91767AAD865BBF0F1C 271649C2ED9F8111C5637017470B3F6C3DAA3AF1705DF2B7838968B4EA7F9E62 BE7DA1AD8D81D3608EE86352BEA38DB87A0D57A5DD28829D8728077ED4C16931 59E158F9155CFCD1CE098395826D7D29C56EE27BF71132F6E6EF1F3FC99449E9 9AD5D11275FFCA914FC866BBCBE9E978201D3A78A9B9EF3D50694AB260ACE9B7 64011370C48D51ED6EA297309F3CCE8946BD55D98C7A4EE3959AC8AAAC99510A 3A57B04AC3E0C54B6021D1BD5209BBE0E945DDB019FB41BC593530222F36624D 6D9D1E58580CC3F0CBD119EAF06A2A544D5B05FC33D8595ECCCD38B44C3D5961 56E7F2F827FC7B10480D5FB076172FAFEA2AD59113E544311526DE5DA56A64AE 7F0E6297D1EA3B9F87F85FED1A4D554F76113A59052406E6E76BAB34699797DB 8E39F197FC3513F562411AE4A4A066CFEF879C9263E3031CE1FF731205268033 0E4A7FE0596990542D316611B20C00ACA89845F1D16B4BC73426EA8A13E0AC86 0D08143FA619F8D7F944F01E624C1FED2AD0A81EE44C1F396F62740EAE45EEC1 9BE659970777EF2C0C038DD25BE74B59124FA9C96905604BAB7C4DAF564FD2D0 4BB75557ACF7B855A07AD09891F9AF 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark %%EndFont TeXDict begin 55380987 39158274 2000 600 600 (pdeg.dvi) @start /Fa 138[51 2[32 2[51 51 9[51 41[28 9[46 48[{ TeXBase1Encoding ReEncodeFont}7 83.022 /Helvetica-Bold rf /Fb 185[119 70[{}1 149.44 /ZapfDingbats rf /Fc 255[104{}1 116.231 /CMSY7 rf /Fd 194[102 12[66 48[{}2 116.231 /CMR7 rf /Fe 167[240 68[122 122 18[{}3 166.044 /CMEX10 rf /Ff 145[82 2[71 107[{}2 116.231 /CMMI7 rf /Fg 145[100 2[86 8[71 88 97[{}4 166.044 /CMMI10 rf /Fh 194[129 17[129 1[65 65 40[{}4 166.044 /CMR10 rf /Fi 139[55 92 3[101 101 1[46 2[46 101 2[92 101 92 1[92 12[101 84[{ TeXBase1Encoding ReEncodeFont}12 166.044 /Helvetica-Bold rf /Fj 147[105 108[{}1 132.835 /ZapfDingbats rf /Fk 137[65 118[{}1 83.022 /ZapfDingbats rf /Fl 138[146 80 4[146 146 1[66 2[66 3[133 146 16[159 29[133 133 133 133 133 49[{TeXBase1Encoding ReEncodeFont}14 239.103 /Helvetica-BoldOblique rf /Fm 134[75 23[83 19[124 19[83 2[83 3[83 1[83 3[42 44[{TeXBase1Encoding ReEncodeFont}8 149.44 /Helvetica rf /Fn 135[133 186 2[80 133 93 1[146 146 146 213 66 2[66 146 2[133 146 133 1[133 12[146 18[173 14[133 50[{ TeXBase1Encoding ReEncodeFont}19 239.103 /Helvetica-Bold rf /Fo 105[46 29[42 60 2[23 42 28 1[46 46 46 69 18 2[18 46 1[23 46 46 42 1[46 12[51 55 13[55 1[60 55 55 7[46 46 46 46 46 46 46 46 46 46 2[28 42[42 2[{TeXBase1Encoding ReEncodeFont} 36 83.022 /Helvetica rf /Fp 133[83 83 83 120 83 92 46 83 55 1[92 92 92 138 37 83 1[37 92 92 46 92 92 83 92 92 9[157 2[101 111 10[120 129 1[111 1[120 111 111 13[92 92 92 2[46 4[55 55 37 39[{TeXBase1Encoding ReEncodeFont}40 166.044 /Helvetica rf end %%EndProlog %%BeginSetup %%Feature: *Resolution 600dpi TeXDict begin %%PaperSize: A4 @landscape end %%EndSetup %%Page: 1 1 TeXDict begin @landscape 1 0 bop 0.17 0.31 0.44 TeXcolorrgb Black 0 TeXcolorgray 1 TeXcolorgray 0 TeXcolorgray 1 TeXcolorgray 0 TeXcolorgray 0 TeXcolorgray 0 TeXcolorgray 1 TeXcolorgray 0 TeXcolorgray 0 TeXcolorgray 0 TeXcolorgray 0 TeXcolorgray 0 TeXcolorgray 0 TeXcolorgray 0 TeXcolorgray 0.25 TeXcolorgray 0 TeXcolorgray 0.5 TeXcolorgray 0 TeXcolorgray 0 0.1 0.95 TeXcolorrgb 0 TeXcolorgray 0 1 1 TeXcolorrgb 0 TeXcolorgray -600 4195 a SDict begin [ /Page 2 /View [ /Fit ] /PageMode /UseNone /DOCVIEW pdfmark end -600 4195 a -600 4195 a SDict begin [ {Catalog} << >> /PUT pdfmark end -600 4195 a -600 4195 a SDict begin H.S end -600 4195 a -600 4195 a SDict begin 12 H.A end -600 4195 a -600 4195 a SDict begin [ /View [/XYZ H.V] /Dest (Doc-Start) cvn H.B /DEST pdfmark end -600 4195 a -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a -600 4195 a SDict begin H.S end -600 4195 a -600 4195 a SDict begin 12 H.A end -600 4195 a -600 4195 a SDict begin [ /View [/XYZ H.V] /Dest (blackslide) cvn H.B /DEST pdfmark end -600 4195 a 0 TeXcolorgray 0 TeXcolorgray 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 0.0 422.52342 298.75394 .5 Frame gsave 0 setgray fill grestore end @endspecial 0 TeXcolorgray -2117 6674 a SDict begin H.S end -2117 6674 a 0 TeXcolorgray -2117 -2907 10050 7 v -2117 6667 7 9574 v 2614 1940 a Fp(GoBac)m(k)p 7926 6667 V -2117 6674 10050 7 v 0 TeXcolorgray 7933 -2913 a SDict begin H.R end 7933 -2913 a 7933 1940 a SDict begin [ /H /I /Border [0 0 0] /Action << /Subtype /Named /N /GoBack >> /Subtype /Link H.B /ANN pdfmark end 7933 1940 a 0 TeXcolorgray -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.0) cvn H.B /DEST pdfmark end -600 4361 a 0.17 0.31 0.44 TeXcolorrgb 46 4361 a SDict begin [ /Count 0 /Dest (slide.2) cvn /View [/XYZ null null null] /Title (Slide 1) /OUT pdfmark end 46 4361 a 92 4361 a SDict begin [ /Count 2 /Dest (slide.4) cvn /View [/XYZ null null null] /Title (This section has a slide) /OUT pdfmark end 92 4361 a 139 4361 a SDict begin [ /Count 0 /Dest (slide.5) cvn /View [/XYZ null null null] /Title (Slide 2) /OUT pdfmark end 139 4361 a 185 4361 a SDict begin [ /Count 0 /Dest (slide.6) cvn /View [/XYZ null null null] /Title (Slide 3) /OUT pdfmark end 185 4361 a 231 4361 a SDict begin [ /Count 4 /Dest (slide.7) cvn /View [/XYZ null null null] /Title (A hidden wide section) /OUT pdfmark end 231 4361 a 277 4361 a SDict begin [ /Count 0 /Dest (slide.8) cvn /View [/XYZ null null null] /Title (Slide 4) /OUT pdfmark end 277 4361 a 323 4361 a SDict begin [ /Count 0 /Dest (slide.9) cvn /View [/XYZ null null null] /Title (Slide 5) /OUT pdfmark end 323 4361 a 369 4361 a SDict begin [ /Count 0 /Dest (slide.10) cvn /View [/XYZ null null null] /Title (one) /OUT pdfmark end 369 4361 a 416 4361 a SDict begin [ /Count 0 /Dest (slide.11) cvn /View [/XYZ null null null] /Title (5) /OUT pdfmark end 416 4361 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 2 2 TeXDict begin @landscape 2 1 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.96 0.94 0.89 setrgbcolor 0. true 0.0 253.94266 422.52342 0.0 .5 Frame gsave 0.96 0.94 0.89 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.8 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 253.94266 0.0 253.94266 /Lineto /lineto load def false Line gsave 0.8 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.8 SLW 0.51 0.13 0.16 setrgbcolor 0 360 295.76509 42.25491 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 211.2617 0.0 Ellipse closepath gsave 0.89 0.85 0.69 setrgbcolor fill grestore gsave 0.8 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.1) cvn H.B /DEST pdfmark end -600 4361 a -389 4162 a Fo(Example)24 b(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(1)p 0.51 0.13 0.16 TeXcolorrgb 1765 1307 a Fn(po)l(wer)-5 b(dot)67 b(e)l(xample)f(2)p 0.17 0.31 0.44 TeXcolorrgb 1306 1839 a Fp(Hendr)r(i)48 b(Adr)r(iaens)614 b(Chr)r(istopher)49 b(Ellison)2457 2287 y Fm(Ma)l(y)42 b(29,)f(2006)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 3 3 TeXDict begin @landscape 3 2 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.2) cvn H.B /DEST pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -389 4162 a Fo(Example)h(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(2)803 243 y tx@Dict begin (1) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 803 243 a tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 120 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(This)47 b(is)f(a)h(bigger)g(e)-5 b(xample)2867 363 y tx@Dict begin (1) BOL end 2867 363 a 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 803 662 a Fj(l)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(demonstr)n(ating)50 b(more)d(of)g(the)g(possibilities)g(of)f(po)n(w)n(erdot.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 4 4 TeXDict begin @landscape 4 3 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g (a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -389 4162 a Fo(Example)h(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide) h(2)803 243 y tx@Dict begin (1) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 803 243 a tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 120 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(This)47 b(is)f(a)h(bigger)g(e)-5 b(xample)p 0.17 0.31 0.44 TeXcolorrgb 2867 363 a tx@Dict begin (0) BOL end 2867 363 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 803 662 a Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(demonstr)n(ating)50 b(more)d(of)g(the)g (possibilities)g(of)f(po)n(w)n(erdot.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 5 5 TeXDict begin @landscape 5 4 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.3) cvn H.B /DEST pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(outline)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -389 4162 a Fo(Example)h(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(3)803 369 y SDict begin H.S end 803 369 a 0.17 0.31 0.44 TeXcolorrgb -3 x Fp(Slide)46 b(1)p 0.17 0.31 0.44 TeXcolorrgb 1311 243 a SDict begin H.R end 1311 243 a 1311 366 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 1311 366 a 803 650 a SDict begin H.S end 803 650 a 0.17 0.31 0.44 TeXcolorrgb -2 x Fi(This)i(section)g(has)f(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 2667 527 a SDict begin H.R end 2667 527 a 2667 648 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 2667 648 a 1052 850 a SDict begin H.S end 1052 850 a 0.17 0.31 0.44 TeXcolorrgb -3 x Fp(Slide)g(2)p 0.17 0.31 0.44 TeXcolorrgb 1560 725 a SDict begin H.R end 1560 725 a 1560 847 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.5) cvn H.B /ANN pdfmark end 1560 847 a 1052 1049 a SDict begin H.S end 1052 1049 a 0.17 0.31 0.44 TeXcolorrgb -3 x Fp(Slide)g(3)p 0.17 0.31 0.44 TeXcolorrgb 1560 924 a SDict begin H.R end 1560 924 a 1560 1046 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.6) cvn H.B /ANN pdfmark end 1560 1046 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 6 6 TeXDict begin @landscape 6 5 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.4) cvn H.B /DEST pdfmark end -600 4361 a 803 1782 a SDict begin H.S end 803 1782 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 2092 1692 a Fn(This)67 b(section)g(has)f(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 1483 a SDict begin H.R end 6065 1483 a 6065 1674 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 1674 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.03506 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -495 626 a SDict begin H.S end -495 626 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 564 a SDict begin H.R end 487 564 a 487 625 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.5) cvn H.B /ANN pdfmark end 487 625 a -495 761 a SDict begin H.S end -495 761 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 699 a SDict begin H.R end 487 699 a 487 760 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.6) cvn H.B /ANN pdfmark end 487 760 a -389 4162 a Fo(Example)f(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 7 7 TeXDict begin @landscape 7 6 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.5) cvn H.B /DEST pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g (a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -495 626 a SDict begin H.S end -495 626 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 564 a SDict begin H.R end 487 564 a 487 625 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.5) cvn H.B /ANN pdfmark end 487 625 a -495 761 a SDict begin H.S end -495 761 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 699 a SDict begin H.R end 487 699 a 487 760 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.6) cvn H.B /ANN pdfmark end 487 760 a -389 4162 a Fo(Example)f(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(5)803 365 y Fp(Here)47 b(is)f(the)h(binomium)h(f)-5 b(or)t(m)n(ula.)3013 365 y tx@Dict begin (1) BOL end 3013 365 a 803 368 a tx@Dict begin (1) BOL end 803 368 a 0.75 TeXcolorgray 0.75 TeXcolorgray 0.75 TeXcolorgray 1218 791 a SDict begin H.S end 1218 791 a Fh(\()p Fg(a)37 b Fh(+)g Fg(b)p Fh(\))1710 722 y Ff(n)1846 791 y Fh(=)2101 583 y Ff(n)2022 633 y Fe(X)2021 991 y Ff(k)s Fd(=0)2290 557 y Fe(\022)2413 679 y Fg(n)2417 905 y(k)2512 557 y Fe(\023)2634 791 y Fg(a)2722 722 y Ff(n)p Fc(\000)p Ff(k)2990 791 y Fg(b)3061 722 y Ff(k)3143 791 y SDict begin 12 H.A end 3143 791 a 3143 791 a SDict begin [ /View [/XYZ H.V] /Dest (equation.1) cvn H.B /DEST pdfmark end 3143 791 a 0.17 0.31 0.44 TeXcolorrgb 2719 w Fp(\(1\))p 0.75 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 803 1278 a(W)-5 b(e)46 b(will)g(pro)n(v)l(e)h(f)-5 b(or)t(m)n(ula)48 b(\()2477 1278 y SDict begin H.S end 2477 1278 a 0.17 0.31 0.44 TeXcolorrgb Fp(1)p 0.17 0.31 0.44 TeXcolorrgb 2570 1161 a SDict begin H.R end 2570 1161 a 2570 1278 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (equation.1) cvn H.B /ANN pdfmark end 2570 1278 a Fp(\))e(on)h(the)g(b)m(lac)m (kboard.)803 1477 y(Clic)m(k)f(the)h(title)f(of)h(this)f(slide)h(to)f (s)-5 b(witch)47 b(to)g(the)f(b)m(lac)m(k)h(slide)n(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 8 8 TeXDict begin @landscape 8 7 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -495 626 a SDict begin H.S end -495 626 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 564 a SDict begin H.R end 487 564 a 487 625 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.5) cvn H.B /ANN pdfmark end 487 625 a -495 761 a SDict begin H.S end -495 761 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 699 a SDict begin H.R end 487 699 a 487 760 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.6) cvn H.B /ANN pdfmark end 487 760 a -389 4162 a Fo(Example)f(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(5)803 365 y Fp(Here)47 b(is)f(the)h(binomium)h(f)-5 b(or)t(m)n(ula.)803 368 y tx@Dict begin (1) BOL end 803 368 a 0.17 0.31 0.44 TeXcolorrgb 803 368 a tx@Dict begin (0) BOL end 803 368 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1218 791 a SDict begin H.S end 1218 791 a Fh(\()p Fg(a)37 b Fh(+)g Fg(b)p Fh(\))1710 722 y Ff(n)1846 791 y Fh(=)2101 583 y Ff(n)2022 633 y Fe(X)2021 991 y Ff(k)s Fd(=0)2290 557 y Fe(\022)2413 679 y Fg(n)2417 905 y(k)2512 557 y Fe(\023)2634 791 y Fg(a)2722 722 y Ff(n)p Fc(\000)p Ff(k)2990 791 y Fg(b)3061 722 y Ff(k)3143 791 y SDict begin 12 H.A end 3143 791 a 3143 791 a SDict begin [ /View [/XYZ H.V] /Dest (equation.1) cvn H.B /DEST pdfmark end 3143 791 a 0.17 0.31 0.44 TeXcolorrgb 2719 w Fp(\(1\))p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 803 1140 a tx@Dict begin (1) BOL end 803 1140 a 138 x Fp(W)-5 b(e)46 b(will)g(pro)n(v)l(e)h(f)-5 b(or)t(m)n(ula)48 b(\()2477 1278 y SDict begin H.S end 2477 1278 a 0.17 0.31 0.44 TeXcolorrgb Fp(1)p 0.17 0.31 0.44 TeXcolorrgb 2570 1161 a SDict begin H.R end 2570 1161 a 2570 1278 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (equation.1) cvn H.B /ANN pdfmark end 2570 1278 a Fp(\))e(on)h(the)g(b)m(lac)m (kboard.)803 1477 y(Clic)m(k)f(the)h(title)f(of)h(this)f(slide)h(to)f (s)-5 b(witch)47 b(to)g(the)f(b)m(lac)m(k)h(slide)n(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 9 9 TeXDict begin @landscape 9 8 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -495 626 a SDict begin H.S end -495 626 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 564 a SDict begin H.R end 487 564 a 487 625 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.5) cvn H.B /ANN pdfmark end 487 625 a -495 761 a SDict begin H.S end -495 761 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 699 a SDict begin H.R end 487 699 a 487 760 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.6) cvn H.B /ANN pdfmark end 487 760 a -389 4162 a Fo(Example)f(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(5)803 365 y Fp(Here)47 b(is)f(the)h(binomium)h(f)-5 b(or)t(m)n(ula.)803 368 y tx@Dict begin (1) BOL end 803 368 a 0.17 0.31 0.44 TeXcolorrgb 803 368 a tx@Dict begin (0) BOL end 803 368 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1218 791 a SDict begin H.S end 1218 791 a Fh(\()p Fg(a)37 b Fh(+)g Fg(b)p Fh(\))1710 722 y Ff(n)1846 791 y Fh(=)2101 583 y Ff(n)2022 633 y Fe(X)2021 991 y Ff(k)s Fd(=0)2290 557 y Fe(\022)2413 679 y Fg(n)2417 905 y(k)2512 557 y Fe(\023)2634 791 y Fg(a)2722 722 y Ff(n)p Fc(\000)p Ff(k)2990 791 y Fg(b)3061 722 y Ff(k)3143 791 y SDict begin 12 H.A end 3143 791 a 3143 791 a SDict begin [ /View [/XYZ H.V] /Dest (equation.1) cvn H.B /DEST pdfmark end 3143 791 a 0.17 0.31 0.44 TeXcolorrgb 2719 w Fp(\(1\))p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 803 1278 a(W)-5 b(e)46 b(will)g(pro)n(v)l(e)h(f)-5 b(or)t(m)n(ula)48 b(\()2477 1278 y SDict begin H.S end 2477 1278 a 0.17 0.31 0.44 TeXcolorrgb Fp(1)p 0.17 0.31 0.44 TeXcolorrgb 2570 1161 a SDict begin H.R end 2570 1161 a 2570 1278 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (equation.1) cvn H.B /ANN pdfmark end 2570 1278 a Fp(\))e(on)h(the)g(b)m(lac)m(kboard.)803 1477 y(Clic)m(k)f(the)h(title)f(of)h(this)f(slide)h(to)f(s)-5 b(witch)47 b(to)g(the)f(b)m(lac)m(k)h(slide)n(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 10 10 TeXDict begin @landscape 10 9 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.6) cvn H.B /DEST pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g (a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -495 626 a SDict begin H.S end -495 626 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 564 a SDict begin H.R end 487 564 a 487 625 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.5) cvn H.B /ANN pdfmark end 487 625 a -495 761 a SDict begin H.S end -495 761 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 699 a SDict begin H.R end 487 699 a 487 760 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.6) cvn H.B /ANN pdfmark end 487 760 a -389 4162 a Fo(Example)f(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(6)803 243 y tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 803 243 a tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 120 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(This)47 b(happens.)28 b(.)g(.)p 0.75 TeXcolorgray 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 803 662 a Fj(l)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(when)47 b(y)m(ou)g(change.)28 b(.)g(.)p 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 803 961 a Fj(l)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(the)47 b(type)g(of)g (itemiz)n(e)n(.)p 0.75 TeXcolorgray 0.75 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 11 11 TeXDict begin @landscape 11 10 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -495 626 a SDict begin H.S end -495 626 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 564 a SDict begin H.R end 487 564 a 487 625 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.5) cvn H.B /ANN pdfmark end 487 625 a -495 761 a SDict begin H.S end -495 761 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 699 a SDict begin H.R end 487 699 a 487 760 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.6) cvn H.B /ANN pdfmark end 487 760 a -389 4162 a Fo(Example)f(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(6)803 243 y tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 803 243 a tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 120 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(This)47 b(happens.)28 b(.)g(.)p 0.17 0.31 0.44 TeXcolorrgb 2291 363 a tx@Dict begin (0) BOL end 2291 363 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 803 662 a Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(when)47 b(y)m(ou)g(change.)28 b(.)g(.)p 0.75 TeXcolorgray 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 803 961 a Fj(l)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(the)47 b(type)g(of)g(itemiz)n(e)n(.)p 0.75 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 12 12 TeXDict begin @landscape 12 11 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a -495 626 a SDict begin H.S end -495 626 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(2)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 564 a SDict begin H.R end 487 564 a 487 625 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.5) cvn H.B /ANN pdfmark end 487 625 a -495 761 a SDict begin H.S end -495 761 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(3)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 699 a SDict begin H.R end 487 699 a 487 760 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.6) cvn H.B /ANN pdfmark end 487 760 a -389 4162 a Fo(Example)f(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(6)803 243 y tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 803 243 a tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 120 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(This)47 b(happens.)28 b(.)g(.)p 0.17 0.31 0.44 TeXcolorrgb 2291 363 a tx@Dict begin (0) BOL end 2291 363 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 803 662 a Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(when)47 b(y)m(ou)g(change.)28 b(.)g(.)p 0.17 0.31 0.44 TeXcolorrgb 2593 662 a tx@Dict begin (0) BOL end 2593 662 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 803 961 a Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(the)47 b(type)g(of)g(itemiz)n(e)n(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 13 13 TeXDict begin @landscape 13 12 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 298.75394 422.52342 268.87671 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 1. 90. tx@GradientDict begin GradientFill end grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.7) cvn H.B /DEST pdfmark end -600 4361 a -249 1782 a SDict begin H.S end -249 1782 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 1647 1692 a Fn(A)66 b(hid)n(den)h(wide)g(section)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 1483 a SDict begin H.R end 6065 1483 a 6065 1674 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 1674 a -389 4162 a Fo(Example)24 b(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(7)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 14 14 TeXDict begin @landscape 14 13 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.8) cvn H.B /DEST pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g (a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 677 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 678 a SDict begin H.S end -495 678 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(A)h(hidden)g(wide)g (section)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 617 a SDict begin H.R end 487 617 a 487 677 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.7) cvn H.B /ANN pdfmark end 487 677 a -495 813 a SDict begin H.S end -495 813 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 751 a SDict begin H.R end 487 751 a 487 812 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.8) cvn H.B /ANN pdfmark end 487 812 a -495 947 a SDict begin H.S end -495 947 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 885 a SDict begin H.R end 487 885 a 487 946 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.9) cvn H.B /ANN pdfmark end 487 946 a -495 1082 a SDict begin H.S end -495 1082 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(one)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1022 a SDict begin H.R end 487 1022 a 487 1081 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.10) cvn H.B /ANN pdfmark end 487 1081 a -495 1216 a SDict begin H.S end -495 1216 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)g Fo(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1156 a SDict begin H.R end 487 1156 a 487 1215 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.11) cvn H.B /ANN pdfmark end 487 1215 a -389 4162 a Fo(Example)24 b(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g (\226)g(slide)h(8)803 243 y tx@Dict begin (1) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 803 243 a tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 120 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(W)-5 b(e)47 b(only)f(treat)i(this)e(mater)r(ial.)28 b(.)g(.)3211 363 y tx@Dict begin (1) BOL end 3211 363 a 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 1074 646 a Fb(F)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(if)46 b(w)n(e)h(ha)m(v)l(e)f(some)i(time)e (left.)p 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 1074 944 a Fb(F)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(But)g(don't)h(hesitate.)28 b(.)g(.)p 0.75 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 803 1326 a Fj(l)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(to)47 b(read)g(it)g(y)m(ourself)-5 b(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 15 15 TeXDict begin @landscape 15 14 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 677 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 678 a SDict begin H.S end -495 678 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(A)h(hidden)g(wide)g (section)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 617 a SDict begin H.R end 487 617 a 487 677 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.7) cvn H.B /ANN pdfmark end 487 677 a -495 813 a SDict begin H.S end -495 813 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 751 a SDict begin H.R end 487 751 a 487 812 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.8) cvn H.B /ANN pdfmark end 487 812 a -495 947 a SDict begin H.S end -495 947 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 885 a SDict begin H.R end 487 885 a 487 946 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.9) cvn H.B /ANN pdfmark end 487 946 a -495 1082 a SDict begin H.S end -495 1082 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(one)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1022 a SDict begin H.R end 487 1022 a 487 1081 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.10) cvn H.B /ANN pdfmark end 487 1081 a -495 1216 a SDict begin H.S end -495 1216 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)g Fo(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1156 a SDict begin H.R end 487 1156 a 487 1215 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.11) cvn H.B /ANN pdfmark end 487 1215 a -389 4162 a Fo(Example)24 b(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g (\226)g(slide)h(8)803 243 y tx@Dict begin (1) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 803 243 a tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 120 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(W)-5 b(e)47 b(only)f(treat)i(this)e(mater)r(ial.)28 b(.)g(.)p 0.17 0.31 0.44 TeXcolorrgb 803 399 a tx@Dict begin (0) BOL end 803 399 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 1074 646 a Fb(F)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(if)46 b(w)n(e)h(ha)m(v)l(e)f(some)i(time)e(left.)3222 646 y tx@Dict begin (1) BOL end 3222 646 a 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 1074 944 a Fb(F)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(But)g(don't)h(hesitate.)28 b(.)g(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 803 1326 a Fj(l)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(to)47 b(read)g(it)g(y)m(ourself)-5 b(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 16 16 TeXDict begin @landscape 16 15 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 677 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 678 a SDict begin H.S end -495 678 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(A)h(hidden)g(wide)g (section)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 617 a SDict begin H.R end 487 617 a 487 677 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.7) cvn H.B /ANN pdfmark end 487 677 a -495 813 a SDict begin H.S end -495 813 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 751 a SDict begin H.R end 487 751 a 487 812 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.8) cvn H.B /ANN pdfmark end 487 812 a -495 947 a SDict begin H.S end -495 947 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 885 a SDict begin H.R end 487 885 a 487 946 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.9) cvn H.B /ANN pdfmark end 487 946 a -495 1082 a SDict begin H.S end -495 1082 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(one)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1022 a SDict begin H.R end 487 1022 a 487 1081 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.10) cvn H.B /ANN pdfmark end 487 1081 a -495 1216 a SDict begin H.S end -495 1216 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)g Fo(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1156 a SDict begin H.R end 487 1156 a 487 1215 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.11) cvn H.B /ANN pdfmark end 487 1215 a -389 4162 a Fo(Example)24 b(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g (\226)g(slide)h(8)803 243 y tx@Dict begin (1) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 803 243 a tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 120 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(W)-5 b(e)47 b(only)f(treat)i(this)e(mater)r(ial.)28 b(.)g(.)p 0.17 0.31 0.44 TeXcolorrgb 803 399 a tx@Dict begin (0) BOL end 803 399 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 1074 646 a Fb(F)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(if)46 b(w)n(e)h(ha)m(v)l(e)f(some)i(time)e(left.)p 0.17 0.31 0.44 TeXcolorrgb 3222 646 a tx@Dict begin (0) BOL end 3222 646 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 1074 944 a Fb(F)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(But)g(don't)h(hesitate.)28 b(.)g(.)2862 944 y tx@Dict begin (1) BOL end 2862 944 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.75 TeXcolorgray 0.75 TeXcolorgray 0.51 0.13 0.16 TeXcolorrgb 803 1326 a Fj(l)p 0.75 TeXcolorgray 0.75 TeXcolorgray 166 w Fp(to)47 b(read)g(it)g(y)m(ourself)-5 b(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 17 17 TeXDict begin @landscape 17 16 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g(a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 677 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 678 a SDict begin H.S end -495 678 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(A)h(hidden)g(wide)g (section)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 617 a SDict begin H.R end 487 617 a 487 677 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.7) cvn H.B /ANN pdfmark end 487 677 a -495 813 a SDict begin H.S end -495 813 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 5.10762 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)14 b Fo(Slide)25 b(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 751 a SDict begin H.R end 487 751 a 487 812 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.8) cvn H.B /ANN pdfmark end 487 812 a -495 947 a SDict begin H.S end -495 947 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 885 a SDict begin H.R end 487 885 a 487 946 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.9) cvn H.B /ANN pdfmark end 487 946 a -495 1082 a SDict begin H.S end -495 1082 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(one)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1022 a SDict begin H.R end 487 1022 a 487 1081 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.10) cvn H.B /ANN pdfmark end 487 1081 a -495 1216 a SDict begin H.S end -495 1216 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)g Fo(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1156 a SDict begin H.R end 487 1156 a 487 1215 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.11) cvn H.B /ANN pdfmark end 487 1215 a -389 4162 a Fo(Example)24 b(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g (\226)g(slide)h(8)803 243 y tx@Dict begin (1) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 803 243 a tx@Dict begin (0) BOL end 803 243 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 120 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(W)-5 b(e)47 b(only)f(treat)i(this)e(mater)r(ial.)28 b(.)g(.)p 0.17 0.31 0.44 TeXcolorrgb 803 399 a tx@Dict begin (0) BOL end 803 399 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 1074 646 a Fb(F)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(if)46 b(w)n(e)h(ha)m(v)l(e)f(some)i(time)e(left.)p 0.17 0.31 0.44 TeXcolorrgb 3222 646 a tx@Dict begin (0) BOL end 3222 646 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 1074 944 a Fb(F)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(But)g(don't)h(hesitate.)28 b(.)g(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 803 1030 a tx@Dict begin (0) BOL end 803 1030 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 296 x Fj(l)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 166 w Fp(to)47 b(read)g(it)g(y)m(ourself)-5 b(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 18 18 TeXDict begin @landscape 18 17 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 298.75394 422.52342 268.87671 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 1. 90. tx@GradientDict begin GradientFill end grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.9) cvn H.B /DEST pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(Slide)68 b(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -389 4162 a Fo(Example)24 b(2)5413 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(9)-249 365 y Fp(This)47 b(wide)f(slide)h(can)g(contain)g(more)g(mater)r(ial)i (as)d(it)g(is)g(wider)h(and)g(does)g(not)g(ha)m(v)l(e)g(a)f(tab)m(le)h (of)-249 564 y(contents)n(.)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 19 19 TeXDict begin @landscape 19 18 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 298.75394 422.52342 268.87671 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 1. 90. tx@GradientDict begin GradientFill end grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.10) cvn H.B /DEST pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(one)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -389 4162 a Fo(Example)24 b(2)5367 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(10)-249 1923 y @beginspecial 50 @llx 50 @lly 410 @urx 302 @ury 1440 @rwi @setspecial %%BeginDocument: selected.eps %!PS-Adobe-2.0 EPSF-2.0 %%Title: /Users/timm/wisp/trunk/silap/eg/../doc/selected.eps %%Creator: gnuplot 4.0 patchlevel 0 %%CreationDate: Mon May 29 11:25:33 2006 %%DocumentFonts: (atend) %%BoundingBox: 50 50 410 302 %%Orientation: Portrait %%EndComments /gnudict 256 dict def gnudict begin /Color false def /Solid false def /gnulinewidth 5.000 def /userlinewidth gnulinewidth def /vshift -33 def /dl {10.0 mul} def /hpt_ 31.5 def /vpt_ 31.5 def /hpt hpt_ def /vpt vpt_ def /Rounded false def /M {moveto} bind def /L {lineto} bind def /R {rmoveto} bind def /V {rlineto} bind def /N {newpath moveto} bind def /C {setrgbcolor} bind def /f {rlineto fill} bind def /vpt2 vpt 2 mul def /hpt2 hpt 2 mul def /Lshow { currentpoint stroke M 0 vshift R show } def /Rshow { currentpoint stroke M dup stringwidth pop neg vshift R show } def /Cshow { currentpoint stroke M dup stringwidth pop -2 div vshift R show } def /UP { dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def } def /DL { Color {setrgbcolor Solid {pop []} if 0 setdash } {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse } def /BL { stroke userlinewidth 2 mul setlinewidth Rounded { 1 setlinejoin 1 setlinecap } if } def /AL { stroke userlinewidth 2 div setlinewidth Rounded { 1 setlinejoin 1 setlinecap } if } def /UL { dup gnulinewidth mul /userlinewidth exch def dup 1 lt {pop 1} if 10 mul /udl exch def } def /PL { stroke userlinewidth setlinewidth Rounded { 1 setlinejoin 1 setlinecap } if } def /LTw { PL [] 1 setgray } def /LTb { BL [] 0 0 0 DL } def /LTa { AL [1 udl mul 2 udl mul] 0 setdash 0 0 0 setrgbcolor } def /LT0 { PL [] 1 0 0 DL } def /LT1 { PL [4 dl 2 dl] 0 1 0 DL } def /LT2 { PL [2 dl 3 dl] 0 0 1 DL } def /LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def /LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def /LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def /LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def /LT7 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 1 0.3 0 DL } def /LT8 { PL [2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 2 dl 4 dl] 0.5 0.5 0.5 DL } def /Pnt { stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore } def /Dia { stroke [] 0 setdash 2 copy vpt add M hpt neg vpt neg V hpt vpt neg V hpt vpt V hpt neg vpt V closepath stroke Pnt } def /Pls { stroke [] 0 setdash vpt sub M 0 vpt2 V currentpoint stroke M hpt neg vpt neg R hpt2 0 V stroke } def /Box { stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M 0 vpt2 neg V hpt2 0 V 0 vpt2 V hpt2 neg 0 V closepath stroke Pnt } def /Crs { stroke [] 0 setdash exch hpt sub exch vpt add M hpt2 vpt2 neg V currentpoint stroke M hpt2 neg 0 R hpt2 vpt2 V stroke } def /TriU { stroke [] 0 setdash 2 copy vpt 1.12 mul add M hpt neg vpt -1.62 mul V hpt 2 mul 0 V hpt neg vpt 1.62 mul V closepath stroke Pnt } def /Star { 2 copy Pls Crs } def /BoxF { stroke [] 0 setdash exch hpt sub exch vpt add M 0 vpt2 neg V hpt2 0 V 0 vpt2 V hpt2 neg 0 V closepath fill } def /TriUF { stroke [] 0 setdash vpt 1.12 mul add M hpt neg vpt -1.62 mul V hpt 2 mul 0 V hpt neg vpt 1.62 mul V closepath fill } def /TriD { stroke [] 0 setdash 2 copy vpt 1.12 mul sub M hpt neg vpt 1.62 mul V hpt 2 mul 0 V hpt neg vpt -1.62 mul V closepath stroke Pnt } def /TriDF { stroke [] 0 setdash vpt 1.12 mul sub M hpt neg vpt 1.62 mul V hpt 2 mul 0 V hpt neg vpt -1.62 mul V closepath fill} def /DiaF { stroke [] 0 setdash vpt add M hpt neg vpt neg V hpt vpt neg V hpt vpt V hpt neg vpt V closepath fill } def /Pent { stroke [] 0 setdash 2 copy gsave translate 0 hpt M 4 {72 rotate 0 hpt L} repeat closepath stroke grestore Pnt } def /PentF { stroke [] 0 setdash gsave translate 0 hpt M 4 {72 rotate 0 hpt L} repeat closepath fill grestore } def /Circle { stroke [] 0 setdash 2 copy hpt 0 360 arc stroke Pnt } def /CircleF { stroke [] 0 setdash hpt 0 360 arc fill } def /C0 { BL [] 0 setdash 2 copy moveto vpt 90 450 arc } bind def /C1 { BL [] 0 setdash 2 copy moveto 2 copy vpt 0 90 arc closepath fill vpt 0 360 arc closepath } bind def /C2 { BL [] 0 setdash 2 copy moveto 2 copy vpt 90 180 arc closepath fill vpt 0 360 arc closepath } bind def /C3 { BL [] 0 setdash 2 copy moveto 2 copy vpt 0 180 arc closepath fill vpt 0 360 arc closepath } bind def /C4 { BL [] 0 setdash 2 copy moveto 2 copy vpt 180 270 arc closepath fill vpt 0 360 arc closepath } bind def /C5 { BL [] 0 setdash 2 copy moveto 2 copy vpt 0 90 arc 2 copy moveto 2 copy vpt 180 270 arc closepath fill vpt 0 360 arc } bind def /C6 { BL [] 0 setdash 2 copy moveto 2 copy vpt 90 270 arc closepath fill vpt 0 360 arc closepath } bind def /C7 { BL [] 0 setdash 2 copy moveto 2 copy vpt 0 270 arc closepath fill vpt 0 360 arc closepath } bind def /C8 { BL [] 0 setdash 2 copy moveto 2 copy vpt 270 360 arc closepath fill vpt 0 360 arc closepath } bind def /C9 { BL [] 0 setdash 2 copy moveto 2 copy vpt 270 450 arc closepath fill vpt 0 360 arc closepath } bind def /C10 { BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill 2 copy moveto 2 copy vpt 90 180 arc closepath fill vpt 0 360 arc closepath } bind def /C11 { BL [] 0 setdash 2 copy moveto 2 copy vpt 0 180 arc closepath fill 2 copy moveto 2 copy vpt 270 360 arc closepath fill vpt 0 360 arc closepath } bind def /C12 { BL [] 0 setdash 2 copy moveto 2 copy vpt 180 360 arc closepath fill vpt 0 360 arc closepath } bind def /C13 { BL [] 0 setdash 2 copy moveto 2 copy vpt 0 90 arc closepath fill 2 copy moveto 2 copy vpt 180 360 arc closepath fill vpt 0 360 arc closepath } bind def /C14 { BL [] 0 setdash 2 copy moveto 2 copy vpt 90 360 arc closepath fill vpt 0 360 arc } bind def /C15 { BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill vpt 0 360 arc closepath } bind def /Rec { newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto closepath } bind def /Square { dup Rec } bind def /Bsquare { vpt sub exch vpt sub exch vpt2 Square } bind def /S0 { BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare } bind def /S1 { BL [] 0 setdash 2 copy vpt Square fill Bsquare } bind def /S2 { BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare } bind def /S3 { BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare } bind def /S4 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def /S5 { BL [] 0 setdash 2 copy 2 copy vpt Square fill exch vpt sub exch vpt sub vpt Square fill Bsquare } bind def /S6 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare } bind def /S7 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill 2 copy vpt Square fill Bsquare } bind def /S8 { BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare } bind def /S9 { BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare } bind def /S10 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill Bsquare } bind def /S11 { BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare } bind def /S12 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare } bind def /S13 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill 2 copy vpt Square fill Bsquare } bind def /S14 { BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill 2 copy exch vpt sub exch vpt Square fill Bsquare } bind def /S15 { BL [] 0 setdash 2 copy Bsquare fill Bsquare } bind def /D0 { gsave translate 45 rotate 0 0 S0 stroke grestore } bind def /D1 { gsave translate 45 rotate 0 0 S1 stroke grestore } bind def /D2 { gsave translate 45 rotate 0 0 S2 stroke grestore } bind def /D3 { gsave translate 45 rotate 0 0 S3 stroke grestore } bind def /D4 { gsave translate 45 rotate 0 0 S4 stroke grestore } bind def /D5 { gsave translate 45 rotate 0 0 S5 stroke grestore } bind def /D6 { gsave translate 45 rotate 0 0 S6 stroke grestore } bind def /D7 { gsave translate 45 rotate 0 0 S7 stroke grestore } bind def /D8 { gsave translate 45 rotate 0 0 S8 stroke grestore } bind def /D9 { gsave translate 45 rotate 0 0 S9 stroke grestore } bind def /D10 { gsave translate 45 rotate 0 0 S10 stroke grestore } bind def /D11 { gsave translate 45 rotate 0 0 S11 stroke grestore } bind def /D12 { gsave translate 45 rotate 0 0 S12 stroke grestore } bind def /D13 { gsave translate 45 rotate 0 0 S13 stroke grestore } bind def /D14 { gsave translate 45 rotate 0 0 S14 stroke grestore } bind def /D15 { gsave translate 45 rotate 0 0 S15 stroke grestore } bind def /DiaE { stroke [] 0 setdash vpt add M hpt neg vpt neg V hpt vpt neg V hpt vpt V hpt neg vpt V closepath stroke } def /BoxE { stroke [] 0 setdash exch hpt sub exch vpt add M 0 vpt2 neg V hpt2 0 V 0 vpt2 V hpt2 neg 0 V closepath stroke } def /TriUE { stroke [] 0 setdash vpt 1.12 mul add M hpt neg vpt -1.62 mul V hpt 2 mul 0 V hpt neg vpt 1.62 mul V closepath stroke } def /TriDE { stroke [] 0 setdash vpt 1.12 mul sub M hpt neg vpt 1.62 mul V hpt 2 mul 0 V hpt neg vpt -1.62 mul V closepath stroke } def /PentE { stroke [] 0 setdash gsave translate 0 hpt M 4 {72 rotate 0 hpt L} repeat closepath stroke grestore } def /CircE { stroke [] 0 setdash hpt 0 360 arc stroke } def /Opaque { gsave closepath 1 setgray fill grestore 0 setgray closepath } def /DiaW { stroke [] 0 setdash vpt add M hpt neg vpt neg V hpt vpt neg V hpt vpt V hpt neg vpt V Opaque stroke } def /BoxW { stroke [] 0 setdash exch hpt sub exch vpt add M 0 vpt2 neg V hpt2 0 V 0 vpt2 V hpt2 neg 0 V Opaque stroke } def /TriUW { stroke [] 0 setdash vpt 1.12 mul add M hpt neg vpt -1.62 mul V hpt 2 mul 0 V hpt neg vpt 1.62 mul V Opaque stroke } def /TriDW { stroke [] 0 setdash vpt 1.12 mul sub M hpt neg vpt 1.62 mul V hpt 2 mul 0 V hpt neg vpt -1.62 mul V Opaque stroke } def /PentW { stroke [] 0 setdash gsave translate 0 hpt M 4 {72 rotate 0 hpt L} repeat Opaque stroke grestore } def /CircW { stroke [] 0 setdash hpt 0 360 arc Opaque stroke } def /BoxFill { gsave Rec 1 setgray fill grestore } def /BoxColFill { gsave Rec /Fillden exch def currentrgbcolor /ColB exch def /ColG exch def /ColR exch def /ColR ColR Fillden mul Fillden sub 1 add def /ColG ColG Fillden mul Fillden sub 1 add def /ColB ColB Fillden mul Fillden sub 1 add def ColR ColG ColB setrgbcolor fill grestore } def % % PostScript Level 1 Pattern Fill routine % Usage: x y w h s a XX PatternFill % x,y = lower left corner of box to be filled % w,h = width and height of box % a = angle in degrees between lines and x-axis % XX = 0/1 for no/yes cross-hatch % /PatternFill { gsave /PFa [ 9 2 roll ] def PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec gsave 1 setgray fill grestore clip currentlinewidth 0.5 mul setlinewidth /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def 0 0 M PFa 5 get rotate PFs -2 div dup translate 0 1 PFs PFa 4 get div 1 add floor cvi { PFa 4 get mul 0 M 0 PFs V } for 0 PFa 6 get ne { 0 1 PFs PFa 4 get div 1 add floor cvi { PFa 4 get mul 0 2 1 roll M PFs 0 V } for } if stroke grestore } def % /Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall currentdict end definefont pop end %%EndProlog gnudict begin gsave 50 50 translate 0.050 0.050 scale 0 setgray newpath (Helvetica) findfont 100 scalefont setfont 1.000 UL LTb 510 2760 M 63 0 V 6457 0 R -63 0 V -6517 0 R gsave 0 setgray ( 0) Rshow grestore 1.000 UL LTb 510 3192 M 63 0 V 6457 0 R -63 0 V -6517 0 R gsave 0 setgray ( 20) Rshow grestore 1.000 UL LTb 510 3624 M 63 0 V 6457 0 R -63 0 V -6517 0 R gsave 0 setgray ( 40) Rshow grestore 1.000 UL LTb 510 4056 M 63 0 V 6457 0 R -63 0 V -6517 0 R gsave 0 setgray ( 60) Rshow grestore 1.000 UL LTb 510 4488 M 63 0 V 6457 0 R -63 0 V -6517 0 R gsave 0 setgray ( 80) Rshow grestore 1.000 UL LTb 510 4920 M 63 0 V 6457 0 R -63 0 V -6517 0 R gsave 0 setgray ( 100) Rshow grestore 1.000 UL LTb 7030 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Criticality Analysis) Rshow grestore grestore 1.000 UL LTb 6863 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Management and Technical Review Support) Rshow grestore grestore 1.000 UL LTb 6696 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Management and Planning of IV&V) Rshow grestore grestore 1.000 UL LTb 6528 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (IV&V Tool Support) Rshow grestore grestore 1.000 UL LTb 6361 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Final Report Generation) Rshow grestore grestore 1.000 UL LTb 6194 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Issue and Risk Tracking) Rshow grestore grestore 1.000 UL LTb 6027 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Traceability Analysis - Requirements) Rshow grestore grestore 1.000 UL LTb 5860 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Traceability Analysis - Test) Rshow grestore grestore 1.000 UL LTb 5693 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software FQT Plan Analysis) Rshow grestore grestore 1.000 UL LTb 5525 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Component Test Case Analysis) Rshow grestore grestore 1.000 UL LTb 5358 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Traceability Analysis - Design) Rshow grestore grestore 1.000 UL LTb 5191 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Reuse Analysis*) Rshow grestore grestore 1.000 UL LTb 5024 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software Requirements Evaluation) Rshow grestore grestore 1.000 UL LTb 4857 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (System Requirements Review) Rshow grestore grestore 1.000 UL LTb 4689 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Interface Analysis - Code) Rshow grestore grestore 1.000 UL LTb 4522 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Source Code and Documentation Evaluation) Rshow grestore grestore 1.000 UL LTb 4355 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (System Test Plan Analysis) Rshow grestore grestore 1.000 UL LTb 4188 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Interface Analysis - Requirements) Rshow grestore grestore 1.000 UL LTb 4021 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software Architecture Assessment) Rshow grestore grestore 1.000 UL LTb 3854 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Database Analysis) Rshow grestore grestore 1.000 UL LTb 3686 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software Design Evaluation) Rshow grestore grestore 1.000 UL LTb 3519 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software FQT Results Analysis) Rshow grestore grestore 1.000 UL LTb 3352 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (System Test Results Analysis) Rshow grestore grestore 1.000 UL LTb 3185 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software FQT Case Analysis) Rshow grestore grestore 1.000 UL LTb 3018 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (System Test Case Analysis) Rshow grestore grestore 1.000 UL LTb 2851 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Traceability Analysis) Rshow grestore grestore 1.000 UL LTb 2683 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software/User Requirements Allocation Analysis) Rshow grestore grestore 1.000 UL LTb 2516 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Concept Document Evaluation) Rshow grestore grestore 1.000 UL LTb 2349 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Interface Analysis - Design) Rshow grestore grestore 1.000 UL LTb 2182 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Acceptance Test Case Analysis) Rshow grestore grestore 1.000 UL LTb 2015 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Acceptance Test Plan Analysis) Rshow grestore grestore 1.000 UL LTb 1847 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Retirement Assessment) Rshow grestore grestore 1.000 UL LTb 1680 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Migration Assessment) Rshow grestore grestore 1.000 UL LTb 1513 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Anomaly Evaluation) Rshow grestore grestore 1.000 UL LTb 1346 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Operating Procedure Evaluation) Rshow grestore grestore 1.000 UL LTb 1179 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Simulation Analysis) Rshow grestore grestore 1.000 UL LTb 1012 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software FQT Procedure Analysis) Rshow grestore grestore 1.000 UL LTb 844 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (System Test Procedure Analysis) Rshow grestore grestore 1.000 UL LTb 677 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software Integration Test Results Analysis) Rshow grestore grestore 1.000 UL LTb 510 2760 M 0 63 V 0 2097 R 0 -63 V 0 -2157 R gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (Software Integration Test Plan Analysis) Rshow grestore grestore 1.000 UL LTb 1.000 UL LTb 510 2760 M 6520 0 V 0 2160 V -6520 0 V 0 -2160 V LTb 100 3840 M gsave 0 setgray currentpoint gsave translate 90 rotate 0 0 M (% times selected) Cshow grestore grestore 1.000 UP 1.000 UP 1.000 UL LT0 LTb 6547 3373 M gsave 0 setgray (eo2) Rshow grestore LT0 6607 3373 M 303 0 V 510 2846 M 167 0 V 167 -43 V 168 0 V 167 0 V 167 0 V 167 0 V 167 0 V 167 0 V 168 0 V 167 0 V 167 87 V 167 172 V 167 0 V 168 0 V 167 152 V 167 0 V 167 0 V 167 0 V 167 64 V 168 195 V 167 324 V 167 -22 V 167 22 V 167 -22 V 167 0 V 168 65 V 167 0 V 167 108 V 167 540 V 167 0 V 168 108 V 167 0 V 167 22 V 167 237 V 167 0 V 167 0 V 168 65 V 167 0 V 167 0 V 510 2846 Pls 677 2846 Pls 844 2803 Pls 1012 2803 Pls 1179 2803 Pls 1346 2803 Pls 1513 2803 Pls 1680 2803 Pls 1847 2803 Pls 2015 2803 Pls 2182 2803 Pls 2349 2890 Pls 2516 3062 Pls 2683 3062 Pls 2851 3062 Pls 3018 3214 Pls 3185 3214 Pls 3352 3214 Pls 3519 3214 Pls 3686 3278 Pls 3854 3473 Pls 4021 3797 Pls 4188 3775 Pls 4355 3797 Pls 4522 3775 Pls 4689 3775 Pls 4857 3840 Pls 5024 3840 Pls 5191 3948 Pls 5358 4488 Pls 5525 4488 Pls 5693 4596 Pls 5860 4596 Pls 6027 4618 Pls 6194 4855 Pls 6361 4855 Pls 6528 4855 Pls 6696 4920 Pls 6863 4920 Pls 7030 4920 Pls 6758 3373 Pls 1.000 UP 1.000 UL LT1 LTb 6547 3273 M gsave 0 setgray (go4) Rshow grestore LT1 6607 3273 M 303 0 V 510 2782 M 167 0 V 167 86 V 168 0 V 167 0 V 167 0 V 167 0 V 167 0 V 167 0 V 168 65 V 167 0 V 167 21 V 167 324 V 167 0 V 168 0 V 167 411 V 167 0 V 167 0 V 167 0 V 167 21 V 168 -561 V 167 842 V 167 -86 V 167 86 V 167 -86 V 167 0 V 168 86 V 167 0 V 167 627 V 167 216 V 167 0 V 168 -87 V 167 0 V 167 0 V 167 173 V 167 0 V 167 0 V 168 0 V 167 0 V 167 0 V 510 2782 Crs 677 2782 Crs 844 2868 Crs 1012 2868 Crs 1179 2868 Crs 1346 2868 Crs 1513 2868 Crs 1680 2868 Crs 1847 2868 Crs 2015 2933 Crs 2182 2933 Crs 2349 2954 Crs 2516 3278 Crs 2683 3278 Crs 2851 3278 Crs 3018 3689 Crs 3185 3689 Crs 3352 3689 Crs 3519 3689 Crs 3686 3710 Crs 3854 3149 Crs 4021 3991 Crs 4188 3905 Crs 4355 3991 Crs 4522 3905 Crs 4689 3905 Crs 4857 3991 Crs 5024 3991 Crs 5191 4618 Crs 5358 4834 Crs 5525 4834 Crs 5693 4747 Crs 5860 4747 Crs 6027 4747 Crs 6194 4920 Crs 6361 4920 Crs 6528 4920 Crs 6696 4920 Crs 6863 4920 Crs 7030 4920 Crs 6758 3273 Crs 1.000 UP 1.000 UL LT2 LTb 6547 3173 M gsave 0 setgray (gs1) Rshow grestore LT2 6607 3173 M 303 0 V 510 2760 M 167 0 V 167 583 V 168 0 V 167 0 V 167 0 V 167 0 V 167 0 V 167 0 V 168 173 V 167 0 V 167 0 V 167 -65 V 167 0 V 168 0 V 167 540 V 167 0 V 167 0 V 167 0 V 167 0 V 168 583 V 167 -388 V 167 604 V 167 -604 V 167 604 V 167 0 V 168 -604 V 167 0 V 167 734 V 167 0 V 167 0 V 168 -130 V 167 0 V 167 0 V 167 130 V 167 0 V 167 0 V 168 0 V 167 0 V 167 0 V 510 2760 Star 677 2760 Star 844 3343 Star 1012 3343 Star 1179 3343 Star 1346 3343 Star 1513 3343 Star 1680 3343 Star 1847 3343 Star 2015 3516 Star 2182 3516 Star 2349 3516 Star 2516 3451 Star 2683 3451 Star 2851 3451 Star 3018 3991 Star 3185 3991 Star 3352 3991 Star 3519 3991 Star 3686 3991 Star 3854 4574 Star 4021 4186 Star 4188 4790 Star 4355 4186 Star 4522 4790 Star 4689 4790 Star 4857 4186 Star 5024 4186 Star 5191 4920 Star 5358 4920 Star 5525 4920 Star 5693 4790 Star 5860 4790 Star 6027 4790 Star 6194 4920 Star 6361 4920 Star 6528 4920 Star 6696 4920 Star 6863 4920 Star 7030 4920 Star 6758 3173 Star 1.000 UP 1.000 UL LT3 LTb 6547 3073 M gsave 0 setgray (xf3) Rshow grestore LT3 6607 3073 M 303 0 V 510 2782 M 167 0 V 167 -22 V 168 0 V 167 0 V 167 0 V 167 0 V 167 0 V 167 0 V 168 43 V 167 0 V 167 0 V 167 0 V 167 0 V 168 0 V 167 346 V 167 0 V 167 0 V 167 0 V 167 0 V 168 324 V 167 345 V 167 -86 V 167 86 V 167 -86 V 167 0 V 168 86 V 167 0 V 167 648 V 167 303 V 167 0 V 168 0 V 167 0 V 167 0 V 167 129 V 167 0 V 167 0 V 168 22 V 167 0 V 167 0 V 510 2782 Box 677 2782 Box 844 2760 Box 1012 2760 Box 1179 2760 Box 1346 2760 Box 1513 2760 Box 1680 2760 Box 1847 2760 Box 2015 2803 Box 2182 2803 Box 2349 2803 Box 2516 2803 Box 2683 2803 Box 2851 2803 Box 3018 3149 Box 3185 3149 Box 3352 3149 Box 3519 3149 Box 3686 3149 Box 3854 3473 Box 4021 3818 Box 4188 3732 Box 4355 3818 Box 4522 3732 Box 4689 3732 Box 4857 3818 Box 5024 3818 Box 5191 4466 Box 5358 4769 Box 5525 4769 Box 5693 4769 Box 5860 4769 Box 6027 4769 Box 6194 4898 Box 6361 4898 Box 6528 4898 Box 6696 4920 Box 6863 4920 Box 7030 4920 Box 6758 3073 Box 1.000 UP 1.000 UL LT4 LTb 6547 2973 M gsave 0 setgray (random) Rshow grestore LT4 6607 2973 M 303 0 V 510 2782 M 167 0 V 167 -22 V 168 0 V 167 0 V 167 0 V 167 0 V 167 0 V 167 0 V 168 43 V 167 0 V 167 0 V 167 0 V 167 0 V 168 0 V 167 346 V 167 0 V 167 0 V 167 0 V 167 0 V 168 324 V 167 345 V 167 -86 V 167 86 V 167 -86 V 167 0 V 168 86 V 167 0 V 167 648 V 167 303 V 167 0 V 168 0 V 167 0 V 167 0 V 167 129 V 167 0 V 167 0 V 168 22 V 167 0 V 167 0 V 510 2782 BoxF 677 2782 BoxF 844 2760 BoxF 1012 2760 BoxF 1179 2760 BoxF 1346 2760 BoxF 1513 2760 BoxF 1680 2760 BoxF 1847 2760 BoxF 2015 2803 BoxF 2182 2803 BoxF 2349 2803 BoxF 2516 2803 BoxF 2683 2803 BoxF 2851 2803 BoxF 3018 3149 BoxF 3185 3149 BoxF 3352 3149 BoxF 3519 3149 BoxF 3686 3149 BoxF 3854 3473 BoxF 4021 3818 BoxF 4188 3732 BoxF 4355 3818 BoxF 4522 3732 BoxF 4689 3732 BoxF 4857 3818 BoxF 5024 3818 BoxF 5191 4466 BoxF 5358 4769 BoxF 5525 4769 BoxF 5693 4769 BoxF 5860 4769 BoxF 6027 4769 BoxF 6194 4898 BoxF 6361 4898 BoxF 6528 4898 BoxF 6696 4920 BoxF 6863 4920 BoxF 7030 4920 BoxF 6758 2973 BoxF 1.000 UP 1.000 UL LT5 LTb 6547 2873 M gsave 0 setgray (all) Rshow grestore LT5 6607 2873 M 303 0 V 510 2782 M 167 0 V 167 21 V 168 0 V 167 0 V 167 0 V 167 0 V 167 0 V 167 0 V 168 22 V 167 0 V 167 21 V 167 216 V 167 0 V 168 0 V 167 238 V 167 0 V 167 0 V 167 0 V 167 22 V 168 64 V 167 411 V 167 0 V 167 0 V 167 0 V 167 0 V 168 21 V 167 0 V 167 389 V 167 411 V 167 21 V 168 22 V 167 0 V 167 21 V 167 216 V 167 0 V 167 0 V 168 22 V 167 0 V 167 0 V 510 2782 Circle 677 2782 Circle 844 2803 Circle 1012 2803 Circle 1179 2803 Circle 1346 2803 Circle 1513 2803 Circle 1680 2803 Circle 1847 2803 Circle 2015 2825 Circle 2182 2825 Circle 2349 2846 Circle 2516 3062 Circle 2683 3062 Circle 2851 3062 Circle 3018 3300 Circle 3185 3300 Circle 3352 3300 Circle 3519 3300 Circle 3686 3322 Circle 3854 3386 Circle 4021 3797 Circle 4188 3797 Circle 4355 3797 Circle 4522 3797 Circle 4689 3797 Circle 4857 3818 Circle 5024 3818 Circle 5191 4207 Circle 5358 4618 Circle 5525 4639 Circle 5693 4661 Circle 5860 4661 Circle 6027 4682 Circle 6194 4898 Circle 6361 4898 Circle 6528 4898 Circle 6696 4920 Circle 6863 4920 Circle 7030 4920 Circle 6758 2873 Circle 1.000 UL LTb 510 2760 M 6520 0 V 0 2160 V -6520 0 V 0 -2160 V 1.000 UP stroke grestore end showpage %%Trailer %%DocumentFonts: Helvetica %%EndDocument @endspecial 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Page: 20 20 TeXDict begin @landscape 20 19 bop 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -600 4195 a tx@Dict begin InitOL /TheOL (0) def end -600 4195 a -600 4195 a tx@Dict begin (0) BOL end -600 4195 a 0.96 0.94 0.89 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 166 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0 setgray 0. true 0.0 268.87671 105.63084 22.40562 .5 Frame gsave false 1 0.0 0.0 gsave 0.96 0.94 0.89 setrgbcolor currentrgbcolor grestore gsave 1 setgray currentrgbcolor grestore 300 0. 0. tx@GradientDict begin GradientFill end grestore end @endspecial 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 1 setgray 0 360 31.68796 209.12683 .5 CLW mul dup 4 -1 roll sub neg 3 1 roll sub 105.63084 179.25418 Ellipse closepath gsave 1 setgray fill grestore end @endspecial 0.89 0.85 0.69 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.89 0.85 0.69 setrgbcolor 0. true 0.0 0.0 422.52342 22.40562 .5 Frame gsave 0.89 0.85 0.69 setrgbcolor fill grestore end @endspecial 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 422.52342 22.40562 0.0 22.40562 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -600 4361 a SDict begin [ {ThisPage}<> >> /PUT pdfmark end -600 4361 a -600 4361 a SDict begin H.S end -600 4361 a -600 4361 a SDict begin 12 H.A end -600 4361 a -600 4361 a SDict begin [ /View [/XYZ H.V] /Dest (slide.11) cvn H.B /DEST pdfmark end -600 4361 a 803 -145 a SDict begin H.S end 803 -145 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb -89 x Fl(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 6065 -444 a SDict begin H.R end 6065 -444 a 6065 -253 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (blackslide) cvn H.B /ANN pdfmark end 6065 -253 a -495 306 a SDict begin H.S end -495 306 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(1)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 243 a SDict begin H.R end 487 243 a 487 305 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.2) cvn H.B /ANN pdfmark end 487 305 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 491 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 492 a SDict begin H.S end -495 492 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(This)e(section)g(has)g (a)g(slide)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 431 a SDict begin H.R end 487 431 a 487 491 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.4) cvn H.B /ANN pdfmark end 487 491 a 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -495 677 a @beginspecial @setspecial tx@Dict begin STP newpath 0.5 SLW 0.51 0.13 0.16 setrgbcolor /ArrowA { moveto } def /ArrowB { } def [ 60.42311 -1.42271 -1.42271 -1.42271 /Lineto /lineto load def false Line gsave 0.5 SLW 0.51 0.13 0.16 setrgbcolor 0 setlinecap stroke grestore end @endspecial -495 678 a SDict begin H.S end -495 678 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fo(A)h(hidden)g(wide)g (section)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 617 a SDict begin H.R end 487 617 a 487 677 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.7) cvn H.B /ANN pdfmark end 487 677 a -495 813 a SDict begin H.S end -495 813 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(4)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 751 a SDict begin H.R end 487 751 a 487 812 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.8) cvn H.B /ANN pdfmark end 487 812 a -495 947 a SDict begin H.S end -495 947 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(Slide)25 b(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 885 a SDict begin H.R end 487 885 a 487 946 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.9) cvn H.B /ANN pdfmark end 487 946 a -495 1082 a SDict begin H.S end -495 1082 a 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x Fk(v)14 b Fo(one)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1022 a SDict begin H.R end 487 1022 a 487 1081 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.10) cvn H.B /ANN pdfmark end 487 1081 a -495 1216 a SDict begin H.S end -495 1216 a 0.17 0.31 0.44 TeXcolorrgb 0.51 0.13 0.16 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb -1 x @beginspecial @setspecial tx@Dict begin STP newpath 0.0 SLW 0.51 0.13 0.16 setrgbcolor 0. true 1.42262 neg 1.50508 neg 60.57564 4.96262 .5 Frame gsave 0.51 0.13 0.16 setrgbcolor fill grestore end @endspecial 1 TeXcolorgray Fk(v)g Fo(5)p 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb 487 1156 a SDict begin H.R end 487 1156 a 487 1215 a SDict begin [ /Color [1 0 0] /H /I /Border [0 0 0] /Subtype /Link /Dest (slide.11) cvn H.B /ANN pdfmark end 487 1215 a -389 4162 a Fo(Example)24 b(2)5367 b(f)n(or)23 b(po)o(w)o(erdot)g(\226)g(slide)h(11)803 901 y Fa(r)n(ound)f(0:)1941 313 y Fo(Cost)p 1470 350 1113 7 v 1162 413 a(Bene\002t)p 1440 443 7 100 v 270 w(1)219 b(2)h(3)g(4)p 2553 443 V 99 w(T)-10 b(otals)p 1162 449 1686 7 v 1328 519 a(12)p 1440 549 7 100 v 2553 549 V 1374 657 a(6)p 1440 707 7 159 v 0 TeXcolorgray 0.99 TeXcolorgray 0.99 TeXcolorgray 1736 707 266 159 v 0.99 TeXcolorgray 0 TeXcolorgray 425 w(1)p 0.99 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.98 TeXcolorgray 0.98 TeXcolorgray 2001 707 V 0.98 TeXcolorgray 0 TeXcolorgray 220 w(2)p 0.98 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.99 TeXcolorgray 0.99 TeXcolorgray 2267 707 V 0.99 TeXcolorgray 0 TeXcolorgray 220 w(1)p 0.99 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 2553 707 7 159 v 0 TeXcolorgray 0.96 TeXcolorgray 0.96 TeXcolorgray 2582 707 266 159 v 0.96 TeXcolorgray 0 TeXcolorgray 269 w(4)p 0.96 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 1374 815 a(0)p 1440 866 7 160 v 0 TeXcolorgray 0.87 TeXcolorgray 0.87 TeXcolorgray 1470 866 266 160 v 0.87 TeXcolorgray 0 TeXcolorgray 137 w(13)p 0.87 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.83 TeXcolorgray 0.83 TeXcolorgray 1736 865 266 159 v 0.83 TeXcolorgray 0 TeXcolorgray 173 w(17)p 0.83 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.85 TeXcolorgray 0.85 TeXcolorgray 2001 866 266 160 v 0.85 TeXcolorgray 0 TeXcolorgray 174 w(15)p 0.85 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.96 TeXcolorgray 0.96 TeXcolorgray 2267 865 266 159 v 0.96 TeXcolorgray 0 TeXcolorgray 197 w(4)p 0.96 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 2553 866 7 160 v 0 TeXcolorgray 0.51 TeXcolorgray 0.51 TeXcolorgray 2582 866 266 160 v 0.51 TeXcolorgray 0 TeXcolorgray 246 w(49)p 0.51 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 1347 975 a(-6)p 1440 1026 7 160 v 0 TeXcolorgray 0.9 TeXcolorgray 0.9 TeXcolorgray 1470 1026 266 160 v 0.9 TeXcolorgray 0 TeXcolorgray 136 w(10)p 0.9 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.88 TeXcolorgray 0.88 TeXcolorgray 1736 1025 266 159 v 0.88 TeXcolorgray 0 TeXcolorgray 173 w(12)p 0.88 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.96 TeXcolorgray 0.96 TeXcolorgray 2001 1025 V 0.96 TeXcolorgray 0 TeXcolorgray 197 w(4)p 0.96 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.99 TeXcolorgray 0.99 TeXcolorgray 2267 1025 V 0.99 TeXcolorgray 0 TeXcolorgray 220 w(1)p 0.99 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 2553 1026 7 160 v 0 TeXcolorgray 0.73 TeXcolorgray 0.73 TeXcolorgray 2582 1025 266 159 v 0.73 TeXcolorgray 0 TeXcolorgray 246 w(27)p 0.73 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 1301 1134 a(-12)p 1440 1185 7 160 v 0 TeXcolorgray 0.96 TeXcolorgray 0.96 TeXcolorgray 1470 1184 266 159 v 0.96 TeXcolorgray 0 TeXcolorgray 159 w(4)p 0.96 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.94 TeXcolorgray 0.94 TeXcolorgray 1736 1185 266 160 v 0.94 TeXcolorgray 0 TeXcolorgray 219 w(6)p 0.94 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.98 TeXcolorgray 0.98 TeXcolorgray 2001 1184 266 159 v 0.98 TeXcolorgray 0 TeXcolorgray 220 w(2)p 0.98 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 2553 1185 7 160 v 0 TeXcolorgray 0.88 TeXcolorgray 0.88 TeXcolorgray 2582 1184 266 159 v 0.88 TeXcolorgray 0 TeXcolorgray 512 w(12)p 0.88 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 1301 1294 a(-18)p 1440 1345 7 160 v 0 TeXcolorgray 0.97 TeXcolorgray 0.97 TeXcolorgray 1470 1345 266 160 v 0.97 TeXcolorgray 0 TeXcolorgray 159 w(3)p 0.97 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.98 TeXcolorgray 0.98 TeXcolorgray 1736 1344 266 159 v 0.98 TeXcolorgray 0 TeXcolorgray 219 w(2)p 0.98 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.99 TeXcolorgray 0.99 TeXcolorgray 2001 1344 V 0.99 TeXcolorgray 0 TeXcolorgray 220 w(1)p 0.99 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.99 TeXcolorgray 0.99 TeXcolorgray 2267 1344 V 0.99 TeXcolorgray 0 TeXcolorgray 220 w(1)p 0.99 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 2553 1345 7 160 v 0 TeXcolorgray 0.93 TeXcolorgray 0.93 TeXcolorgray 2582 1344 266 157 v 0.93 TeXcolorgray 0 TeXcolorgray 269 w(7)p 0.93 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 1162 1352 1686 7 v 1204 1460 a(T)g(otals)p 1440 1511 7 160 v 0 TeXcolorgray 0.7 TeXcolorgray 0.7 TeXcolorgray 1470 1511 266 160 v 0.7 TeXcolorgray 0 TeXcolorgray 137 w(30)p 0.7 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.62 TeXcolorgray 0.62 TeXcolorgray 1736 1511 V 0.62 TeXcolorgray 0 TeXcolorgray 173 w(38)p 0.62 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.76 TeXcolorgray 0.76 TeXcolorgray 2001 1510 266 159 v 0.76 TeXcolorgray 0 TeXcolorgray 174 w(24)p 0.76 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 0 TeXcolorgray 0.94 TeXcolorgray 0.94 TeXcolorgray 2267 1511 266 160 v 0.94 TeXcolorgray 0 TeXcolorgray 197 w(6)p 0.94 TeXcolorgray 0 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 2553 1511 7 160 v 1 TeXcolorgray 0.2 TeXcolorgray 0.2 TeXcolorgray 2582 1511 266 160 v 0.2 TeXcolorgray 1 TeXcolorgray 246 w(98)p 0.2 TeXcolorgray 1 TeXcolorgray 0.17 0.31 0.44 TeXcolorrgb 1162 1518 1686 7 v 0.17 0.31 0.44 TeXcolorrgb 0.17 0.31 0.44 TeXcolorrgb eop end %%Trailer userdict /end-hook known{end-hook}if %%EOF